Subversion Repositories group.NITPanels

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 15
Line 47... Line 47...
47
            this.label2 = new System.Windows.Forms.Label();
47
            this.label2 = new System.Windows.Forms.Label();
48
            this.label1 = new System.Windows.Forms.Label();
48
            this.label1 = new System.Windows.Forms.Label();
49
            this.tabPage2 = new System.Windows.Forms.TabPage();
49
            this.tabPage2 = new System.Windows.Forms.TabPage();
50
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
50
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
51
            this.deviceGrid = new System.Windows.Forms.DataGridView();
51
            this.deviceGrid = new System.Windows.Forms.DataGridView();
52
            this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
53
            this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
54
            this.assigned = new System.Windows.Forms.DataGridViewTextBoxColumn();
52
            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();
53
            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);
-
 
60
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
54
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
61
            this.cmdDevRescan = new System.Windows.Forms.Button();
55
            this.cmdDevRescan = new System.Windows.Forms.Button();
62
            this.cmDevTest = new System.Windows.Forms.Button();
56
            this.cmDevTest = new System.Windows.Forms.Button();
-
 
57
            this.cmdAssign = new System.Windows.Forms.Button();
63
            this.tabPage3 = new System.Windows.Forms.TabPage();
58
            this.tabPage3 = new System.Windows.Forms.TabPage();
64
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
59
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
65
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
60
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
66
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
61
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
67
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
62
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
68
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
63
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
69
            this.debugTimer = new System.Windows.Forms.Timer(this.components);
64
            this.debugTimer = new System.Windows.Forms.Timer(this.components);
-
 
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.cmdAssign = new System.Windows.Forms.Button();
70
            this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
71
            this.menuStrip1.SuspendLayout();
71
            this.menuStrip1.SuspendLayout();
72
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
72
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
73
            this.splitContainer1.Panel1.SuspendLayout();
73
            this.splitContainer1.Panel1.SuspendLayout();
74
            this.splitContainer1.Panel2.SuspendLayout();
74
            this.splitContainer1.Panel2.SuspendLayout();
75
            this.splitContainer1.SuspendLayout();
75
            this.splitContainer1.SuspendLayout();
76
            this.tabControl1.SuspendLayout();
76
            this.tabControl1.SuspendLayout();
77
            this.tabPage1.SuspendLayout();
77
            this.tabPage1.SuspendLayout();
78
            this.tabPage2.SuspendLayout();
78
            this.tabPage2.SuspendLayout();
79
            this.tableLayoutPanel1.SuspendLayout();
79
            this.tableLayoutPanel1.SuspendLayout();
80
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
80
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
81
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
-
 
82
            this.flowLayoutPanel1.SuspendLayout();
81
            this.flowLayoutPanel1.SuspendLayout();
83
            this.statusStrip1.SuspendLayout();
82
            this.statusStrip1.SuspendLayout();
84
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
83
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
-
 
84
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
85
            this.SuspendLayout();
85
            this.SuspendLayout();
86
            // 
86
            // 
87
            // menuStrip1
87
            // menuStrip1
88
            // 
88
            // 
89
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
89
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 307... Line 307...
307
            this.deviceGrid.ShowCellToolTips = false;
307
            this.deviceGrid.ShowCellToolTips = false;
308
            this.deviceGrid.ShowEditingIcon = false;
308
            this.deviceGrid.ShowEditingIcon = false;
309
            this.deviceGrid.Size = new System.Drawing.Size(402, 171);
309
            this.deviceGrid.Size = new System.Drawing.Size(402, 171);
310
            this.deviceGrid.TabIndex = 0;
310
            this.deviceGrid.TabIndex = 0;
311
            // 
311
            // 
312
            // idDataGridViewTextBoxColumn
-
 
313
            // 
-
 
314
            this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
-
 
315
            this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
-
 
316
            this.idDataGridViewTextBoxColumn.HeaderText = "ID";
-
 
317
            this.idDataGridViewTextBoxColumn.MaxInputLength = 2;
-
 
318
            this.idDataGridViewTextBoxColumn.MinimumWidth = 25;
-
 
319
            this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
-
 
320
            this.idDataGridViewTextBoxColumn.ReadOnly = true;
-
 
321
            this.idDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
-
 
322
            this.idDataGridViewTextBoxColumn.Width = 25;
-
 
323
            // 
-
 
324
            // typeDataGridViewTextBoxColumn
-
 
325
            // 
-
 
326
            this.typeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-
 
327
            this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
-
 
328
            this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
-
 
329
            this.typeDataGridViewTextBoxColumn.MinimumWidth = 90;
-
 
330
            this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
-
 
331
            this.typeDataGridViewTextBoxColumn.ReadOnly = true;
-
 
332
            // 
-
 
333
            // assigned
312
            // assigned
334
            // 
313
            // 
335
            this.assigned.DataPropertyName = "assigned";
314
            this.assigned.DataPropertyName = "assigned";
336
            this.assigned.HeaderText = "Assigned";
315
            this.assigned.HeaderText = "Assigned";
337
            this.assigned.MinimumWidth = 50;
316
            this.assigned.MinimumWidth = 50;
338
            this.assigned.Name = "assigned";
317
            this.assigned.Name = "assigned";
339
            this.assigned.ReadOnly = true;
318
            this.assigned.ReadOnly = true;
340
            this.assigned.Width = 50;
319
            this.assigned.Width = 50;
341
            // 
320
            // 
342
            // hwDataGridViewTextBoxColumn
-
 
343
            // 
-
 
344
            this.hwDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
-
 
345
            this.hwDataGridViewTextBoxColumn.DataPropertyName = "hw";
-
 
346
            this.hwDataGridViewTextBoxColumn.HeaderText = "HW";
-
 
347
            this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;
-
 
348
            this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";
-
 
349
            this.hwDataGridViewTextBoxColumn.ReadOnly = true;
-
 
350
            this.hwDataGridViewTextBoxColumn.Width = 51;
-
 
351
            // 
-
 
352
            // swDataGridViewTextBoxColumn
-
 
353
            // 
-
 
354
            this.swDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
-
 
355
            this.swDataGridViewTextBoxColumn.DataPropertyName = "sw";
-
 
356
            this.swDataGridViewTextBoxColumn.HeaderText = "SW";
-
 
357
            this.swDataGridViewTextBoxColumn.MinimumWidth = 50;
-
 
358
            this.swDataGridViewTextBoxColumn.Name = "swDataGridViewTextBoxColumn";
-
 
359
            this.swDataGridViewTextBoxColumn.ReadOnly = true;
-
 
360
            this.swDataGridViewTextBoxColumn.Width = 50;
-
 
361
            // 
-
 
362
            // serial
321
            // serial
363
            // 
322
            // 
364
            this.serial.DataPropertyName = "serial";
323
            this.serial.DataPropertyName = "serial";
365
            this.serial.HeaderText = "Serial";
324
            this.serial.HeaderText = "Serial";
366
            this.serial.MinimumWidth = 90;
325
            this.serial.MinimumWidth = 90;
367
            this.serial.Name = "serial";
326
            this.serial.Name = "serial";
368
            this.serial.ReadOnly = true;
327
            this.serial.ReadOnly = true;
369
            this.serial.Width = 90;
328
            this.serial.Width = 90;
370
            // 
329
            // 
371
            // statusDataGridViewTextBoxColumn
-
 
372
            // 
-
 
373
            this.statusDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
-
 
374
            this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
-
 
375
            this.statusDataGridViewTextBoxColumn.HeaderText = "Status";
-
 
376
            this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
-
 
377
            this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
-
 
378
            this.statusDataGridViewTextBoxColumn.ReadOnly = true;
-
 
379
            this.statusDataGridViewTextBoxColumn.Width = 90;
-
 
380
            // 
-
 
381
            // nITDeviceBindingSource
-
 
382
            // 
-
 
383
            this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
-
 
384
            // 
-
 
385
            // flowLayoutPanel1
330
            // flowLayoutPanel1
386
            // 
331
            // 
387
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
332
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
388
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
333
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
389
            this.flowLayoutPanel1.Controls.Add(this.cmdAssign);
334
            this.flowLayoutPanel1.Controls.Add(this.cmdAssign);
Line 412... Line 357...
412
            this.cmDevTest.TabIndex = 1;
357
            this.cmDevTest.TabIndex = 1;
413
            this.cmDevTest.Text = "Test";
358
            this.cmDevTest.Text = "Test";
414
            this.cmDevTest.UseVisualStyleBackColor = true;
359
            this.cmDevTest.UseVisualStyleBackColor = true;
415
            this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);
360
            this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);
416
            // 
361
            // 
-
 
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
            // 
417
            // tabPage3
372
            // tabPage3
418
            // 
373
            // 
419
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
374
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
420
            this.tabPage3.Name = "tabPage3";
375
            this.tabPage3.Name = "tabPage3";
421
            this.tabPage3.Size = new System.Drawing.Size(414, 238);
376
            this.tabPage3.Size = new System.Drawing.Size(414, 238);
Line 440... Line 395...
440
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
395
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
441
            this.toolStripStatusLabel1.Text = "Status Bar";
396
            this.toolStripStatusLabel1.Text = "Status Bar";
442
            // 
397
            // 
443
            // inputTimer
398
            // inputTimer
444
            // 
399
            // 
445
            this.inputTimer.Interval = 20;
-
 
446
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
400
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
447
            // 
401
            // 
448
            // debugTimer
402
            // debugTimer
449
            // 
403
            // 
450
            this.debugTimer.Enabled = true;
404
            this.debugTimer.Enabled = true;
451
            this.debugTimer.Interval = 5000;
405
            this.debugTimer.Interval = 5000;
452
            this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);
406
            this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);
453
            // 
407
            // 
454
            // cmdAssign
408
            // idDataGridViewTextBoxColumn
455
            // 
409
            // 
-
 
410
            this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
-
 
411
            this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
-
 
412
            this.idDataGridViewTextBoxColumn.HeaderText = "ID";
456
            this.cmdAssign.Location = new System.Drawing.Point(165, 3);
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;
457
            this.cmdAssign.Name = "cmdAssign";
418
            this.idDataGridViewTextBoxColumn.Width = 25;
-
 
419
            // 
-
 
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";
458
            this.cmdAssign.Size = new System.Drawing.Size(75, 23);
434
            this.hwDataGridViewTextBoxColumn.MinimumWidth = 50;
-
 
435
            this.hwDataGridViewTextBoxColumn.Name = "hwDataGridViewTextBoxColumn";
-
 
436
            this.hwDataGridViewTextBoxColumn.ReadOnly = true;
459
            this.cmdAssign.TabIndex = 2;
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;
460
            this.cmdAssign.Text = "Re-Assign";
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";
461
            this.cmdAssign.UseVisualStyleBackColor = true;
456
            this.statusDataGridViewTextBoxColumn.ReadOnly = true;
-
 
457
            this.statusDataGridViewTextBoxColumn.Width = 90;
-
 
458
            // 
-
 
459
            // nITDeviceBindingSource
-
 
460
            // 
462
            this.cmdAssign.Click += new System.EventHandler(this.cmdAssign_Click);
461
            this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
463
            // 
462
            // 
464
            // MainForm
463
            // MainForm
465
            // 
464
            // 
466
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
465
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
467
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
466
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Line 483... Line 482...
483
            this.tabPage1.ResumeLayout(false);
482
            this.tabPage1.ResumeLayout(false);
484
            this.tabPage1.PerformLayout();
483
            this.tabPage1.PerformLayout();
485
            this.tabPage2.ResumeLayout(false);
484
            this.tabPage2.ResumeLayout(false);
486
            this.tableLayoutPanel1.ResumeLayout(false);
485
            this.tableLayoutPanel1.ResumeLayout(false);
487
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
486
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
488
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
-
 
489
            this.flowLayoutPanel1.ResumeLayout(false);
487
            this.flowLayoutPanel1.ResumeLayout(false);
490
            this.statusStrip1.ResumeLayout(false);
488
            this.statusStrip1.ResumeLayout(false);
491
            this.statusStrip1.PerformLayout();
489
            this.statusStrip1.PerformLayout();
492
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
490
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
-
 
491
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
493
            this.ResumeLayout(false);
492
            this.ResumeLayout(false);
494
            this.PerformLayout();
493
            this.PerformLayout();
495
 
494
 
496
        }
495
        }
497
 
496