Subversion Repositories group.electronics

Rev

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

Rev 155 Rev 156
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();
-
 
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);
52
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
60
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
53
            this.cmdDevRescan = new System.Windows.Forms.Button();
61
            this.cmdDevRescan = new System.Windows.Forms.Button();
54
            this.cmDevTest = new System.Windows.Forms.Button();
62
            this.cmDevTest = new System.Windows.Forms.Button();
55
            this.tabPage3 = new System.Windows.Forms.TabPage();
63
            this.tabPage3 = new System.Windows.Forms.TabPage();
56
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
64
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
57
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
65
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
58
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
66
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
59
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
67
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
60
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
68
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
61
            this.nITDeviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
69
            this.debugTimer = new System.Windows.Forms.Timer(this.components);
62
            this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
63
            this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
64
            this.assigned = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
65
            this.hwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
66
            this.swDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
67
            this.serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
68
            this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-
 
69
            this.menuStrip1.SuspendLayout();
70
            this.menuStrip1.SuspendLayout();
70
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
71
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
71
            this.splitContainer1.Panel1.SuspendLayout();
72
            this.splitContainer1.Panel1.SuspendLayout();
72
            this.splitContainer1.Panel2.SuspendLayout();
73
            this.splitContainer1.Panel2.SuspendLayout();
73
            this.splitContainer1.SuspendLayout();
74
            this.splitContainer1.SuspendLayout();
74
            this.tabControl1.SuspendLayout();
75
            this.tabControl1.SuspendLayout();
75
            this.tabPage1.SuspendLayout();
76
            this.tabPage1.SuspendLayout();
76
            this.tabPage2.SuspendLayout();
77
            this.tabPage2.SuspendLayout();
77
            this.tableLayoutPanel1.SuspendLayout();
78
            this.tableLayoutPanel1.SuspendLayout();
78
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
79
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).BeginInit();
-
 
80
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
79
            this.flowLayoutPanel1.SuspendLayout();
81
            this.flowLayoutPanel1.SuspendLayout();
80
            this.statusStrip1.SuspendLayout();
82
            this.statusStrip1.SuspendLayout();
81
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
83
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
82
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).BeginInit();
-
 
83
            this.SuspendLayout();
84
            this.SuspendLayout();
84
            // 
85
            // 
85
            // menuStrip1
86
            // menuStrip1
86
            // 
87
            // 
87
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
88
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 305... Line 306...
305
            this.deviceGrid.ShowCellToolTips = false;
306
            this.deviceGrid.ShowCellToolTips = false;
306
            this.deviceGrid.ShowEditingIcon = false;
307
            this.deviceGrid.ShowEditingIcon = false;
307
            this.deviceGrid.Size = new System.Drawing.Size(402, 171);
308
            this.deviceGrid.Size = new System.Drawing.Size(402, 171);
308
            this.deviceGrid.TabIndex = 0;
309
            this.deviceGrid.TabIndex = 0;
309
            // 
310
            // 
310
            // flowLayoutPanel1
-
 
311
            // 
-
 
312
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
-
 
313
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
-
 
314
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
315
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);
-
 
316
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
-
 
317
            this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);
-
 
318
            this.flowLayoutPanel1.TabIndex = 1;
-
 
319
            // 
-
 
320
            // cmdDevRescan
-
 
321
            // 
-
 
322
            this.cmdDevRescan.Location = new System.Drawing.Point(3, 3);
-
 
323
            this.cmdDevRescan.Name = "cmdDevRescan";
-
 
324
            this.cmdDevRescan.Size = new System.Drawing.Size(75, 23);
-
 
325
            this.cmdDevRescan.TabIndex = 0;
-
 
326
            this.cmdDevRescan.Text = "Re-Scan";
-
 
327
            this.cmdDevRescan.UseVisualStyleBackColor = true;
-
 
328
            this.cmdDevRescan.Click += new System.EventHandler(this.cmdDevRescan_Click);
-
 
329
            // 
-
 
330
            // cmDevTest
-
 
331
            // 
-
 
332
            this.cmDevTest.Enabled = false;
-
 
333
            this.cmDevTest.Location = new System.Drawing.Point(84, 3);
-
 
334
            this.cmDevTest.Name = "cmDevTest";
-
 
335
            this.cmDevTest.Size = new System.Drawing.Size(75, 23);
-
 
336
            this.cmDevTest.TabIndex = 1;
-
 
337
            this.cmDevTest.Text = "Test";
-
 
338
            this.cmDevTest.UseVisualStyleBackColor = true;
-
 
339
            this.cmDevTest.Click += new System.EventHandler(this.cmDevTest_Click);
-
 
340
            // 
-
 
341
            // tabPage3
-
 
342
            // 
-
 
343
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
-
 
344
            this.tabPage3.Name = "tabPage3";
-
 
345
            this.tabPage3.Size = new System.Drawing.Size(414, 238);
-
 
346
            this.tabPage3.TabIndex = 2;
-
 
347
            this.tabPage3.Text = "About";
-
 
348
            this.tabPage3.UseVisualStyleBackColor = true;
-
 
349
            // 
-
 
350
            // statusStrip1
-
 
351
            // 
-
 
352
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
-
 
353
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-
 
354
            this.toolStripStatusLabel1});
-
 
355
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
-
 
356
            this.statusStrip1.Name = "statusStrip1";
-
 
357
            this.statusStrip1.Size = new System.Drawing.Size(422, 28);
-
 
358
            this.statusStrip1.TabIndex = 0;
-
 
359
            this.statusStrip1.Text = "statusStrip1";
-
 
360
            // 
-
 
361
            // toolStripStatusLabel1
-
 
362
            // 
-
 
363
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
-
 
364
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 23);
-
 
365
            this.toolStripStatusLabel1.Text = "Status Bar";
-
 
366
            // 
-
 
367
            // inputTimer
-
 
368
            // 
-
 
369
            this.inputTimer.Interval = 20;
-
 
370
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
-
 
371
            // 
-
 
372
            // nITDeviceBindingSource
-
 
373
            // 
-
 
374
            this.nITDeviceBindingSource.DataSource = typeof(NITNavComm.NITDevice);
-
 
375
            // 
-
 
376
            // idDataGridViewTextBoxColumn
311
            // idDataGridViewTextBoxColumn
377
            // 
312
            // 
378
            this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
313
            this.idDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
379
            this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
314
            this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
380
            this.idDataGridViewTextBoxColumn.HeaderText = "ID";
315
            this.idDataGridViewTextBoxColumn.HeaderText = "ID";
Line 440... Line 375...
440
            this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
375
            this.statusDataGridViewTextBoxColumn.MinimumWidth = 90;
441
            this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
376
            this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
442
            this.statusDataGridViewTextBoxColumn.ReadOnly = true;
377
            this.statusDataGridViewTextBoxColumn.ReadOnly = true;
443
            this.statusDataGridViewTextBoxColumn.Width = 90;
378
            this.statusDataGridViewTextBoxColumn.Width = 90;
444
            // 
379
            // 
-
 
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
            // 
445
            // MainForm
452
            // MainForm
446
            // 
453
            // 
447
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
454
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
448
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
455
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
449
            this.ClientSize = new System.Drawing.Size(422, 317);
456
            this.ClientSize = new System.Drawing.Size(422, 317);
Line 464... Line 471...
464
            this.tabPage1.ResumeLayout(false);
471
            this.tabPage1.ResumeLayout(false);
465
            this.tabPage1.PerformLayout();
472
            this.tabPage1.PerformLayout();
466
            this.tabPage2.ResumeLayout(false);
473
            this.tabPage2.ResumeLayout(false);
467
            this.tableLayoutPanel1.ResumeLayout(false);
474
            this.tableLayoutPanel1.ResumeLayout(false);
468
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
475
            ((System.ComponentModel.ISupportInitialize)(this.deviceGrid)).EndInit();
-
 
476
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
469
            this.flowLayoutPanel1.ResumeLayout(false);
477
            this.flowLayoutPanel1.ResumeLayout(false);
470
            this.statusStrip1.ResumeLayout(false);
478
            this.statusStrip1.ResumeLayout(false);
471
            this.statusStrip1.PerformLayout();
479
            this.statusStrip1.PerformLayout();
472
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
480
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
473
            ((System.ComponentModel.ISupportInitialize)(this.nITDeviceBindingSource)).EndInit();
-
 
474
            this.ResumeLayout(false);
481
            this.ResumeLayout(false);
475
            this.PerformLayout();
482
            this.PerformLayout();
476
 
483
 
477
        }
484
        }
478
 
485
 
Line 512... Line 519...
512
        private System.Windows.Forms.DataGridViewTextBoxColumn assigned;
519
        private System.Windows.Forms.DataGridViewTextBoxColumn assigned;
513
        private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
520
        private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
514
        private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
521
        private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
515
        private System.Windows.Forms.DataGridViewTextBoxColumn serial;
522
        private System.Windows.Forms.DataGridViewTextBoxColumn serial;
516
        private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
523
        private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
-
 
524
        private System.Windows.Forms.Timer debugTimer;
517
    }
525
    }
518
}
526
}
519
 
527