|
|
|
@ -114,10 +114,13 @@
|
|
|
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.txtColletOpenDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtFixtureTakePicDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtColletCloseDelaytime = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.groupBox15 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.button26 = new System.Windows.Forms.Button();
|
|
|
|
@ -1023,10 +1026,13 @@
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtColletOpenDelaytime);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label21);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label26);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label24);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label25);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtFixtureTakePicDelaytime);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtColletCloseDelaytime);
|
|
|
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
@ -1042,6 +1048,11 @@
|
|
|
|
|
this.txtColletOpenDelaytime.Tag = "TurnoverY";
|
|
|
|
|
this.txtColletOpenDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label2, "label2");
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
//
|
|
|
|
|
// label21
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label21, "label21");
|
|
|
|
@ -1057,11 +1068,26 @@
|
|
|
|
|
resources.ApplyResources(this.label24, "label24");
|
|
|
|
|
this.label24.Name = "label24";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
|
|
|
|
// label25
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label25, "label25");
|
|
|
|
|
this.label25.Name = "label25";
|
|
|
|
|
//
|
|
|
|
|
// txtFixtureTakePicDelaytime
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtFixtureTakePicDelaytime, "txtFixtureTakePicDelaytime");
|
|
|
|
|
this.txtFixtureTakePicDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtFixtureTakePicDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtFixtureTakePicDelaytime.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtFixtureTakePicDelaytime.Name = "txtFixtureTakePicDelaytime";
|
|
|
|
|
this.txtFixtureTakePicDelaytime.Tag = "";
|
|
|
|
|
this.txtFixtureTakePicDelaytime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// txtColletCloseDelaytime
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtColletCloseDelaytime, "txtColletCloseDelaytime");
|
|
|
|
@ -1538,5 +1564,8 @@
|
|
|
|
|
private System.Windows.Forms.RadioButton rbtnNozzle3;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbtnNozzle2;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbtnNozzle1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox txtFixtureTakePicDelaytime;
|
|
|
|
|
}
|
|
|
|
|
}
|