Subversion Repositories group.NITPanels

Rev

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 7
Line 65... Line 65...
65
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
65
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
66
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
66
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
67
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
67
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
68
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
68
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
69
            this.debugTimer = new System.Windows.Forms.Timer(this.components);
69
            this.debugTimer = new System.Windows.Forms.Timer(this.components);
-
 
70
            this.cmdAssign = new System.Windows.Forms.Button();
70
            this.menuStrip1.SuspendLayout();
71
            this.menuStrip1.SuspendLayout();
71
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
72
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
72
            this.splitContainer1.Panel1.SuspendLayout();
73
            this.splitContainer1.Panel1.SuspendLayout();
73
            this.splitContainer1.Panel2.SuspendLayout();
74
            this.splitContainer1.Panel2.SuspendLayout();
74
            this.splitContainer1.SuspendLayout();
75
            this.splitContainer1.SuspendLayout();
Line 383... Line 384...
383
            // 
384
            // 
384
            // flowLayoutPanel1
385
            // flowLayoutPanel1
385
            // 
386
            // 
386
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
387
            this.flowLayoutPanel1.Controls.Add(this.cmdDevRescan);
387
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
388
            this.flowLayoutPanel1.Controls.Add(this.cmDevTest);
-
 
389
            this.flowLayoutPanel1.Controls.Add(this.cmdAssign);
388
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
390
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
389
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);
391
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 200);
390
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
392
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
391
            this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);
393
            this.flowLayoutPanel1.Size = new System.Drawing.Size(402, 29);
392
            this.flowLayoutPanel1.TabIndex = 1;
394
            this.flowLayoutPanel1.TabIndex = 1;
Line 447... Line 449...
447
            // 
449
            // 
448
            this.debugTimer.Enabled = true;
450
            this.debugTimer.Enabled = true;
449
            this.debugTimer.Interval = 5000;
451
            this.debugTimer.Interval = 5000;
450
            this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);
452
            this.debugTimer.Tick += new System.EventHandler(this.debugTimer_Tick);
451
            // 
453
            // 
-
 
454
            // cmdAssign
-
 
455
            // 
-
 
456
            this.cmdAssign.Location = new System.Drawing.Point(165, 3);
-
 
457
            this.cmdAssign.Name = "cmdAssign";
-
 
458
            this.cmdAssign.Size = new System.Drawing.Size(75, 23);
-
 
459
            this.cmdAssign.TabIndex = 2;
-
 
460
            this.cmdAssign.Text = "Re-Assign";
-
 
461
            this.cmdAssign.UseVisualStyleBackColor = true;
-
 
462
            this.cmdAssign.Click += new System.EventHandler(this.cmdAssign_Click);
-
 
463
            // 
452
            // MainForm
464
            // MainForm
453
            // 
465
            // 
454
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
466
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
455
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
467
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
456
            this.ClientSize = new System.Drawing.Size(422, 317);
468
            this.ClientSize = new System.Drawing.Size(422, 317);
Line 520... Line 532...
520
        private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
532
        private System.Windows.Forms.DataGridViewTextBoxColumn hwDataGridViewTextBoxColumn;
521
        private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
533
        private System.Windows.Forms.DataGridViewTextBoxColumn swDataGridViewTextBoxColumn;
522
        private System.Windows.Forms.DataGridViewTextBoxColumn serial;
534
        private System.Windows.Forms.DataGridViewTextBoxColumn serial;
523
        private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
535
        private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
524
        private System.Windows.Forms.Timer debugTimer;
536
        private System.Windows.Forms.Timer debugTimer;
-
 
537
        private System.Windows.Forms.Button cmdAssign;
525
    }
538
    }
526
}
539
}
527
 
540