diff --git a/Rs.SkyLine/Commom/GlobalVar.cs b/Rs.SkyLine/Commom/GlobalVar.cs index f58b38c..301e9f6 100644 --- a/Rs.SkyLine/Commom/GlobalVar.cs +++ b/Rs.SkyLine/Commom/GlobalVar.cs @@ -1955,7 +1955,7 @@ namespace Rs.Framework } } - + /// /// 图片保存天数 /// @@ -1967,6 +1967,30 @@ namespace Rs.Framework return SysConfigParam.GetValue(nameof(ImageSaveDays)); } } - + + /// + /// 托盘气缸伸出延时 + /// + [ParameterInit("int", "50", "system", "托盘气缸伸出延时")] + public static int TrayCylinderExtensionDelay + { + get + { + return SysConfigParam.GetValue(nameof(TrayCylinderExtensionDelay)); + } + } + + /// + /// 托盘气缸收回延时 + /// + [ParameterInit("int", "50", "system", "托盘气缸收回延时")] + public static int TrayCylinderRetractionDelay + { + get + { + return SysConfigParam.GetValue(nameof(TrayCylinderRetractionDelay)); + } + } + } } diff --git a/Rs.SkyLine/SysConfig/StockConfig.Designer.cs b/Rs.SkyLine/SysConfig/StockConfig.Designer.cs index 7a3d76b..4aba556 100644 --- a/Rs.SkyLine/SysConfig/StockConfig.Designer.cs +++ b/Rs.SkyLine/SysConfig/StockConfig.Designer.cs @@ -154,6 +154,12 @@ this.button51 = new System.Windows.Forms.Button(); this.btnMove = new System.Windows.Forms.Button(); this.groupBox20 = new System.Windows.Forms.GroupBox(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.txtTrayCylinderExtensionDelay = new System.Windows.Forms.TextBox(); + this.label18 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.txtTrayCylinderRetractionDelay = new System.Windows.Forms.TextBox(); this.panelEx2.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox10.SuspendLayout(); @@ -188,11 +194,11 @@ // // panelEx2 // - resources.ApplyResources(this.panelEx2, "panelEx2"); this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx2.Controls.Add(this.panel3); this.panelEx2.Controls.Add(this.panel2); this.panelEx2.Controls.Add(this.panel1); + resources.ApplyResources(this.panelEx2, "panelEx2"); this.panelEx2.Name = "panelEx2"; // // panel3 @@ -202,17 +208,16 @@ // // panel2 // - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.groupBox10); this.panel2.Controls.Add(this.groupBox9); this.panel2.Controls.Add(this.groupBox12); this.panel2.Controls.Add(this.groupBox11); this.panel2.Controls.Add(this.groupBox7); + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // groupBox10 // - resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.Controls.Add(this.button10); this.groupBox10.Controls.Add(this.button13); this.groupBox10.Controls.Add(this.button9); @@ -221,15 +226,16 @@ this.groupBox10.Controls.Add(this.button3); this.groupBox10.Controls.Add(this.button4); this.groupBox10.Controls.Add(this.button5); + resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.ForeColor = System.Drawing.Color.White; this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; // // button10 // - resources.ApplyResources(this.button10, "button10"); this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button10.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button10, "button10"); this.button10.ForeColor = System.Drawing.Color.White; this.button10.Name = "button10"; this.button10.Tag = "nocheck"; @@ -238,10 +244,10 @@ // // button13 // - resources.ApplyResources(this.button13, "button13"); this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button13.Cursor = System.Windows.Forms.Cursors.Hand; this.button13.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button13, "button13"); this.button13.Name = "button13"; this.button13.Tag = "{0}号料仓斜推气缸"; this.button13.UseVisualStyleBackColor = false; @@ -249,9 +255,9 @@ // // button9 // - resources.ApplyResources(this.button9, "button9"); this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button9.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button9, "button9"); this.button9.ForeColor = System.Drawing.Color.White; this.button9.Name = "button9"; this.button9.Tag = "nocheck"; @@ -260,10 +266,10 @@ // // button6 // - resources.ApplyResources(this.button6, "button6"); this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button6.Cursor = System.Windows.Forms.Cursors.Hand; this.button6.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button6, "button6"); this.button6.Name = "button6"; this.button6.Tag = "{0}号料仓斜推气缸"; this.button6.UseVisualStyleBackColor = false; @@ -271,10 +277,10 @@ // // button11 // - resources.ApplyResources(this.button11, "button11"); this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button11.Cursor = System.Windows.Forms.Cursors.Hand; this.button11.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button11, "button11"); this.button11.Name = "button11"; this.button11.Tag = "{0}号料仓斜推气缸"; this.button11.UseVisualStyleBackColor = false; @@ -282,10 +288,10 @@ // // button3 // - resources.ApplyResources(this.button3, "button3"); this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button3, "button3"); this.button3.Name = "button3"; this.button3.Tag = "{0}号料仓斜推气缸"; this.button3.UseVisualStyleBackColor = false; @@ -293,10 +299,10 @@ // // button4 // - resources.ApplyResources(this.button4, "button4"); this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button4.Cursor = System.Windows.Forms.Cursors.Hand; this.button4.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button4, "button4"); this.button4.Name = "button4"; this.button4.Tag = "{0}号料仓斜推气缸"; this.button4.UseVisualStyleBackColor = false; @@ -304,10 +310,10 @@ // // button5 // - resources.ApplyResources(this.button5, "button5"); this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button5.Cursor = System.Windows.Forms.Cursors.Hand; this.button5.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button5, "button5"); this.button5.Name = "button5"; this.button5.Tag = "{0}号料仓斜推气缸"; this.button5.UseVisualStyleBackColor = false; @@ -315,7 +321,6 @@ // // groupBox9 // - resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.Controls.Add(this.button23); this.groupBox9.Controls.Add(this.button8); this.groupBox9.Controls.Add(this.button1); @@ -324,16 +329,17 @@ this.groupBox9.Controls.Add(this.button12); this.groupBox9.Controls.Add(this.button18); this.groupBox9.Controls.Add(this.button16); + resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.ForeColor = System.Drawing.Color.White; this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; // // button23 // - resources.ApplyResources(this.button23, "button23"); this.button23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button23.Cursor = System.Windows.Forms.Cursors.Hand; this.button23.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button23, "button23"); this.button23.Name = "button23"; this.button23.Tag = "{0}号料仓托盘气缸"; this.button23.UseVisualStyleBackColor = false; @@ -341,9 +347,9 @@ // // button8 // - resources.ApplyResources(this.button8, "button8"); this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button8.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button8, "button8"); this.button8.ForeColor = System.Drawing.Color.White; this.button8.Name = "button8"; this.button8.Tag = "nocheck"; @@ -352,10 +358,10 @@ // // button1 // - resources.ApplyResources(this.button1, "button1"); this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button1, "button1"); this.button1.Name = "button1"; this.button1.Tag = "{0}号料仓托盘气缸"; this.button1.UseVisualStyleBackColor = false; @@ -363,10 +369,10 @@ // // button2 // - resources.ApplyResources(this.button2, "button2"); this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button2, "button2"); this.button2.Name = "button2"; this.button2.Tag = "{0}号料仓托盘气缸"; this.button2.UseVisualStyleBackColor = false; @@ -374,9 +380,9 @@ // // button7 // - resources.ApplyResources(this.button7, "button7"); this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button7.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button7, "button7"); this.button7.ForeColor = System.Drawing.Color.White; this.button7.Name = "button7"; this.button7.Tag = "nocheck"; @@ -385,10 +391,10 @@ // // button12 // - resources.ApplyResources(this.button12, "button12"); this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button12.Cursor = System.Windows.Forms.Cursors.Hand; this.button12.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button12, "button12"); this.button12.Name = "button12"; this.button12.Tag = "{0}号料仓托盘气缸"; this.button12.UseVisualStyleBackColor = false; @@ -396,10 +402,10 @@ // // button18 // - resources.ApplyResources(this.button18, "button18"); this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button18.Cursor = System.Windows.Forms.Cursors.Hand; this.button18.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button18, "button18"); this.button18.Name = "button18"; this.button18.Tag = "{0}号料仓托盘气缸"; this.button18.UseVisualStyleBackColor = false; @@ -407,10 +413,10 @@ // // button16 // - resources.ApplyResources(this.button16, "button16"); this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button16.Cursor = System.Windows.Forms.Cursors.Hand; this.button16.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button16, "button16"); this.button16.Name = "button16"; this.button16.Tag = "{0}号料仓托盘气缸"; this.button16.UseVisualStyleBackColor = false; @@ -418,251 +424,257 @@ // // groupBox12 // - resources.ApplyResources(this.groupBox12, "groupBox12"); this.groupBox12.Controls.Add(this.button29); this.groupBox12.Controls.Add(this.button30); this.groupBox12.Controls.Add(this.button31); this.groupBox12.Controls.Add(this.button32); this.groupBox12.Controls.Add(this.button33); this.groupBox12.Controls.Add(this.button34); + resources.ApplyResources(this.groupBox12, "groupBox12"); this.groupBox12.ForeColor = System.Drawing.Color.White; this.groupBox12.Name = "groupBox12"; this.groupBox12.TabStop = false; // // button29 // - resources.ApplyResources(this.button29, "button29"); this.button29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button29.Cursor = System.Windows.Forms.Cursors.Default; this.button29.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button29, "button29"); this.button29.Name = "button29"; this.button29.Tag = "{0}号料仓料盘到位光电检测"; this.button29.UseVisualStyleBackColor = false; // // button30 // - resources.ApplyResources(this.button30, "button30"); this.button30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button30.Cursor = System.Windows.Forms.Cursors.Default; this.button30.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button30, "button30"); this.button30.Name = "button30"; this.button30.Tag = "{0}号料仓料盘到位光电检测"; this.button30.UseVisualStyleBackColor = false; // // button31 // - resources.ApplyResources(this.button31, "button31"); this.button31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button31.Cursor = System.Windows.Forms.Cursors.Default; this.button31.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button31, "button31"); this.button31.Name = "button31"; this.button31.Tag = "{0}号料仓料盘到位光电检测"; this.button31.UseVisualStyleBackColor = false; // // button32 // - resources.ApplyResources(this.button32, "button32"); this.button32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button32.Cursor = System.Windows.Forms.Cursors.Default; this.button32.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button32, "button32"); this.button32.Name = "button32"; this.button32.Tag = "{0}号料仓料盘到位光电检测"; this.button32.UseVisualStyleBackColor = false; // // button33 // - resources.ApplyResources(this.button33, "button33"); this.button33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button33.Cursor = System.Windows.Forms.Cursors.Default; this.button33.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button33, "button33"); this.button33.Name = "button33"; this.button33.Tag = "{0}号料仓料盘到位光电检测"; this.button33.UseVisualStyleBackColor = false; // // button34 // - resources.ApplyResources(this.button34, "button34"); this.button34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button34.Cursor = System.Windows.Forms.Cursors.Default; this.button34.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button34, "button34"); this.button34.Name = "button34"; this.button34.Tag = "{0}号料仓料盘到位光电检测"; this.button34.UseVisualStyleBackColor = false; // // groupBox11 // - resources.ApplyResources(this.groupBox11, "groupBox11"); this.groupBox11.Controls.Add(this.button15); this.groupBox11.Controls.Add(this.button20); this.groupBox11.Controls.Add(this.button25); this.groupBox11.Controls.Add(this.button26); this.groupBox11.Controls.Add(this.button27); this.groupBox11.Controls.Add(this.button28); + resources.ApplyResources(this.groupBox11, "groupBox11"); this.groupBox11.ForeColor = System.Drawing.Color.White; this.groupBox11.Name = "groupBox11"; this.groupBox11.TabStop = false; // // button15 // - resources.ApplyResources(this.button15, "button15"); this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button15.Cursor = System.Windows.Forms.Cursors.Default; this.button15.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button15, "button15"); this.button15.Name = "button15"; this.button15.Tag = "{0}号料仓缺盘光电检测"; this.button15.UseVisualStyleBackColor = false; // // button20 // - resources.ApplyResources(this.button20, "button20"); this.button20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button20.Cursor = System.Windows.Forms.Cursors.Default; this.button20.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button20, "button20"); this.button20.Name = "button20"; this.button20.Tag = "{0}号料仓缺盘光电检测"; this.button20.UseVisualStyleBackColor = false; // // button25 // - resources.ApplyResources(this.button25, "button25"); this.button25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button25.Cursor = System.Windows.Forms.Cursors.Default; this.button25.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button25, "button25"); this.button25.Name = "button25"; this.button25.Tag = "{0}号料仓缺盘光电检测"; this.button25.UseVisualStyleBackColor = false; // // button26 // - resources.ApplyResources(this.button26, "button26"); this.button26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button26.Cursor = System.Windows.Forms.Cursors.Default; this.button26.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button26, "button26"); this.button26.Name = "button26"; this.button26.Tag = "{0}号料仓缺盘光电检测"; this.button26.UseVisualStyleBackColor = false; // // button27 // - resources.ApplyResources(this.button27, "button27"); this.button27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button27.Cursor = System.Windows.Forms.Cursors.Default; this.button27.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button27, "button27"); this.button27.Name = "button27"; this.button27.Tag = "{0}号料仓缺盘光电检测"; this.button27.UseVisualStyleBackColor = false; // // button28 // - resources.ApplyResources(this.button28, "button28"); this.button28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button28.Cursor = System.Windows.Forms.Cursors.Default; this.button28.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button28, "button28"); this.button28.Name = "button28"; this.button28.Tag = "{0}号料仓缺盘光电检测"; this.button28.UseVisualStyleBackColor = false; // // groupBox7 // - resources.ApplyResources(this.groupBox7, "groupBox7"); this.groupBox7.Controls.Add(this.button14); this.groupBox7.Controls.Add(this.button17); this.groupBox7.Controls.Add(this.button19); this.groupBox7.Controls.Add(this.button21); this.groupBox7.Controls.Add(this.button22); this.groupBox7.Controls.Add(this.button24); + resources.ApplyResources(this.groupBox7, "groupBox7"); this.groupBox7.ForeColor = System.Drawing.Color.White; this.groupBox7.Name = "groupBox7"; this.groupBox7.TabStop = false; // // button14 // - resources.ApplyResources(this.button14, "button14"); this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button14.Cursor = System.Windows.Forms.Cursors.Default; this.button14.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button14, "button14"); this.button14.Name = "button14"; this.button14.Tag = "{0}号料仓满盘光电检测"; this.button14.UseVisualStyleBackColor = false; // // button17 // - resources.ApplyResources(this.button17, "button17"); this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button17.Cursor = System.Windows.Forms.Cursors.Default; this.button17.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button17, "button17"); this.button17.Name = "button17"; this.button17.Tag = "{0}号料仓满盘光电检测"; this.button17.UseVisualStyleBackColor = false; // // button19 // - resources.ApplyResources(this.button19, "button19"); this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button19.Cursor = System.Windows.Forms.Cursors.Default; this.button19.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button19, "button19"); this.button19.Name = "button19"; this.button19.Tag = "{0}号料仓满盘光电检测"; this.button19.UseVisualStyleBackColor = false; // // button21 // - resources.ApplyResources(this.button21, "button21"); this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button21.Cursor = System.Windows.Forms.Cursors.Default; this.button21.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button21, "button21"); this.button21.Name = "button21"; this.button21.Tag = "{0}号料仓满盘光电检测"; this.button21.UseVisualStyleBackColor = false; // // button22 // - resources.ApplyResources(this.button22, "button22"); this.button22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button22.Cursor = System.Windows.Forms.Cursors.Default; this.button22.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button22, "button22"); this.button22.Name = "button22"; this.button22.Tag = "{0}号料仓满盘光电检测"; this.button22.UseVisualStyleBackColor = false; // // button24 // - resources.ApplyResources(this.button24, "button24"); this.button24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button24.Cursor = System.Windows.Forms.Cursors.Default; this.button24.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button24, "button24"); this.button24.Name = "button24"; this.button24.Tag = "{0}号料仓满盘光电检测"; this.button24.UseVisualStyleBackColor = false; // // panel1 // - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.groupBox13); this.panel1.Controls.Add(this.groupBox8); + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // groupBox13 // - resources.ApplyResources(this.groupBox13, "groupBox13"); + this.groupBox13.Controls.Add(this.txtTrayCylinderRetractionDelay); + this.groupBox13.Controls.Add(this.txtTrayCylinderExtensionDelay); + this.groupBox13.Controls.Add(this.label19); this.groupBox13.Controls.Add(this.txtStockTrayKnockFrequency); + this.groupBox13.Controls.Add(this.label17); this.groupBox13.Controls.Add(this.cboxDisableStockTrayKnock); this.groupBox13.Controls.Add(this.label14); this.groupBox13.Controls.Add(this.txtStockTrayKnockNum); + this.groupBox13.Controls.Add(this.label18); this.groupBox13.Controls.Add(this.txtStockFlowSlowSpeedTime); + this.groupBox13.Controls.Add(this.label16); this.groupBox13.Controls.Add(this.label13); this.groupBox13.Controls.Add(this.label15); this.groupBox13.Controls.Add(this.label9); this.groupBox13.Controls.Add(this.label10); + resources.ApplyResources(this.groupBox13, "groupBox13"); this.groupBox13.ForeColor = System.Drawing.Color.White; this.groupBox13.Name = "groupBox13"; this.groupBox13.TabStop = false; // // txtStockTrayKnockFrequency // - resources.ApplyResources(this.txtStockTrayKnockFrequency, "txtStockTrayKnockFrequency"); this.txtStockTrayKnockFrequency.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockTrayKnockFrequency.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockTrayKnockFrequency, "txtStockTrayKnockFrequency"); this.txtStockTrayKnockFrequency.ForeColor = System.Drawing.Color.White; this.txtStockTrayKnockFrequency.Name = "txtStockTrayKnockFrequency"; this.txtStockTrayKnockFrequency.Tag = ""; @@ -682,9 +694,9 @@ // // txtStockTrayKnockNum // - resources.ApplyResources(this.txtStockTrayKnockNum, "txtStockTrayKnockNum"); this.txtStockTrayKnockNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockTrayKnockNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockTrayKnockNum, "txtStockTrayKnockNum"); this.txtStockTrayKnockNum.ForeColor = System.Drawing.Color.White; this.txtStockTrayKnockNum.Name = "txtStockTrayKnockNum"; this.txtStockTrayKnockNum.Tag = ""; @@ -692,9 +704,9 @@ // // txtStockFlowSlowSpeedTime // - resources.ApplyResources(this.txtStockFlowSlowSpeedTime, "txtStockFlowSlowSpeedTime"); this.txtStockFlowSlowSpeedTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStockFlowSlowSpeedTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStockFlowSlowSpeedTime, "txtStockFlowSlowSpeedTime"); this.txtStockFlowSlowSpeedTime.ForeColor = System.Drawing.Color.White; this.txtStockFlowSlowSpeedTime.Name = "txtStockFlowSlowSpeedTime"; this.txtStockFlowSlowSpeedTime.Tag = ""; @@ -722,22 +734,22 @@ // // groupBox8 // - resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.Controls.Add(this.txtBackDistance); this.groupBox8.Controls.Add(this.label12); this.groupBox8.Controls.Add(this.label11); this.groupBox8.Controls.Add(this.label8); this.groupBox8.Controls.Add(this.txtHighSpeedDistance); this.groupBox8.Controls.Add(this.label6); + resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.ForeColor = System.Drawing.Color.White; this.groupBox8.Name = "groupBox8"; this.groupBox8.TabStop = false; // // txtBackDistance // - resources.ApplyResources(this.txtBackDistance, "txtBackDistance"); this.txtBackDistance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtBackDistance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtBackDistance, "txtBackDistance"); this.txtBackDistance.ForeColor = System.Drawing.Color.White; this.txtBackDistance.Name = "txtBackDistance"; this.txtBackDistance.Tag = ""; @@ -760,9 +772,9 @@ // // txtHighSpeedDistance // - resources.ApplyResources(this.txtHighSpeedDistance, "txtHighSpeedDistance"); this.txtHighSpeedDistance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtHighSpeedDistance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtHighSpeedDistance, "txtHighSpeedDistance"); this.txtHighSpeedDistance.ForeColor = System.Drawing.Color.White; this.txtHighSpeedDistance.Name = "txtHighSpeedDistance"; this.txtHighSpeedDistance.Tag = "TurnoverY"; @@ -775,38 +787,38 @@ // // panelEx1 // - resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx1.Controls.Add(this.panelEx3); + resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Name = "panelEx1"; // // panelEx3 // - resources.ApplyResources(this.panelEx3, "panelEx3"); this.panelEx3.Controls.Add(this.groupBox6); this.panelEx3.Controls.Add(this.groupBox5); this.panelEx3.Controls.Add(this.groupBox4); this.panelEx3.Controls.Add(this.groupBox3); this.panelEx3.Controls.Add(this.groupBox2); this.panelEx3.Controls.Add(this.groupBox1); + resources.ApplyResources(this.panelEx3, "panelEx3"); this.panelEx3.Name = "panelEx3"; // // groupBox6 // - resources.ApplyResources(this.groupBox6, "groupBox6"); this.groupBox6.Controls.Add(this.txtStock6BaseHeight); this.groupBox6.Controls.Add(this.label5); this.groupBox6.Controls.Add(this.btnMoveStock6BaseHeight); this.groupBox6.Controls.Add(this.btnTeachStock6BaseHeight); + resources.ApplyResources(this.groupBox6, "groupBox6"); this.groupBox6.ForeColor = System.Drawing.Color.White; this.groupBox6.Name = "groupBox6"; this.groupBox6.TabStop = false; // // txtStock6BaseHeight // - resources.ApplyResources(this.txtStock6BaseHeight, "txtStock6BaseHeight"); this.txtStock6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock6BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock6BaseHeight, "txtStock6BaseHeight"); this.txtStock6BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock6BaseHeight.Name = "txtStock6BaseHeight"; this.txtStock6BaseHeight.Tag = "StockZ6"; @@ -820,9 +832,9 @@ // // btnMoveStock6BaseHeight // - resources.ApplyResources(this.btnMoveStock6BaseHeight, "btnMoveStock6BaseHeight"); this.btnMoveStock6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock6BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock6BaseHeight, "btnMoveStock6BaseHeight"); this.btnMoveStock6BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock6BaseHeight.Name = "btnMoveStock6BaseHeight"; this.btnMoveStock6BaseHeight.Tag = "StockZ6"; @@ -831,9 +843,9 @@ // // btnTeachStock6BaseHeight // - resources.ApplyResources(this.btnTeachStock6BaseHeight, "btnTeachStock6BaseHeight"); this.btnTeachStock6BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock6BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock6BaseHeight, "btnTeachStock6BaseHeight"); this.btnTeachStock6BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock6BaseHeight.Name = "btnTeachStock6BaseHeight"; this.btnTeachStock6BaseHeight.Tag = "StockZ6"; @@ -842,20 +854,20 @@ // // groupBox5 // - resources.ApplyResources(this.groupBox5, "groupBox5"); this.groupBox5.Controls.Add(this.txtStock5BaseHeight); this.groupBox5.Controls.Add(this.label4); this.groupBox5.Controls.Add(this.btnMoveStock5BaseHeight); this.groupBox5.Controls.Add(this.btnTeachStock5BaseHeight); + resources.ApplyResources(this.groupBox5, "groupBox5"); this.groupBox5.ForeColor = System.Drawing.Color.White; this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; // // txtStock5BaseHeight // - resources.ApplyResources(this.txtStock5BaseHeight, "txtStock5BaseHeight"); this.txtStock5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock5BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock5BaseHeight, "txtStock5BaseHeight"); this.txtStock5BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock5BaseHeight.Name = "txtStock5BaseHeight"; this.txtStock5BaseHeight.Tag = "StockZ5"; @@ -869,9 +881,9 @@ // // btnMoveStock5BaseHeight // - resources.ApplyResources(this.btnMoveStock5BaseHeight, "btnMoveStock5BaseHeight"); this.btnMoveStock5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock5BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock5BaseHeight, "btnMoveStock5BaseHeight"); this.btnMoveStock5BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock5BaseHeight.Name = "btnMoveStock5BaseHeight"; this.btnMoveStock5BaseHeight.Tag = "StockZ5"; @@ -880,9 +892,9 @@ // // btnTeachStock5BaseHeight // - resources.ApplyResources(this.btnTeachStock5BaseHeight, "btnTeachStock5BaseHeight"); this.btnTeachStock5BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock5BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock5BaseHeight, "btnTeachStock5BaseHeight"); this.btnTeachStock5BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock5BaseHeight.Name = "btnTeachStock5BaseHeight"; this.btnTeachStock5BaseHeight.Tag = "StockZ5"; @@ -891,20 +903,20 @@ // // groupBox4 // - resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.Controls.Add(this.txtStock4BaseHeight); this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.btnMoveStock4BaseHeight); this.groupBox4.Controls.Add(this.btnTeachStock4BaseHeight); + resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // // txtStock4BaseHeight // - resources.ApplyResources(this.txtStock4BaseHeight, "txtStock4BaseHeight"); this.txtStock4BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock4BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock4BaseHeight, "txtStock4BaseHeight"); this.txtStock4BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock4BaseHeight.Name = "txtStock4BaseHeight"; this.txtStock4BaseHeight.Tag = "StockZ4"; @@ -918,9 +930,9 @@ // // btnMoveStock4BaseHeight // - resources.ApplyResources(this.btnMoveStock4BaseHeight, "btnMoveStock4BaseHeight"); this.btnMoveStock4BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock4BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock4BaseHeight, "btnMoveStock4BaseHeight"); this.btnMoveStock4BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock4BaseHeight.Name = "btnMoveStock4BaseHeight"; this.btnMoveStock4BaseHeight.Tag = "StockZ4"; @@ -929,9 +941,9 @@ // // btnTeachStock4BaseHeight // - resources.ApplyResources(this.btnTeachStock4BaseHeight, "btnTeachStock4BaseHeight"); this.btnTeachStock4BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock4BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock4BaseHeight, "btnTeachStock4BaseHeight"); this.btnTeachStock4BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock4BaseHeight.Name = "btnTeachStock4BaseHeight"; this.btnTeachStock4BaseHeight.Tag = "StockZ4"; @@ -940,20 +952,20 @@ // // groupBox3 // - resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.txtStock3BaseHeight); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.btnMoveStock3BaseHeight); this.groupBox3.Controls.Add(this.btnTeachStock3BaseHeight); + resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // txtStock3BaseHeight // - resources.ApplyResources(this.txtStock3BaseHeight, "txtStock3BaseHeight"); this.txtStock3BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock3BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock3BaseHeight, "txtStock3BaseHeight"); this.txtStock3BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock3BaseHeight.Name = "txtStock3BaseHeight"; this.txtStock3BaseHeight.Tag = "StockZ3"; @@ -967,9 +979,9 @@ // // btnMoveStock3BaseHeight // - resources.ApplyResources(this.btnMoveStock3BaseHeight, "btnMoveStock3BaseHeight"); this.btnMoveStock3BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock3BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock3BaseHeight, "btnMoveStock3BaseHeight"); this.btnMoveStock3BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock3BaseHeight.Name = "btnMoveStock3BaseHeight"; this.btnMoveStock3BaseHeight.Tag = "StockZ3"; @@ -978,9 +990,9 @@ // // btnTeachStock3BaseHeight // - resources.ApplyResources(this.btnTeachStock3BaseHeight, "btnTeachStock3BaseHeight"); this.btnTeachStock3BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock3BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock3BaseHeight, "btnTeachStock3BaseHeight"); this.btnTeachStock3BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock3BaseHeight.Name = "btnTeachStock3BaseHeight"; this.btnTeachStock3BaseHeight.Tag = "StockZ3"; @@ -989,20 +1001,20 @@ // // groupBox2 // - resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.txtStock2BaseHeight); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.btnMoveStock2BaseHeight); this.groupBox2.Controls.Add(this.btnTeachStock2BaseHeight); + resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // txtStock2BaseHeight // - resources.ApplyResources(this.txtStock2BaseHeight, "txtStock2BaseHeight"); this.txtStock2BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock2BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock2BaseHeight, "txtStock2BaseHeight"); this.txtStock2BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock2BaseHeight.Name = "txtStock2BaseHeight"; this.txtStock2BaseHeight.Tag = "StockZ2"; @@ -1016,9 +1028,9 @@ // // btnMoveStock2BaseHeight // - resources.ApplyResources(this.btnMoveStock2BaseHeight, "btnMoveStock2BaseHeight"); this.btnMoveStock2BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock2BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock2BaseHeight, "btnMoveStock2BaseHeight"); this.btnMoveStock2BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock2BaseHeight.Name = "btnMoveStock2BaseHeight"; this.btnMoveStock2BaseHeight.Tag = "StockZ2"; @@ -1027,9 +1039,9 @@ // // btnTeachStock2BaseHeight // - resources.ApplyResources(this.btnTeachStock2BaseHeight, "btnTeachStock2BaseHeight"); this.btnTeachStock2BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock2BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock2BaseHeight, "btnTeachStock2BaseHeight"); this.btnTeachStock2BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock2BaseHeight.Name = "btnTeachStock2BaseHeight"; this.btnTeachStock2BaseHeight.Tag = "StockZ2"; @@ -1038,20 +1050,20 @@ // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtStock1BaseHeight); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.btnMoveStock1BaseHeight); this.groupBox1.Controls.Add(this.btnTeachStock1BaseHeight); + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtStock1BaseHeight // - resources.ApplyResources(this.txtStock1BaseHeight, "txtStock1BaseHeight"); this.txtStock1BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtStock1BaseHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtStock1BaseHeight, "txtStock1BaseHeight"); this.txtStock1BaseHeight.ForeColor = System.Drawing.Color.White; this.txtStock1BaseHeight.Name = "txtStock1BaseHeight"; this.txtStock1BaseHeight.Tag = "StockZ1"; @@ -1065,9 +1077,9 @@ // // btnMoveStock1BaseHeight // - resources.ApplyResources(this.btnMoveStock1BaseHeight, "btnMoveStock1BaseHeight"); this.btnMoveStock1BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveStock1BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveStock1BaseHeight, "btnMoveStock1BaseHeight"); this.btnMoveStock1BaseHeight.ForeColor = System.Drawing.Color.White; this.btnMoveStock1BaseHeight.Name = "btnMoveStock1BaseHeight"; this.btnMoveStock1BaseHeight.Tag = "StockZ1"; @@ -1076,9 +1088,9 @@ // // btnTeachStock1BaseHeight // - resources.ApplyResources(this.btnTeachStock1BaseHeight, "btnTeachStock1BaseHeight"); this.btnTeachStock1BaseHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachStock1BaseHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachStock1BaseHeight, "btnTeachStock1BaseHeight"); this.btnTeachStock1BaseHeight.ForeColor = System.Drawing.Color.White; this.btnTeachStock1BaseHeight.Name = "btnTeachStock1BaseHeight"; this.btnTeachStock1BaseHeight.Tag = "StockZ1"; @@ -1087,12 +1099,12 @@ // // groupBox14 // - resources.ApplyResources(this.groupBox14, "groupBox14"); this.groupBox14.Controls.Add(this.cboxBackEmpty2); this.groupBox14.Controls.Add(this.button35); this.groupBox14.Controls.Add(this.button36); this.groupBox14.Controls.Add(this.button37); this.groupBox14.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox14, "groupBox14"); this.groupBox14.Name = "groupBox14"; this.groupBox14.TabStop = false; // @@ -1104,9 +1116,9 @@ // // button35 // - resources.ApplyResources(this.button35, "button35"); this.button35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button35.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button35, "button35"); this.button35.ForeColor = System.Drawing.Color.White; this.button35.Name = "button35"; this.button35.Tag = "Empty2"; @@ -1114,9 +1126,9 @@ // // button36 // - resources.ApplyResources(this.button36, "button36"); this.button36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button36.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button36, "button36"); this.button36.ForeColor = System.Drawing.Color.White; this.button36.Name = "button36"; this.button36.Tag = "Empty2"; @@ -1125,9 +1137,9 @@ // // button37 // - resources.ApplyResources(this.button37, "button37"); this.button37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button37.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button37, "button37"); this.button37.ForeColor = System.Drawing.Color.White; this.button37.Name = "button37"; this.button37.Tag = "Empty2"; @@ -1136,12 +1148,12 @@ // // groupBox15 // - resources.ApplyResources(this.groupBox15, "groupBox15"); this.groupBox15.Controls.Add(this.cboxBackOk); this.groupBox15.Controls.Add(this.button38); this.groupBox15.Controls.Add(this.button39); this.groupBox15.Controls.Add(this.button40); this.groupBox15.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox15, "groupBox15"); this.groupBox15.Name = "groupBox15"; this.groupBox15.TabStop = false; // @@ -1153,9 +1165,9 @@ // // button38 // - resources.ApplyResources(this.button38, "button38"); this.button38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button38.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button38, "button38"); this.button38.ForeColor = System.Drawing.Color.White; this.button38.Name = "button38"; this.button38.Tag = "Ok"; @@ -1163,9 +1175,9 @@ // // button39 // - resources.ApplyResources(this.button39, "button39"); this.button39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button39.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button39, "button39"); this.button39.ForeColor = System.Drawing.Color.White; this.button39.Name = "button39"; this.button39.Tag = "Ok"; @@ -1174,9 +1186,9 @@ // // button40 // - resources.ApplyResources(this.button40, "button40"); this.button40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button40.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button40, "button40"); this.button40.ForeColor = System.Drawing.Color.White; this.button40.Name = "button40"; this.button40.Tag = "Ok"; @@ -1185,12 +1197,12 @@ // // groupBox16 // - resources.ApplyResources(this.groupBox16, "groupBox16"); this.groupBox16.Controls.Add(this.cboxBackMulti); this.groupBox16.Controls.Add(this.button41); this.groupBox16.Controls.Add(this.button42); this.groupBox16.Controls.Add(this.button43); this.groupBox16.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox16, "groupBox16"); this.groupBox16.Name = "groupBox16"; this.groupBox16.TabStop = false; // @@ -1202,9 +1214,9 @@ // // button41 // - resources.ApplyResources(this.button41, "button41"); this.button41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button41.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button41, "button41"); this.button41.ForeColor = System.Drawing.Color.White; this.button41.Name = "button41"; this.button41.Tag = "Multi"; @@ -1212,9 +1224,9 @@ // // button42 // - resources.ApplyResources(this.button42, "button42"); this.button42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button42.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button42, "button42"); this.button42.ForeColor = System.Drawing.Color.White; this.button42.Name = "button42"; this.button42.Tag = "Multi"; @@ -1223,9 +1235,9 @@ // // button43 // - resources.ApplyResources(this.button43, "button43"); this.button43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button43.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button43, "button43"); this.button43.ForeColor = System.Drawing.Color.White; this.button43.Name = "button43"; this.button43.Tag = "Multi"; @@ -1234,12 +1246,12 @@ // // groupBox17 // - resources.ApplyResources(this.groupBox17, "groupBox17"); this.groupBox17.Controls.Add(this.cboxBackInput); this.groupBox17.Controls.Add(this.button44); this.groupBox17.Controls.Add(this.button45); this.groupBox17.Controls.Add(this.button46); this.groupBox17.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox17, "groupBox17"); this.groupBox17.Name = "groupBox17"; this.groupBox17.TabStop = false; // @@ -1251,9 +1263,9 @@ // // button44 // - resources.ApplyResources(this.button44, "button44"); this.button44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button44.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button44, "button44"); this.button44.ForeColor = System.Drawing.Color.White; this.button44.Name = "button44"; this.button44.Tag = "Input"; @@ -1261,9 +1273,9 @@ // // button45 // - resources.ApplyResources(this.button45, "button45"); this.button45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button45.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button45, "button45"); this.button45.ForeColor = System.Drawing.Color.White; this.button45.Name = "button45"; this.button45.Tag = "Input"; @@ -1272,9 +1284,9 @@ // // button46 // - resources.ApplyResources(this.button46, "button46"); this.button46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button46.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button46, "button46"); this.button46.ForeColor = System.Drawing.Color.White; this.button46.Name = "button46"; this.button46.Tag = "Input"; @@ -1283,12 +1295,12 @@ // // groupBox18 // - resources.ApplyResources(this.groupBox18, "groupBox18"); this.groupBox18.Controls.Add(this.cboxBackNg); this.groupBox18.Controls.Add(this.button47); this.groupBox18.Controls.Add(this.button48); this.groupBox18.Controls.Add(this.button49); this.groupBox18.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox18, "groupBox18"); this.groupBox18.Name = "groupBox18"; this.groupBox18.TabStop = false; // @@ -1300,9 +1312,9 @@ // // button47 // - resources.ApplyResources(this.button47, "button47"); this.button47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button47.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button47, "button47"); this.button47.ForeColor = System.Drawing.Color.White; this.button47.Name = "button47"; this.button47.Tag = "Ng"; @@ -1310,9 +1322,9 @@ // // button48 // - resources.ApplyResources(this.button48, "button48"); this.button48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button48.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button48, "button48"); this.button48.ForeColor = System.Drawing.Color.White; this.button48.Name = "button48"; this.button48.Tag = "Ng"; @@ -1321,9 +1333,9 @@ // // button49 // - resources.ApplyResources(this.button49, "button49"); this.button49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button49.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button49, "button49"); this.button49.ForeColor = System.Drawing.Color.White; this.button49.Name = "button49"; this.button49.Tag = "Ng"; @@ -1332,12 +1344,12 @@ // // groupBox19 // - resources.ApplyResources(this.groupBox19, "groupBox19"); this.groupBox19.Controls.Add(this.cboxBackEmpty1); this.groupBox19.Controls.Add(this.button50); this.groupBox19.Controls.Add(this.button51); this.groupBox19.Controls.Add(this.btnMove); this.groupBox19.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox19, "groupBox19"); this.groupBox19.Name = "groupBox19"; this.groupBox19.TabStop = false; // @@ -1349,8 +1361,8 @@ // // button50 // - resources.ApplyResources(this.button50, "button50"); this.button50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + resources.ApplyResources(this.button50, "button50"); this.button50.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button50.ForeColor = System.Drawing.Color.White; this.button50.Name = "button50"; @@ -1359,8 +1371,8 @@ // // button51 // - resources.ApplyResources(this.button51, "button51"); this.button51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + resources.ApplyResources(this.button51, "button51"); this.button51.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button51.ForeColor = System.Drawing.Color.White; this.button51.Name = "button51"; @@ -1370,8 +1382,8 @@ // // btnMove // - resources.ApplyResources(this.btnMove, "btnMove"); this.btnMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); + resources.ApplyResources(this.btnMove, "btnMove"); this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnMove.ForeColor = System.Drawing.Color.White; this.btnMove.Name = "btnMove"; @@ -1381,7 +1393,6 @@ // // groupBox20 // - resources.ApplyResources(this.groupBox20, "groupBox20"); this.groupBox20.Controls.Add(this.groupBox14); this.groupBox20.Controls.Add(this.groupBox19); this.groupBox20.Controls.Add(this.groupBox15); @@ -1389,9 +1400,50 @@ this.groupBox20.Controls.Add(this.groupBox16); this.groupBox20.Controls.Add(this.groupBox17); this.groupBox20.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox20, "groupBox20"); this.groupBox20.Name = "groupBox20"; this.groupBox20.TabStop = false; // + // label16 + // + resources.ApplyResources(this.label16, "label16"); + this.label16.Name = "label16"; + // + // label17 + // + resources.ApplyResources(this.label17, "label17"); + this.label17.Name = "label17"; + // + // txtTrayCylinderExtensionDelay + // + this.txtTrayCylinderExtensionDelay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtTrayCylinderExtensionDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtTrayCylinderExtensionDelay, "txtTrayCylinderExtensionDelay"); + this.txtTrayCylinderExtensionDelay.ForeColor = System.Drawing.Color.White; + this.txtTrayCylinderExtensionDelay.Name = "txtTrayCylinderExtensionDelay"; + this.txtTrayCylinderExtensionDelay.Tag = ""; + this.txtTrayCylinderExtensionDelay.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); + // + // label18 + // + resources.ApplyResources(this.label18, "label18"); + this.label18.Name = "label18"; + // + // label19 + // + resources.ApplyResources(this.label19, "label19"); + this.label19.Name = "label19"; + // + // txtTrayCylinderRetractionDelay + // + this.txtTrayCylinderRetractionDelay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtTrayCylinderRetractionDelay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtTrayCylinderRetractionDelay, "txtTrayCylinderRetractionDelay"); + this.txtTrayCylinderRetractionDelay.ForeColor = System.Drawing.Color.White; + this.txtTrayCylinderRetractionDelay.Name = "txtTrayCylinderRetractionDelay"; + this.txtTrayCylinderRetractionDelay.Tag = ""; + this.txtTrayCylinderRetractionDelay.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); + // // StockConfig // resources.ApplyResources(this, "$this"); @@ -1570,5 +1622,11 @@ private System.Windows.Forms.Button button51; private System.Windows.Forms.Button btnMove; private System.Windows.Forms.GroupBox groupBox20; + private System.Windows.Forms.TextBox txtTrayCylinderRetractionDelay; + private System.Windows.Forms.TextBox txtTrayCylinderExtensionDelay; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label16; } } \ No newline at end of file diff --git a/Rs.SkyLine/SysConfig/StockConfig.resx b/Rs.SkyLine/SysConfig/StockConfig.resx index bcddd62..00ebdd4 100644 --- a/Rs.SkyLine/SysConfig/StockConfig.resx +++ b/Rs.SkyLine/SysConfig/StockConfig.resx @@ -117,3667 +117,3847 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Back + + 17, 17 + + + + Left - - 0.01 + + + 837, 0 + + + 15, 0, 0, 0 + + + 407, 473 - - 62 + + 13 - - label15 + + panel3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63 + + panelEx2 - - - 85, 21 + + 0 - - groupBox18 + + Flat - - 6 + + 宋体, 12pt - - 32, 32 + + NoControl - - groupBox20 + + 213, 84 - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 162, 40 - - groupBox6 + + 45 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Off(1-6) - - 213, 20 + + button10 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 - - - groupBox11 + + groupBox10 - - 45 + + 0 - - 400, 65 + + Flat - - groupBox2 + + NoControl - - button44 + + 213, 28 - - 83, 20 + + 32, 32 - - 61 + + 56 - - 5 + + 4 button13 - - groupBox20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 56, 60 + + groupBox10 - - 运动到此 + + 1 - - 79, 25 + + Flat - - 3 + + 宋体, 12pt - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox12 + + 18, 84 - - - Flat + + 162, 40 - - 8 + + 45 - - Flat + + On(1-6) - - 1 + + button9 - - button36 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18, 20 + + groupBox10 - - 62 + + 2 - - 6, 65 + + Flat - - groupBox4 + + NoControl - - Top + + 343, 28 - - 放盘位: + + 32, 32 - - groupBox19 + + 59 - - 3 + + 6 - - 缺盘光电检测 + + button6 - - button21 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox10 - - Top + + 3 - + + Flat + + NoControl - - groupBox1 + + 148, 28 - + + 32, 32 + + 57 - - 回退距离: + + 3 - - button15 + + button11 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox10 + + + 4 + + Flat - - 57 + + NoControl - - 0, 195 + + 83, 28 - + 32, 32 - - groupBox9 + + 63 - - panel1 + + 2 - + + button3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Distance + + groupBox10 - - 14 + + 5 - - False + + Flat - - 50 + + NoControl - - 15, 0, 0, 0 + + 18, 28 - - groupBox2 + + 32, 32 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 61 - - 18, 84 + + 1 - - 85, 21 + + button4 - - 85, 21 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button39 + + groupBox10 - - Flat + + 6 - - 3 + + Flat - + NoControl - - 4 + + 278, 28 - - 0.01 + + 32, 32 - - 31, 101 + + 60 - - Back + + 5 - - 0.01 + + button5 - - label2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox10 - - 0, 0 + + 7 - - 79, 25 + + Top - - button46 + + 15, 316 - - 47, 12 + + 392, 143 - + + 12 + + + 斜推气缸 + + + groupBox10 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + panel2 - - 0.01 + + 0 - - 15, 0, 0, 0 + + Flat - - 初始化 + + NoControl - - 148, 20 + + 213, 20 - - 58 + + 32, 32 - - 402, 475 + + 56 - - NoControl + + 4 - - 50 + + button23 - - 58 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox9 - + + 0 + + + Flat + + + 宋体, 12pt + + NoControl - - Center + + 213, 67 + + + 162, 40 45 - - button17 + + Off(1-6) - - button27 + + button8 - - 放盘位: + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 392, 66 + + groupBox9 - - 3 + + 1 - + + Flat + + NoControl - - 32, 32 + + 148, 20 - + 32, 32 - - 9, 24 + + 57 - - 47, 12 + + 3 - - 59 + + button1 - - 162, 40 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 83, 20 + + groupBox9 - - btnMoveStock4BaseHeight + + 2 - + Flat - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.14, Culture=neutral, PublicKeyToken=null + + NoControl - - label14 + + 343, 20 - + 32, 32 - - 79, 25 - - - 203, 16 + + 59 - - 7 + + 6 button2 - - groupBox10 - - - 90, 24 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top + + groupBox9 - - 54 + + 3 - + Flat - - 60 - - - groupBox2 - - - Top - - - 5 + + 宋体, 12pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 213, 84 + + 18, 64 - - 6 + + 162, 40 - - label11 + + 45 - - panelEx2 + + On(1-6) - - groupBox11 + + button7 - - groupBox18 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox9 - - groupBox8 + + 4 - - 63 + + Flat - + NoControl - - panelEx1 + + 278, 20 - - button16 + + 32, 32 - - 0.01 + + 60 - - groupBox2 + + 5 - - NoControl + + button12 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - - - $this + + groupBox9 - - time + + 5 - - 1 + + Flat - - 皮带慢速延时: + + NoControl - - 放盘位: + + 18, 20 - - Unload + + 32, 32 - - panel2 + + 61 - - 79, 25 + + 1 - - 90, 24 + + button18 - - Empty2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 400, 65 + + groupBox9 - - 90, 24 + + 6 - - groupBox4 + + Flat - - 58 + + NoControl - - 示教 + + 83, 20 - - groupBox6 + + 32, 32 - - button12 + + 63 - - 85, 21 + + 2 - - 85, 21 + + button16 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox7 + + groupBox9 - - 57 + + 7 - - 90, 24 + + Top - - 1 + + 15, 198 - - 1 + + 392, 118 - - Top + + 15 - - Flat + + 托盘气缸 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox9 - - Flat + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx3 + + panel2 1 - - 62 + + Flat - + NoControl - - 2 - - - panelEx2 + + 213, 20 - - button38 + + 32, 32 - - 47, 12 + + 56 - - True + + 4 - - Flat + + button29 - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox12 - - button7 + + 0 - - 83, 12 - - - 6 - - - 宋体, 9pt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - 79, 25 + + NoControl - - button9 + + 148, 20 - + 32, 32 - - 5 + + 57 - - groupBox12 + + 3 - - groupBox1 + + button30 - - 宋体, 9pt + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StockConfig + + groupBox12 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - + Flat - + NoControl - - 59, 12 + + 343, 20 - + 32, 32 - - 1 + + 59 - - 7 + + 6 - - 62 + + button31 - - 47, 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox12 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + 2 - - 45 + + Flat - - 48, 16 + + NoControl - - 2 + + 278, 20 - - 3 + + 32, 32 - - 运动到此 + + 60 - + + 5 + + + button32 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 9pt + + groupBox12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + Flat - - 302, 16 - - + NoControl - - 90, 24 + + 18, 20 - - groupBox8 + + 32, 32 - - 160, 140 + + 61 - - 0 + + 1 - - 2 + + button33 - - txtStock5BaseHeight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox12 - - 6, 64 + + 4 - - 57, 60 + + Flat - + NoControl - - button47 + + 83, 20 32, 32 - - NoControl - - - 106, 20 - - - Back - - - Flat + + 63 - - 32, 32 + + 2 - - 58, 60 + + button34 - - groupBox5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox12 - + 5 - - button41 + + Top - - 4 + + 15, 132 - - NoControl + + 392, 66 - - True + + 14 - - 148, 20 + + 料盘到位光电检测 - - groupBox7 + + groupBox12 - - 162, 40 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 25 + + panel2 - - 162, 40 + + 2 - - 3 + + Flat - - 83, 20 + + NoControl - - 48, 16 + + 213, 20 - - 343, 20 + + 32, 32 - - 7, 17 + + 56 - - groupBox8 + + 4 - - NoControl + + button15 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl - - - 5 + + groupBox11 - - 6 + + 0 - + Flat - - panelEx1 + + NoControl - - Top + + 148, 20 - - False + + 32, 32 - - 6, 64 + + 57 - - 11 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + button20 - - panel2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox18 + + groupBox11 - - 高速距离: + + 1 - - 2 + + Flat - - 57 + + NoControl - - button29 + + 343, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 32 - - False + + 59 - - btnTeachStock3BaseHeight + + 6 - - 2 + + button25 - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 343, 20 + + groupBox11 - - 63 + + 2 - + Flat - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - 放盘位: - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - True + + 278, 20 - - 9, 24 + + 32, 32 - - groupBox16 + + 60 - - txtStock1BaseHeight + + 5 - - 放盘位: + + button26 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox11 - - 7 + + 3 - - False + + Flat - + NoControl - - 8 + + 18, 20 - - button22 + + 32, 32 - - 213, 28 + + 61 - - groupBox9 + + 1 - - groupBox16 + + button27 - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 400, 65 + + groupBox11 - - 278, 20 + + 4 - - 示教 + + Flat - + NoControl - - 197, 20 + + 83, 20 - - Flat + + 32, 32 - - 58 + + 63 - - Back + + 2 - - button34 + + button28 - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox11 - - 7 + + 5 - - groupBox8 + + Top - - 63 + + 15, 66 - - 6 + + 392, 66 - - NoControl + + 13 - - 32, 32 + + 缺盘光电检测 - - 15, 198 + + groupBox11 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 25 + + panel2 - - NoControl + + 3 - - 198, 29 + + Flat - - groupBox19 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox19 - - - 56 + + NoControl - - groupBox5 + + 213, 20 - + 32, 32 - - True + + 56 - - 343, 28 + + 4 - - button3 + + button14 - - 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 415, 196 + + groupBox7 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 6, 64 + + Flat - - 3 + + NoControl - - 5 + + 148, 20 - - button42 + + 32, 32 - - Load + + 57 - - 18, 28 + + 3 - - groupBox10 + + button17 - - 79, 25 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox7 - + 1 - - groupBox12 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - 0 + + NoControl - - 0.01 + + 343, 20 - + 32, 32 - - 415, 263 + + 59 - - groupBox17 + + 6 - - 148, 20 + + button19 - - 59, 60 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox7 - - 宋体, 9pt + + 2 - - 85, 21 + + Flat - + NoControl - + + 278, 20 + + 32, 32 - - 6, 12 + + 60 - - btnTeachStock5BaseHeight + + 5 - - 106, 19 + + button21 - - 579, 29 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox7 - - groupBox9 + + 3 - - 203, 16 + + Flat - - 61 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18, 20 - - panelEx2 + + 32, 32 - + + 61 + + 1 - + + button22 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox7 + + 4 - + Flat - - 5 - - + NoControl - - 15, 196 - - - 400, 473 + + 83, 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 32 - + 63 - - 18, 20 + + 2 - - 54, 60 + + button24 - - Off(1-6) + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox7 - - 2 + + 5 - - NoControl + + Top - - 837, 0 + + 15, 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 392, 66 - - 斜推气缸 + + 12 - - button24 + + 满盘光电检测 - - groupBox13 + + groupBox7 - - 2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - Center - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel2 - - txtStock2BaseHeight + + 4 - - 2 + + Left - - 13 + + 430, 0 - - groupBox6 + + 15, 0, 0, 0 - - 0 + + 407, 473 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - NoControl + + panel2 - - groupBox7 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 302, 16 + + panelEx2 - + 1 - - 3 + + 宋体, 9pt - - 18, 20 + + 116, 218 - - btnTeachStock1BaseHeight + + 85, 21 - - Load + + 62 - - 278, 20 + + 50 - - Flat + + Center - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtTrayCylinderRetractionDelay - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox13 - - 7 + + 0 - - Flat + + 宋体, 9pt - - panel1 + + 116, 182 - - Left + + 85, 21 - - NoControl + + 62 - - 407, 473 + + 50 - - 1 + + Center - - 0.01 + + txtTrayCylinderExtensionDelay - - 4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox10 + + groupBox13 - - 57, 100 + + 1 - - groupBox20 + + True - - txtStockTrayKnockNum + + NoControl - - 62 + + 7, 220 - - Flat + + 107, 12 - - 宋体, 9pt + + 50 - - 宋体, 12pt + + 托盘气缸收回延时: - - 料仓6 + + label19 - - groupBox12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + groupBox13 - - 160, 140 + + 2 - - Flat + + 宋体, 9pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116, 120 - - Flat + + 85, 21 - - btnMoveStock5BaseHeight + + 62 - - 61 + + 0.01 - - button37 + + Center - - 302, 16 + + txtStockTrayKnockFrequency - - 54 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button49 + + groupBox13 - - groupBox10 + + 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - mm + + NoControl - - Flat + + 7, 184 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 107, 12 - - 4 + + 50 - - 18, 64 + + 托盘气缸伸出延时: - - Flat + + label17 - - 106, 52 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox13 - - 85, 21 + + 4 - - Unload + + True - - 1377, 475 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116, 48 - - Back + + 72, 16 - - groupBox16 + + 63 - - 2 + + 禁用敲击 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + cboxDisableStockTrayKnock - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox13 - - Tray Loading and Unloading + + 5 - - groupBox11 + + True - - 3 + + NoControl - - groupBox15 + + 51, 122 - - 1 + + 59, 12 - - NoControl + + 50 - - NoControl + + 敲击频率: - - 392, 143 - - - 0 - - - 7 - - - NoControl - - - NoControl + + label14 - - 0, 130 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx3 + + groupBox13 - - 79, 25 + + 6 - - 4 + + 宋体, 9pt - - True + + 116, 82 - - 7 + + 85, 21 - - 17, 12 + + 62 - - 48, 16 + + 30 - - button1 + + Center - - label12 + + txtStockTrayKnockNum - - 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 运动到此 + + groupBox13 - - 托盘气缸 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 1 + + NoControl - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 213, 220 - - 4 + + 17, 12 - - 59, 12 + + 50 - - groupBox4 + + ms - - groupBox3 + + label18 - - 90, 24 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 54, 100 + + groupBox13 - - button31 + + 8 - - 430, 473 + + 宋体, 9pt - - 56 + + 116, 15 85, 21 - - 90, 24 + + 62 + + + 30 Center - - 12, 29 - - - button4 + + txtStockFlowSlowSpeedTime - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 106, 92 + + groupBox13 - - False + + 9 - - 1 + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox18 + + 213, 184 - - 3 + + 17, 12 - - 32, 32 + + 50 - - 3 + + ms - - 料盘到位光电检测 + + label16 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox13 - - Left + + 10 - + True - - groupBox13 + + NoControl - - 343, 20 + + 51, 84 - - 宋体, 12pt + + 59, 12 - - 2 + + 50 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 敲击次数: - - NoControl + + label13 - - mm + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + groupBox13 - + + 11 + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 213, 20 + + 213, 122 - - 50 + + 17, 12 - - 12 + + 50 - - Flat + + ms - - 32, 32 + + label15 - - 15, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Center + + groupBox13 - - 54, 20 + + 12 - - 7 + + True - + NoControl - - 1 + + 207, 20 - - 初始化 + + 11, 12 - - Left + + 50 - - 1 + + s - - groupBox13 + + label9 - - 278, 28 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox13 - - 运动到此 + + 13 - - Flat + + True - + NoControl - - Load - - - groupBox17 + + 26, 20 - - 213, 20 + + 83, 12 - - NoControl + + 50 - - cboxBackNg + + 皮带慢速延时: - - 0 + + label10 - - 148, 28 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox13 - - Center + + 14 - + Top - - 2 - - - 禁用敲击 + + 15, 196 - - panelEx3 + + 415, 263 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - NoControl + + time - + groupBox13 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - groupBox6 + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 宋体, 9pt - - label10 + + 106, 52 - - 1 + + 85, 21 - - Flat + + 62 - - 2 + + 0.01 - - NoControl + + Center - - NoControl + + txtBackDistance - - groupBox13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + groupBox8 - + + 0 + + + True + + NoControl - - btnMoveStock6BaseHeight + + 197, 54 - - txtStockTrayKnockFrequency + + 17, 12 - - 料仓2 + + 50 - - NoControl + + mm - - 32, 32 + + label12 - - Flat + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 64 + + groupBox8 - - 0 + + 1 - - 0.01 + + True - - Flat + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 197, 23 - - button20 + + 17, 12 - - btnMoveStock2BaseHeight + + 50 - - 6, 64 + + mm - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label11 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 敲击次数: + + groupBox8 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 0 + + True - - Flat + + NoControl - - 90, 24 + + 31, 54 - - btnMove + + 59, 12 - - label5 + + 50 - - panel2 + + 回退距离: - - 0.01 + + label8 - - 160, 140 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 宋体, 9pt - - Flat + + 106, 19 - - 15 + + 85, 21 - - 57 + + 62 - - 3 - - - groupBox4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - - 958, 29 + + Center - - groupBox13 + + txtHighSpeedDistance - - False + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 57, 100 + + groupBox8 - - 3 + + 4 - - label6 + + True - - False + + NoControl - - 90, 24 + + 31, 21 - - 4 + + 59, 12 - - 400, 65 + + 50 - - txtBackDistance + + 高速距离: - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label6 - - groupBox12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox8 - - 59, 20 + + 5 - + Top - - 213, 20 + + 15, 0 - - 6 + + 415, 196 - - 59, 100 + + 8 + + + Distance groupBox8 - - groupBox7 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 9pt + + panel1 - + 1 - - 12 + + Left - - 400, 133 + + 0, 0 - - True + + 15, 0, 0, 0 - - True + + 430, 473 - - 12 + + 11 - - 430, 0 + + panel1 - - 放盘位: + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - s + + panelEx2 - - 106, 15 + + 2 - - button32 + + 402, 0 - - 106, 20 + + 1377, 475 - - 示教 + + 1 - - 初始化 + + panelEx2 - - 2 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 59 + + 1 - - Flat + + 宋体, 9pt - - 示教 + + 106, 20 - - 9, 24 + + 85, 21 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 62 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - - NoControl + + Center - - Flat + + txtStock6BaseHeight - - $this + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox6 - - groupBox20 + + 0 - - 50 + + True - - groupBox15 + + NoControl - - btnTeachStock6BaseHeight + + 9, 24 - - 4 + + 47, 12 - - Flat + + 50 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 放盘位: - - 4 + + label5 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox6 - - 203, 16 + + 1 - - 0 + + Flat - - cboxBackEmpty2 + + NoControl - - groupBox9 + + 302, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 25 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54 - - NoControl + + 运动到此 - + + btnMoveStock6BaseHeight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox6 - - 302, 16 + + 2 - - 4 + + Flat - + NoControl - - True - - - 50 + + 203, 16 - - 50 + + 79, 25 - - 0, 65 + + 58 - - groupBox9 + + 示教 - - button14 + + btnTeachStock6BaseHeight - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button40 - - - Top + + groupBox6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - NoControl + + Top - - 2 + + 0, 325 - - 6 + + 400, 133 - - 0 + + 7 - - button23 + + 料仓6 - - 4 + + groupBox6 - - 8 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32, 32 + + panelEx3 - - 197, 54 + + 0 - - 7 + + 宋体, 9pt - - Unload + + 106, 20 - - label8 + + 85, 21 - - button5 + + 62 - - 7 + + 0.01 - - 343, 20 + + Center - - 1 + + txtStock5BaseHeight - - groupBox13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox5 - - 58, 20 + + 0 - - button8 + + True - - 15, 132 + + NoControl - + 9, 24 - - 宋体, 9pt - - - 90, 24 + + 47, 12 - + 50 - - NoControl + + 放盘位: - - 50 + + label4 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox5 - - 48, 16 + + 1 - - panel1 + + Flat - - 1, 496 + + NoControl - - 宋体, 12pt + + 302, 16 - - Flat + + 79, 25 - - 3 + + 54 - - 1 + + 运动到此 - - txtStock3BaseHeight + + btnMoveStock5BaseHeight - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 9pt + + groupBox5 - - groupBox10 + + 2 - - 15, 66 + + Flat - - button19 + + NoControl - - 83, 20 + + 203, 16 - - Back + + 79, 25 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58 - - 50 + + 示教 - - panelEx2 + + btnTeachStock5BaseHeight - - 8 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 391, 29 + + groupBox5 - - 302, 16 + + 3 - - 58, 100 - - - Flat - - - Flat + + Top - - button25 + + 0, 260 - - 90, 24 + + 400, 65 - + 6 - - ms - - - groupBox13 - - - button43 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat + + 料仓5 - - timer1 + + groupBox5 - - 运动到此 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panelEx3 - - 30 + + 1 - - groupBox9 + + 宋体, 9pt - - label9 + + 106, 20 - - 278, 20 + + 85, 21 - - Flat + + 62 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - - 106, 54 + + Center - - Fill + + txtStock4BaseHeight - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - - 32, 32 + + 0 - - False + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - $this + + 9, 24 - - 0 + + 47, 12 - - 3 + + 50 - - groupBox11 + + 放盘位: - - 83, 28 + + label3 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 400, 65 + + groupBox4 - - groupBox13 + + 1 - + Flat - - groupBox1 - - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 302, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 25 - - 0 + + 54 - - 0 + + 运动到此 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnMoveStock4BaseHeight - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Center + + groupBox4 - - txtHighSpeedDistance + + 2 - - 32, 32 + + Flat - - True + + NoControl - - button45 + + 203, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 25 - - Flat + + 58 - - groupBox3 + + 示教 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnTeachStock4BaseHeight - - 57, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32, 32 + + groupBox4 - + 3 - - 106, 146 + + Top - - 32, 32 + + 0, 195 - - 示教 + + 400, 65 - - 392, 66 + + 5 - + + 料仓4 + + + groupBox4 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + panelEx3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - + 宋体, 9pt - - Flat + + 106, 20 - - 57, 20 + + 85, 21 - - 32, 32 + + 62 - - groupBox3 + + 0.01 - - Top + + Center - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtStock3BaseHeight - - 17, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox6 + + groupBox3 - - groupBox7 + + 0 - + True - - 7 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 24 - - 0, 0 + + 47, 12 - - False + + 50 - - False + + 放盘位: - - 5 + + label2 - - 0, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox10 + + groupBox3 - - 90, 24 + + 1 - + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 85, 21 + + 302, 16 - - 0, 325 + + 79, 25 - - cboxBackEmpty1 + + 54 - - groupBox8 + + 运动到此 - - 32, 32 + + btnMoveStock3BaseHeight - - groupBox17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32, 32 + + groupBox3 - - False + + 2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - + NoControl - - 56, 20 + + 203, 16 - - True + + 79, 25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58 - - NoControl + + 示教 - - 59, 12 + + btnTeachStock3BaseHeight - - Flat + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Empty1 + + groupBox3 - - 30 + + 3 - - btnTeachStock2BaseHeight + + Top - - Center + + 0, 130 - - 6 + + 400, 65 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - False + + 料仓3 - - NoControl + + groupBox3 - - 初始化 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panelEx3 - - button26 + + 3 - - 203, 16 + + 宋体, 9pt - - 1 + + 106, 20 - - 运动到此 + + 85, 21 - - 407, 473 + + 62 - - txtStock4BaseHeight + + 0.01 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Center - - 57, 60 + + txtStock2BaseHeight - - 11, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox2 - - panelEx3 + + 0 - - 90, 24 + + True - - 203, 94 + + NoControl - - groupBox2 + + 9, 24 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47, 12 - - cboxBackInput + + 50 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 放盘位: - - 3 + + label1 - - Unload + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox2 - - groupBox1 + + 1 - - 满盘光电检测 + + Flat - + NoControl - - 56 + + 302, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - 5 + + 79, 25 - + 54 - - NoControl + + 运动到此 - + + btnMoveStock2BaseHeight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox2 - + 2 - - 62 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - True + + 203, 16 - - 47, 12 + + 79, 25 - - 4 + + 58 - - 63 + + 示教 - - 6 + + btnTeachStock2BaseHeight - - 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox2 - - 85, 21 + + 3 - - 392, 118 + + Top - - label3 + + 0, 65 - - 1779, 871 + + 400, 65 - - 32, 32 + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 料仓2 - - groupBox19 + + groupBox2 - - 32, 32 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panelEx3 - - 1 + + 4 - - 90, 24 + + 宋体, 9pt - - NoControl + + 106, 20 - - Unload + + 85, 21 - - 4 + + 62 - - NoControl + + 0.01 - - NoControl + + Center - - Flat + + txtStock1BaseHeight - - groupBox16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 24 + + groupBox1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - + + True + + NoControl - - Center + + 9, 24 - - 59, 12 + + 47, 12 - - 61 + + 50 - - 宋体, 12pt + + 放盘位: - - Top + + label7 - - groupBox15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnMoveStock1BaseHeight + + groupBox1 - - Center + + 1 - - 7 + + Flat - - 58 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 302, 16 - + + 79, 25 + + 54 - + + 运动到此 + + + btnMoveStock1BaseHeight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1239, 193 + + groupBox1 - + 2 - - groupBox14 + + Flat - - 54 + + NoControl - - groupBox18 + + 203, 16 - - Flat + + 79, 25 - - 15, 316 + + 58 - - cboxDisableStockTrayKnock + + 示教 - + + btnTeachStock1BaseHeight + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50 + + groupBox1 - - 5 + + 3 - - groupBox5 + + Top - - 31, 54 + + 0, 0 - - 3 - - - 0 + + 400, 65 - - NoControl + + 2 - - 0 + + 料仓1 - - groupBox20 + + groupBox1 - - 62 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + panelEx3 - + 5 - - Load + + Fill - - StockConfig + + 0, 0 - - Top + + 400, 473 - - button30 + + 8 - - 料仓5 + + panelEx3 - - NoControl + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panelEx1 - - NoControl + + 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0 - - groupBox9 + + 402, 475 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - On(1-6) + + panelEx1 - + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + + $this + + + 2 + + + True + + NoControl - - 3 + + 6, 64 - + + 48, 16 + + 8 - - 31, 21 + + Back - - 62 + + False - - groupBox17 + + cboxBackEmpty2 - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 0 + + + Flat + + + NoControl + + + 59, 100 + + + 90, 24 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 初始化 - - 62 + + False - + + button35 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 106, 20 + + groupBox14 - - groupBox12 + + 1 - - True + + Flat - - groupBox10 + + NoControl - - 50 + + 59, 60 - - 5 + + 90, 24 - - Flat + + 7 - - Flat + + Unload - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + button36 - - 0, 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top + + groupBox14 - - 392, 66 + + 2 - - groupBox4 + + Flat - - groupBox7 + + NoControl - - Ok + + 59, 20 - - 59 + + 90, 24 - + + 7 + + + Load + + + button37 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 85, 21 + + groupBox14 - - 106, 20 + + 3 + + + 958, 29 + + + 160, 140 + + + 1 + + + Empty2 groupBox14 - - 32, 32 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox20 - + + 0 + + + True + + NoControl - - Flat + + 6, 64 - - panel2 + + 48, 16 - - 60 + + 8 - - Center + + Back - - NoControl + + False - + + cboxBackOk + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox15 + + + 0 + + + Flat + + NoControl - - 5 + + 54, 100 - + 90, 24 - - 79, 25 + + 7 - - NoControl + + 初始化 - - 5 + + False - - panel3 + + button38 - - panel2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 90, 24 + + groupBox15 - - 0 + + 1 - + Flat - + NoControl - - 302, 16 + + 54, 60 - - 56 + + 90, 24 - - groupBox9 + + 7 - - Center + + Unload - - 敲击频率: + + button39 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox15 + + + 2 + + + Flat + + NoControl - - groupBox3 + + 54, 20 - - groupBox11 + + 90, 24 - - 9, 24 + + 7 - + + Load + + + button40 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox15 + + + 3 + + + 391, 29 + + + 160, 140 + + + 2 + + + Ok + + + groupBox15 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox20 + + + 2 + + + True + + + NoControl + + + 6, 64 + + 48, 16 - - 料仓3 + + 8 + + + Back + + + False + + + cboxBackMulti + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox16 + + + 0 - - 0, 260 + + Flat - - groupBox19 + + NoControl - - 料仓4 + + 57, 100 - - 0 + + 90, 24 - - label7 + + 7 - - 50 + + 初始化 - - panelEx3 + + False - + + button41 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox16 - + 1 - + Flat - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - label13 + + 57, 60 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 90, 24 - - button28 + + 7 - - groupBox10 + + Unload - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + button42 - - groupBox10 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox16 - - 8 + + 2 - + Flat - - 47, 12 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 57, 20 - - groupBox5 + + 90, 24 - - 32, 32 + + 7 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Load - - NoControl + + button43 - - groupBox15 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 213, 67 + + groupBox16 - - NoControl + + 3 - - Flat + + 765, 29 - - 8 + + 160, 140 - - NoControl + + 3 - - Flat + + Multi - - 32, 32 + + groupBox16 - - 8 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox20 - - 59 + + 4 - + True - + NoControl - - True + + 6, 64 - - Multi + + 48, 16 - - 1 + + 8 - - NoControl + + Back - - 0 + + False - - txtStock6BaseHeight + + cboxBackInput - - On(1-6) + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox17 - - Load + + 0 - - NoControl + + Flat - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 60 + + 57, 100 - - 2 + + 90, 24 - - 2 + + 7 初始化 - - NoControl - - - 48, 16 + + False - - NoControl + + button44 - - 402, 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button10 + + groupBox17 - + 1 - + + Flat + + + NoControl + + + 57, 60 + + + 90, 24 + + 7 - - Flat + + Unload - - 0 + + button45 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + groupBox17 - + + 2 + + Flat - - panelEx3 + + NoControl - - 60 + + 57, 20 - - Flat + + 90, 24 - - 宋体, 9pt + + 7 - - button33 + + Load - - groupBox3 + + button46 - - panelEx3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox17 - - groupBox9 + + 3 - - 148, 20 + + 198, 29 - - 162, 40 + + 160, 140 - - 54 + + 4 - - Off(1-6) + + Input - - 203, 16 + + groupBox17 - - btnMoveStock3BaseHeight + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox20 - - 7 + + 5 - - 料仓1 + + True - - 106, 20 + + NoControl - - Ng + + 6, 64 - - groupBox8 + + 48, 16 - - Unload + + 8 - - 72, 16 + + Back - - 160, 140 + + False - - 1 + + cboxBackNg - - button51 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox18 - - groupBox12 + + 0 - - 160, 140 + + Flat - - groupBox14 + + NoControl - - button11 + + 56, 100 - - txtStockFlowSlowSpeedTime + + 90, 24 - + 7 - - Input - - - NoControl + + 初始化 - - groupBox11 + + False - - 106, 20 + + button47 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60 + + groupBox18 - + 1 - - 50 + + Flat - - 3 + + NoControl - - 59 + + 56, 60 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 90, 24 - - 50 + + 7 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Unload - - button35 + + button48 - - 初始化 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox11 + + groupBox18 2 - - 90, 24 + + Flat - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 31, 56 + + 56, 20 - - 61 + + 90, 24 - - groupBox16 + + 7 - - 3 + + Load - - 1 + + button49 - - cboxBackMulti + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button6 + + groupBox18 - - btnTeachStock4BaseHeight + + 3 - - 1 + + 579, 29 - - groupBox5 + + 160, 140 - - button48 + + 5 + + + Ng + + + groupBox18 - - 17, 12 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox20 - - 7 + + 3 - - 15, 0, 0, 0 + + True - - False + + NoControl - - Flat + + 6, 65 - - 62 + + 48, 16 - - 56 + + 8 - - 2 + + Back - - label1 + + False - - 5 + + cboxBackEmpty1 - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox19 - - Flat + + 0 - - groupBox17 + + False - - Load + + Flat - - 50 + + NoControl - - button18 + + 58, 100 - - 示教 + + 90, 24 - - 45 + + 7 - - 32, 32 + + 初始化 - - 160, 140 + + False button50 - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox19 - - 197, 23 + + 1 - - cboxBackOk + + False - + Flat - + NoControl - - 0 + + 58, 60 - - 18, 20 + + 90, 24 - - label4 + + 7 - - 62 + + Unload - - 90, 24 + + button51 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 25 + + groupBox19 - - 278, 20 + + 2 - - groupBox15 + + False - + Flat - - 1 + + NoControl - + + 58, 20 + + + 90, 24 + + 7 - - 765, 29 + + Load - + + btnMove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox19 + + 3 - - 56, 100 + + 12, 29 - - 79, 25 + + 160, 140 - - groupBox7 + + 6 - - 2 + + Empty1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox19 - + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox20 - - 58 + + 1 - - 203, 16 + + 1, 496 - - 宋体, 9pt + + 1239, 193 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox14 + + Tray Loading and Unloading - - 5 + + groupBox20 - - 15, 0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 - - 17, 17 - True + + 6, 12 + + + 1779, 871 + + + StockConfig + + + timer1 + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + StockConfig + + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.30, Culture=neutral, PublicKeyToken=null + \ No newline at end of file