-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmLEDs.Designer.vb
384 lines (379 loc) · 19.3 KB
/
frmLEDs.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
372
373
374
375
376
377
378
379
380
381
382
383
384
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmLEDs
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'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()> _
Private Sub InitializeComponent()
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.OK_Button = New System.Windows.Forms.Button()
Me.Cancel_Button = New System.Windows.Forms.Button()
Me.lblModelTitle = New System.Windows.Forms.Label()
Me.lblModel = New System.Windows.Forms.Label()
Me.lblID = New System.Windows.Forms.Label()
Me.lblIDTitle = New System.Windows.Forms.Label()
Me.lblSerial = New System.Windows.Forms.Label()
Me.lblSerialTitle = New System.Windows.Forms.Label()
Me.dgvPorts = New System.Windows.Forms.DataGridView()
Me.colCheck = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.colPort = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colAction = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.colPulse = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colMin = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colMax = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colTimeOn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colTimeOff = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colCount = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lblModule = New System.Windows.Forms.Label()
Me.cboModules = New System.Windows.Forms.ComboBox()
Me.lblReverse = New System.Windows.Forms.Label()
Me.txtReverse = New System.Windows.Forms.TextBox()
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.dgvPorts, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(553, 224)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
Me.TableLayoutPanel1.TabIndex = 0
'
'OK_Button
'
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.OK_Button.Location = New System.Drawing.Point(3, 3)
Me.OK_Button.Name = "OK_Button"
Me.OK_Button.Size = New System.Drawing.Size(67, 23)
Me.OK_Button.TabIndex = 0
Me.OK_Button.Text = "OK"
'
'Cancel_Button
'
Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
Me.Cancel_Button.Name = "Cancel_Button"
Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
Me.Cancel_Button.TabIndex = 1
Me.Cancel_Button.Text = "Cancel"
'
'lblModelTitle
'
Me.lblModelTitle.AutoSize = True
Me.lblModelTitle.Location = New System.Drawing.Point(12, 9)
Me.lblModelTitle.Name = "lblModelTitle"
Me.lblModelTitle.Size = New System.Drawing.Size(70, 13)
Me.lblModelTitle.TabIndex = 1
Me.lblModelTitle.Text = "Model Name:"
Me.lblModelTitle.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'lblModel
'
Me.lblModel.AutoSize = True
Me.lblModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblModel.Location = New System.Drawing.Point(88, 9)
Me.lblModel.Name = "lblModel"
Me.lblModel.Size = New System.Drawing.Size(50, 13)
Me.lblModel.TabIndex = 2
Me.lblModel.Text = "MODEL"
'
'lblID
'
Me.lblID.AutoSize = True
Me.lblID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblID.Location = New System.Drawing.Point(88, 27)
Me.lblID.Name = "lblID"
Me.lblID.Size = New System.Drawing.Size(21, 13)
Me.lblID.TabIndex = 4
Me.lblID.Text = "00"
'
'lblIDTitle
'
Me.lblIDTitle.AutoSize = True
Me.lblIDTitle.Location = New System.Drawing.Point(25, 27)
Me.lblIDTitle.Name = "lblIDTitle"
Me.lblIDTitle.Size = New System.Drawing.Size(57, 13)
Me.lblIDTitle.TabIndex = 3
Me.lblIDTitle.Text = "CFLink ID:"
Me.lblIDTitle.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'lblSerial
'
Me.lblSerial.AutoSize = True
Me.lblSerial.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSerial.Location = New System.Drawing.Point(88, 46)
Me.lblSerial.Name = "lblSerial"
Me.lblSerial.Size = New System.Drawing.Size(63, 13)
Me.lblSerial.TabIndex = 6
Me.lblSerial.Text = "00000000"
'
'lblSerialTitle
'
Me.lblSerialTitle.AutoSize = True
Me.lblSerialTitle.Location = New System.Drawing.Point(21, 46)
Me.lblSerialTitle.Name = "lblSerialTitle"
Me.lblSerialTitle.Size = New System.Drawing.Size(61, 13)
Me.lblSerialTitle.TabIndex = 5
Me.lblSerialTitle.Text = "Serial Num:"
Me.lblSerialTitle.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'dgvPorts
'
Me.dgvPorts.AllowUserToAddRows = False
Me.dgvPorts.AllowUserToResizeRows = False
Me.dgvPorts.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.dgvPorts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvPorts.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colCheck, Me.colPort, Me.colAction, Me.colPulse, Me.colMin, Me.colMax, Me.colTimeOn, Me.colTimeOff, Me.colCount})
Me.dgvPorts.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter
Me.dgvPorts.Location = New System.Drawing.Point(12, 62)
Me.dgvPorts.MultiSelect = False
Me.dgvPorts.Name = "dgvPorts"
Me.dgvPorts.RowHeadersVisible = False
Me.dgvPorts.Size = New System.Drawing.Size(687, 156)
Me.dgvPorts.TabIndex = 7
'
'colCheck
'
Me.colCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.colCheck.HeaderText = ""
Me.colCheck.Name = "colCheck"
Me.colCheck.ToolTipText = "Include in Command?"
Me.colCheck.Width = 20
'
'colPort
'
Me.colPort.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.colPort.HeaderText = "Port"
Me.colPort.Name = "colPort"
Me.colPort.ReadOnly = True
Me.colPort.Width = 50
'
'colAction
'
Me.colAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.colAction.HeaderText = "Action"
Me.colAction.Items.AddRange(New Object() {"OFF", "ON", "TOGGLE", "PULSE", "DIM", "BLINK", "RAMP"})
Me.colAction.MinimumWidth = 50
Me.colAction.Name = "colAction"
'
'colPulse
'
Me.colPulse.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle7.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle7.Format = "N1"
DataGridViewCellStyle7.NullValue = "0.1"
DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Gray
Me.colPulse.DefaultCellStyle = DataGridViewCellStyle7
Me.colPulse.HeaderText = "Pulse Time (0.1 - 999.9s)"
Me.colPulse.MaxInputLength = 5
Me.colPulse.Name = "colPulse"
Me.colPulse.ReadOnly = True
Me.colPulse.Width = 105
'
'colMin
'
Me.colMin.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle8.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle8.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle8.Format = "N0"
DataGridViewCellStyle8.NullValue = "0"
DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Gray
Me.colMin.DefaultCellStyle = DataGridViewCellStyle8
Me.colMin.HeaderText = "Min (0-100)"
Me.colMin.MaxInputLength = 3
Me.colMin.Name = "colMin"
Me.colMin.ReadOnly = True
Me.colMin.Width = 80
'
'colMax
'
Me.colMax.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle9.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle9.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle9.Format = "N0"
DataGridViewCellStyle9.NullValue = "100"
DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Gray
Me.colMax.DefaultCellStyle = DataGridViewCellStyle9
Me.colMax.HeaderText = "Max (1-100)"
Me.colMax.MaxInputLength = 3
Me.colMax.Name = "colMax"
Me.colMax.ReadOnly = True
Me.colMax.Width = 80
'
'colTimeOn
'
Me.colTimeOn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle10.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle10.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle10.Format = "N1"
DataGridViewCellStyle10.NullValue = "0.1"
DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Gray
Me.colTimeOn.DefaultCellStyle = DataGridViewCellStyle10
Me.colTimeOn.HeaderText = "Time On (0.1 - 999.9s)"
Me.colTimeOn.MaxInputLength = 5
Me.colTimeOn.Name = "colTimeOn"
Me.colTimeOn.ReadOnly = True
Me.colTimeOn.Width = 95
'
'colTimeOff
'
Me.colTimeOff.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle11.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle11.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle11.Format = "N1"
DataGridViewCellStyle11.NullValue = "0.1"
DataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.Gray
Me.colTimeOff.DefaultCellStyle = DataGridViewCellStyle11
Me.colTimeOff.HeaderText = "Time Off (0.1 - 999.9s)"
Me.colTimeOff.MaxInputLength = 5
Me.colTimeOff.Name = "colTimeOff"
Me.colTimeOff.ReadOnly = True
Me.colTimeOff.Width = 95
'
'colCount
'
Me.colCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
DataGridViewCellStyle12.BackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle12.ForeColor = System.Drawing.Color.Gray
DataGridViewCellStyle12.Format = "N0"
DataGridViewCellStyle12.NullValue = "0"
DataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.LightGray
DataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.Gray
Me.colCount.DefaultCellStyle = DataGridViewCellStyle12
Me.colCount.HeaderText = "Count"
Me.colCount.Name = "colCount"
Me.colCount.ReadOnly = True
Me.colCount.Width = 60
'
'lblModule
'
Me.lblModule.AutoSize = True
Me.lblModule.Location = New System.Drawing.Point(221, 9)
Me.lblModule.Name = "lblModule"
Me.lblModule.Size = New System.Drawing.Size(45, 13)
Me.lblModule.TabIndex = 8
Me.lblModule.Text = "Module:"
Me.lblModule.TextAlign = System.Drawing.ContentAlignment.TopRight
Me.lblModule.Visible = False
'
'cboModules
'
Me.cboModules.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboModules.FormattingEnabled = True
Me.cboModules.Location = New System.Drawing.Point(272, 6)
Me.cboModules.Name = "cboModules"
Me.cboModules.Size = New System.Drawing.Size(151, 21)
Me.cboModules.TabIndex = 9
Me.cboModules.Visible = False
'
'lblReverse
'
Me.lblReverse.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.lblReverse.AutoSize = True
Me.lblReverse.Location = New System.Drawing.Point(12, 232)
Me.lblReverse.Name = "lblReverse"
Me.lblReverse.Size = New System.Drawing.Size(136, 13)
Me.lblReverse.TabIndex = 10
Me.lblReverse.Text = "Reverse CFLink Command:"
'
'txtReverse
'
Me.txtReverse.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtReverse.Location = New System.Drawing.Point(154, 229)
Me.txtReverse.Name = "txtReverse"
Me.txtReverse.Size = New System.Drawing.Size(393, 20)
Me.txtReverse.TabIndex = 11
'
'frmLEDs
'
Me.AcceptButton = Me.OK_Button
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.Cancel_Button
Me.ClientSize = New System.Drawing.Size(711, 265)
Me.Controls.Add(Me.txtReverse)
Me.Controls.Add(Me.lblReverse)
Me.Controls.Add(Me.cboModules)
Me.Controls.Add(Me.lblModule)
Me.Controls.Add(Me.dgvPorts)
Me.Controls.Add(Me.lblSerial)
Me.Controls.Add(Me.lblSerialTitle)
Me.Controls.Add(Me.lblID)
Me.Controls.Add(Me.lblIDTitle)
Me.Controls.Add(Me.lblModel)
Me.Controls.Add(Me.lblModelTitle)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(727, 299)
Me.Name = "frmLEDs"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Build LED Command"
Me.TableLayoutPanel1.ResumeLayout(False)
CType(Me.dgvPorts, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents OK_Button As System.Windows.Forms.Button
Friend WithEvents Cancel_Button As System.Windows.Forms.Button
Friend WithEvents lblModelTitle As System.Windows.Forms.Label
Friend WithEvents lblModel As System.Windows.Forms.Label
Friend WithEvents lblID As System.Windows.Forms.Label
Friend WithEvents lblIDTitle As System.Windows.Forms.Label
Friend WithEvents lblSerial As System.Windows.Forms.Label
Friend WithEvents lblSerialTitle As System.Windows.Forms.Label
Friend WithEvents dgvPorts As System.Windows.Forms.DataGridView
Friend WithEvents lblModule As System.Windows.Forms.Label
Friend WithEvents cboModules As System.Windows.Forms.ComboBox
Friend WithEvents colCheck As System.Windows.Forms.DataGridViewCheckBoxColumn
Friend WithEvents colPort As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colAction As System.Windows.Forms.DataGridViewComboBoxColumn
Friend WithEvents colPulse As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colMin As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colMax As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colTimeOn As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colTimeOff As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colCount As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents lblReverse As System.Windows.Forms.Label
Friend WithEvents txtReverse As System.Windows.Forms.TextBox
End Class