3 partial class ManualControl
8 private System.ComponentModel.IContainer components = null;
10 #region Vom Komponenten-Designer generierter Code
16 private void InitializeComponent()
18 Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection1 =
new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
19 Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection1 =
new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
20 Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer1 =
new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
21 Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection1 =
new Syncfusion.Windows.Forms.Tools.SliderCollection();
22 Syncfusion.Windows.Forms.Tools.ActiveStateCollection activeStateCollection2 =
new Syncfusion.Windows.Forms.Tools.ActiveStateCollection();
23 Syncfusion.Windows.Forms.Tools.InactiveStateCollection inactiveStateCollection2 =
new Syncfusion.Windows.Forms.Tools.InactiveStateCollection();
24 Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer toggleButtonRenderer2 =
new Syncfusion.Windows.Forms.Tools.ToggleButtonRenderer();
25 Syncfusion.Windows.Forms.Tools.SliderCollection sliderCollection2 =
new Syncfusion.Windows.Forms.Tools.SliderCollection();
26 this.splitContainerControl =
new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
27 this.buttonLaserCW =
new System.Windows.Forms.Button();
28 this.buttonLaserCCW =
new System.Windows.Forms.Button();
29 this.labelLaser =
new System.Windows.Forms.Label();
30 this.buttonSaveImage =
new System.Windows.Forms.Button();
31 this.buttonStartCamera =
new System.Windows.Forms.Button();
32 this.buttonStopCamera =
new System.Windows.Forms.Button();
33 this.buttonDetectLaser =
new System.Windows.Forms.Button();
34 this.buttonCW =
new System.Windows.Forms.Button();
35 this.buttonCCW =
new System.Windows.Forms.Button();
36 this.labelActivateLight =
new System.Windows.Forms.Label();
37 this.toggleButtonLight =
new Syncfusion.Windows.Forms.Tools.ToggleButton();
38 this.labelActivateTurntable =
new System.Windows.Forms.Label();
39 this.labelActivateLaser =
new System.Windows.Forms.Label();
40 this.toggleButtonLaser =
new Syncfusion.Windows.Forms.Tools.ToggleButton();
42 ((
System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
43 this.splitContainerControl.Panel1.SuspendLayout();
44 this.splitContainerControl.Panel2.SuspendLayout();
45 this.splitContainerControl.SuspendLayout();
46 ((
System.ComponentModel.ISupportInitialize)(this.toggleButtonLight)).BeginInit();
47 ((
System.ComponentModel.ISupportInitialize)(this.toggleButtonLaser)).BeginInit();
52 this.splitContainerControl.BeforeTouchSize = 7;
53 this.splitContainerControl.BorderStyle =
System.Windows.Forms.BorderStyle.FixedSingle;
54 this.splitContainerControl.Dock =
System.Windows.Forms.DockStyle.Fill;
55 this.splitContainerControl.FixedPanel = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
56 this.splitContainerControl.IsSplitterFixed =
true;
57 this.splitContainerControl.Location =
new System.Drawing.Point(0, 0);
58 this.splitContainerControl.Name =
"splitContainerControl";
62 this.splitContainerControl.Panel1.Controls.Add(this.buttonLaserCW);
63 this.splitContainerControl.Panel1.Controls.Add(this.buttonLaserCCW);
64 this.splitContainerControl.Panel1.Controls.Add(this.labelLaser);
65 this.splitContainerControl.Panel1.Controls.Add(this.buttonSaveImage);
66 this.splitContainerControl.Panel1.Controls.Add(this.buttonStartCamera);
67 this.splitContainerControl.Panel1.Controls.Add(this.buttonStopCamera);
68 this.splitContainerControl.Panel1.Controls.Add(this.buttonDetectLaser);
69 this.splitContainerControl.Panel1.Controls.Add(this.buttonCW);
70 this.splitContainerControl.Panel1.Controls.Add(this.buttonCCW);
71 this.splitContainerControl.Panel1.Controls.Add(this.labelActivateLight);
72 this.splitContainerControl.Panel1.Controls.Add(this.toggleButtonLight);
73 this.splitContainerControl.Panel1.Controls.Add(this.labelActivateTurntable);
74 this.splitContainerControl.Panel1.Controls.Add(this.labelActivateLaser);
75 this.splitContainerControl.Panel1.Controls.Add(this.toggleButtonLaser);
76 this.splitContainerControl.Panel1MinSize = 230;
80 this.splitContainerControl.Panel2.Controls.Add(this.imagingControl);
81 this.splitContainerControl.Size =
new System.Drawing.Size(730, 406);
82 this.splitContainerControl.SplitterDistance = 267;
83 this.splitContainerControl.TabIndex = 0;
84 this.splitContainerControl.Text =
"splitContainerAdv1";
88 this.buttonLaserCW.BackColor =
System.Drawing.Color.Tan;
89 this.buttonLaserCW.Location =
new System.Drawing.Point(163, 91);
90 this.buttonLaserCW.Name =
"buttonLaserCW";
91 this.buttonLaserCW.Size =
new System.Drawing.Size(57, 23);
92 this.buttonLaserCW.TabIndex = 28;
93 this.buttonLaserCW.Text =
">>";
94 this.buttonLaserCW.UseVisualStyleBackColor =
false;
95 this.buttonLaserCW.Click +=
new System.EventHandler(this.buttonLaserCW_Click);
99 this.buttonLaserCCW.BackColor =
System.Drawing.Color.Tan;
100 this.buttonLaserCCW.Location =
new System.Drawing.Point(111, 91);
101 this.buttonLaserCCW.Name =
"buttonLaserCCW";
102 this.buttonLaserCCW.Size =
new System.Drawing.Size(57, 23);
103 this.buttonLaserCCW.TabIndex = 27;
104 this.buttonLaserCCW.Text =
"<<";
105 this.buttonLaserCCW.UseVisualStyleBackColor =
false;
106 this.buttonLaserCCW.Click +=
new System.EventHandler(this.buttonLaserCCW_Click);
110 this.labelLaser.AutoSize =
true;
111 this.labelLaser.Location =
new System.Drawing.Point(7, 96);
112 this.labelLaser.Name =
"labelLaser";
113 this.labelLaser.Size =
new System.Drawing.Size(33, 13);
114 this.labelLaser.TabIndex = 26;
115 this.labelLaser.Text =
"Laser";
119 this.buttonSaveImage.BackColor =
System.Drawing.Color.Tan;
120 this.buttonSaveImage.Location =
new System.Drawing.Point(15, 208);
121 this.buttonSaveImage.Name =
"buttonSaveImage";
122 this.buttonSaveImage.Size =
new System.Drawing.Size(205, 23);
123 this.buttonSaveImage.TabIndex = 25;
124 this.buttonSaveImage.Text =
"Save image";
125 this.buttonSaveImage.UseVisualStyleBackColor =
false;
126 this.buttonSaveImage.Click +=
new System.EventHandler(this.buttonSaveImage_Click);
130 this.buttonStartCamera.BackColor =
System.Drawing.Color.Tan;
131 this.buttonStartCamera.Location =
new System.Drawing.Point(15, 150);
132 this.buttonStartCamera.Name =
"buttonStartCamera";
133 this.buttonStartCamera.Size =
new System.Drawing.Size(205, 23);
134 this.buttonStartCamera.TabIndex = 23;
135 this.buttonStartCamera.Text =
"Start camera";
136 this.buttonStartCamera.UseVisualStyleBackColor =
false;
137 this.buttonStartCamera.Click +=
new System.EventHandler(this.buttonStartCamera_Click);
141 this.buttonStopCamera.BackColor =
System.Drawing.Color.Tan;
142 this.buttonStopCamera.Location =
new System.Drawing.Point(15, 179);
143 this.buttonStopCamera.Name =
"buttonStopCamera";
144 this.buttonStopCamera.Size =
new System.Drawing.Size(205, 23);
145 this.buttonStopCamera.TabIndex = 24;
146 this.buttonStopCamera.Text =
"Stop camera";
147 this.buttonStopCamera.UseVisualStyleBackColor =
false;
148 this.buttonStopCamera.Click +=
new System.EventHandler(this.buttonStopCamera_Click);
152 this.buttonDetectLaser.BackColor =
System.Drawing.Color.Tan;
153 this.buttonDetectLaser.Location =
new System.Drawing.Point(111, 32);
154 this.buttonDetectLaser.Name =
"buttonDetectLaser";
155 this.buttonDetectLaser.Size =
new System.Drawing.Size(109, 23);
156 this.buttonDetectLaser.TabIndex = 22;
157 this.buttonDetectLaser.Text =
"Show";
158 this.buttonDetectLaser.UseVisualStyleBackColor =
false;
159 this.buttonDetectLaser.Click +=
new System.EventHandler(this.buttonDetectLaser_Click);
163 this.buttonCW.BackColor =
System.Drawing.Color.Tan;
164 this.buttonCW.Location =
new System.Drawing.Point(163, 60);
165 this.buttonCW.Name =
"buttonCW";
166 this.buttonCW.Size =
new System.Drawing.Size(57, 23);
167 this.buttonCW.TabIndex = 21;
168 this.buttonCW.Text =
">>";
169 this.buttonCW.UseVisualStyleBackColor =
false;
170 this.buttonCW.Click +=
new System.EventHandler(this.buttonCW_Click);
174 this.buttonCCW.BackColor =
System.Drawing.Color.Tan;
175 this.buttonCCW.Location =
new System.Drawing.Point(111, 60);
176 this.buttonCCW.Name =
"buttonCCW";
177 this.buttonCCW.Size =
new System.Drawing.Size(57, 23);
178 this.buttonCCW.TabIndex = 20;
179 this.buttonCCW.Text =
"<<";
180 this.buttonCCW.UseVisualStyleBackColor =
false;
181 this.buttonCCW.Click +=
new System.EventHandler(this.buttonCCW_Click);
185 this.labelActivateLight.AutoSize =
true;
186 this.labelActivateLight.Location =
new System.Drawing.Point(7, 125);
187 this.labelActivateLight.Name =
"labelActivateLight";
188 this.labelActivateLight.Size =
new System.Drawing.Size(30, 13);
189 this.labelActivateLight.TabIndex = 19;
190 this.labelActivateLight.Text =
"Light";
194 this.toggleButtonLight.ActiveState = activeStateCollection1;
195 this.toggleButtonLight.Font =
new System.Drawing.Font(
"Segoe UI", 9F);
196 this.toggleButtonLight.ForeColor =
System.Drawing.Color.Black;
197 inactiveStateCollection1.BorderColor =
System.Drawing.Color.FromArgb(((
int)(((byte)(151)))), ((
int)(((byte)(151)))), ((
int)(((byte)(151)))));
198 this.toggleButtonLight.InactiveState = inactiveStateCollection1;
199 this.toggleButtonLight.Location =
new System.Drawing.Point(111, 120);
200 this.toggleButtonLight.MinimumSize =
new System.Drawing.Size(52, 20);
201 this.toggleButtonLight.Name =
"toggleButtonLight";
202 this.toggleButtonLight.Renderer = toggleButtonRenderer1;
203 this.toggleButtonLight.Size =
new System.Drawing.Size(109, 24);
204 this.toggleButtonLight.Slider = sliderCollection1;
205 this.toggleButtonLight.TabIndex = 18;
206 this.toggleButtonLight.Text =
"Light";
207 this.toggleButtonLight.Click +=
new System.EventHandler(this.toggleButtonLight_Click);
211 this.labelActivateTurntable.AutoSize =
true;
212 this.labelActivateTurntable.Location =
new System.Drawing.Point(7, 65);
213 this.labelActivateTurntable.Name =
"labelActivateTurntable";
214 this.labelActivateTurntable.Size =
new System.Drawing.Size(52, 13);
215 this.labelActivateTurntable.TabIndex = 17;
216 this.labelActivateTurntable.Text =
"Turntable";
220 this.labelActivateLaser.AutoSize =
true;
221 this.labelActivateLaser.Location =
new System.Drawing.Point(7, 7);
222 this.labelActivateLaser.Name =
"labelActivateLaser";
223 this.labelActivateLaser.Size =
new System.Drawing.Size(33, 13);
224 this.labelActivateLaser.TabIndex = 16;
225 this.labelActivateLaser.Text =
"Laser";
229 this.toggleButtonLaser.ActiveState = activeStateCollection2;
230 this.toggleButtonLaser.Font =
new System.Drawing.Font(
"Segoe UI", 9F);
231 this.toggleButtonLaser.ForeColor =
System.Drawing.Color.Black;
232 inactiveStateCollection2.BorderColor =
System.Drawing.Color.FromArgb(((
int)(((byte)(151)))), ((
int)(((byte)(151)))), ((
int)(((byte)(151)))));
233 this.toggleButtonLaser.InactiveState = inactiveStateCollection2;
234 this.toggleButtonLaser.Location =
new System.Drawing.Point(111, 3);
235 this.toggleButtonLaser.MinimumSize =
new System.Drawing.Size(52, 20);
236 this.toggleButtonLaser.Name =
"toggleButtonLaser";
237 this.toggleButtonLaser.Renderer = toggleButtonRenderer2;
238 this.toggleButtonLaser.Size =
new System.Drawing.Size(109, 24);
239 this.toggleButtonLaser.Slider = sliderCollection2;
240 this.toggleButtonLaser.TabIndex = 15;
241 this.toggleButtonLaser.Text =
"Laser";
242 this.toggleButtonLaser.Click +=
new System.EventHandler(this.toggleButtonLaser_Click);
246 this.imagingControl.Dock =
System.Windows.Forms.DockStyle.Fill;
247 this.imagingControl.FilterLaser =
false;
248 this.imagingControl.LaserLeftPosition = 0F;
249 this.imagingControl.LaserMotorEnabled =
false;
250 this.imagingControl.LaserRightPosition = 0F;
251 this.imagingControl.Location =
new System.Drawing.Point(0, 0);
252 this.imagingControl.Name =
"imagingControl";
253 this.imagingControl.Size =
new System.Drawing.Size(454, 404);
254 this.imagingControl.TabIndex = 0;
258 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
259 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
260 this.BackColor =
System.Drawing.Color.PapayaWhip;
261 this.Controls.Add(this.splitContainerControl);
262 this.Name =
"ManualControl";
263 this.Size =
new System.Drawing.Size(730, 406);
264 this.splitContainerControl.Panel1.ResumeLayout(
false);
265 this.splitContainerControl.Panel1.PerformLayout();
266 this.splitContainerControl.Panel2.ResumeLayout(
false);
267 ((
System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
268 this.splitContainerControl.ResumeLayout(
false);
269 ((
System.ComponentModel.ISupportInitialize)(this.toggleButtonLight)).EndInit();
270 ((
System.ComponentModel.ISupportInitialize)(this.toggleButtonLaser)).EndInit();
271 this.ResumeLayout(
false);
277 private Syncfusion.Windows.Forms.Tools.SplitContainerAdv splitContainerControl;
278 private System.Windows.Forms.Button buttonLaserCW;
279 private System.Windows.Forms.Button buttonLaserCCW;
280 private System.Windows.Forms.Label labelLaser;
281 private System.Windows.Forms.Button buttonSaveImage;
282 private System.Windows.Forms.Button buttonStartCamera;
283 private System.Windows.Forms.Button buttonStopCamera;
284 private System.Windows.Forms.Button buttonDetectLaser;
285 private System.Windows.Forms.Button buttonCW;
286 private System.Windows.Forms.Button buttonCCW;
287 private System.Windows.Forms.Label labelActivateLight;
288 private Syncfusion.Windows.Forms.Tools.ToggleButton toggleButtonLight;
289 private System.Windows.Forms.Label labelActivateTurntable;
290 private System.Windows.Forms.Label labelActivateLaser;
291 private Syncfusion.Windows.Forms.Tools.ToggleButton toggleButtonLaser;
292 private CameraControl imagingControl;
Control for accessing a camera