-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIntensity_Form.Designer.vb
371 lines (370 loc) · 16.2 KB
/
Intensity_Form.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
Partial Class Intensity_Form
#Region "Windows Form Designer generated code "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents Command3 As System.Windows.Forms.Button
Public WithEvents Command2 As System.Windows.Forms.Button
Public WithEvents Command1 As System.Windows.Forms.Button
Public WithEvents INtensity_Text As System.Windows.Forms.TextBox
Public WithEvents Label1 As System.Windows.Forms.Label
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough(), System.Diagnostics.DebuggerNonUserCode()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.Command3 = New System.Windows.Forms.Button()
Me.Command2 = New System.Windows.Forms.Button()
Me.Command1 = New System.Windows.Forms.Button()
Me.INtensity_Text = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.far_red_check = New System.Windows.Forms.CheckBox()
Me.blue_actinic_check = New System.Windows.Forms.CheckBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Gain_Test_Button = New System.Windows.Forms.Button()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.TextBox4 = New System.Windows.Forms.TextBox()
Me.TextBox5 = New System.Windows.Forms.TextBox()
Me.TextBox6 = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Command3
'
Me.Command3.BackColor = System.Drawing.SystemColors.Control
Me.Command3.Cursor = System.Windows.Forms.Cursors.Default
Me.Command3.Font = New System.Drawing.Font("Arial", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command3.Location = New System.Drawing.Point(155, 248)
Me.Command3.Name = "Command3"
Me.Command3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command3.Size = New System.Drawing.Size(81, 41)
Me.Command3.TabIndex = 4
Me.Command3.Text = "close"
Me.Command3.UseVisualStyleBackColor = False
'
'Command2
'
Me.Command2.BackColor = System.Drawing.SystemColors.Control
Me.Command2.Cursor = System.Windows.Forms.Cursors.Default
Me.Command2.Font = New System.Drawing.Font("Arial", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command2.Location = New System.Drawing.Point(28, 248)
Me.Command2.Name = "Command2"
Me.Command2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command2.Size = New System.Drawing.Size(121, 41)
Me.Command2.TabIndex = 3
Me.Command2.Text = "ZERO"
Me.Command2.UseVisualStyleBackColor = False
'
'Command1
'
Me.Command1.BackColor = System.Drawing.SystemColors.Control
Me.Command1.Cursor = System.Windows.Forms.Cursors.Default
Me.Command1.Font = New System.Drawing.Font("Arial", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command1.Location = New System.Drawing.Point(430, 38)
Me.Command1.Name = "Command1"
Me.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command1.Size = New System.Drawing.Size(81, 41)
Me.Command1.TabIndex = 2
Me.Command1.Text = "Set"
Me.Command1.UseVisualStyleBackColor = False
'
'INtensity_Text
'
Me.INtensity_Text.AcceptsReturn = True
Me.INtensity_Text.BackColor = System.Drawing.SystemColors.Window
Me.INtensity_Text.Cursor = System.Windows.Forms.Cursors.IBeam
Me.INtensity_Text.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.INtensity_Text.ForeColor = System.Drawing.SystemColors.WindowText
Me.INtensity_Text.Location = New System.Drawing.Point(32, 24)
Me.INtensity_Text.MaxLength = 0
Me.INtensity_Text.Name = "INtensity_Text"
Me.INtensity_Text.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.INtensity_Text.Size = New System.Drawing.Size(73, 44)
Me.INtensity_Text.TabIndex = 0
Me.INtensity_Text.Text = "0"
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(111, 24)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(185, 74)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Input value to set Actinic Intensity (0-255)"
'
'far_red_check
'
Me.far_red_check.AutoSize = True
Me.far_red_check.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.far_red_check.Location = New System.Drawing.Point(311, 24)
Me.far_red_check.Name = "far_red_check"
Me.far_red_check.Size = New System.Drawing.Size(105, 28)
Me.far_red_check.TabIndex = 6
Me.far_red_check.Text = "Far Red"
Me.far_red_check.UseVisualStyleBackColor = True
'
'blue_actinic_check
'
Me.blue_actinic_check.AutoSize = True
Me.blue_actinic_check.Font = New System.Drawing.Font("Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.blue_actinic_check.Location = New System.Drawing.Point(311, 58)
Me.blue_actinic_check.Name = "blue_actinic_check"
Me.blue_actinic_check.Size = New System.Drawing.Size(70, 28)
Me.blue_actinic_check.TabIndex = 7
Me.blue_actinic_check.Text = "Blue"
Me.blue_actinic_check.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(390, 192)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(0, 14)
Me.Label2.TabIndex = 8
'
'RadioButton1
'
Me.RadioButton1.AutoSize = True
Me.RadioButton1.Checked = True
Me.RadioButton1.Location = New System.Drawing.Point(43, 103)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(82, 18)
Me.RadioButton1.TabIndex = 9
Me.RadioButton1.TabStop = True
Me.RadioButton1.Text = "Enter value:"
Me.RadioButton1.UseVisualStyleBackColor = True
'
'RadioButton2
'
Me.RadioButton2.AutoSize = True
Me.RadioButton2.Location = New System.Drawing.Point(43, 127)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(83, 18)
Me.RadioButton2.TabIndex = 10
Me.RadioButton2.Text = "Enter Value:"
Me.RadioButton2.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(136, 101)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(62, 20)
Me.TextBox1.TabIndex = 11
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(136, 125)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(62, 20)
Me.TextBox2.TabIndex = 12
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(55, 178)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(70, 43)
Me.Button1.TabIndex = 13
Me.Button1.Text = "Saturation Pulse"
Me.Button1.UseVisualStyleBackColor = True
'
'Gain_Test_Button
'
Me.Gain_Test_Button.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Gain_Test_Button.Location = New System.Drawing.Point(411, 245)
Me.Gain_Test_Button.Name = "Gain_Test_Button"
Me.Gain_Test_Button.Size = New System.Drawing.Size(100, 44)
Me.Gain_Test_Button.TabIndex = 14
Me.Gain_Test_Button.Text = "Gain Test"
Me.Gain_Test_Button.UseVisualStyleBackColor = True
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(349, 258)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(41, 20)
Me.TextBox3.TabIndex = 15
Me.TextBox3.Text = "1"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(308, 239)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(82, 16)
Me.Label3.TabIndex = 16
Me.Label3.Text = "which LED?"
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(604, 123)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(81, 20)
Me.TextBox4.TabIndex = 17
Me.TextBox4.Text = "0"
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(605, 156)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(79, 20)
Me.TextBox5.TabIndex = 18
Me.TextBox5.Text = "0"
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(605, 191)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(80, 20)
Me.TextBox6.TabIndex = 19
Me.TextBox6.Text = "0"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(694, 124)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(49, 14)
Me.Label4.TabIndex = 20
Me.Label4.Text = "N2 or Air"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(697, 157)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(111, 14)
Me.Label5.TabIndex = 21
Me.Label5.Text = "O2 or SCRUBBED AIR"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(704, 194)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(28, 14)
Me.Label6.TabIndex = 22
Me.Label6.Text = "CO2"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(603, 56)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(109, 14)
Me.Label7.TabIndex = 23
Me.Label7.Text = "Mass Flow Controller"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(604, 90)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(46, 14)
Me.Label8.TabIndex = 24
Me.Label8.Text = "ccm/min"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(604, 235)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(156, 43)
Me.Button2.TabIndex = 25
Me.Button2.Text = "Set Mass Flow Controller"
Me.Button2.UseVisualStyleBackColor = True
'
'Intensity_Form
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(854, 301)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.TextBox6)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.Gain_Test_Button)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.RadioButton2)
Me.Controls.Add(Me.RadioButton1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.blue_actinic_check)
Me.Controls.Add(Me.far_red_check)
Me.Controls.Add(Me.Command3)
Me.Controls.Add(Me.Command2)
Me.Controls.Add(Me.Command1)
Me.Controls.Add(Me.INtensity_Text)
Me.Controls.Add(Me.Label1)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Location = New System.Drawing.Point(4, 23)
Me.Name = "Intensity_Form"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text = "Set Intensity"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents far_red_check As System.Windows.Forms.CheckBox
Friend WithEvents blue_actinic_check As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Gain_Test_Button As System.Windows.Forms.Button
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
#End Region
End Class