Line 35... |
Line 35... |
35 |
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
35 |
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
36 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
36 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
37 |
this.tabControl1 = new System.Windows.Forms.TabControl();
|
37 |
this.tabControl1 = new System.Windows.Forms.TabControl();
|
38 |
this.tabPage1 = new System.Windows.Forms.TabPage();
|
38 |
this.tabPage1 = new System.Windows.Forms.TabPage();
|
39 |
this.txtLog = new System.Windows.Forms.TextBox();
|
39 |
this.txtLog = new System.Windows.Forms.TextBox();
|
40 |
this.button2 = new System.Windows.Forms.Button();
|
40 |
this.cmdSimConnect = new System.Windows.Forms.Button();
|
41 |
this.cmdRescan = new System.Windows.Forms.Button();
|
41 |
this.cmdRescan = new System.Windows.Forms.Button();
|
42 |
this.label3 = new System.Windows.Forms.Label();
|
42 |
this.label3 = new System.Windows.Forms.Label();
|
43 |
this.txtSimConnect = new System.Windows.Forms.TextBox();
|
43 |
this.txtSimConnect = new System.Windows.Forms.TextBox();
|
44 |
this.txtDevices = new System.Windows.Forms.TextBox();
|
44 |
this.txtDevices = new System.Windows.Forms.TextBox();
|
45 |
this.txtStatus = new System.Windows.Forms.TextBox();
|
45 |
this.txtStatus = new System.Windows.Forms.TextBox();
|
46 |
this.label2 = new System.Windows.Forms.Label();
|
46 |
this.label2 = new System.Windows.Forms.Label();
|
47 |
this.label1 = new System.Windows.Forms.Label();
|
47 |
this.label1 = new System.Windows.Forms.Label();
|
48 |
this.tabPage2 = new System.Windows.Forms.TabPage();
|
48 |
this.tabPage2 = new System.Windows.Forms.TabPage();
|
49 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
49 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
50 |
this.deviceGrid = new System.Windows.Forms.DataGridView();
|
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();
|
51 |
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();
|
52 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
59 |
this.cmdDevRescan = new System.Windows.Forms.Button();
|
53 |
this.cmdDevRescan = new System.Windows.Forms.Button();
|
60 |
this.cmDevTest = new System.Windows.Forms.Button();
|
54 |
this.cmDevTest = new System.Windows.Forms.Button();
|
61 |
this.tabPage3 = new System.Windows.Forms.TabPage();
|
55 |
this.tabPage3 = new System.Windows.Forms.TabPage();
|
62 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
56 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
63 |
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
57 |
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
64 |
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
58 |
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
- |
|
59 |
this.cmdRequest = new System.Windows.Forms.Button();
|
- |
|
60 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
- |
|
61 |
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
62 |
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
63 |
this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
64 |
this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
65 |
this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
- |
|
66 |
this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
- |
|
67 |
this.updateTimer = new System.Windows.Forms.Timer(this.components);
|
65 |
this.menuStrip1.SuspendLayout();
|
68 |
this.menuStrip1.SuspendLayout();
|
66 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
69 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
67 |
this.splitContainer1.Panel1.SuspendLayout();
|
70 |
this.splitContainer1.Panel1.SuspendLayout();
|
68 |
this.splitContainer1.Panel2.SuspendLayout();
|
71 |
this.splitContainer1.Panel2.SuspendLayout();
|
69 |
this.splitContainer1.SuspendLayout();
|
72 |
this.splitContainer1.SuspendLayout();
|
70 |
this.tabControl1.SuspendLayout();
|
73 |
this.tabControl1.SuspendLayout();
|
71 |
this.tabPage1.SuspendLayout();
|
74 |
this.tabPage1.SuspendLayout();
|
72 |
this.tabPage2.SuspendLayout();
|
75 |
this.tabPage2.SuspendLayout();
|
73 |
this.tableLayoutPanel1.SuspendLayout();
|
76 |
this.tableLayoutPanel1.SuspendLayout();
|
74 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
|
77 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
|
75 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
|
- |
|
76 |
this.flowLayoutPanel1.SuspendLayout();
|
78 |
this.flowLayoutPanel1.SuspendLayout();
|
77 |
this.statusStrip1.SuspendLayout();
|
79 |
this.statusStrip1.SuspendLayout();
|
78 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
80 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
- |
|
81 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
|
79 |
this.SuspendLayout();
|
82 |
this.SuspendLayout();
|
80 |
//
|
83 |
//
|
81 |
// menuStrip1
|
84 |
// menuStrip1
|
82 |
//
|
85 |
//
|
83 |
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
86 |
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
Line 135... |
Line 138... |
135 |
this.tabControl1.Size = new System.Drawing.Size(422, 264);
|
138 |
this.tabControl1.Size = new System.Drawing.Size(422, 264);
|
136 |
this.tabControl1.TabIndex = 2;
|
139 |
this.tabControl1.TabIndex = 2;
|
137 |
//
|
140 |
//
|
138 |
// tabPage1
|
141 |
// tabPage1
|
139 |
//
|
142 |
//
|
- |
|
143 |
this.tabPage1.Controls.Add(this.cmdRequest);
|
140 |
this.tabPage1.Controls.Add(this.txtLog);
|
144 |
this.tabPage1.Controls.Add(this.txtLog);
|
141 |
this.tabPage1.Controls.Add(this.button2);
|
145 |
this.tabPage1.Controls.Add(this.cmdSimConnect);
|
142 |
this.tabPage1.Controls.Add(this.cmdRescan);
|
146 |
this.tabPage1.Controls.Add(this.cmdRescan);
|
143 |
this.tabPage1.Controls.Add(this.label3);
|
147 |
this.tabPage1.Controls.Add(this.label3);
|
144 |
this.tabPage1.Controls.Add(this.txtSimConnect);
|
148 |
this.tabPage1.Controls.Add(this.txtSimConnect);
|
145 |
this.tabPage1.Controls.Add(this.txtDevices);
|
149 |
this.tabPage1.Controls.Add(this.txtDevices);
|
146 |
this.tabPage1.Controls.Add(this.txtStatus);
|
150 |
this.tabPage1.Controls.Add(this.txtStatus);
|
Line 164... |
Line 168... |
164 |
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
168 |
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
165 |
this.txtLog.Size = new System.Drawing.Size(408, 113);
|
169 |
this.txtLog.Size = new System.Drawing.Size(408, 113);
|
166 |
this.txtLog.TabIndex = 8;
|
170 |
this.txtLog.TabIndex = 8;
|
167 |
this.txtLog.VisibleChanged += new System.EventHandler(this.txtLog_VisibleChanged);
|
171 |
this.txtLog.VisibleChanged += new System.EventHandler(this.txtLog_VisibleChanged);
|
168 |
//
|
172 |
//
|
169 |
// button2
|
173 |
// cmdSimConnect
|
170 |
//
|
174 |
//
|
171 |
this.button2.Location = new System.Drawing.Point(252, 89);
|
175 |
this.cmdSimConnect.Location = new System.Drawing.Point(252, 89);
|
172 |
this.button2.Name = "button2";
|
176 |
this.cmdSimConnect.Name = "cmdSimConnect";
|
173 |
this.button2.Size = new System.Drawing.Size(75, 23);
|
177 |
this.cmdSimConnect.Size = new System.Drawing.Size(75, 23);
|
174 |
this.button2.TabIndex = 7;
|
178 |
this.cmdSimConnect.TabIndex = 7;
|
175 |
this.button2.Text = "Re-Connect";
|
179 |
this.cmdSimConnect.Text = "Re-Connect";
|
176 |
this.button2.UseVisualStyleBackColor = true;
|
180 |
this.cmdSimConnect.UseVisualStyleBackColor = true;
|
- |
|
181 |
this.cmdSimConnect.Click += new System.EventHandler(this.cmdSimConnect_Click);
|
177 |
//
|
182 |
//
|
178 |
// cmdRescan
|
183 |
// cmdRescan
|
179 |
//
|
184 |
//
|
180 |
this.cmdRescan.Location = new System.Drawing.Point(252, 62);
|
185 |
this.cmdRescan.Location = new System.Drawing.Point(252, 62);
|
181 |
this.cmdRescan.Name = "cmdRescan";
|
186 |
this.cmdRescan.Name = "cmdRescan";
|
Line 288... |
Line 293... |
288 |
this.deviceGrid.ShowCellToolTips = false;
|
293 |
this.deviceGrid.ShowCellToolTips = false;
|
289 |
this.deviceGrid.ShowEditingIcon = false;
|
294 |
this.deviceGrid.ShowEditingIcon = false;
|
290 |
this.deviceGrid.Size = new System.Drawing.Size(402, 171);
|
295 |
this.deviceGrid.Size = new System.Drawing.Size(402, 171);
|
291 |
this.deviceGrid.TabIndex = 0;
|
296 |
this.deviceGrid.TabIndex = 0;
|
292 |
//
|
297 |
//
|
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
|
298 |
// serial
|
335 |
//
|
299 |
//
|
336 |
this.serial.DataPropertyName = "serial";
|
300 |
this.serial.DataPropertyName = "serial";
|
337 |
this.serial.HeaderText = "Serial";
|
301 |
this.serial.HeaderText = "Serial";
|
338 |
this.serial.MinimumWidth = 90;
|
302 |
this.serial.MinimumWidth = 90;
|
339 |
this.serial.Name = "serial";
|
303 |
this.serial.Name = "serial";
|
340 |
this.serial.ReadOnly = true;
|
304 |
this.serial.ReadOnly = true;
|
341 |
this.serial.Width = 90;
|
305 |
this.serial.Width = 90;
|
342 |
//
|
306 |
//
|
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
|
307 |
// flowLayoutPanel1
|
358 |
//
|
308 |
//
|
359 |
this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
|
309 |
this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
|
360 |
this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
|
310 |
this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
|
361 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
311 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
Line 409... |
Line 359... |
409 |
//
|
359 |
//
|
410 |
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
360 |
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
411 |
this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
|
361 |
this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
|
412 |
this.toolStripStatusLabel1.Text = "Status Bar";
|
362 |
this.toolStripStatusLabel1.Text = "Status Bar";
|
413 |
//
|
363 |
//
|
- |
|
364 |
// cmdRequest
|
- |
|
365 |
//
|
- |
|
366 |
this.cmdRequest.Location = new System.Drawing.Point(253, 33);
|
- |
|
367 |
this.cmdRequest.Name = "cmdRequest";
|
- |
|
368 |
this.cmdRequest.Size = new System.Drawing.Size(75, 23);
|
- |
|
369 |
this.cmdRequest.TabIndex = 9;
|
- |
|
370 |
this.cmdRequest.Text = "Request";
|
- |
|
371 |
this.cmdRequest.UseVisualStyleBackColor = true;
|
- |
|
372 |
this.cmdRequest.Click += new System.EventHandler(this.cmdRequest_Click);
|
- |
|
373 |
//
|
- |
|
374 |
// inputTimer
|
- |
|
375 |
//
|
- |
|
376 |
this.inputTimer.Interval = 20;
|
- |
|
377 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
- |
|
378 |
//
|
- |
|
379 |
// idDataGridViewTextBoxColumn
|
- |
|
380 |
//
|
- |
|
381 |
this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
- |
|
382 |
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
|
- |
|
383 |
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
|
- |
|
384 |
this.idDataGridViewTextBoxColumn.MaxInputLength = 2;
|
- |
|
385 |
this.idDataGridViewTextBoxColumn.MinimumWidth = 25;
|
- |
|
386 |
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
|
- |
|
387 |
this.idDataGridViewTextBoxColumn.ReadOnly = true;
|
- |
|
388 |
this.idDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
- |
|
389 |
this.idDataGridViewTextBoxColumn.Width = 25;
|
- |
|
390 |
//
|
- |
|
391 |
// typeDataGridViewTextBoxColumn
|
- |
|
392 |
//
|
- |
|
393 |
this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
- |
|
394 |
this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
|
- |
|
395 |
this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
|
- |
|
396 |
this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
|
- |
|
397 |
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
|
- |
|
398 |
this.typeDataGridViewTextBoxColumn.ReadOnly = true;
|
- |
|
399 |
//
|
- |
|
400 |
// hwDataGridViewTextBoxColumn
|
- |
|
401 |
//
|
- |
|
402 |
this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
- |
|
403 |
this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
|
- |
|
404 |
this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
|
- |
|
405 |
this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;
|
- |
|
406 |
this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";
|
- |
|
407 |
this.hwDataGridViewTextBoxColumn.ReadOnly = true;
|
- |
|
408 |
this.hwDataGridViewTextBoxColumn.Width = 51;
|
- |
|
409 |
//
|
- |
|
410 |
// swDataGridViewTextBoxColumn
|
- |
|
411 |
//
|
- |
|
412 |
this.swDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
- |
|
413 |
this.swDataGridViewTextBoxColumn.DataPropertyName = "sw";
|
- |
|
414 |
this.swDataGridViewTextBoxColumn.HeaderText = "SW";
|
- |
|
415 |
this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
|
- |
|
416 |
this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
|
- |
|
417 |
this.swDataGridViewTextBoxColumn.ReadOnly = true;
|
- |
|
418 |
this.swDataGridViewTextBoxColumn.Width = 50;
|
- |
|
419 |
//
|
- |
|
420 |
// statusDataGridViewTextBoxColumn
|
- |
|
421 |
//
|
- |
|
422 |
this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
- |
|
423 |
this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
|
- |
|
424 |
this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
|
- |
|
425 |
this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
|
- |
|
426 |
this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
|
- |
|
427 |
this.statusDataGridViewTextBoxColumn.ReadOnly = true;
|
- |
|
428 |
this.statusDataGridViewTextBoxColumn.Width = 90;
|
- |
|
429 |
//
|
- |
|
430 |
// nITDeviceBindingSource
|
- |
|
431 |
//
|
- |
|
432 |
this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
|
- |
|
433 |
//
|
414 |
// MainForm
|
434 |
// MainForm
|
415 |
//
|
435 |
//
|
416 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
436 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
417 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
437 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
418 |
this.ClientSize = new System.Drawing.Size(422, 317);
|
438 |
this.ClientSize = new System.Drawing.Size(422, 317);
|
Line 432... |
Line 452... |
432 |
this.tabPage1.ResumeLayout(false);
|
452 |
this.tabPage1.ResumeLayout(false);
|
433 |
this.tabPage1.PerformLayout();
|
453 |
this.tabPage1.PerformLayout();
|
434 |
this.tabPage2.ResumeLayout(false);
|
454 |
this.tabPage2.ResumeLayout(false);
|
435 |
this.tableLayoutPanel1.ResumeLayout(false);
|
455 |
this.tableLayoutPanel1.ResumeLayout(false);
|
436 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
|
456 |
((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
|
437 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
|
- |
|
438 |
this.flowLayoutPanel1.ResumeLayout(false);
|
457 |
this.flowLayoutPanel1.ResumeLayout(false);
|
439 |
this.statusStrip1.ResumeLayout(false);
|
458 |
this.statusStrip1.ResumeLayout(false);
|
440 |
this.statusStrip1.PerformLayout();
|
459 |
this.statusStrip1.PerformLayout();
|
441 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
460 |
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
- |
|
461 |
((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
|
442 |
this.ResumeLayout(false);
|
462 |
this.ResumeLayout(false);
|
443 |
this.PerformLayout();
|
463 |
this.PerformLayout();
|
444 |
|
464 |
|
445 |
}
|
465 |
}
|
446 |
|
466 |
|
Line 450... |
Line 470... |
450 |
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
470 |
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
451 |
private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
|
471 |
private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
|
452 |
private System.Windows.Forms.SplitContainer splitContainer1;
|
472 |
private System.Windows.Forms.SplitContainer splitContainer1;
|
453 |
private System.Windows.Forms.TabControl tabControl1;
|
473 |
private System.Windows.Forms.TabControl tabControl1;
|
454 |
private System.Windows.Forms.TabPage tabPage1;
|
474 |
private System.Windows.Forms.TabPage tabPage1;
|
455 |
private System.Windows.Forms.Button button2;
|
475 |
private System.Windows.Forms.Button cmdSimConnect;
|
456 |
private System.Windows.Forms.Button cmdRescan;
|
476 |
private System.Windows.Forms.Button cmdRescan;
|
457 |
private System.Windows.Forms.Label label3;
|
477 |
private System.Windows.Forms.Label label3;
|
458 |
private System.Windows.Forms.TextBox txtSimConnect;
|
478 |
private System.Windows.Forms.TextBox txtSimConnect;
|
459 |
private System.Windows.Forms.TextBox txtDevices;
|
479 |
private System.Windows.Forms.TextBox txtDevices;
|
460 |
private System.Windows.Forms.TextBox txtStatus;
|
480 |
private System.Windows.Forms.TextBox txtStatus;
|
Line 476... |
Line 496... |
476 |
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
|
496 |
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
|
477 |
private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
|
497 |
private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
|
478 |
private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
|
498 |
private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
|
479 |
private System.Windows.Forms.DataGridViewTextBoxColumn serial;
|
499 |
private System.Windows.Forms.DataGridViewTextBoxColumn serial;
|
480 |
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
|
500 |
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
|
- |
|
501 |
private System.Windows.Forms.Button cmdRequest;
|
- |
|
502 |
private System.Windows.Forms.Timer inputTimer;
|
- |
|
503 |
private System.Windows.Forms.Timer updateTimer;
|
481 |
}
|
504 |
}
|
482 |
}
|
505 |
}
|
483 |
|
506 |
|