Subversion Repositories group.electronics

Rev

Rev 153 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
139 pfowler 1
namespace NITNavComm
2
{
3
    partial class MainForm
4
    {
5
 
6
        /// <summary>
7
        /// Required designer variable.
8
        /// </summary>
9
        private System.ComponentModel.IContainer components = null;
10
 
11
        /// <summary>
12
        /// Clean up any resources being used.
13
        /// </summary>
14
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15
        protected override void Dispose(bool disposing)
16
        {
17
            if (disposing && (components != null))
18
            {
19
                components.Dispose();
20
            }
21
            base.Dispose(disposing);
22
        }
23
 
24
        #region Windows Form Designer generated code
25
 
26
        /// <summary>
27
        /// Required method for Designer support - do not modify
28
        /// the contents of this method with the code editor.
29
        /// </summary>
30
        private void InitializeComponent()
31
        {
32
            this.components = new System.ComponentModel.Container();
33
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
34
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35
            this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
37
            this.tabControl1 = new System.Windows.Forms.TabControl();
38
            this.tabPage1 = new System.Windows.Forms.TabPage();
155 pfowler 39
            this.cmdRequest = new System.Windows.Forms.Button();
139 pfowler 40
            this.txtLog = new System.Windows.Forms.TextBox();
153 pfowler 41
            this.cmdSimConnect = new System.Windows.Forms.Button();
139 pfowler 42
            this.cmdRescan = new System.Windows.Forms.Button();
43
            this.label3 = new System.Windows.Forms.Label();
44
            this.txtSimConnect = new System.Windows.Forms.TextBox();
45
            this.txtDevices = new System.Windows.Forms.TextBox();
46
            this.txtStatus = new System.Windows.Forms.TextBox();
47
            this.label2 = new System.Windows.Forms.Label();
48
            this.label1 = new System.Windows.Forms.Label();
49
            this.tabPage2 = new System.Windows.Forms.TabPage();
50
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
51
            this.deviceGrid = new System.Windows.Forms.DataGridView();
52
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
53
            this.cmdDevRescan = new System.Windows.Forms.Button();
54
            this.cmDevTest = new System.Windows.Forms.Button();
55
            this.tabPage3 = new System.Windows.Forms.TabPage();
56
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
57
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
58
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
153 pfowler 59
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
155 pfowler 60
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
61
            this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
153 pfowler 62
            this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
63
            this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
155 pfowler 64
            this.assigned = new System.Windows.Forms.DataGridViewTextBoxColumn();
153 pfowler 65
            this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
66
            this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
155 pfowler 67
            this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
153 pfowler 68
            this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
139 pfowler 69
            this.menuStrip1.SuspendLayout();
70
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
71
            this.splitContainer1.Panel1.SuspendLayout();
72
            this.splitContainer1.Panel2.SuspendLayout();
73
            this.splitContainer1.SuspendLayout();
74
            this.tabControl1.SuspendLayout();
75
            this.tabPage1.SuspendLayout();
76
            this.tabPage2.SuspendLayout();
77
            this.tableLayoutPanel1.SuspendLayout();
78
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
79
            this.flowLayoutPanel1.SuspendLayout();
80
            this.statusStrip1.SuspendLayout();
81
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
153 pfowler 82
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
139 pfowler 83
            this.SuspendLayout();
84
            // 
85
            // menuStrip1
86
            // 
87
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
88
            this.fileToolStripMenuItem});
89
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
90
            this.menuStrip1.Name = "menuStrip1";
91
            this.menuStrip1.Size = new System.Drawing.Size(422, 24);
92
            this.menuStrip1.TabIndex = 0;
93
            this.menuStrip1.Text = "menuStrip1";
94
            // 
95
            // fileToolStripMenuItem
96
            // 
97
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
98
            this.quitToolStripMenuItem});
99
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
100
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
101
            this.fileToolStripMenuItem.Text = "File";
102
            // 
103
            // quitToolStripMenuItem
104
            // 
105
            this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
106
            this.quitToolStripMenuItem.Size = new System.Drawing.Size(97, 22);
107
            this.quitToolStripMenuItem.Text = "Quit";
108
            this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
109
            // 
110
            // splitContainer1
111
            // 
112
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
113
            this.splitContainer1.IsSplitterFixed = true;
114
            this.splitContainer1.Location = new System.Drawing.Point(0, 24);
115
            this.splitContainer1.Name = "splitContainer1";
116
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
117
            // 
118
            // splitContainer1.Panel1
119
            // 
120
            this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
121
            // 
122
            // splitContainer1.Panel2
123
            // 
124
            this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
125
            this.splitContainer1.Size = new System.Drawing.Size(422, 293);
126
            this.splitContainer1.SplitterDistance = 264;
127
            this.splitContainer1.SplitterWidth = 1;
128
            this.splitContainer1.TabIndex = 1;
129
            // 
130
            // tabControl1
131
            // 
132
            this.tabControl1.Controls.Add(this.tabPage1);
133
            this.tabControl1.Controls.Add(this.tabPage2);
134
            this.tabControl1.Controls.Add(this.tabPage3);
135
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
136
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
137
            this.tabControl1.Name = "tabControl1";
138
            this.tabControl1.SelectedIndex = 0;
139
            this.tabControl1.Size = new System.Drawing.Size(422, 264);
140
            this.tabControl1.TabIndex = 2;
141
            // 
142
            // tabPage1
143
            // 
153 pfowler 144
            this.tabPage1.Controls.Add(this.cmdRequest);
139 pfowler 145
            this.tabPage1.Controls.Add(this.txtLog);
153 pfowler 146
            this.tabPage1.Controls.Add(this.cmdSimConnect);
139 pfowler 147
            this.tabPage1.Controls.Add(this.cmdRescan);
148
            this.tabPage1.Controls.Add(this.label3);
149
            this.tabPage1.Controls.Add(this.txtSimConnect);
150
            this.tabPage1.Controls.Add(this.txtDevices);
151
            this.tabPage1.Controls.Add(this.txtStatus);
152
            this.tabPage1.Controls.Add(this.label2);
153
            this.tabPage1.Controls.Add(this.label1);
154
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
155
            this.tabPage1.Name = "tabPage1";
156
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
157
            this.tabPage1.Size = new System.Drawing.Size(414, 238);
158
            this.tabPage1.TabIndex = 0;
159
            this.tabPage1.Text = "Status";
160
            this.tabPage1.UseVisualStyleBackColor = true;
161
            // 
155 pfowler 162
            // cmdRequest
163
            // 
164
            this.cmdRequest.Location = new System.Drawing.Point(253, 33);
165
            this.cmdRequest.Name = "cmdRequest";
166
            this.cmdRequest.Size = new System.Drawing.Size(75, 23);
167
            this.cmdRequest.TabIndex = 9;
168
            this.cmdRequest.Text = "Request";
169
            this.cmdRequest.UseVisualStyleBackColor = true;
170
            this.cmdRequest.Click += new System.EventHandler(this.cmdRequest_Click);
171
            // 
139 pfowler 172
            // txtLog
173
            // 
174
            this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;
175
            this.txtLog.Location = new System.Drawing.Point(3, 122);
176
            this.txtLog.Multiline = true;
177
            this.txtLog.Name = "txtLog";
178
            this.txtLog.ReadOnly = true;
179
            this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
180
            this.txtLog.Size = new System.Drawing.Size(408, 113);
181
            this.txtLog.TabIndex = 8;
182
            this.txtLog.VisibleChanged += new System.EventHandler(this.txtLog_VisibleChanged);
183
            // 
153 pfowler 184
            // cmdSimConnect
139 pfowler 185
            // 
153 pfowler 186
            this.cmdSimConnect.Location = new System.Drawing.Point(252, 89);
187
            this.cmdSimConnect.Name = "cmdSimConnect";
188
            this.cmdSimConnect.Size = new System.Drawing.Size(75, 23);
189
            this.cmdSimConnect.TabIndex = 7;
190
            this.cmdSimConnect.Text = "Re-Connect";
191
            this.cmdSimConnect.UseVisualStyleBackColor = true;
192
            this.cmdSimConnect.Click += new System.EventHandler(this.cmdSimConnect_Click);
139 pfowler 193
            // 
194
            // cmdRescan
195
            // 
196
            this.cmdRescan.Location = new System.Drawing.Point(252, 62);
197
            this.cmdRescan.Name = "cmdRescan";
198
            this.cmdRescan.Size = new System.Drawing.Size(75, 23);
199
            this.cmdRescan.TabIndex = 6;
200
            this.cmdRescan.Text = "Re-Scan";
201
            this.cmdRescan.UseVisualStyleBackColor = true;
202
            this.cmdRescan.Click += new System.EventHandler(this.cmdRescan_Click);
203
            // 
204
            // label3
205
            // 
206
            this.label3.AutoSize = true;
207
            this.label3.Location = new System.Drawing.Point(8, 95);
208
            this.label3.Name = "label3";
209
            this.label3.Size = new System.Drawing.Size(97, 13);
210
            this.label3.TabIndex = 5;
211
            this.label3.Text = "SimConnect Status";
212
            // 
213
            // txtSimConnect
214
            // 
215
            this.txtSimConnect.Location = new System.Drawing.Point(113, 91);
216
            this.txtSimConnect.Name = "txtSimConnect";
217
            this.txtSimConnect.Size = new System.Drawing.Size(133, 20);
218
            this.txtSimConnect.TabIndex = 4;
219
            // 
220
            // txtDevices
221
            // 
222
            this.txtDevices.Location = new System.Drawing.Point(113, 64);
223
            this.txtDevices.Name = "txtDevices";
224
            this.txtDevices.Size = new System.Drawing.Size(133, 20);
225
            this.txtDevices.TabIndex = 3;
226
            this.txtDevices.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
227
            // 
228
            // txtStatus
229
            // 
230
            this.txtStatus.Location = new System.Drawing.Point(113, 33);
231
            this.txtStatus.Name = "txtStatus";
232
            this.txtStatus.Size = new System.Drawing.Size(133, 20);
233
            this.txtStatus.TabIndex = 2;
234
            // 
235
            // label2
236
            // 
237
            this.label2.AutoSize = true;
238
            this.label2.Location = new System.Drawing.Point(8, 68);
239
            this.label2.Name = "label2";
240
            this.label2.Size = new System.Drawing.Size(101, 13);
241
            this.label2.TabIndex = 1;
242
            this.label2.Text = "Devices Connected";
243
            // 
244
            // label1
245
            // 
246
            this.label1.AutoSize = true;
247
            this.label1.Location = new System.Drawing.Point(8, 37);
248
            this.label1.Name = "label1";
249
            this.label1.Size = new System.Drawing.Size(72, 13);
250
            this.label1.TabIndex = 0;
251
            this.label1.Text = "Panels Status";
252
            // 
253
            // tabPage2
254
            // 
255
            this.tabPage2.Controls.Add(this.tableLayoutPanel1);
256
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
257
            this.tabPage2.Name = "tabPage2";
258
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
259
            this.tabPage2.Size = new System.Drawing.Size(414, 238);
260
            this.tabPage2.TabIndex = 1;
261
            this.tabPage2.Text = "Devices";
262
            this.tabPage2.UseVisualStyleBackColor = true;
263
            // 
264
            // tableLayoutPanel1
265
            // 
266
            this.tableLayoutPanel1.ColumnCount = 1;
267
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
268
            this.tableLayoutPanel1.Controls.Add(this.deviceGrid, 0, 1);
269
            this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
270
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
271
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
272
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
273
            this.tableLayoutPanel1.RowCount = 3;
274
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
275
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
276
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
277
            this.tableLayoutPanel1.Size = new System.Drawing.Size(408, 232);
278
            this.tableLayoutPanel1.TabIndex = 0;
279
            // 
280
            // deviceGrid
281
            // 
282
            this.deviceGrid.AllowUserToAddRows = false;
283
            this.deviceGrid.AllowUserToDeleteRows = false;
284
            this.deviceGrid.AllowUserToResizeColumns = false;
285
            this.deviceGrid.AllowUserToResizeRows = false;
286
            this.deviceGrid.AutoGenerateColumns = false;
287
            this.deviceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
288
            this.deviceGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
289
            this.idDataGridViewTextBoxColumn,
290
            this.typeDataGridViewTextBoxColumn,
155 pfowler 291
            this.assigned,
139 pfowler 292
            this.hwDataGridViewTextBoxColumn,
293
            this.swDataGridViewTextBoxColumn,
294
            this.serial,
295
            this.statusDataGridViewTextBoxColumn});
296
            this.deviceGrid.DataSource = this.nITDeviceBindingSource;
297
            this.deviceGrid.Dock = System.Windows.Forms.DockStyle.Fill;
298
            this.deviceGrid.Location = new System.Drawing.Point(3, 23);
299
            this.deviceGrid.MultiSelect = false;
300
            this.deviceGrid.Name = "deviceGrid";
301
            this.deviceGrid.ReadOnly = true;
302
            this.deviceGrid.RowHeadersVisible = false;
303
            this.deviceGrid.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
304
            this.deviceGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
305
            this.deviceGrid.ShowCellToolTips = false;
306
            this.deviceGrid.ShowEditingIcon = false;
307
            this.deviceGrid.Size = new System.Drawing.Size(402, 171);
308
            this.deviceGrid.TabIndex = 0;
309
            // 
310
            // flowLayoutPanel1
311
            // 
312
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
313
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
314
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
315
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);
316
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
317
            this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);
318
            this.flowLayoutPanel1.TabIndex = 1;
319
            // 
320
            // cmdDevRescan
321
            // 
322
            this.cmdDevRescan.Location = new System.Drawing.Point(3, 3);
323
            this.cmdDevRescan.Name = "cmdDevRescan";
324
            this.cmdDevRescan.Size = new System.Drawing.Size(75, 23);
325
            this.cmdDevRescan.TabIndex = 0;
326
            this.cmdDevRescan.Text = "Re-Scan";
327
            this.cmdDevRescan.UseVisualStyleBackColor = true;
328
            this.cmdDevRescan.Click += new System.EventHandler(this.cmdDevRescan_Click);
329
            // 
330
            // cmDevTest
331
            // 
332
            this.cmDevTest.Enabled = false;
333
            this.cmDevTest.Location = new System.Drawing.Point(84, 3);
334
            this.cmDevTest.Name = "cmDevTest";
335
            this.cmDevTest.Size = new System.Drawing.Size(75, 23);
336
            this.cmDevTest.TabIndex = 1;
337
            this.cmDevTest.Text = "Test";
338
            this.cmDevTest.UseVisualStyleBackColor = true;
339
            this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);
340
            // 
341
            // tabPage3
342
            // 
343
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
344
            this.tabPage3.Name = "tabPage3";
345
            this.tabPage3.Size = new System.Drawing.Size(414, 238);
346
            this.tabPage3.TabIndex = 2;
347
            this.tabPage3.Text = "About";
348
            this.tabPage3.UseVisualStyleBackColor = true;
349
            // 
350
            // statusStrip1
351
            // 
352
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
353
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
354
            this.toolStripStatusLabel1});
355
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
356
            this.statusStrip1.Name = "statusStrip1";
357
            this.statusStrip1.Size = new System.Drawing.Size(422, 28);
358
            this.statusStrip1.TabIndex = 0;
359
            this.statusStrip1.Text = "statusStrip1";
360
            // 
361
            // toolStripStatusLabel1
362
            // 
363
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
364
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
365
            this.toolStripStatusLabel1.Text = "Status Bar";
366
            // 
153 pfowler 367
            // inputTimer
368
            // 
369
            this.inputTimer.Interval = 20;
370
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
371
            // 
155 pfowler 372
            // nITDeviceBindingSource
373
            // 
374
            this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
375
            // 
153 pfowler 376
            // idDataGridViewTextBoxColumn
377
            // 
378
            this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
379
            this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
380
            this.idDataGridViewTextBoxColumn.HeaderText = "ID";
381
            this.idDataGridViewTextBoxColumn.MaxInputLength = 2;
382
            this.idDataGridViewTextBoxColumn.MinimumWidth = 25;
383
            this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
384
            this.idDataGridViewTextBoxColumn.ReadOnly = true;
385
            this.idDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
386
            this.idDataGridViewTextBoxColumn.Width = 25;
387
            // 
388
            // typeDataGridViewTextBoxColumn
389
            // 
390
            this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
391
            this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
392
            this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
393
            this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
394
            this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
395
            this.typeDataGridViewTextBoxColumn.ReadOnly = true;
396
            // 
155 pfowler 397
            // assigned
398
            // 
399
            this.assigned.DataPropertyName = "assigned";
400
            this.assigned.HeaderText = "Assigned";
401
            this.assigned.MinimumWidth = 50;
402
            this.assigned.Name = "assigned";
403
            this.assigned.ReadOnly = true;
404
            this.assigned.Width = 50;
405
            // 
153 pfowler 406
            // hwDataGridViewTextBoxColumn
407
            // 
408
            this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
409
            this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
410
            this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
411
            this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;
412
            this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";
413
            this.hwDataGridViewTextBoxColumn.ReadOnly = true;
414
            this.hwDataGridViewTextBoxColumn.Width = 51;
415
            // 
416
            // swDataGridViewTextBoxColumn
417
            // 
418
            this.swDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
419
            this.swDataGridViewTextBoxColumn.DataPropertyName = "sw";
420
            this.swDataGridViewTextBoxColumn.HeaderText = "SW";
421
            this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
422
            this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
423
            this.swDataGridViewTextBoxColumn.ReadOnly = true;
424
            this.swDataGridViewTextBoxColumn.Width = 50;
425
            // 
155 pfowler 426
            // serial
427
            // 
428
            this.serial.DataPropertyName = "serial";
429
            this.serial.HeaderText = "Serial";
430
            this.serial.MinimumWidth = 90;
431
            this.serial.Name = "serial";
432
            this.serial.ReadOnly = true;
433
            this.serial.Width = 90;
434
            // 
153 pfowler 435
            // statusDataGridViewTextBoxColumn
436
            // 
437
            this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
438
            this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
439
            this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
440
            this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
441
            this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
442
            this.statusDataGridViewTextBoxColumn.ReadOnly = true;
443
            this.statusDataGridViewTextBoxColumn.Width = 90;
444
            // 
139 pfowler 445
            // MainForm
446
            // 
447
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
448
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
449
            this.ClientSize = new System.Drawing.Size(422, 317);
450
            this.Controls.Add(this.splitContainer1);
451
            this.Controls.Add(this.menuStrip1);
452
            this.MainMenuStrip = this.menuStrip1;
453
            this.Name = "MainForm";
454
            this.Text = "NIT Panels";
155 pfowler 455
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
139 pfowler 456
            this.menuStrip1.ResumeLayout(false);
457
            this.menuStrip1.PerformLayout();
458
            this.splitContainer1.Panel1.ResumeLayout(false);
459
            this.splitContainer1.Panel2.ResumeLayout(false);
460
            this.splitContainer1.Panel2.PerformLayout();
461
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
462
            this.splitContainer1.ResumeLayout(false);
463
            this.tabControl1.ResumeLayout(false);
464
            this.tabPage1.ResumeLayout(false);
465
            this.tabPage1.PerformLayout();
466
            this.tabPage2.ResumeLayout(false);
467
            this.tableLayoutPanel1.ResumeLayout(false);
468
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
469
            this.flowLayoutPanel1.ResumeLayout(false);
470
            this.statusStrip1.ResumeLayout(false);
471
            this.statusStrip1.PerformLayout();
472
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
153 pfowler 473
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
139 pfowler 474
            this.ResumeLayout(false);
475
            this.PerformLayout();
476
 
477
        }
478
 
479
        #endregion
480
 
481
        private System.Windows.Forms.MenuStrip menuStrip1;
482
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
483
        private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
484
        private System.Windows.Forms.SplitContainer splitContainer1;
485
        private System.Windows.Forms.TabControl tabControl1;
486
        private System.Windows.Forms.TabPage tabPage1;
153 pfowler 487
        private System.Windows.Forms.Button cmdSimConnect;
139 pfowler 488
        private System.Windows.Forms.Button cmdRescan;
489
        private System.Windows.Forms.Label label3;
490
        private System.Windows.Forms.TextBox txtSimConnect;
491
        private System.Windows.Forms.TextBox txtDevices;
492
        private System.Windows.Forms.TextBox txtStatus;
493
        private System.Windows.Forms.Label label2;
494
        private System.Windows.Forms.Label label1;
495
        private System.Windows.Forms.TabPage tabPage2;
496
        private System.Windows.Forms.TabPage tabPage3;
497
        private System.Windows.Forms.StatusStrip statusStrip1;
498
        private System.Windows.Forms.TextBox txtLog;
499
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
500
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
501
        private System.Windows.Forms.BindingSource bindingSource1;
502
        private System.Windows.Forms.DataGridView deviceGrid;
503
        private System.Windows.Forms.BindingSource nITDeviceBindingSource;
504
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
505
        private System.Windows.Forms.Button cmdDevRescan;
506
        private System.Windows.Forms.Button cmDevTest;
155 pfowler 507
        private System.Windows.Forms.Button cmdRequest;
508
        private System.Windows.Forms.Timer inputTimer;
509
        private System.Windows.Forms.Timer updateTimer;
139 pfowler 510
        private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
511
        private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
155 pfowler 512
        private System.Windows.Forms.DataGridViewTextBoxColumn assigned;
139 pfowler 513
        private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
514
        private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
515
        private System.Windows.Forms.DataGridViewTextBoxColumn serial;
516
        private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
517
    }
518
}
519