Subversion Repositories group.NITPanels

Rev

Rev 7 | Details | Compare with Previous | Last modification | View Log | RSS feed

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