Subversion Repositories group.electronics

Rev

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