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
+
+