Simply3DScan
ScanControl.Designer.cs
Go to the documentation of this file.
1 namespace Simple3DScan.UI
2 {
3  partial class ScanControl
4  {
8  private System.ComponentModel.IContainer components = null;
9 
10  #region Vom Komponenten-Designer generierter Code
11 
16  private void InitializeComponent()
17  {
18  this.components = new System.ComponentModel.Container();
19  Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection3 = new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
20  Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection3 = new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
21  Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer3 = new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
22  Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection3 = new Syncfusion.Windows.Forms.Tools.SliderCollection();
23  this.splitContainerScanControl = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
24  this.buttonRefreshCams = new Syncfusion.Windows.Forms.ButtonAdv();
25  this.labelPrecision = new System.Windows.Forms.Label();
26  this.LabelSelectCamera = new System.Windows.Forms.Label();
27  this.RadialGaugeProgress = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
28  this.ComboBoxCameras = new System.Windows.Forms.ComboBox();
29  this.RadialSliderPrecision = new Syncfusion.Windows.Forms.Tools.RadialSlider();
30  this.LabelCapture = new System.Windows.Forms.Label();
31  this.ToggleButtonCapture = new Syncfusion.Windows.Forms.Tools.ToggleButton();
32  this.ImagingControl = new Simple3DScan.UI.CameraControl();
33  ((System.ComponentModel.ISupportInitialize)(this.splitContainerScanControl)).BeginInit();
34  this.splitContainerScanControl.Panel1.SuspendLayout();
35  this.splitContainerScanControl.Panel2.SuspendLayout();
36  this.splitContainerScanControl.SuspendLayout();
37  ((System.ComponentModel.ISupportInitialize)(this.ToggleButtonCapture)).BeginInit();
38  this.SuspendLayout();
39  //
40  // splitContainerScanControl
41  //
42  this.splitContainerScanControl.BeforeTouchSize = 7;
43  this.splitContainerScanControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
44  this.splitContainerScanControl.Dock = System.Windows.Forms.DockStyle.Fill;
45  this.splitContainerScanControl.FixedPanel = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
46  this.splitContainerScanControl.IsSplitterFixed = true;
47  this.splitContainerScanControl.Location = new System.Drawing.Point(0, 0);
48  this.splitContainerScanControl.Name = "splitContainerScanControl";
49  //
50  // splitContainerScanControl.Panel1
51  //
52  this.splitContainerScanControl.Panel1.Controls.Add(this.buttonRefreshCams);
53  this.splitContainerScanControl.Panel1.Controls.Add(this.labelPrecision);
54  this.splitContainerScanControl.Panel1.Controls.Add(this.LabelSelectCamera);
55  this.splitContainerScanControl.Panel1.Controls.Add(this.RadialGaugeProgress);
56  this.splitContainerScanControl.Panel1.Controls.Add(this.ComboBoxCameras);
57  this.splitContainerScanControl.Panel1.Controls.Add(this.RadialSliderPrecision);
58  this.splitContainerScanControl.Panel1.Controls.Add(this.LabelCapture);
59  this.splitContainerScanControl.Panel1.Controls.Add(this.ToggleButtonCapture);
60  this.splitContainerScanControl.Panel1.MinimumSize = new System.Drawing.Size(0, 230);
61  this.splitContainerScanControl.Panel1MinSize = 230;
62  //
63  // splitContainerScanControl.Panel2
64  //
65  this.splitContainerScanControl.Panel2.Controls.Add(this.ImagingControl);
66  this.splitContainerScanControl.Size = new System.Drawing.Size(1057, 547);
67  this.splitContainerScanControl.SplitterDistance = 267;
68  this.splitContainerScanControl.TabIndex = 0;
69  this.splitContainerScanControl.Text = "splitContainerScanControl";
70  //
71  // buttonRefreshCams
72  //
73  this.buttonRefreshCams.BeforeTouchSize = new System.Drawing.Size(64, 23);
74  this.buttonRefreshCams.IsBackStageButton = false;
75  this.buttonRefreshCams.Location = new System.Drawing.Point(161, 1);
76  this.buttonRefreshCams.Name = "buttonRefreshCams";
77  this.buttonRefreshCams.Size = new System.Drawing.Size(64, 23);
78  this.buttonRefreshCams.TabIndex = 23;
79  this.buttonRefreshCams.Text = "Refresh";
80  this.buttonRefreshCams.Click += new System.EventHandler(this.buttonRefreshCams_Click);
81  //
82  // labelPrecision
83  //
84  this.labelPrecision.AutoSize = true;
85  this.labelPrecision.Location = new System.Drawing.Point(12, 132);
86  this.labelPrecision.Name = "labelPrecision";
87  this.labelPrecision.Size = new System.Drawing.Size(50, 13);
88  this.labelPrecision.TabIndex = 22;
89  this.labelPrecision.Text = "Precision";
90  //
91  // LabelSelectCamera
92  //
93  this.LabelSelectCamera.AutoSize = true;
94  this.LabelSelectCamera.Location = new System.Drawing.Point(7, 5);
95  this.LabelSelectCamera.Name = "LabelSelectCamera";
96  this.LabelSelectCamera.Size = new System.Drawing.Size(73, 13);
97  this.LabelSelectCamera.TabIndex = 21;
98  this.LabelSelectCamera.Text = "SelectCamera";
99  //
100  // RadialGaugeProgress
101  //
102  this.RadialGaugeProgress.BackgroundGradientEndColor = System.Drawing.Color.PapayaWhip;
103  this.RadialGaugeProgress.BackgroundGradientStartColor = System.Drawing.Color.PapayaWhip;
104  this.RadialGaugeProgress.EnableCustomNeedles = false;
105  this.RadialGaugeProgress.GaugeArcColor = System.Drawing.Color.DarkGoldenrod;
106  this.RadialGaugeProgress.GaugeLabel = "Progress";
107  this.RadialGaugeProgress.GaugeLableFont = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108  this.RadialGaugeProgress.GaugeValueFont = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
109  this.RadialGaugeProgress.InnerFrameGradientEndColor = System.Drawing.Color.PapayaWhip;
110  this.RadialGaugeProgress.Location = new System.Drawing.Point(3, 317);
111  this.RadialGaugeProgress.MaximumValue = 100F;
112  this.RadialGaugeProgress.MinimumSize = new System.Drawing.Size(230, 230);
113  this.RadialGaugeProgress.Name = "RadialGaugeProgress";
114  this.RadialGaugeProgress.OuterFrameGradientEndColor = System.Drawing.Color.PapayaWhip;
115  this.RadialGaugeProgress.OuterFrameGradientStartColor = System.Drawing.Color.PapayaWhip;
116  this.RadialGaugeProgress.Size = new System.Drawing.Size(230, 230);
117  this.RadialGaugeProgress.TabIndex = 17;
118  //
119  // ComboBoxCameras
120  //
121  this.ComboBoxCameras.BackColor = System.Drawing.Color.PapayaWhip;
122  this.ComboBoxCameras.FormattingEnabled = true;
123  this.ComboBoxCameras.Location = new System.Drawing.Point(20, 24);
124  this.ComboBoxCameras.Name = "ComboBoxCameras";
125  this.ComboBoxCameras.Size = new System.Drawing.Size(205, 21);
126  this.ComboBoxCameras.TabIndex = 20;
127  this.ComboBoxCameras.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCameras_SelectedIndexChanged);
128  //
129  // RadialSliderPrecision
130  //
131  this.RadialSliderPrecision.BackgroundColor = System.Drawing.Color.PapayaWhip;
132  this.RadialSliderPrecision.BeforeTouchSize = new System.Drawing.Size(196, 196);
133  this.RadialSliderPrecision.ForeColor = System.Drawing.Color.Gray;
134  this.RadialSliderPrecision.InnerCircleColor = System.Drawing.Color.Tan;
135  this.RadialSliderPrecision.LinesColor = System.Drawing.Color.Gray;
136  this.RadialSliderPrecision.Location = new System.Drawing.Point(15, 115);
137  this.RadialSliderPrecision.MaximumValue = 5D;
138  this.RadialSliderPrecision.MinimumSize = new System.Drawing.Size(75, 75);
139  this.RadialSliderPrecision.MinimumValue = 1D;
140  this.RadialSliderPrecision.Name = "RadialSliderPrecision";
141  this.RadialSliderPrecision.NeedleType = Syncfusion.Windows.Forms.Tools.SliderNeedleType.StraightLine;
142  this.RadialSliderPrecision.NeedleWidth = 2;
143  this.RadialSliderPrecision.OuterCircleColor = System.Drawing.Color.Tan;
144  this.RadialSliderPrecision.RangeStyle = Syncfusion.Windows.Forms.Tools.RangeStyles.Solid;
145  this.RadialSliderPrecision.ShowOuterCircle = false;
146  this.RadialSliderPrecision.ShowRangeBorder = true;
147  this.RadialSliderPrecision.Size = new System.Drawing.Size(196, 196);
148  this.RadialSliderPrecision.SliderDivision = 4;
149  this.RadialSliderPrecision.SliderNeedleColor = System.Drawing.Color.Gray;
150  this.RadialSliderPrecision.SliderStringFormat = "N00";
151  this.RadialSliderPrecision.SliderStyle = Syncfusion.Windows.Forms.Tools.SliderStyles.Default;
152  this.RadialSliderPrecision.TabIndex = 16;
153  this.RadialSliderPrecision.Text = "Precision";
154  this.RadialSliderPrecision.Value = 1D;
155  //
156  // LabelCapture
157  //
158  this.LabelCapture.AutoSize = true;
159  this.LabelCapture.Location = new System.Drawing.Point(12, 71);
160  this.LabelCapture.Name = "LabelCapture";
161  this.LabelCapture.Size = new System.Drawing.Size(44, 13);
162  this.LabelCapture.TabIndex = 19;
163  this.LabelCapture.Text = "Capture";
164  //
165  // ToggleButtonCapture
166  //
167  this.ToggleButtonCapture.ActiveState = activeStateCollection3;
168  this.ToggleButtonCapture.Font = new System.Drawing.Font("Segoe UI", 9F);
169  this.ToggleButtonCapture.ForeColor = System.Drawing.Color.Black;
170  inactiveStateCollection3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151)))));
171  this.ToggleButtonCapture.InactiveState = inactiveStateCollection3;
172  this.ToggleButtonCapture.Location = new System.Drawing.Point(116, 67);
173  this.ToggleButtonCapture.MinimumSize = new System.Drawing.Size(52, 20);
174  this.ToggleButtonCapture.Name = "ToggleButtonCapture";
175  this.ToggleButtonCapture.Renderer = toggleButtonRenderer3;
176  this.ToggleButtonCapture.Size = new System.Drawing.Size(109, 24);
177  this.ToggleButtonCapture.Slider = sliderCollection3;
178  this.ToggleButtonCapture.TabIndex = 18;
179  this.ToggleButtonCapture.Text = "Laser";
180  this.ToggleButtonCapture.Click += new System.EventHandler(this.ToggleButtonCapture_Click);
181  //
182  // ImagingControl
183  //
184  this.ImagingControl.BackColor = System.Drawing.Color.PapayaWhip;
185  this.ImagingControl.Dock = System.Windows.Forms.DockStyle.Fill;
186  this.ImagingControl.FilterLaser = false;
187  this.ImagingControl.LaserLeftPosition = 0F;
188  this.ImagingControl.LaserMotorEnabled = false;
189  this.ImagingControl.LaserRightPosition = 0F;
190  this.ImagingControl.Location = new System.Drawing.Point(0, 0);
191  this.ImagingControl.Name = "ImagingControl";
192  this.ImagingControl.Size = new System.Drawing.Size(781, 545);
193  this.ImagingControl.TabIndex = 9;
194  //
195  // ScanControl
196  //
197  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
198  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
199  this.BackColor = System.Drawing.Color.PapayaWhip;
200  this.Controls.Add(this.splitContainerScanControl);
201  this.Name = "ScanControl";
202  this.Size = new System.Drawing.Size(1057, 547);
203  this.Load += new System.EventHandler(this.ScanControl_Load);
204  this.splitContainerScanControl.Panel1.ResumeLayout(false);
205  this.splitContainerScanControl.Panel1.PerformLayout();
206  this.splitContainerScanControl.Panel2.ResumeLayout(false);
207  ((System.ComponentModel.ISupportInitialize)(this.splitContainerScanControl)).EndInit();
208  this.splitContainerScanControl.ResumeLayout(false);
209  ((System.ComponentModel.ISupportInitialize)(this.ToggleButtonCapture)).EndInit();
210  this.ResumeLayout(false);
211 
212  }
213 
214  #endregion
215 
216  private Syncfusion.Windows.Forms.Tools.SplitContainerAdv splitContainerScanControl;
217  protected System.Windows.Forms.Label LabelSelectCamera;
218  protected Syncfusion.Windows.Forms.Gauge.RadialGauge RadialGaugeProgress;
219  protected System.Windows.Forms.ComboBox ComboBoxCameras;
220  protected Syncfusion.Windows.Forms.Tools.RadialSlider RadialSliderPrecision;
221  protected System.Windows.Forms.Label LabelCapture;
222  protected Syncfusion.Windows.Forms.Tools.ToggleButton ToggleButtonCapture;
223  protected System.Windows.Forms.Label labelPrecision;
225  private Syncfusion.Windows.Forms.ButtonAdv buttonRefreshCams;
226 
227  }
228 }
Syncfusion.Windows.Forms.Gauge.RadialGauge RadialGaugeProgress
System.Windows.Forms.Label LabelSelectCamera
Syncfusion.Windows.Forms.Tools.RadialSlider RadialSliderPrecision
Syncfusion.Windows.Forms.Tools.ToggleButton ToggleButtonCapture
Control for accessing a camera
System.Windows.Forms.Label LabelCapture
System.Windows.Forms.Label labelPrecision
System.Windows.Forms.ComboBox ComboBoxCameras