diff --git a/Rs.DeweyTester/Entitys/AlarmEntity.cs b/Rs.DeweyTester/Entitys/AlarmEntity.cs index da8e3b1..6b62ba6 100644 --- a/Rs.DeweyTester/Entitys/AlarmEntity.cs +++ b/Rs.DeweyTester/Entitys/AlarmEntity.cs @@ -64,7 +64,8 @@ namespace Rs.MotionPlat.Entitys entity.EN = cell.StringCellValue; cell = row.GetCell(4); if (cell != null) - entity.KO = cell.StringCellValue; + entity.EventTrackerDesc = cell.StringCellValue; + if (!alarmDic.ContainsKey(entity.AlarmID)) { alarmDic.Add(entity.AlarmID, entity); @@ -149,12 +150,15 @@ namespace Rs.MotionPlat.Entitys /// public string KO { get; set; } + public string EventTrackerDesc { get; set; } + public AlarmEntity Transform(params object[] args) { AlarmEntity entity = new AlarmEntity(); entity.AlarmID = AlarmID; entity.CN = string.Format(CN, args); entity.EN = string.Format(EN, args); + entity.EventTrackerDesc=string.Format(EventTrackerDesc,args); //entity.KO = string.Format(KO, args); return entity; } diff --git a/Rs.DeweyTester/Program.cs b/Rs.DeweyTester/Program.cs index 22168f5..0cd39ee 100644 --- a/Rs.DeweyTester/Program.cs +++ b/Rs.DeweyTester/Program.cs @@ -29,20 +29,6 @@ namespace Rs.MotionPlat [STAThread] static void Main() { - - int usage = 0; - - for (int i = 1; i <= 6; i++) - { - if (i==2 || i==3 ||i==5 || i==6) - { - usage |= 1 << (i - 1); - } - } - - string ss = string.Join ("", Convert.ToString(usage, 2).Reverse()); - - Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //Application.Run(new FormIO2()); diff --git a/Rs.DeweyTester/SysConfig/FixtureConfig.Designer.cs b/Rs.DeweyTester/SysConfig/FixtureConfig.Designer.cs index c8b198e..a6b75a3 100644 --- a/Rs.DeweyTester/SysConfig/FixtureConfig.Designer.cs +++ b/Rs.DeweyTester/SysConfig/FixtureConfig.Designer.cs @@ -168,26 +168,25 @@ // // panel2 // - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.groupBox22); + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // groupBox22 // - resources.ApplyResources(this.groupBox22, "groupBox22"); this.groupBox22.Controls.Add(this.groupBox27); this.groupBox22.Controls.Add(this.groupBox26); this.groupBox22.Controls.Add(this.groupBox25); this.groupBox22.Controls.Add(this.groupBox24); this.groupBox22.Controls.Add(this.groupBox23); this.groupBox22.Controls.Add(this.groupBox28); + resources.ApplyResources(this.groupBox22, "groupBox22"); this.groupBox22.ForeColor = System.Drawing.Color.White; this.groupBox22.Name = "groupBox22"; this.groupBox22.TabStop = false; // // groupBox27 // - resources.ApplyResources(this.groupBox27, "groupBox27"); this.groupBox27.Controls.Add(this.label39); this.groupBox27.Controls.Add(this.label43); this.groupBox27.Controls.Add(this.txtFixture6GrabImageY2); @@ -200,6 +199,7 @@ this.groupBox27.Controls.Add(this.btnTeachFixture6GrabImageX); this.groupBox27.Controls.Add(this.button46); this.groupBox27.Controls.Add(this.button47); + resources.ApplyResources(this.groupBox27, "groupBox27"); this.groupBox27.ForeColor = System.Drawing.Color.White; this.groupBox27.Name = "groupBox27"; this.groupBox27.TabStop = false; @@ -216,9 +216,9 @@ // // txtFixture6GrabImageY2 // - resources.ApplyResources(this.txtFixture6GrabImageY2, "txtFixture6GrabImageY2"); this.txtFixture6GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture6GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture6GrabImageY2, "txtFixture6GrabImageY2"); this.txtFixture6GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture6GrabImageY2.Name = "txtFixture6GrabImageY2"; this.txtFixture6GrabImageY2.Tag = "LoadY2"; @@ -226,9 +226,9 @@ // // btnMoveFixture6GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture6GrabImageY2, "btnMoveFixture6GrabImageY2"); this.btnMoveFixture6GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture6GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture6GrabImageY2, "btnMoveFixture6GrabImageY2"); this.btnMoveFixture6GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture6GrabImageY2.Name = "btnMoveFixture6GrabImageY2"; this.btnMoveFixture6GrabImageY2.Tag = "LoadY2"; @@ -237,9 +237,9 @@ // // txtFixture6GrabImageX // - resources.ApplyResources(this.txtFixture6GrabImageX, "txtFixture6GrabImageX"); this.txtFixture6GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture6GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture6GrabImageX, "txtFixture6GrabImageX"); this.txtFixture6GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture6GrabImageX.Name = "txtFixture6GrabImageX"; this.txtFixture6GrabImageX.Tag = "LoadX"; @@ -247,9 +247,9 @@ // // btnTeachFixture6GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture6GrabImageY2, "btnTeachFixture6GrabImageY2"); this.btnTeachFixture6GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture6GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture6GrabImageY2, "btnTeachFixture6GrabImageY2"); this.btnTeachFixture6GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture6GrabImageY2.Name = "btnTeachFixture6GrabImageY2"; this.btnTeachFixture6GrabImageY2.Tag = "LoadY2"; @@ -258,9 +258,9 @@ // // button50 // - resources.ApplyResources(this.button50, "button50"); this.button50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button50.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button50, "button50"); this.button50.ForeColor = System.Drawing.Color.White; this.button50.Name = "button50"; this.button50.Tag = "6"; @@ -269,9 +269,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 = "6"; @@ -280,9 +280,9 @@ // // btnMoveFixture6GrabImageX // - resources.ApplyResources(this.btnMoveFixture6GrabImageX, "btnMoveFixture6GrabImageX"); this.btnMoveFixture6GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture6GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture6GrabImageX, "btnMoveFixture6GrabImageX"); this.btnMoveFixture6GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture6GrabImageX.Name = "btnMoveFixture6GrabImageX"; this.btnMoveFixture6GrabImageX.Tag = "LoadX"; @@ -291,9 +291,9 @@ // // btnTeachFixture6GrabImageX // - resources.ApplyResources(this.btnTeachFixture6GrabImageX, "btnTeachFixture6GrabImageX"); this.btnTeachFixture6GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture6GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture6GrabImageX, "btnTeachFixture6GrabImageX"); this.btnTeachFixture6GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture6GrabImageX.Name = "btnTeachFixture6GrabImageX"; this.btnTeachFixture6GrabImageX.Tag = "LoadX"; @@ -302,9 +302,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 = "6"; @@ -313,9 +313,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 = "6"; @@ -324,7 +324,6 @@ // // groupBox26 // - resources.ApplyResources(this.groupBox26, "groupBox26"); this.groupBox26.Controls.Add(this.label34); this.groupBox26.Controls.Add(this.label38); this.groupBox26.Controls.Add(this.txtFixture5GrabImageY2); @@ -337,6 +336,7 @@ this.groupBox26.Controls.Add(this.btnTeachFixture5GrabImageX); this.groupBox26.Controls.Add(this.button38); this.groupBox26.Controls.Add(this.button40); + resources.ApplyResources(this.groupBox26, "groupBox26"); this.groupBox26.ForeColor = System.Drawing.Color.White; this.groupBox26.Name = "groupBox26"; this.groupBox26.TabStop = false; @@ -353,9 +353,9 @@ // // txtFixture5GrabImageY2 // - resources.ApplyResources(this.txtFixture5GrabImageY2, "txtFixture5GrabImageY2"); this.txtFixture5GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture5GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture5GrabImageY2, "txtFixture5GrabImageY2"); this.txtFixture5GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture5GrabImageY2.Name = "txtFixture5GrabImageY2"; this.txtFixture5GrabImageY2.Tag = "LoadY2"; @@ -363,9 +363,9 @@ // // btnMoveFixture5GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture5GrabImageY2, "btnMoveFixture5GrabImageY2"); this.btnMoveFixture5GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture5GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture5GrabImageY2, "btnMoveFixture5GrabImageY2"); this.btnMoveFixture5GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture5GrabImageY2.Name = "btnMoveFixture5GrabImageY2"; this.btnMoveFixture5GrabImageY2.Tag = "LoadY2"; @@ -374,9 +374,9 @@ // // txtFixture5GrabImageX // - resources.ApplyResources(this.txtFixture5GrabImageX, "txtFixture5GrabImageX"); this.txtFixture5GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture5GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture5GrabImageX, "txtFixture5GrabImageX"); this.txtFixture5GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture5GrabImageX.Name = "txtFixture5GrabImageX"; this.txtFixture5GrabImageX.Tag = "LoadX"; @@ -384,9 +384,9 @@ // // btnTeachFixture5GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture5GrabImageY2, "btnTeachFixture5GrabImageY2"); this.btnTeachFixture5GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture5GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture5GrabImageY2, "btnTeachFixture5GrabImageY2"); this.btnTeachFixture5GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture5GrabImageY2.Name = "btnTeachFixture5GrabImageY2"; this.btnTeachFixture5GrabImageY2.Tag = "LoadY2"; @@ -395,9 +395,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 = "5"; @@ -406,9 +406,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 = "5"; @@ -417,9 +417,9 @@ // // btnMoveFixture5GrabImageX // - resources.ApplyResources(this.btnMoveFixture5GrabImageX, "btnMoveFixture5GrabImageX"); this.btnMoveFixture5GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture5GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture5GrabImageX, "btnMoveFixture5GrabImageX"); this.btnMoveFixture5GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture5GrabImageX.Name = "btnMoveFixture5GrabImageX"; this.btnMoveFixture5GrabImageX.Tag = "LoadX"; @@ -428,9 +428,9 @@ // // btnTeachFixture5GrabImageX // - resources.ApplyResources(this.btnTeachFixture5GrabImageX, "btnTeachFixture5GrabImageX"); this.btnTeachFixture5GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture5GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture5GrabImageX, "btnTeachFixture5GrabImageX"); this.btnTeachFixture5GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture5GrabImageX.Name = "btnTeachFixture5GrabImageX"; this.btnTeachFixture5GrabImageX.Tag = "LoadX"; @@ -439,9 +439,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 = "5"; @@ -450,9 +450,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 = "5"; @@ -461,7 +461,6 @@ // // groupBox25 // - resources.ApplyResources(this.groupBox25, "groupBox25"); this.groupBox25.Controls.Add(this.label15); this.groupBox25.Controls.Add(this.label18); this.groupBox25.Controls.Add(this.txtFixture4GrabImageY2); @@ -474,6 +473,7 @@ this.groupBox25.Controls.Add(this.btnTeachFixture4GrabImageX); this.groupBox25.Controls.Add(this.button31); this.groupBox25.Controls.Add(this.button33); + resources.ApplyResources(this.groupBox25, "groupBox25"); this.groupBox25.ForeColor = System.Drawing.Color.White; this.groupBox25.Name = "groupBox25"; this.groupBox25.TabStop = false; @@ -490,9 +490,9 @@ // // txtFixture4GrabImageY2 // - resources.ApplyResources(this.txtFixture4GrabImageY2, "txtFixture4GrabImageY2"); this.txtFixture4GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture4GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture4GrabImageY2, "txtFixture4GrabImageY2"); this.txtFixture4GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture4GrabImageY2.Name = "txtFixture4GrabImageY2"; this.txtFixture4GrabImageY2.Tag = "LoadY2"; @@ -500,9 +500,9 @@ // // btnMoveFixture4GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture4GrabImageY2, "btnMoveFixture4GrabImageY2"); this.btnMoveFixture4GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture4GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture4GrabImageY2, "btnMoveFixture4GrabImageY2"); this.btnMoveFixture4GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture4GrabImageY2.Name = "btnMoveFixture4GrabImageY2"; this.btnMoveFixture4GrabImageY2.Tag = "LoadY2"; @@ -511,9 +511,9 @@ // // txtFixture4GrabImageX // - resources.ApplyResources(this.txtFixture4GrabImageX, "txtFixture4GrabImageX"); this.txtFixture4GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture4GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture4GrabImageX, "txtFixture4GrabImageX"); this.txtFixture4GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture4GrabImageX.Name = "txtFixture4GrabImageX"; this.txtFixture4GrabImageX.Tag = "LoadX"; @@ -521,9 +521,9 @@ // // btnTeachFixture4GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture4GrabImageY2, "btnTeachFixture4GrabImageY2"); this.btnTeachFixture4GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture4GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture4GrabImageY2, "btnTeachFixture4GrabImageY2"); this.btnTeachFixture4GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture4GrabImageY2.Name = "btnTeachFixture4GrabImageY2"; this.btnTeachFixture4GrabImageY2.Tag = "LoadY2"; @@ -532,9 +532,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 = "4"; @@ -543,9 +543,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 = "4"; @@ -554,9 +554,9 @@ // // btnMoveFixture4GrabImageX // - resources.ApplyResources(this.btnMoveFixture4GrabImageX, "btnMoveFixture4GrabImageX"); this.btnMoveFixture4GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture4GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture4GrabImageX, "btnMoveFixture4GrabImageX"); this.btnMoveFixture4GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture4GrabImageX.Name = "btnMoveFixture4GrabImageX"; this.btnMoveFixture4GrabImageX.Tag = "LoadX"; @@ -565,9 +565,9 @@ // // btnTeachFixture4GrabImageX // - resources.ApplyResources(this.btnTeachFixture4GrabImageX, "btnTeachFixture4GrabImageX"); this.btnTeachFixture4GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture4GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture4GrabImageX, "btnTeachFixture4GrabImageX"); this.btnTeachFixture4GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture4GrabImageX.Name = "btnTeachFixture4GrabImageX"; this.btnTeachFixture4GrabImageX.Tag = "LoadX"; @@ -576,9 +576,9 @@ // // button31 // - resources.ApplyResources(this.button31, "button31"); this.button31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button31.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button31, "button31"); this.button31.ForeColor = System.Drawing.Color.White; this.button31.Name = "button31"; this.button31.Tag = "4"; @@ -587,9 +587,9 @@ // // button33 // - resources.ApplyResources(this.button33, "button33"); this.button33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button33.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button33, "button33"); this.button33.ForeColor = System.Drawing.Color.White; this.button33.Name = "button33"; this.button33.Tag = "4"; @@ -598,7 +598,6 @@ // // groupBox24 // - resources.ApplyResources(this.groupBox24, "groupBox24"); this.groupBox24.Controls.Add(this.label12); this.groupBox24.Controls.Add(this.label14); this.groupBox24.Controls.Add(this.txtFixture3GrabImageY2); @@ -611,6 +610,7 @@ this.groupBox24.Controls.Add(this.btnTeachFixture3GrabImageX); this.groupBox24.Controls.Add(this.button22); this.groupBox24.Controls.Add(this.button21); + resources.ApplyResources(this.groupBox24, "groupBox24"); this.groupBox24.ForeColor = System.Drawing.Color.White; this.groupBox24.Name = "groupBox24"; this.groupBox24.TabStop = false; @@ -627,9 +627,9 @@ // // txtFixture3GrabImageY2 // - resources.ApplyResources(this.txtFixture3GrabImageY2, "txtFixture3GrabImageY2"); this.txtFixture3GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture3GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture3GrabImageY2, "txtFixture3GrabImageY2"); this.txtFixture3GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture3GrabImageY2.Name = "txtFixture3GrabImageY2"; this.txtFixture3GrabImageY2.Tag = "LoadY2"; @@ -637,9 +637,9 @@ // // btnMoveFixture3GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture3GrabImageY2, "btnMoveFixture3GrabImageY2"); this.btnMoveFixture3GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture3GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture3GrabImageY2, "btnMoveFixture3GrabImageY2"); this.btnMoveFixture3GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture3GrabImageY2.Name = "btnMoveFixture3GrabImageY2"; this.btnMoveFixture3GrabImageY2.Tag = "LoadY2"; @@ -648,9 +648,9 @@ // // txtFixture3GrabImageX // - resources.ApplyResources(this.txtFixture3GrabImageX, "txtFixture3GrabImageX"); this.txtFixture3GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture3GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture3GrabImageX, "txtFixture3GrabImageX"); this.txtFixture3GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture3GrabImageX.Name = "txtFixture3GrabImageX"; this.txtFixture3GrabImageX.Tag = "LoadX"; @@ -658,9 +658,9 @@ // // btnTeachFixture3GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture3GrabImageY2, "btnTeachFixture3GrabImageY2"); this.btnTeachFixture3GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture3GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture3GrabImageY2, "btnTeachFixture3GrabImageY2"); this.btnTeachFixture3GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture3GrabImageY2.Name = "btnTeachFixture3GrabImageY2"; this.btnTeachFixture3GrabImageY2.Tag = "LoadY2"; @@ -669,9 +669,9 @@ // // button29 // - resources.ApplyResources(this.button29, "button29"); this.button29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button29.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button29, "button29"); this.button29.ForeColor = System.Drawing.Color.White; this.button29.Name = "button29"; this.button29.Tag = "3"; @@ -680,9 +680,9 @@ // // button27 // - resources.ApplyResources(this.button27, "button27"); this.button27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button27.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button27, "button27"); this.button27.ForeColor = System.Drawing.Color.White; this.button27.Name = "button27"; this.button27.Tag = "3"; @@ -691,9 +691,9 @@ // // btnMoveFixture3GrabImageX // - resources.ApplyResources(this.btnMoveFixture3GrabImageX, "btnMoveFixture3GrabImageX"); this.btnMoveFixture3GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture3GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture3GrabImageX, "btnMoveFixture3GrabImageX"); this.btnMoveFixture3GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture3GrabImageX.Name = "btnMoveFixture3GrabImageX"; this.btnMoveFixture3GrabImageX.Tag = "LoadX"; @@ -702,9 +702,9 @@ // // btnTeachFixture3GrabImageX // - resources.ApplyResources(this.btnTeachFixture3GrabImageX, "btnTeachFixture3GrabImageX"); this.btnTeachFixture3GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture3GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture3GrabImageX, "btnTeachFixture3GrabImageX"); this.btnTeachFixture3GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture3GrabImageX.Name = "btnTeachFixture3GrabImageX"; this.btnTeachFixture3GrabImageX.Tag = "LoadX"; @@ -713,9 +713,9 @@ // // button22 // - resources.ApplyResources(this.button22, "button22"); this.button22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button22.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button22, "button22"); this.button22.ForeColor = System.Drawing.Color.White; this.button22.Name = "button22"; this.button22.Tag = "3"; @@ -724,9 +724,9 @@ // // button21 // - resources.ApplyResources(this.button21, "button21"); this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button21.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button21, "button21"); this.button21.ForeColor = System.Drawing.Color.White; this.button21.Name = "button21"; this.button21.Tag = "3"; @@ -735,7 +735,6 @@ // // groupBox23 // - resources.ApplyResources(this.groupBox23, "groupBox23"); this.groupBox23.Controls.Add(this.label10); this.groupBox23.Controls.Add(this.label11); this.groupBox23.Controls.Add(this.txtFixture2GrabImageY2); @@ -748,6 +747,7 @@ this.groupBox23.Controls.Add(this.button14); this.groupBox23.Controls.Add(this.btnTeachFixture2GrabImageX); this.groupBox23.Controls.Add(this.button13); + resources.ApplyResources(this.groupBox23, "groupBox23"); this.groupBox23.ForeColor = System.Drawing.Color.White; this.groupBox23.Name = "groupBox23"; this.groupBox23.TabStop = false; @@ -764,9 +764,9 @@ // // txtFixture2GrabImageY2 // - resources.ApplyResources(this.txtFixture2GrabImageY2, "txtFixture2GrabImageY2"); this.txtFixture2GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture2GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture2GrabImageY2, "txtFixture2GrabImageY2"); this.txtFixture2GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture2GrabImageY2.Name = "txtFixture2GrabImageY2"; this.txtFixture2GrabImageY2.Tag = "LoadY2"; @@ -774,9 +774,9 @@ // // btnMoveFixture2GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture2GrabImageY2, "btnMoveFixture2GrabImageY2"); this.btnMoveFixture2GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture2GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture2GrabImageY2, "btnMoveFixture2GrabImageY2"); this.btnMoveFixture2GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture2GrabImageY2.Name = "btnMoveFixture2GrabImageY2"; this.btnMoveFixture2GrabImageY2.Tag = "LoadY2"; @@ -785,9 +785,9 @@ // // txtFixture2GrabImageX // - resources.ApplyResources(this.txtFixture2GrabImageX, "txtFixture2GrabImageX"); this.txtFixture2GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture2GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture2GrabImageX, "txtFixture2GrabImageX"); this.txtFixture2GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture2GrabImageX.Name = "txtFixture2GrabImageX"; this.txtFixture2GrabImageX.Tag = "LoadX"; @@ -795,9 +795,9 @@ // // btnTeachFixture2GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture2GrabImageY2, "btnTeachFixture2GrabImageY2"); this.btnTeachFixture2GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture2GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture2GrabImageY2, "btnTeachFixture2GrabImageY2"); this.btnTeachFixture2GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture2GrabImageY2.Name = "btnTeachFixture2GrabImageY2"; this.btnTeachFixture2GrabImageY2.Tag = "LoadY2"; @@ -806,9 +806,9 @@ // // button19 // - resources.ApplyResources(this.button19, "button19"); this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button19.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button19, "button19"); this.button19.ForeColor = System.Drawing.Color.White; this.button19.Name = "button19"; this.button19.Tag = "2"; @@ -817,9 +817,9 @@ // // button17 // - resources.ApplyResources(this.button17, "button17"); this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button17.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button17, "button17"); this.button17.ForeColor = System.Drawing.Color.White; this.button17.Name = "button17"; this.button17.Tag = "2"; @@ -828,9 +828,9 @@ // // btnMoveFixture2GrabImageX // - resources.ApplyResources(this.btnMoveFixture2GrabImageX, "btnMoveFixture2GrabImageX"); this.btnMoveFixture2GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture2GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture2GrabImageX, "btnMoveFixture2GrabImageX"); this.btnMoveFixture2GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture2GrabImageX.Name = "btnMoveFixture2GrabImageX"; this.btnMoveFixture2GrabImageX.Tag = "LoadX"; @@ -839,9 +839,9 @@ // // button14 // - resources.ApplyResources(this.button14, "button14"); this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button14.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button14, "button14"); this.button14.ForeColor = System.Drawing.Color.White; this.button14.Name = "button14"; this.button14.Tag = "2"; @@ -850,9 +850,9 @@ // // btnTeachFixture2GrabImageX // - resources.ApplyResources(this.btnTeachFixture2GrabImageX, "btnTeachFixture2GrabImageX"); this.btnTeachFixture2GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture2GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture2GrabImageX, "btnTeachFixture2GrabImageX"); this.btnTeachFixture2GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture2GrabImageX.Name = "btnTeachFixture2GrabImageX"; this.btnTeachFixture2GrabImageX.Tag = "LoadX"; @@ -861,9 +861,9 @@ // // button13 // - resources.ApplyResources(this.button13, "button13"); this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button13.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button13, "button13"); this.button13.ForeColor = System.Drawing.Color.White; this.button13.Name = "button13"; this.button13.Tag = "2"; @@ -872,7 +872,6 @@ // // groupBox28 // - resources.ApplyResources(this.groupBox28, "groupBox28"); this.groupBox28.Controls.Add(this.label35); this.groupBox28.Controls.Add(this.label16); this.groupBox28.Controls.Add(this.txtFixture1GrabImageY2); @@ -885,6 +884,7 @@ this.groupBox28.Controls.Add(this.button6); this.groupBox28.Controls.Add(this.btnMoveFixture1GrabImageX); this.groupBox28.Controls.Add(this.btnTeachFixture1GrabImageX); + resources.ApplyResources(this.groupBox28, "groupBox28"); this.groupBox28.ForeColor = System.Drawing.Color.White; this.groupBox28.Name = "groupBox28"; this.groupBox28.TabStop = false; @@ -901,9 +901,9 @@ // // txtFixture1GrabImageY2 // - resources.ApplyResources(this.txtFixture1GrabImageY2, "txtFixture1GrabImageY2"); this.txtFixture1GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture1GrabImageY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture1GrabImageY2, "txtFixture1GrabImageY2"); this.txtFixture1GrabImageY2.ForeColor = System.Drawing.Color.White; this.txtFixture1GrabImageY2.Name = "txtFixture1GrabImageY2"; this.txtFixture1GrabImageY2.Tag = "LoadY2"; @@ -911,9 +911,9 @@ // // btnMoveFixture1GrabImageY2 // - resources.ApplyResources(this.btnMoveFixture1GrabImageY2, "btnMoveFixture1GrabImageY2"); this.btnMoveFixture1GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture1GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture1GrabImageY2, "btnMoveFixture1GrabImageY2"); this.btnMoveFixture1GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnMoveFixture1GrabImageY2.Name = "btnMoveFixture1GrabImageY2"; this.btnMoveFixture1GrabImageY2.Tag = "LoadY2"; @@ -922,9 +922,9 @@ // // txtFixture1GrabImageX // - resources.ApplyResources(this.txtFixture1GrabImageX, "txtFixture1GrabImageX"); this.txtFixture1GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixture1GrabImageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixture1GrabImageX, "txtFixture1GrabImageX"); this.txtFixture1GrabImageX.ForeColor = System.Drawing.Color.White; this.txtFixture1GrabImageX.Name = "txtFixture1GrabImageX"; this.txtFixture1GrabImageX.Tag = "LoadX"; @@ -932,9 +932,9 @@ // // btnTeachFixture1GrabImageY2 // - resources.ApplyResources(this.btnTeachFixture1GrabImageY2, "btnTeachFixture1GrabImageY2"); this.btnTeachFixture1GrabImageY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture1GrabImageY2.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture1GrabImageY2, "btnTeachFixture1GrabImageY2"); this.btnTeachFixture1GrabImageY2.ForeColor = System.Drawing.Color.White; this.btnTeachFixture1GrabImageY2.Name = "btnTeachFixture1GrabImageY2"; this.btnTeachFixture1GrabImageY2.Tag = "LoadY2"; @@ -943,9 +943,9 @@ // // button11 // - resources.ApplyResources(this.button11, "button11"); this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button11.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button11, "button11"); this.button11.ForeColor = System.Drawing.Color.White; this.button11.Name = "button11"; this.button11.Tag = "1"; @@ -954,9 +954,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 = "1"; @@ -965,9 +965,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 = "1"; @@ -976,9 +976,9 @@ // // button6 // - resources.ApplyResources(this.button6, "button6"); this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button6.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button6, "button6"); this.button6.ForeColor = System.Drawing.Color.White; this.button6.Name = "button6"; this.button6.Tag = "1"; @@ -987,9 +987,9 @@ // // btnMoveFixture1GrabImageX // - resources.ApplyResources(this.btnMoveFixture1GrabImageX, "btnMoveFixture1GrabImageX"); this.btnMoveFixture1GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveFixture1GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnMoveFixture1GrabImageX, "btnMoveFixture1GrabImageX"); this.btnMoveFixture1GrabImageX.ForeColor = System.Drawing.Color.White; this.btnMoveFixture1GrabImageX.Name = "btnMoveFixture1GrabImageX"; this.btnMoveFixture1GrabImageX.Tag = "LoadX"; @@ -998,9 +998,9 @@ // // btnTeachFixture1GrabImageX // - resources.ApplyResources(this.btnTeachFixture1GrabImageX, "btnTeachFixture1GrabImageX"); this.btnTeachFixture1GrabImageX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachFixture1GrabImageX.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnTeachFixture1GrabImageX, "btnTeachFixture1GrabImageX"); this.btnTeachFixture1GrabImageX.ForeColor = System.Drawing.Color.White; this.btnTeachFixture1GrabImageX.Name = "btnTeachFixture1GrabImageX"; this.btnTeachFixture1GrabImageX.Tag = "LoadX"; @@ -1009,22 +1009,21 @@ // // panel3 // - resources.ApplyResources(this.panel3, "panel3"); this.panel3.Controls.Add(this.groupBox13); + resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; // // groupBox13 // - resources.ApplyResources(this.groupBox13, "groupBox13"); this.groupBox13.Controls.Add(this.groupBox1); this.groupBox13.Controls.Add(this.groupBox15); + resources.ApplyResources(this.groupBox13, "groupBox13"); this.groupBox13.ForeColor = System.Drawing.Color.White; this.groupBox13.Name = "groupBox13"; this.groupBox13.TabStop = false; // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtColletOpenDelaytime); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label21); @@ -1034,15 +1033,16 @@ this.groupBox1.Controls.Add(this.label25); this.groupBox1.Controls.Add(this.txtFixtureTakePicDelaytime); this.groupBox1.Controls.Add(this.txtColletCloseDelaytime); + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtColletOpenDelaytime // - resources.ApplyResources(this.txtColletOpenDelaytime, "txtColletOpenDelaytime"); this.txtColletOpenDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtColletOpenDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtColletOpenDelaytime, "txtColletOpenDelaytime"); this.txtColletOpenDelaytime.ForeColor = System.Drawing.Color.White; this.txtColletOpenDelaytime.Name = "txtColletOpenDelaytime"; this.txtColletOpenDelaytime.Tag = "TurnoverY"; @@ -1080,9 +1080,9 @@ // // txtFixtureTakePicDelaytime // - resources.ApplyResources(this.txtFixtureTakePicDelaytime, "txtFixtureTakePicDelaytime"); this.txtFixtureTakePicDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFixtureTakePicDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFixtureTakePicDelaytime, "txtFixtureTakePicDelaytime"); this.txtFixtureTakePicDelaytime.ForeColor = System.Drawing.Color.White; this.txtFixtureTakePicDelaytime.Name = "txtFixtureTakePicDelaytime"; this.txtFixtureTakePicDelaytime.Tag = ""; @@ -1090,9 +1090,9 @@ // // txtColletCloseDelaytime // - resources.ApplyResources(this.txtColletCloseDelaytime, "txtColletCloseDelaytime"); this.txtColletCloseDelaytime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtColletCloseDelaytime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtColletCloseDelaytime, "txtColletCloseDelaytime"); this.txtColletCloseDelaytime.ForeColor = System.Drawing.Color.White; this.txtColletCloseDelaytime.Name = "txtColletCloseDelaytime"; this.txtColletCloseDelaytime.Tag = ""; @@ -1100,7 +1100,6 @@ // // groupBox15 // - resources.ApplyResources(this.groupBox15, "groupBox15"); this.groupBox15.Controls.Add(this.button26); this.groupBox15.Controls.Add(this.button15); this.groupBox15.Controls.Add(this.button23); @@ -1109,16 +1108,17 @@ this.groupBox15.Controls.Add(this.button10); this.groupBox15.Controls.Add(this.button18); this.groupBox15.Controls.Add(this.button16); + resources.ApplyResources(this.groupBox15, "groupBox15"); this.groupBox15.ForeColor = System.Drawing.Color.White; this.groupBox15.Name = "groupBox15"; this.groupBox15.TabStop = 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.Hand; this.button26.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button26, "button26"); this.button26.ForeColor = System.Drawing.Color.White; this.button26.Name = "button26"; this.button26.Tag = "nocheck"; @@ -1127,10 +1127,10 @@ // // 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.Hand; this.button15.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button15, "button15"); this.button15.Name = "button15"; this.button15.Tag = "治具夹{0}"; this.button15.UseVisualStyleBackColor = false; @@ -1138,10 +1138,10 @@ // // 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; @@ -1149,10 +1149,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; @@ -1160,10 +1160,10 @@ // // 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.Hand; this.button25.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button25, "button25"); this.button25.ForeColor = System.Drawing.Color.White; this.button25.Name = "button25"; this.button25.Tag = "nocheck"; @@ -1172,10 +1172,10 @@ // // button10 // - resources.ApplyResources(this.button10, "button10"); this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button10.Cursor = System.Windows.Forms.Cursors.Hand; this.button10.FlatAppearance.BorderSize = 0; + resources.ApplyResources(this.button10, "button10"); this.button10.Name = "button10"; this.button10.Tag = "治具夹{0}"; this.button10.UseVisualStyleBackColor = false; @@ -1183,10 +1183,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; @@ -1194,10 +1194,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; @@ -1209,13 +1209,12 @@ // // panel1 // - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.groupBox2); + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // groupBox2 // - resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.rbtnNozzle4); this.groupBox2.Controls.Add(this.rbtnNozzle3); this.groupBox2.Controls.Add(this.rbtnNozzle2); @@ -1232,6 +1231,7 @@ this.groupBox2.Controls.Add(this.button5); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button1); + resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; @@ -1268,10 +1268,10 @@ // // 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.Hand; this.button34.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button34, "button34"); this.button34.ForeColor = System.Drawing.Color.White; this.button34.Name = "button34"; this.button34.Tag = "6"; @@ -1280,10 +1280,10 @@ // // 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.Hand; this.button24.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button24, "button24"); this.button24.ForeColor = System.Drawing.Color.White; this.button24.Name = "button24"; this.button24.Tag = "4"; @@ -1292,10 +1292,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.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button4, "button4"); this.button4.ForeColor = System.Drawing.Color.White; this.button4.Name = "button4"; this.button4.Tag = "2"; @@ -1304,10 +1304,10 @@ // // 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.Hand; this.button32.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button32, "button32"); this.button32.ForeColor = System.Drawing.Color.White; this.button32.Name = "button32"; this.button32.Tag = "5"; @@ -1316,10 +1316,10 @@ // // 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.Hand; this.button20.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button20, "button20"); this.button20.ForeColor = System.Drawing.Color.White; this.button20.Name = "button20"; this.button20.Tag = "3"; @@ -1328,10 +1328,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.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button2, "button2"); this.button2.ForeColor = System.Drawing.Color.White; this.button2.Name = "button2"; this.button2.Tag = "1"; @@ -1340,10 +1340,10 @@ // // 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.Hand; this.button30.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button30, "button30"); this.button30.ForeColor = System.Drawing.Color.White; this.button30.Name = "button30"; this.button30.Tag = "6"; @@ -1352,10 +1352,10 @@ // // 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.Hand; this.button28.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button28, "button28"); this.button28.ForeColor = System.Drawing.Color.White; this.button28.Name = "button28"; this.button28.Tag = "5"; @@ -1364,10 +1364,10 @@ // // button8 // - resources.ApplyResources(this.button8, "button8"); this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button8.Cursor = System.Windows.Forms.Cursors.Hand; 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 = "4"; @@ -1376,10 +1376,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.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button5, "button5"); this.button5.ForeColor = System.Drawing.Color.White; this.button5.Name = "button5"; this.button5.Tag = "3"; @@ -1388,10 +1388,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.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button3, "button3"); this.button3.ForeColor = System.Drawing.Color.White; this.button3.Name = "button3"; this.button3.Tag = "2"; @@ -1400,10 +1400,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.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.button1, "button1"); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Name = "button1"; this.button1.Tag = "1"; diff --git a/Rs.DeweyTester/SysConfig/FixtureConfig.resx b/Rs.DeweyTester/SysConfig/FixtureConfig.resx index c7488c2..ea13327 100644 --- a/Rs.DeweyTester/SysConfig/FixtureConfig.resx +++ b/Rs.DeweyTester/SysConfig/FixtureConfig.resx @@ -117,3589 +117,3583 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 治具4放料 + + + True - - 3 + + + NoControl - - label15 + + + 17, 66 - - - 44 + + 23, 12 - - 45 + + 43 - - 治具1放料 + + Y2: - - - 25, 25 + + label39 - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55, 21 + + groupBox27 - - 402, 56 + + 0 - - 0.01 + + True - - button11 + + NoControl - - groupBox24 + + 23, 25 - - groupBox1 + + 17, 12 - - groupBox2 + + 43 - - - Flat + + X: - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label43 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + groupBox27 - - button44 + + 1 - - 46 + + 宋体, 9pt - - 46 + + 55, 62 - - Center + + 80, 21 - - button13 + + 46 - - Left + + 0.01 - - Flat + + Center - - 52 + + txtFixture6GrabImageY2 - - groupBox25 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 + + groupBox27 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 0 + + Flat - - groupBox25 + + NoControl - - Flat + + 264, 58 - - 1 + + 80, 25 - - 31, 215 + + 44 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 运动到此 - + + btnMoveFixture6GrabImageY2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 264, 17 + + groupBox27 - - 402, 18 + + 3 - - 示教 + + 宋体, 9pt - - groupBox24 + + 55, 21 - - 10 + + 80, 21 - + 46 - - Left + + 0.01 - - 2 + + Center - - Top + + txtFixture6GrabImageX - - 0.01 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + groupBox27 - - 运动到此 + + 4 - - groupBox28 + + Flat - + NoControl - - Off(1-6) - - - 46 + + 165, 58 - - 264, 55 + + 80, 25 - - groupBox1 + + 45 - - Y2: + + 示教 - - 104, 38 + + btnTeachFixture6GrabImageY2 - - button15 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 10pt + + groupBox27 - - 17, 12 + + 5 - - NoControl + + Flat - + NoControl - - 32, 32 + + 402, 57 - - NoControl + + 25, 25 - - NoControl + + 44 - - 43 + + 4 - - groupBox2 + + button50 - - 11 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox27 - - 宋体, 10pt - - - 17, 12 + + 6 - + Flat - - 104, 38 - - - 宋体, 10pt - - - 402, 55 - - - 23, 25 + + NoControl - - 23, 25 + + 362, 57 - - 48 + + 25, 25 - - 43 + + 44 - + 3 - - 44 + + button49 - - 444, 95 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox25 + + groupBox27 - - 50, 21 + + 7 - + Flat - - 264, 17 + + NoControl - - 运动到此 + + 264, 17 - - Flat + + 80, 25 - - NoControl + + 44 - - Top + + 运动到此 - - 3 + + btnMoveFixture6GrabImageX - - button3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Nozzle3 + + groupBox27 - - NoControl + + 8 - - 9 + + Flat - - 11 + + NoControl - - Flat + + 165, 17 - + 80, 25 - - button27 - - - groupBox2 + + 45 - - 50, 21 + + 示教 - - groupBox24 + + btnTeachFixture6GrabImageX - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 38 + + groupBox27 - - 32, 32 + + 9 - - groupBox2 + + Flat - + NoControl - - groupBox15 + + 362, 19 - + 25, 25 - - 31, 339 + + 44 - + + 1 + + + button46 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox27 - - groupBox22 + + 10 - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.24.31, Culture=neutral, PublicKeyToken=null + + Flat - - label14 + + NoControl - + + 402, 19 + + 25, 25 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44 - - 示教 + + 2 - - 治具2放料 + + button47 - - 0.01 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtFixture4GrabImageY2 + + groupBox27 - - 80, 25 + + 11 - - 80, 21 + + Top - - button2 + + 3, 492 - - 80, 25 + + 444, 95 - - Flat + + 52 - - txtFixture1GrabImageY2 + + 治具6 - - 8 + + groupBox27 - - 80, 21 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox22 + + 0 - - groupBox26 + + True - - groupBox23 + + NoControl - - 宋体, 10pt + + 17, 66 - - Top + + 23, 12 - - 55, 21 + + 43 - - panel1 + + Y2: - - 2 + + label34 - - 5 + + 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 + + groupBox26 - - groupBox15 + + 0 - - Flat + + True - - label11 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 25 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 12 - + + 43 + + + X: + + + label38 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox26 - + + 1 + + 宋体, 9pt - - groupBox1 + + 55, 62 - - 25, 25 + + 80, 21 - + 46 - - txtFixture2GrabImageX + + 0.01 - - button16 + + Center - - NoControl + + txtFixture5GrabImageY2 - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox26 + + + 2 + + + Flat + + NoControl - - True + + 264, 58 - - 3 + + 80, 25 - - 3 + + 44 - - 夹头 + + 运动到此 - - 10 + + btnMoveFixture5GrabImageY2 - - Y2: + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55, 60 + + groupBox26 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - NoControl + + 宋体, 9pt - - 25, 25 + + 55, 21 - - 示教 + + 80, 21 - - 49 + + 46 - - 55 + + 0.01 - - Flat + + Center - - button12 + + txtFixture5GrabImageX - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + groupBox26 - - 165, 17 + + 4 - + + Flat + + NoControl - - groupBox24 + + 165, 58 - - 55, 21 + + 80, 25 - - btnMoveFixture4GrabImageY2 + + 45 - - 7 + + 示教 - - 46 + + btnTeachFixture5GrabImageY2 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox26 + + + 5 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 165, 56 + + 402, 55 - - 43 + + 25, 25 - - Flat + + 44 - - 0.01 + + 4 - - $this + + button45 - - 0.01 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 46 + + groupBox26 - - groupBox23 + + 6 - - button18 + + Flat - + NoControl - - 0.01 - - - 2 - - - 1 + + 362, 55 - - button7 + + 25, 25 - - 45 + + 44 - - 23, 12 + + 3 - - 6 + + button44 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button9 - - - 25, 25 - - - 11 + + groupBox26 - - groupBox24 + + 7 - - 2 + + Flat - - btnTeachFixture5GrabImageX + + NoControl - + 264, 17 - - FixtureConfig - - - button21 - - - 3 - - - 102, 34 + + 80, 25 - - groupBox25 + + 44 - - 示教 + + 运动到此 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnMoveFixture5GrabImageX - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 + + groupBox26 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - + NoControl - - 45 + + 165, 17 - - 17, 66 + + 80, 25 - - 43 + + 45 - - Center + + 示教 - - True + + btnTeachFixture5GrabImageX - - Center + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox26 - - groupBox15 + + 9 - + Flat - + NoControl - - NoControl + + 402, 17 - + 25, 25 - - groupBox24 - - - 0 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - Flat - - - True + + 44 - - 80, 25 + + 2 - - button47 + + button38 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 38 + + groupBox26 - - 治具2取料 + + 10 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - groupBox28 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 362, 17 - + 25, 25 - - 46 - - - 9 - - - btnMoveFixture2GrabImageX - - - groupBox2 + + 44 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 43 + + button40 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 362, 54 + + groupBox26 - - groupBox23 + + 11 - - 32, 32 + + Top - - $this + + 3, 397 - - groupBox1 + + 444, 95 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 51 - - 65, 27 + + 治具5 - - 46 + + groupBox26 - - 378, 865 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 67 + + groupBox22 - + 1 - + True - + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 46 - - - 55, 62 - - - 3 + + 17, 64 - - Flat + + 23, 12 - - 宋体, 10pt + + 43 - - 6 + + Y2: - - 264, 58 + + label15 - - panel3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label24 + + groupBox25 - - Fill + + 0 - - 4 + + True - - 宋体, 9pt + + NoControl - - groupBox27 + + 23, 25 - - button5 + + 17, 12 - - 治具6放料 + + 43 - - 44 + + X: - - button29 + + label18 - + 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 - - - 运动到此 + + groupBox25 - - 402, 54 + + 1 - - label12 + + 宋体, 9pt - - Flat + + 55, 60 - - 拍照延时: + + 80, 21 - - 43 + + 46 - - Nozzle1 + + 0.01 - - 264, 56 + + Center - - 25, 25 + + txtFixture4GrabImageY2 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 10pt + + groupBox25 - - 示教 + + 2 - - 50 + + Flat - - X: + + NoControl - - 246, 215 + + 264, 56 - + 80, 25 - + + 44 + + 运动到此 - + + btnMoveFixture4GrabImageY2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox25 - - button22 + + 3 - - 362, 16 + + 宋体, 9pt - - 80, 25 + + 55, 21 - - 示教 + + 80, 21 - + 46 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - - btnMoveFixture6GrabImageY2 + + Center - - 46 + + txtFixture4GrabImageX - - 46 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + groupBox25 - - 104, 38 + + 4 - - panel3 + + Flat - - button49 + + NoControl - - button34 + + 165, 56 - - 10 + + 80, 25 - - groupBox26 + + 45 - - NoControl + + 示教 - - 46 + + btnTeachFixture4GrabImageY2 - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox25 - - 55, 62 + + 5 - - 10 + + Flat - - groupBox15 + + NoControl - - 57 + + 402, 56 - - 2 + + 25, 25 - - 59 + + 44 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox27 - - - 44 + + button36 - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 362, 17 + + groupBox25 - - groupBox27 + + 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - button1 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 362, 56 - - 31, 403 + + 25, 25 - - 444, 95 + + 44 - - Flat + + 3 - - 0 + + button35 - - 47 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 246, 153 + + groupBox25 - - 402, 57 + + 7 - - groupBox28 + + Flat - + NoControl - - 治具5取料 - - - 45 + + 264, 17 - - groupBox25 + + 80, 25 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44 - - 80, 21 + + 运动到此 - - NoControl + + btnMoveFixture4GrabImageX - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14, 28 + + groupBox25 - - 45 + + 8 - - 246, 279 + + Flat - - 25, 25 + + NoControl - - 松开延时: + + 165, 17 - - 409, 865 + + 80, 25 - - btnMoveFixture5GrabImageX + + 45 - - groupBox26 + + 示教 - - Nozzle4 + + btnTeachFixture4GrabImageX - - 402, 56 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox25 - + + 9 + + Flat - - Center + + NoControl - - Top + + 362, 18 - - 80, 25 + + 25, 25 - - NoControl + + 44 - - 47 + + 1 - - 治具1取料 + + button31 - - 6, 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtFixture3GrabImageY2 + + groupBox25 - - 104, 38 + + 10 - - 17, 12 + + Flat - - 1 + + NoControl - - groupBox15 + + 402, 18 - - 8 + + 25, 25 44 - - $this - - + 2 - - 示教 + + button33 - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 246, 34 + + groupBox25 - - button36 + + 11 - - label34 + + Top - - 0, 0 + + 3, 302 - - 45 + + 444, 95 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50 - - Flat + + 治具4 - - 16, 27 + + groupBox25 - - System.Windows.Forms.Button, 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 - - 44 + + groupBox22 - - 治具5放料 + + 2 - - 80, 21 + + True - - Center + + NoControl - - button24 + + 17, 66 - - groupBox22 + + 23, 12 - - True + + 43 - - 4 + + Y2: - - 51 + + label12 - - 宋体, 9pt + + 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 + + groupBox24 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 165, 58 + + True - - 23, 12 + + NoControl - - 运动到此 + + 23, 25 17, 12 - - 3 - - - 44 + + 43 - - 361, 28 + + X: - - rbtnNozzle4 + + label14 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 402, 18 + + groupBox24 - - 47 + + 1 - - 246, 339 + + 宋体, 9pt - - 55, 21 + + 55, 62 - - 45 + + 80, 21 - - Flat + + 46 - - 80, 25 + + 0.01 - - groupBox27 + + Center - - 4 + + txtFixture3GrabImageY2 - - 264, 17 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 65, 16 + + groupBox24 - - 264, 17 + + 2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - + NoControl - - Flat - - - 45 + + 264, 58 - - 6 + + 80, 25 - - True + + 44 - - groupBox26 + + 运动到此 - - groupBox28 + + btnMoveFixture3GrabImageY2 - - 136, 30 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox24 - - Flat + + 3 - - button14 + + 宋体, 9pt - - 0.01 + + 55, 21 - - groupBox2 + + 80, 21 - - 11 + + 46 - - Flat + + 0.01 - - 3, 112 + + Center - - 46 + + txtFixture3GrabImageX - - groupBox26 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 + + groupBox24 - - 455, 0 + + 4 - - 治具4 + + Flat - - 宋体, 10pt + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 165, 58 - + 80, 25 - - groupBox28 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 45 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 示教 - - Flat + + btnTeachFixture3GrabImageY2 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox24 - - 402, 17 + + 5 - + + Flat + + NoControl - - 43 + + 402, 56 - - 宋体, 9pt + + 25, 25 - - 3, 397 + + 44 - - 运动到此 + + 4 - - NoControl + + button29 - - 示教 - - - 4 - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox23 + + groupBox24 - - Center + + 6 - - groupBox15 + + Flat - + NoControl - - groupBox15 + + 362, 56 - - 80, 21 + + 25, 25 - - 165, 17 + + 44 - - 450, 865 + + 3 - - groupBox1 + + button27 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + groupBox24 - - 80, 21 + + 7 - - 104, 38 + + Flat - + NoControl - - 2 - - - 362, 55 - - - 5 - - - 23, 12 + + 264, 17 - - 3 + + 80, 25 - - 2 + + 44 - - X: + + 运动到此 - - 0.01 + + btnMoveFixture3GrabImageX - - 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 - - 11 + + groupBox24 - - 0.01 + + 8 - - 1 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 宋体, 10pt + + 165, 17 - - 25, 25 + + 80, 25 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 45 - - 402, 17 + + 示教 - - groupBox23 + + btnTeachFixture3GrabImageX - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55 - - - 4 - - - NoControl - - - 0.01 + + groupBox24 - - 0 + + 9 - - 65, 16 + + Flat - - 165, 17 + + NoControl - - 264, 58 + + 402, 18 - - 0 + + 25, 25 - - 305, 24 + + 44 - - 7 + + 2 - - 治具6取料 + + button22 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25, 25 + + groupBox24 - - groupBox25 + + 10 - - NoControl + + Flat - + NoControl - - Flat + + 362, 18 - - txtFixtureTakePicDelaytime + + 25, 25 - - groupBox2 + + 44 - - 80, 25 + + 1 - - 50, 21 + + button21 - - Left + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32, 32 + + groupBox24 - - btnTeachFixture1GrabImageX + + 11 - - NoControl + + Top - - groupBox22 + + 3, 207 - - 80, 25 + + 444, 95 - - 23, 25 + + 49 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 治具3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox24 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox22 - - 1741, 865 - - - Y2: + + 3 - + True - - 45 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 67 - - 263, 27 + + 23, 12 - + 43 - - True + + Y2: - - groupBox27 + + label10 - - Center + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox24 + + groupBox23 - - 17, 63 + + 0 - - 25, 25 + + True - - groupBox2 + + NoControl - - 示教 + + 23, 25 - - 402, 55 + + 17, 12 - - 362, 17 + + 43 - - 46 + + X: - - NoControl + + label11 - - 50 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 165, 17 + + groupBox23 - - NoControl + + 1 - - groupBox22 + + 宋体, 9pt - - 3 + + 55, 63 - - NoControl + + 80, 21 - - groupBox23 + + 46 - - 6 + + 0.01 - - btnTeachFixture3GrabImageY2 + + Center + + + txtFixture2GrabImageY2 System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button31 - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox23 - - groupBox26 + + 2 - - btnMoveFixture3GrabImageX + + Flat - + NoControl - - On(1-6) + + 264, 59 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 25 - - 46 + + 44 - - Center + + 运动到此 - - NoControl + + btnMoveFixture2GrabImageY2 - - 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 - - button10 + + groupBox23 - - 示教 + + 3 - - 治具6 + + 宋体, 9pt - - 80, 25 + + 55, 21 - - 宋体, 10pt + + 80, 21 - - button17 + + 46 - + + 0.01 + + Center - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtFixture2GrabImageX - - groupBox25 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox28 + + groupBox23 - + + 4 + + + Flat + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 165, 59 - - label10 + + 80, 25 - - 2 + + 45 - - 65, 16 + + 示教 - - 44 + + btnTeachFixture2GrabImageY2 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 45 + + groupBox23 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - groupBox13 + + Flat - + NoControl - - 测试 - - - groupBox24 + + 402, 54 25, 25 - - 8 + + 44 - - txtColletCloseDelaytime + + 4 - - NoControl + + button19 - - 31, 34 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + groupBox23 - - Flat + + 6 - - 80, 25 + + Flat - - groupBox13 + + NoControl - - button20 + + 362, 54 - - groupBox28 + + 25, 25 - - groupBox28 + + 44 - - 211, 28 + + 3 - - 23, 25 + + button17 - - groupBox22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button38 + + groupBox23 - - 8 + + 7 - - 25, 25 + + Flat - - btnMoveFixture2GrabImageY2 + + NoControl - - timer1 + + 264, 17 - - 8 + + 80, 25 - - panel2 + + 44 - - 444, 95 + + 运动到此 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnMoveFixture2GrabImageX - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnTeachFixture6GrabImageY2 - - - 宋体, 10pt - - - Center + + groupBox23 - - 362, 55 + + 8 - - 4 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Flat + + 402, 16 - - btnTeachFixture3GrabImageX + + 25, 25 - + 44 - - True + + 2 - - 0 + + button14 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox23 - - btnMoveFixture4GrabImageX + + 9 - - 4 + + Flat - - True + + NoControl - - 宋体, 9pt + + 165, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 25 - - 80, 21 + + 45 - - button40 + + 示教 - - groupBox25 + + btnTeachFixture2GrabImageX - - 运动到此 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 402, 16 + + groupBox23 - - groupBox24 + + 10 - - 362, 56 + + Flat - - 104, 38 + + NoControl - - groupBox22 + + 362, 16 - - Top + + 25, 25 - - 132, 30 + + 44 - - 2 + + 1 - - 45 + + button13 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 114, 27 + + groupBox23 - - 0, 0 + + 11 - - ms + + Top - - True + + 3, 112 - - txtFixture3GrabImageX + + 444, 95 - - groupBox13 + + 48 - - 0 + + 治具2 - - Flat + + groupBox23 - - 2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 444, 95 + + groupBox22 - - label18 + + 4 - - 246, 89 + + True - - 44 + + NoControl - - 5 + + 17, 63 - - Flat + + 23, 12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43 - - X: + + Y2: - - 59, 12 + + label35 - - Flat + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox28 - - 32, 32 + + 0 - - 43 + + True - - Flat + + NoControl - - 44 + + 23, 25 - - 治具1 + + 17, 12 - + 43 - - groupBox28 - - - 治具3取料 + + X: - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label16 - - 7 + + 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 + + groupBox28 - - groupBox26 + + 1 - - 3, 207 + + 宋体, 9pt - - 运动到此 + + 55, 59 - - True + + 80, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - groupBox27 + + 0.01 - - 宋体, 9pt + + Center - - NoControl + + txtFixture1GrabImageY2 - - 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 - - 23, 12 + + groupBox28 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - + Flat - - 4 + + NoControl - - 3, 17 + + 264, 55 - - 0, 0 + + 80, 25 - - groupBox15 + + 44 - - 403, 99 + + 运动到此 - - Y2: + + btnMoveFixture1GrabImageY2 - + 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 + + groupBox28 - - 0 + + 3 - - 6 + + 宋体, 9pt - - 5 + + 55, 21 - - btnTeachFixture2GrabImageY2 + + 80, 21 - - button23 + + 46 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0.01 - - 4 + + Center - - 17, 66 + + txtFixture1GrabImageX - - 80, 25 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtColletOpenDelaytime + + groupBox28 - - 46 + + 4 - - groupBox23 + + Flat - - 44 + + NoControl - - 10, 89 + + 165, 55 - - 7 + + 80, 25 - - NoControl + + 45 - - 43 + + 示教 - - 44 + + btnTeachFixture1GrabImageY2 - - 80, 21 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button8 + + groupBox28 - - Flat + + 5 - + Flat - - 46 - - - ms + + NoControl - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 402, 55 - - 14, 65 + + 25, 25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44 - - 运动到此 + + 4 - - True + + button11 - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnTeachFixture1GrabImageY2 + + groupBox28 - - 示教 + + 6 - - 3, 492 + + Flat - - 10 + + NoControl - - txtFixture5GrabImageX + + 362, 55 - - groupBox25 + + 25, 25 - - 31, 89 + + 44 - - groupBox24 + + 3 - - panel1 + + button9 - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 运动到此 + + groupBox28 - - 12 + + 7 - - 3 + + Flat - - X: + + NoControl - - groupBox27 + + 402, 17 - - X: + + 25, 25 - + 44 - - groupBox23 - - - button19 + + 2 - - 宋体, 10pt + + button7 - - 246, 403 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55, 21 + + groupBox28 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - Center + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 7 + + 362, 17 - - 3, 17 + + 25, 25 - - 455, 865 + + 44 - + 1 - - 65, 16 + + button6 - - Flat + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox28 + + 9 - - button25 + + Flat - - 25, 25 + + NoControl - - 9 + + 264, 17 - - Y2: + + 80, 25 - - Flat + + 44 - + + 运动到此 + + + btnMoveFixture1GrabImageX + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox28 - + + 10 + + Flat - - groupBox23 + + NoControl - - Flat + + 165, 17 - - 214, 27 + + 80, 25 - - 1 + + 45 - - True + + 示教 - - 3 + + btnTeachFixture1GrabImageX - - groupBox2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + groupBox28 - - 362, 18 + + 11 - - 46 + + Top - - NoControl + + 3, 17 - - 5 + + 444, 95 - - NoControl + + 47 - + + 治具1 + + + groupBox28 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox22 + + 5 - - 25, 25 + + Fill 5, 0 - - rbtnNozzle3 + + 450, 865 - - 17, 12 + + 50 - - Center + + 治具拍照位 - - 44 + + groupBox22 - - groupBox2 - - - 31, 153 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Nozzle2 + + panel2 - - NoControl + + 0 - - 378, 865 + + Left - - button32 + + 0, 0 - - groupBox1 + + 5, 0, 0, 0 - - txtFixture5GrabImageY2 + + 455, 865 - - 17, 12 + + 2 - - 46 + + panel2 - - 6 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 示教 + + $this - - 宋体, 10pt + + 2 - - label26 + + 宋体, 9pt - - 0.01 + + 305, 24 - - btnTeachFixture2GrabImageX + + 50, 21 - - groupBox2 + + 46 - - True + + 50 - - button45 + + Center - - 1 + + txtColletOpenDelaytime - - System.Windows.Forms.RadioButton, 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 - - 治具2 + + groupBox1 - - Flat + + 0 - - 1 + + True - + NoControl - - 治具3 + + 159, 65 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 12 - - groupBox24 + + 43 - - 402, 19 + + ms - - 80, 25 + + label2 - - 3, 302 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox23 + + groupBox1 - - Flat + + 1 - - Flat + + True - - 362, 19 + + NoControl - - groupBox26 + + 159, 28 - - txtFixture4GrabImageX + + 17, 12 - - groupBox1 + + 43 - - 44 + + ms - - 43 + + label21 - - 治具5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 12 + + groupBox1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - label38 + + True - - 3 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 211, 28 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 59, 12 - - NoControl + + 43 - - 864, 0 + + 松开延时: - - 165, 58 + + label26 - - 264, 58 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox1 - - 3, 154 + + 3 - + + True + + NoControl - - 宋体, 9pt + + 361, 28 - - 44 + + 17, 12 - - Flat + + 43 - - Flat + + ms - - Flat + + label24 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 80, 21 - - - NoControl + + groupBox1 - - 362, 57 + + 4 - + True - - 11 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14, 65 - - 44 - - - Flat + + 59, 12 - - 46 + + 43 - - 44 + + 拍照延时: - - Flat + + label1 - - groupBox27 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox28 + + groupBox1 - - 0 + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 宋体, 9pt + + NoControl - - 2 + + 14, 28 - - 25, 25 + + 59, 12 - + 43 - - 409, 865 + + 夹紧延时: - - NoControl + + label25 - - 运动到此 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label16 + + groupBox1 - - Center + + 6 - - button4 + + 宋体, 9pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 103, 61 - - 宋体, 9pt + + 50, 21 - - 17, 64 + + 46 - - groupBox24 + + 50 - - 25, 25 + + Center - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtFixtureTakePicDelaytime - - 4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 + + groupBox1 - - 1 + + 7 - - 44 + + 宋体, 9pt - - 55, 59 + + 103, 24 - - 444, 95 + + 50, 21 - - 55 + + 46 - - Fill + + 50 - - 0 + + Center - - 45 + + txtColletCloseDelaytime - - 0.01 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox1 - - Flat + + 8 - - Flat + + Top - - Flat + + 3, 154 - - 46 + + 403, 99 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 59 - - 46 + + time - - 165, 58 + + groupBox1 - - Flat + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label1 + + groupBox13 - - 2 + + 0 - + Flat - - 25, 25 - - - 14 + + 宋体, 10pt - - True + + NoControl - - button46 + + 163, 89 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 132, 30 - - NoControl + + 46 - - 5 + + Off(1-6) - - 10 + + button26 - - 264, 59 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox15 - - 6 + + 0 - + Flat - - groupBox2 + + NoControl - - 4 + + 263, 27 - - 43 + + 32, 32 - - 104, 38 + + 55 - - 宋体, 9pt + + 6 - - Flat + + button15 - - 55 - - - Flat + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox26 + + groupBox15 - - 17, 66 + + 1 - - 44 + + Flat - - 25, 25 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 163, 27 - - 25, 25 + + 32, 32 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 55 - + 4 - + + button23 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtFixture1GrabImageX + + groupBox15 - - groupBox26 + + 2 - - groupBox26 + + Flat - - 23, 25 + + NoControl - - txtFixture6GrabImageX + + 214, 27 - - btnMoveFixture1GrabImageY2 + + 32, 32 - - 3 + + 55 - - 44 + + 5 - - 3 + + button12 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 - - - groupBox2 + + groupBox15 - - rbtnNozzle1 + + 3 - + Flat - - 宋体, 9pt + + 宋体, 10pt - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - True + + 10, 89 - - 4 + + 136, 30 - - 1 + + 46 - - FixtureConfig + + On(1-6) - - btnTeachFixture6GrabImageX + + button25 - - button30 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox15 - - NoControl + + 4 - - Top + + Flat - + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 80, 25 + + 114, 27 - - time + + 32, 32 - - True + + 55 - - 46 + + 3 - - 165, 17 + + button10 - - Flat + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top + + groupBox15 - - 8 + + 5 - - panel2 + + Flat - - 11 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 27 - - 50 + + 32, 32 - - 0 + + 55 - - 23, 12 + + 1 - - 44 + + button18 - - 治具3放料 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 治具4取料 + + groupBox15 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 3 + + Flat - - 46 + + NoControl - - 103, 61 + + 65, 27 - - groupBox2 + + 32, 32 - - NoControl + + 55 - - 43 + + 2 - - groupBox2 + + button16 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox15 - - NoControl + + 7 - - 宋体, 10pt + + Top + + + 3, 17 + + + 403, 137 + + + 57 + + + groupBox15 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox13 + + + 1 Fill - - 80, 25 + + 0, 0 - - 44 + + 409, 865 - - 真空吸 + + 11 - - groupBox28 + + 夹头 - - btnMoveFixture5GrabImageY2 + + groupBox13 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + panel3 - - 165, 17 + + 0 - - 55, 21 + + Left - - 47 + + 455, 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 409, 865 - - txtFixture6GrabImageY2 + + 3 - - 2 + + panel3 - - 55 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 165, 55 + + $this - - 44 + + 1 - - NoControl + + 17, 17 + + + True - - NoControl + + 246, 34 - - 1 + + 65, 16 - - NoControl + + 47 - - groupBox25 + + Nozzle4 - - 59, 12 + + rbtnNozzle4 - - 3 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25, 25 + + groupBox2 - - 46 + + 0 - - Flat + + True - - Center + + 175, 34 - - 5 + + 65, 16 - - Flat + + 47 - - label25 + + Nozzle3 - - 宋体, 9pt + + rbtnNozzle3 - - groupBox28 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - X: + + groupBox2 - - NoControl + + 1 - - 宋体, 9pt + + True - - 宋体, 9pt + + 102, 34 - - 159, 65 + + 65, 16 - - 55, 62 + + 47 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Nozzle2 - - 4 + + rbtnNozzle2 - - groupBox27 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox23 + + groupBox2 - - groupBox24 + + 2 - - label2 + + True - - groupBox26 + + 31, 34 - + + 65, 16 + + + 47 + + + Nozzle1 + + + rbtnNozzle1 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 3 + + Flat - - NoControl + + 宋体, 10pt - - 44 + + NoControl - - 2 + + 246, 403 - - button28 + + 104, 38 - - 80, 25 + + 46 - - groupBox28 + + 治具6放料 - - btnTeachFixture5GrabImageY2 + + button34 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32, 32 + + groupBox2 - - 103, 24 + + 4 - + Flat - - 59, 12 + + 宋体, 10pt - - Top + + NoControl - - btnTeachFixture4GrabImageY2 + + 246, 279 - - 80, 25 + + 104, 38 - - NoControl + + 46 - - 31, 279 + + 治具4放料 - - label39 + + button24 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtFixture2GrabImageY2 + + groupBox2 - + + 5 + + Flat - - 10 + + 宋体, 10pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - + + 246, 153 + + 104, 38 - + 46 - - 7 + + 治具2放料 - - NoControl + + button4 - - System.Windows.Forms.RadioButton, 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 - - 6 + + groupBox2 - - 163, 89 + + 6 - - 80, 21 + + Flat - - 80, 25 + + 宋体, 10pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 9 + + 246, 339 - - 23, 25 + + 104, 38 - - groupBox22 + + 46 - - 1 + + 治具5放料 - - 2 + + button32 - - 25, 25 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 9pt + + groupBox2 - - NoControl + + 7 - - NoControl + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 宋体, 10pt - + NoControl - - btnMoveFixture3GrabImageY2 + + 246, 215 - - 2 + + 104, 38 - - groupBox27 + + 46 - - 80, 25 + + 治具3放料 - - 2 + + button20 - - Flat + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55 + + groupBox2 - - 17, 12 + + 8 - - 264, 17 + + Flat - - button33 + + 宋体, 10pt - + NoControl - - 夹紧延时: - - - groupBox1 + + 246, 89 - - Y2: + + 104, 38 - - 1 + + 46 - - 8 + + 治具1放料 - - groupBox27 + + button2 - - 46 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox2 - - 运动到此 + + 9 - - 44 + + Flat - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 宋体, 10pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox23 + + 31, 403 - - 175, 34 + + 104, 38 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - 7 + + 治具6取料 - - 163, 27 + + button30 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox23 + + groupBox2 - + + 10 + + Flat - + + 宋体, 10pt + + NoControl - - 80, 21 + + 31, 339 - - groupBox26 + + 104, 38 - - 44 + + 46 - - groupBox15 + + 治具5取料 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + button28 - - 宋体, 10pt + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox2 - - 80, 25 + + 11 - - 4 + + Flat - - ms + + 宋体, 10pt - + NoControl - - 44 + + 31, 279 + + + 104, 38 + + + 46 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 治具4取料 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + button8 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - button35 + + groupBox2 - - 165, 59 + + 12 - - groupBox27 + + Flat - - 55, 63 + + 宋体, 10pt - - 43 + + NoControl - - 44 + + 31, 215 - - 11 + + 104, 38 - - 7 + + 46 - - 80, 21 + + 治具3取料 - - button6 + + button5 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox2 - - 23, 12 + + 13 - - groupBox25 + + Flat - - 80, 25 + + 宋体, 10pt - - 5, 0, 0, 0 + + NoControl - + + 31, 153 + + 104, 38 - - Center + + 46 - - label35 + + 治具2取料 - - 44 + + button3 - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 159, 28 + + groupBox2 - - groupBox25 + + 14 - - NoControl + + Flat - - btnTeachFixture4GrabImageX + + 宋体, 10pt - - 50 + + NoControl - - 47 + + 31, 89 - - label43 + + 104, 38 - - 17, 12 + + 46 - - 104, 38 + + 治具1取料 - - 403, 137 + + button1 - - button50 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox2 - - Flat + + 15 - - btnMoveFixture1GrabImageX + + Fill - - 5 + + 0, 0 - - 362, 56 + + 378, 865 - - button26 + + 11 - - 5 + + 测试 - - 43 + + groupBox2 - - 80, 25 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + panel1 - - Flat + + 0 - - label21 + + Left - - btnMoveFixture6GrabImageX + + 864, 0 - - NoControl + + 378, 865 - + 4 - - 50 + + panel1 - - 9 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 治具拍照位 + + $this - - 7 + + 0 - - Flat + + True + + + 6, 12 - - 444, 95 + + 1741, 865 - - 362, 18 + + FixtureConfig - - 43 + + timer1 - - groupBox25 + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rbtnNozzle2 + + FixtureConfig - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.25.9, Culture=neutral, PublicKeyToken=null - - 17, 17 - - - True - - - en-US - \ No newline at end of file diff --git a/Rs.DeweyTester/SysConfig/NozzleConfig.resx b/Rs.DeweyTester/SysConfig/NozzleConfig.resx index b667c36..d1e4210 100644 --- a/Rs.DeweyTester/SysConfig/NozzleConfig.resx +++ b/Rs.DeweyTester/SysConfig/NozzleConfig.resx @@ -2563,16 +2563,16 @@ NoControl - 10, 201 + 3, 201 - 89, 12 + 95, 12 43 - 治具侧安全位X: + 到治具6避让位X: label10 @@ -2959,7 +2959,7 @@ panelEx2 - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null $this @@ -5164,7 +5164,7 @@ panelEx1 - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null $this @@ -5181,9 +5181,6 @@ 1620, 849 - - NoControl - NozzleConfig @@ -5419,6 +5416,6 @@ NozzleConfig - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.24.24, Culture=neutral, PublicKeyToken=null + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.25.9, Culture=neutral, PublicKeyToken=null \ No newline at end of file