Subversion Repositories group.electronics

Rev

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