|
|
|
@ -33,11 +33,18 @@
|
|
|
|
|
this.DNoTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DOpenAll = new System.Windows.Forms.Button();
|
|
|
|
|
this.DCloseAll = new System.Windows.Forms.Button();
|
|
|
|
|
this.DelayTimeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DelayButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.AllTimeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.DelaySpanTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// DOpenButton
|
|
|
|
|
//
|
|
|
|
|
this.DOpenButton.Location = new System.Drawing.Point(12, 43);
|
|
|
|
|
this.DOpenButton.Location = new System.Drawing.Point(65, 48);
|
|
|
|
|
this.DOpenButton.Name = "DOpenButton";
|
|
|
|
|
this.DOpenButton.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.DOpenButton.TabIndex = 0;
|
|
|
|
@ -47,7 +54,7 @@
|
|
|
|
|
//
|
|
|
|
|
// DCloseButton
|
|
|
|
|
//
|
|
|
|
|
this.DCloseButton.Location = new System.Drawing.Point(12, 79);
|
|
|
|
|
this.DCloseButton.Location = new System.Drawing.Point(65, 84);
|
|
|
|
|
this.DCloseButton.Name = "DCloseButton";
|
|
|
|
|
this.DCloseButton.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.DCloseButton.TabIndex = 1;
|
|
|
|
@ -57,14 +64,15 @@
|
|
|
|
|
//
|
|
|
|
|
// DNoTextBox
|
|
|
|
|
//
|
|
|
|
|
this.DNoTextBox.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.DNoTextBox.Location = new System.Drawing.Point(65, 17);
|
|
|
|
|
this.DNoTextBox.Name = "DNoTextBox";
|
|
|
|
|
this.DNoTextBox.Size = new System.Drawing.Size(100, 25);
|
|
|
|
|
this.DNoTextBox.TabIndex = 2;
|
|
|
|
|
this.DNoTextBox.Text = "1";
|
|
|
|
|
//
|
|
|
|
|
// DOpenAll
|
|
|
|
|
//
|
|
|
|
|
this.DOpenAll.Location = new System.Drawing.Point(12, 115);
|
|
|
|
|
this.DOpenAll.Location = new System.Drawing.Point(65, 120);
|
|
|
|
|
this.DOpenAll.Name = "DOpenAll";
|
|
|
|
|
this.DOpenAll.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.DOpenAll.TabIndex = 3;
|
|
|
|
@ -74,7 +82,7 @@
|
|
|
|
|
//
|
|
|
|
|
// DCloseAll
|
|
|
|
|
//
|
|
|
|
|
this.DCloseAll.Location = new System.Drawing.Point(12, 151);
|
|
|
|
|
this.DCloseAll.Location = new System.Drawing.Point(65, 156);
|
|
|
|
|
this.DCloseAll.Name = "DCloseAll";
|
|
|
|
|
this.DCloseAll.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.DCloseAll.TabIndex = 4;
|
|
|
|
@ -82,11 +90,81 @@
|
|
|
|
|
this.DCloseAll.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DCloseAll.Click += new System.EventHandler(this.DCloseAll_Click);
|
|
|
|
|
//
|
|
|
|
|
// DelayTimeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.DelayTimeTextBox.Location = new System.Drawing.Point(240, 17);
|
|
|
|
|
this.DelayTimeTextBox.Name = "DelayTimeTextBox";
|
|
|
|
|
this.DelayTimeTextBox.Size = new System.Drawing.Size(100, 25);
|
|
|
|
|
this.DelayTimeTextBox.TabIndex = 7;
|
|
|
|
|
this.DelayTimeTextBox.Text = "1";
|
|
|
|
|
//
|
|
|
|
|
// DelayButton
|
|
|
|
|
//
|
|
|
|
|
this.DelayButton.Location = new System.Drawing.Point(240, 48);
|
|
|
|
|
this.DelayButton.Name = "DelayButton";
|
|
|
|
|
this.DelayButton.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.DelayButton.TabIndex = 5;
|
|
|
|
|
this.DelayButton.Text = "计时开启";
|
|
|
|
|
this.DelayButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DelayButton.Click += new System.EventHandler(this.DelayButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 20);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(47, 15);
|
|
|
|
|
this.label1.TabIndex = 9;
|
|
|
|
|
this.label1.Text = "DO No";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(171, 20);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(63, 15);
|
|
|
|
|
this.label3.TabIndex = 11;
|
|
|
|
|
this.label3.Text = "DO Time";
|
|
|
|
|
//
|
|
|
|
|
// AllTimeButton
|
|
|
|
|
//
|
|
|
|
|
this.AllTimeButton.Location = new System.Drawing.Point(240, 84);
|
|
|
|
|
this.AllTimeButton.Name = "AllTimeButton";
|
|
|
|
|
this.AllTimeButton.Size = new System.Drawing.Size(100, 30);
|
|
|
|
|
this.AllTimeButton.TabIndex = 12;
|
|
|
|
|
this.AllTimeButton.Text = "全部计时开";
|
|
|
|
|
this.AllTimeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AllTimeButton.Click += new System.EventHandler(this.AllTimeButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// DelaySpanTextBox
|
|
|
|
|
//
|
|
|
|
|
this.DelaySpanTextBox.Location = new System.Drawing.Point(240, 161);
|
|
|
|
|
this.DelaySpanTextBox.Name = "DelaySpanTextBox";
|
|
|
|
|
this.DelaySpanTextBox.Size = new System.Drawing.Size(100, 25);
|
|
|
|
|
this.DelaySpanTextBox.TabIndex = 13;
|
|
|
|
|
this.DelaySpanTextBox.Text = "100";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(228, 143);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(129, 15);
|
|
|
|
|
this.label2.TabIndex = 14;
|
|
|
|
|
this.label2.Text = "全启间隔时间(ms)";
|
|
|
|
|
//
|
|
|
|
|
// ScrewdriverTest
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1296, 264);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(385, 202);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.DelaySpanTextBox);
|
|
|
|
|
this.Controls.Add(this.AllTimeButton);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.DelayTimeTextBox);
|
|
|
|
|
this.Controls.Add(this.DelayButton);
|
|
|
|
|
this.Controls.Add(this.DCloseAll);
|
|
|
|
|
this.Controls.Add(this.DOpenAll);
|
|
|
|
|
this.Controls.Add(this.DNoTextBox);
|
|
|
|
@ -94,6 +172,7 @@
|
|
|
|
|
this.Controls.Add(this.DOpenButton);
|
|
|
|
|
this.Name = "ScrewdriverTest";
|
|
|
|
|
this.Text = "螺丝刀测试";
|
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ScrewdriverTest_FormClosed);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
@ -106,5 +185,12 @@
|
|
|
|
|
private System.Windows.Forms.TextBox DNoTextBox;
|
|
|
|
|
private System.Windows.Forms.Button DOpenAll;
|
|
|
|
|
private System.Windows.Forms.Button DCloseAll;
|
|
|
|
|
private System.Windows.Forms.TextBox DelayTimeTextBox;
|
|
|
|
|
private System.Windows.Forms.Button DelayButton;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Button AllTimeButton;
|
|
|
|
|
private System.Windows.Forms.TextBox DelaySpanTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
}
|
|
|
|
|
}
|