|
|
@ -31,17 +31,13 @@
|
|
|
|
this.DOTest = new System.Windows.Forms.Button();
|
|
|
|
this.DOTest = new System.Windows.Forms.Button();
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// DOTest
|
|
|
|
// DOTest
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.DOTest.Location = new System.Drawing.Point(691, 12);
|
|
|
|
this.DOTest.Location = new System.Drawing.Point(673, 31);
|
|
|
|
this.DOTest.Name = "DOTest";
|
|
|
|
this.DOTest.Name = "DOTest";
|
|
|
|
this.DOTest.Size = new System.Drawing.Size(75, 23);
|
|
|
|
this.DOTest.Size = new System.Drawing.Size(75, 23);
|
|
|
|
this.DOTest.TabIndex = 0;
|
|
|
|
this.DOTest.TabIndex = 0;
|
|
|
@ -71,34 +67,11 @@
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
this.groupBox1.Text = "日志";
|
|
|
|
this.groupBox1.Text = "日志";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// groupBox2
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.dataGridView2);
|
|
|
|
|
|
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(685, 850);
|
|
|
|
|
|
|
|
this.groupBox2.TabIndex = 3;
|
|
|
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
|
|
|
this.groupBox2.Text = "工作状态";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// dataGridView2
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
|
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
|
|
this.dataGridView2.Location = new System.Drawing.Point(3, 21);
|
|
|
|
|
|
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
|
|
|
|
|
|
this.dataGridView2.RowHeadersWidth = 51;
|
|
|
|
|
|
|
|
this.dataGridView2.RowTemplate.Height = 27;
|
|
|
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(679, 826);
|
|
|
|
|
|
|
|
this.dataGridView2.TabIndex = 0;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// MainForm
|
|
|
|
// MainForm
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.ClientSize = new System.Drawing.Size(1148, 850);
|
|
|
|
this.ClientSize = new System.Drawing.Size(1148, 850);
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
this.Controls.Add(this.DOTest);
|
|
|
|
this.Controls.Add(this.DOTest);
|
|
|
|
this.Name = "MainForm";
|
|
|
|
this.Name = "MainForm";
|
|
|
@ -106,8 +79,6 @@
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -117,7 +88,5 @@
|
|
|
|
private System.Windows.Forms.Button DOTest;
|
|
|
|
private System.Windows.Forms.Button DOTest;
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|