diff --git a/Rs.DeweyTester/Commom/DevLog.cs b/Rs.DeweyTester/Commom/DevLog.cs index 978d6eb..84bfc5a 100644 --- a/Rs.DeweyTester/Commom/DevLog.cs +++ b/Rs.DeweyTester/Commom/DevLog.cs @@ -12,7 +12,7 @@ namespace Rs.MotionPlat.Commom { public static class DevLog { - private static string fileDir = "D:\\Summary"; + private static string fileDir = "D:\\Break_Event_Summary_Unit"; public static void EventTracker(string keyword,int errorcode,string errormsg,string message) { string filename = $"{fileDir}\\{DateTime.Now.ToString("yyyyMMdd")}\\EventTracker_{DateTime.Now.ToString("yyyyMMdd")}.csv"; @@ -30,18 +30,21 @@ namespace Rs.MotionPlat.Commom File.AppendAllText(filename, content); } - public static void Breakdown() + public static void Breakdown(string category,string detail) { - string filename = ""; - string csvTitle = "Machine,Tester Category,Tester_Sequence_Item Detail,TimeStamp,Time(ms)"; - if (!File.Exists(filename)) + string filename = $"{fileDir}\\{DateTime.Now.ToString("yyyyMMdd")}\\EventTracker_{DateTime.Now.ToString("yyyyMMdd")}.csv"; + string csvTitle = "Machin,Tester Category,Tester_Sequence_Item Detail,TimeStamp,Time(ms)\r\n"; + if (!Directory.Exists(Path.GetDirectoryName(filename))) { - File.AppendAllText(filename, csvTitle); + Directory.CreateDirectory(Path.GetDirectoryName(filename)); } - else + if (!File.Exists(filename)) { - + File.AppendAllText(filename, csvTitle); } + string v = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); + string content = $"{GlobalVar.MachineID},{category},{detail},{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss fff")},0\r\n"; + File.AppendAllText(filename, content); } public static void UnitTracker() diff --git a/Rs.DeweyTester/Entitys/TestFixtureManager.cs b/Rs.DeweyTester/Entitys/TestFixtureManager.cs index e25d42e..530e1f7 100644 --- a/Rs.DeweyTester/Entitys/TestFixtureManager.cs +++ b/Rs.DeweyTester/Entitys/TestFixtureManager.cs @@ -654,6 +654,7 @@ namespace Rs.MotionPlat.Entitys break; case "Vlog": //dataEvent.Set(); + DevLog.Breakdown(items[1], items[2]); break; case "Reset": dataEvent.Set(); diff --git a/Rs.DeweyTester/Home.designer.cs b/Rs.DeweyTester/Home.designer.cs index fecab5d..3f44622 100644 --- a/Rs.DeweyTester/Home.designer.cs +++ b/Rs.DeweyTester/Home.designer.cs @@ -49,14 +49,16 @@ this.panel15 = new System.Windows.Forms.Panel(); this.btnQuit = new Rs.Controls.ButtonEx(); this.panel1 = new System.Windows.Forms.Panel(); - this.panel7 = new System.Windows.Forms.Panel(); + this.panel16 = new System.Windows.Forms.Panel(); this.lblMonitorFlow = new System.Windows.Forms.Label(); + this.panel7 = new System.Windows.Forms.Panel(); + this.lblFixtureTakeFlow = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); - this.lblStockPlaceFlow = new System.Windows.Forms.Label(); + this.lblFixturePlaceFlow = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.lblMemory = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); - this.lblFixturePlaceFlow = new System.Windows.Forms.Label(); + this.lblStockPlaceFlow = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.lblStockLoadProductFlow = new System.Windows.Forms.Label(); this.panelEx2 = new Rs.Controls.PanelEx(); @@ -70,8 +72,6 @@ this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.timer3 = new System.Windows.Forms.Timer(this.components); - this.panel16 = new System.Windows.Forms.Panel(); - this.lblFixtureTakeFlow = new System.Windows.Forms.Label(); this.tableLayoutPanel2.SuspendLayout(); this.panel8.SuspendLayout(); this.panel9.SuspendLayout(); @@ -82,6 +82,7 @@ this.panel14.SuspendLayout(); this.panel15.SuspendLayout(); this.panel1.SuspendLayout(); + this.panel16.SuspendLayout(); this.panel7.SuspendLayout(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); @@ -91,7 +92,6 @@ this.tableLayoutPanel3.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panel2.SuspendLayout(); - this.panel16.SuspendLayout(); this.SuspendLayout(); // // panel_main @@ -311,11 +311,11 @@ resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // - // panel7 + // panel16 // - this.panel7.Controls.Add(this.lblFixtureTakeFlow); - resources.ApplyResources(this.panel7, "panel7"); - this.panel7.Name = "panel7"; + this.panel16.Controls.Add(this.lblMonitorFlow); + resources.ApplyResources(this.panel16, "panel16"); + this.panel16.Name = "panel16"; // // lblMonitorFlow // @@ -323,17 +323,29 @@ this.lblMonitorFlow.ForeColor = System.Drawing.Color.White; this.lblMonitorFlow.Name = "lblMonitorFlow"; // + // panel7 + // + this.panel7.Controls.Add(this.lblFixtureTakeFlow); + resources.ApplyResources(this.panel7, "panel7"); + this.panel7.Name = "panel7"; + // + // lblFixtureTakeFlow + // + resources.ApplyResources(this.lblFixtureTakeFlow, "lblFixtureTakeFlow"); + this.lblFixtureTakeFlow.ForeColor = System.Drawing.Color.White; + this.lblFixtureTakeFlow.Name = "lblFixtureTakeFlow"; + // // panel6 // this.panel6.Controls.Add(this.lblFixturePlaceFlow); resources.ApplyResources(this.panel6, "panel6"); this.panel6.Name = "panel6"; // - // lblStockPlaceFlow + // lblFixturePlaceFlow // - resources.ApplyResources(this.lblStockPlaceFlow, "lblStockPlaceFlow"); - this.lblStockPlaceFlow.ForeColor = System.Drawing.Color.White; - this.lblStockPlaceFlow.Name = "lblStockPlaceFlow"; + resources.ApplyResources(this.lblFixturePlaceFlow, "lblFixturePlaceFlow"); + this.lblFixturePlaceFlow.ForeColor = System.Drawing.Color.White; + this.lblFixturePlaceFlow.Name = "lblFixturePlaceFlow"; // // panel5 // @@ -353,11 +365,11 @@ resources.ApplyResources(this.panel4, "panel4"); this.panel4.Name = "panel4"; // - // lblFixturePlaceFlow + // lblStockPlaceFlow // - resources.ApplyResources(this.lblFixturePlaceFlow, "lblFixturePlaceFlow"); - this.lblFixturePlaceFlow.ForeColor = System.Drawing.Color.White; - this.lblFixturePlaceFlow.Name = "lblFixturePlaceFlow"; + resources.ApplyResources(this.lblStockPlaceFlow, "lblStockPlaceFlow"); + this.lblStockPlaceFlow.ForeColor = System.Drawing.Color.White; + this.lblStockPlaceFlow.Name = "lblStockPlaceFlow"; // // panel3 // @@ -435,18 +447,6 @@ // this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // - // panel16 - // - this.panel16.Controls.Add(this.lblMonitorFlow); - resources.ApplyResources(this.panel16, "panel16"); - this.panel16.Name = "panel16"; - // - // lblFixtureTakeFlow - // - resources.ApplyResources(this.lblFixtureTakeFlow, "lblFixtureTakeFlow"); - this.lblFixtureTakeFlow.ForeColor = System.Drawing.Color.White; - this.lblFixtureTakeFlow.Name = "lblFixtureTakeFlow"; - // // Home // resources.ApplyResources(this, "$this"); @@ -456,6 +456,7 @@ this.Controls.Add(this.panel1); this.HeadText = "Dewey tester"; this.Name = "Home"; + this.ShowMax = false; this.Load += new System.EventHandler(this.Home2_Load); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.tableLayoutPanel2, 0); @@ -470,6 +471,7 @@ this.panel14.ResumeLayout(false); this.panel15.ResumeLayout(false); this.panel1.ResumeLayout(false); + this.panel16.ResumeLayout(false); this.panel7.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel5.ResumeLayout(false); @@ -479,7 +481,6 @@ this.tableLayoutPanel3.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panel2.ResumeLayout(false); - this.panel16.ResumeLayout(false); this.ResumeLayout(false); } diff --git a/Rs.DeweyTester/Home.resx b/Rs.DeweyTester/Home.resx index 9d054e5..84ba375 100644 --- a/Rs.DeweyTester/Home.resx +++ b/Rs.DeweyTester/Home.resx @@ -123,10 +123,10 @@ - 0, 93 + 0, 133 - 1809, 814 + 3618, 1714 @@ -147,134 +147,29 @@ 8 - - panel8 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 0 - - - panel9 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 1 - - - panel10 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 2 - - - panel11 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 3 - - - panel12 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 4 - - - panel13 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 5 - - - panel14 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 6 - - - panel15 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 + + Fill - - 7 + + Flat - - Top + + 宋体, 14pt - - 0, 40 + + 0, 0 - + 0, 0, 0, 0 - - 1 - - - 1809, 53 - - - 6 - - - tableLayoutPanel2 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 0, 0, 30, 0 - - 1 + + 452, 53 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="panel8" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panel9" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="panel10" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel11" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="panel12" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="panel13" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="panel14" Row="0" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="panel15" Row="0" RowSpan="1" Column="7" ColumnSpan="1" /></Controls><Columns Styles="Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5" /><Rows Styles="Percent,100" /></TableLayoutSettings> + + 2 btnMain @@ -298,7 +193,7 @@ 0, 0, 0, 0 - 226, 53 + 452, 53 0 @@ -315,40 +210,25 @@ 0 - + Fill - + Flat - + 宋体, 14pt - + 0, 0 - + 0, 0, 0, 0 - - 0, 0, 30, 0 - - - 226, 53 - - - 2 - - - btnMain - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel8 + + 452, 53 - + 0 @@ -367,13 +247,13 @@ Fill - 226, 0 + 452, 0 0, 0, 0, 0 - 226, 53 + 452, 53 1 @@ -390,38 +270,26 @@ 1 - + Fill - + Flat - + 宋体, 14pt - + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 0 - - - btnRecipe - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel9 + + 452, 53 - - 0 + + 1 btnSystem @@ -439,13 +307,13 @@ Fill - 452, 0 + 904, 0 0, 0, 0, 0 - 226, 53 + 452, 53 2 @@ -462,38 +330,26 @@ 2 - + Fill - + Flat - + 宋体, 14pt - + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 1 - - - btnSystem - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel10 + + 452, 53 - - 0 + + 6 btnAbout @@ -511,13 +367,13 @@ Fill - 678, 0 + 1356, 0 0, 0, 0, 0 - 226, 53 + 452, 53 3 @@ -534,38 +390,26 @@ 3 - + Fill - + Flat - + 宋体, 14pt - + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 6 - - - btnAbout - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel11 + + 452, 53 - - 0 + + 3 btnData @@ -583,13 +427,13 @@ Fill - 904, 0 + 1808, 0 0, 0, 0, 0 - 226, 53 + 452, 53 4 @@ -606,38 +450,29 @@ 4 - + Fill - + Flat - + 宋体, 14pt - + + NoControl + + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 3 - - - btnData - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel12 + + 452, 53 - - 0 + + 4 btnLanguage @@ -655,13 +490,13 @@ Fill - 1130, 0 + 2260, 0 0, 0, 0, 0 - 226, 53 + 452, 53 5 @@ -678,41 +513,26 @@ 5 - + Fill - + Flat - + 宋体, 14pt - - NoControl - - + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 4 - - - btnLanguage - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel13 + + 452, 53 - - 0 + + 7 btnPermission @@ -730,13 +550,13 @@ Fill - 1356, 0 + 2712, 0 0, 0, 0, 0 - 226, 53 + 452, 53 6 @@ -753,38 +573,26 @@ 6 - + Fill - + Flat - + 宋体, 14pt - + 0, 0 - + 0, 0, 0, 0 - - 226, 53 - - - 7 - - - btnPermission - - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panel14 + + 454, 53 - - 0 + + 5 btnQuit @@ -802,13 +610,13 @@ Fill - 1582, 0 + 3164, 0 0, 0, 0, 0 - 227, 53 + 454, 53 7 @@ -825,38 +633,56 @@ 7 - - Fill + + Top - - Flat + + 0, 80 - - 宋体, 14pt + + 0, 0, 0, 0 - - 0, 0 + + 1 - - 0, 0, 0, 0 + + 3618, 53 - - 227, 53 + + 6 - - 5 + + tableLayoutPanel2 - - btnQuit + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Rs.Controls.ButtonEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + $this - - panel15 + + 1 - - 0 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="panel8" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panel9" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="panel10" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="panel11" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="panel12" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="panel13" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="panel14" Row="0" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="panel15" Row="0" RowSpan="1" Column="7" ColumnSpan="1" /></Controls><Columns Styles="Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5,Percent,12.5" /><Rows Styles="Percent,100" /></TableLayoutSettings> + + + Fill + + + 0, 0 + + + 184, 33 + + + 3 + + + Monitor: + + + MiddleLeft lblMonitorFlow @@ -951,6 +777,27 @@ 1 + + Fill + + + NoControl + + + 0, 0 + + + 237, 33 + + + 4 + + + 治具上料: + + + MiddleLeft + lblFixturePlaceFlow @@ -987,6 +834,21 @@ 2 + + Fill + + + 0, 0 + + + 126, 33 + + + 0 + + + MiddleCenter + lblMemory @@ -1003,7 +865,7 @@ Right - 1446, 0 + 3255, 0 126, 33 @@ -1023,6 +885,27 @@ 3 + + Fill + + + NoControl + + + 0, 0 + + + 213, 33 + + + 5 + + + 料仓下料: + + + MiddleLeft + lblStockPlaceFlow @@ -1059,6 +942,24 @@ 4 + + Fill + + + 0, 0 + + + 215, 33 + + + 3 + + + 料仓上料: + + + MiddleLeft + lblStockLoadProductFlow @@ -1095,6 +996,24 @@ 5 + + Fill + + + 0, 0 + + + 213, 33 + + + 3 + + + 主流程: + + + MiddleLeft + lblDischargeFlow @@ -1134,6 +1053,24 @@ 2 + + Fill + + + 3, 0 + + + 43, 33 + + + 0 + + + State: + + + MiddleCenter + label1 @@ -1146,7 +1083,25 @@ 0 - + + Fill + + + 52, 0 + + + 111, 33 + + + 1 + + + Noinit + + + MiddleLeft + + lblMachineState @@ -1188,6 +1143,45 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lblMachineState" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,30,Percent,70" /><Rows Styles="Percent,100" /></TableLayoutSettings> + + Fill + + + 0, 0 + + + 168, 33 + + + 0 + + + MiddleCenter + + + lblVersion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + 0 + + + Right + + + 69, 0 + + + 168, 33 + + + 0 + panel2 @@ -1204,7 +1198,7 @@ Right - 1572, 0 + 3381, 0 237, 33 @@ -1228,10 +1222,10 @@ Bottom - 0, 907 + 0, 1847 - 1809, 33 + 3618, 33 7 @@ -1248,312 +1242,6 @@ 2 - - Fill - - - 0, 0 - - - 184, 33 - - - 3 - - - Monitor: - - - MiddleLeft - - - lblMonitorFlow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel16 - - - 0 - - - Fill - - - NoControl - - - 0, 0 - - - 213, 33 - - - 5 - - - 料仓下料: - - - MiddleLeft - - - lblStockPlaceFlow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel4 - - - 0 - - - Fill - - - 0, 0 - - - 126, 33 - - - 0 - - - MiddleCenter - - - lblMemory - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel5 - - - 0 - - - Fill - - - NoControl - - - 0, 0 - - - 237, 33 - - - 4 - - - 治具上料: - - - MiddleLeft - - - lblFixturePlaceFlow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 0 - - - Fill - - - 0, 0 - - - 215, 33 - - - 3 - - - 料仓上料: - - - MiddleLeft - - - lblStockLoadProductFlow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel3 - - - 0 - - - Fill - - - 0, 0 - - - 213, 33 - - - 3 - - - 主流程: - - - MiddleLeft - - - lblDischargeFlow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelEx2 - - - 0 - - - Fill - - - 3, 0 - - - 43, 33 - - - 0 - - - State: - - - MiddleCenter - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 0 - - - Fill - - - 52, 0 - - - 111, 33 - - - 1 - - - Noinit - - - MiddleLeft - - - lblMachineState - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 1 - - - lblVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 0 - - - Right - - - 69, 0 - - - 168, 33 - - - 0 - - - panel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelEx1 - - - 0 - - - Fill - - - 0, 0 - - - 168, 33 - - - 0 - - - MiddleCenter - - - lblVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 0 - 17, 17 @@ -1567,10 +1255,13 @@ True - 6, 12 + 12, 24 - 1809, 940 + 3618, 1880 + + + 12, 12, 12, 12 CenterScreen @@ -1600,6 +1291,6 @@ Home - Rs.MotionPlat.BaseFormHeader, Rs.MotionPlat, Version=1.20.24.1, Culture=neutral, PublicKeyToken=null + Rs.MotionPlat.BaseFormHeader, Rs.MotionPlat, Version=1.20.24.3, Culture=neutral, PublicKeyToken=null \ No newline at end of file