diff --git a/INT_LKD_PTB6_DW.suo b/INT_LKD_PTB6_DW.suo index efe6f0b..4289c86 100644 Binary files a/INT_LKD_PTB6_DW.suo and b/INT_LKD_PTB6_DW.suo differ diff --git a/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.Designer.cs b/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.Designer.cs index d05692f..8879a06 100644 --- a/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMainDisplay { diff --git a/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.cs b/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.cs index a0c30fd..e9fdd31 100644 --- a/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.cs +++ b/INT_LKD_PTB6_DW/Controls/ControlMainDisplay.cs @@ -8,10 +8,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMainDisplay : UserControl { @@ -101,43 +101,43 @@ namespace INT_LKD_PTB.Controls } // Judgment - public void UpdateStartLeakDataDisplay1(LeakData1 data) + public void UpdateStartLeakDataDisplay1(LeakData data) { this.CollectionChildControl[0].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay2(LeakData1 data) + public void UpdateStartLeakDataDisplay2(LeakData data) { this.CollectionChildControl[1].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay3(LeakData1 data) + public void UpdateStartLeakDataDisplay3(LeakData data) { this.CollectionChildControl[2].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay4(LeakData1 data) + public void UpdateStartLeakDataDisplay4(LeakData data) { this.CollectionChildControl[3].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay5(LeakData1 data) + public void UpdateStartLeakDataDisplay5(LeakData data) { this.CollectionChildControl[4].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay6(LeakData1 data) + public void UpdateStartLeakDataDisplay6(LeakData data) { this.CollectionChildControl[5].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay7(LeakData1 data) + public void UpdateStartLeakDataDisplay7(LeakData data) { this.CollectionChildControl[6].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay8(LeakData1 data) + public void UpdateStartLeakDataDisplay8(LeakData data) { this.CollectionChildControl[7].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay9(LeakData1 data) + public void UpdateStartLeakDataDisplay9(LeakData data) { this.CollectionChildControl[8].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } - public void UpdateStartLeakDataDisplay10(LeakData1 data) + public void UpdateStartLeakDataDisplay10(LeakData data) { this.CollectionChildControl[9].UpdateStartLeakDataDisplay(data.DiffData, data.DispData, data.Judgment); } diff --git a/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.Designer.cs b/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.Designer.cs index c9f293c..eb94510 100644 --- a/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMainDisplayDotGraph { diff --git a/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.cs b/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.cs index 0ec00c6..57e3fe9 100644 --- a/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.cs +++ b/INT_LKD_PTB6_DW/Controls/ControlMainDisplayDotGraph.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMainDisplayDotGraph : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.Designer.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.Designer.cs index 943feab..339d879 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuLogAlarm { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.cs index bf257b5..8a04a2e 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogAlarm.cs @@ -9,11 +9,11 @@ using System.Windows.Forms; using System.IO; using System.Collections.ObjectModel; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuLogAlarm : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.Designer.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.Designer.cs index a79ebfa..73b5de3 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuLogHistory { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.cs index b82ced9..be19158 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogHistory.cs @@ -10,11 +10,11 @@ using System.Collections.ObjectModel; using System.IO; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuLogHistory : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.Designer.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.Designer.cs index c1a22e2..8c72f3a 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuLogInspection { diff --git a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.cs b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.cs index 5486a9c..61b953f 100644 --- a/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.cs +++ b/INT_LKD_PTB6_DW/Controls/Log/ControlMenuLogInspection.cs @@ -10,11 +10,11 @@ using System.Windows.Forms; using System.IO; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuLogInspection : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.Designer.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.Designer.cs index 647ebaa..c557375 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls.MainDisplay +namespace INT_LKD_PTB6_DW.Controls.MainDisplay { partial class ControlMainDisplay_1 { @@ -30,7 +30,7 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMainDisplay_1)); this.groupBoxProcess = new SmartX.SmartGroupBox(); - this.buttonSlotLeft = new SmartX.SmartButton(); + this.labelInspectionReady = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel(); this.labelProcess = new SmartX.SmartLabel(); @@ -171,7 +171,7 @@ this.groupBoxProcess.BackGround = null; this.groupBoxProcess.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.groupBoxProcess.BackImage = null; - this.groupBoxProcess.Controls.Add(this.buttonSlotLeft); + this.groupBoxProcess.Controls.Add(this.labelInspectionReady); this.groupBoxProcess.Controls.Add(this.smartLabel3); this.groupBoxProcess.Controls.Add(this.smartLabel2); this.groupBoxProcess.Controls.Add(this.labelProcess); @@ -205,44 +205,32 @@ this.groupBoxProcess.Location = new System.Drawing.Point(17, 11); this.groupBoxProcess.Name = "groupBoxProcess"; this.groupBoxProcess.RoundRadius = 5; - this.groupBoxProcess.Size = new System.Drawing.Size(879, 210); + this.groupBoxProcess.Size = new System.Drawing.Size(880, 175); this.groupBoxProcess.TabIndex = 670; this.groupBoxProcess.Text = "Process"; this.groupBoxProcess.TextColor = System.Drawing.Color.White; // - // buttonSlotLeft + // labelInspectionReady // - this.buttonSlotLeft.BackGround = this.groupBoxProcess; - this.buttonSlotLeft.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.buttonSlotLeft.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.buttonSlotLeft.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); - this.buttonSlotLeft.ButtonImageAutoSize = true; - this.buttonSlotLeft.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonSlotLeft.ButtonText = "STANDBY"; - this.buttonSlotLeft.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSlotLeft.GroupID = 0; - this.buttonSlotLeft.ImageDisable = null; - this.buttonSlotLeft.ImageDown = null; - this.buttonSlotLeft.ImageUp = null; - this.buttonSlotLeft.Location = new System.Drawing.Point(755, 7); - this.buttonSlotLeft.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonSlotLeft.Name = "buttonSlotLeft"; - this.buttonSlotLeft.NestedClickEventPrevent = false; - this.buttonSlotLeft.OutlinePixel = 2; - this.buttonSlotLeft.OverlapOptimize = true; - this.buttonSlotLeft.RepeatInterval = 200; - this.buttonSlotLeft.RepeatIntervalAccelerate = null; - this.buttonSlotLeft.RoundSize = 10; - this.buttonSlotLeft.SafeInterval = 200; - this.buttonSlotLeft.Size = new System.Drawing.Size(113, 30); - this.buttonSlotLeft.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSlotLeft.TabIndex = 640; - this.buttonSlotLeft.Text = null; - this.buttonSlotLeft.TextColor = System.Drawing.Color.White; - this.buttonSlotLeft.TextColorDisable = System.Drawing.Color.Gray; - this.buttonSlotLeft.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonSlotLeft.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSlotLeft.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.labelInspectionReady.BackGround = null; + this.labelInspectionReady.BackGroundColor = System.Drawing.Color.Red; + this.labelInspectionReady.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInspectionReady.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelInspectionReady.LineSpacing = 0F; + this.labelInspectionReady.Location = new System.Drawing.Point(5, 56); + this.labelInspectionReady.Name = "labelInspectionReady"; + this.labelInspectionReady.OverlapOptimize = true; + this.labelInspectionReady.PasswordChar = '\0'; + this.labelInspectionReady.Radius = 3; + this.labelInspectionReady.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelInspectionReady.Size = new System.Drawing.Size(84, 99); + this.labelInspectionReady.TabIndex = 653; + this.labelInspectionReady.Text = "Ready"; + this.labelInspectionReady.TextColor = System.Drawing.Color.Black; + this.labelInspectionReady.TextColorDisable = System.Drawing.Color.Gray; + this.labelInspectionReady.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelInspectionReady.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelInspectionReady.Wordwrap = false; // // smartLabel3 // @@ -252,7 +240,7 @@ this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(613, 114); + this.smartLabel3.Location = new System.Drawing.Point(663, 76); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -275,7 +263,7 @@ this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel2.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(412, 114); + this.smartLabel2.Location = new System.Drawing.Point(462, 76); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.OverlapOptimize = true; this.smartLabel2.PasswordChar = '\0'; @@ -297,7 +285,7 @@ this.labelProcess.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProcess.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProcess.LineSpacing = 0F; - this.labelProcess.Location = new System.Drawing.Point(342, 3); + this.labelProcess.Location = new System.Drawing.Point(5, 3); this.labelProcess.Name = "labelProcess"; this.labelProcess.OverlapOptimize = true; this.labelProcess.PasswordChar = '\0'; @@ -321,7 +309,7 @@ this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel24.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(211, 114); + this.smartLabel24.Location = new System.Drawing.Point(261, 76); this.smartLabel24.Name = "smartLabel24"; this.smartLabel24.OverlapOptimize = true; this.smartLabel24.PasswordChar = '\0'; @@ -344,7 +332,7 @@ this.labelProgress0_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress0_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelProgress0_1.LineSpacing = 0F; - this.labelProgress0_1.Location = new System.Drawing.Point(51, 57); + this.labelProgress0_1.Location = new System.Drawing.Point(101, 19); this.labelProgress0_1.Name = "labelProgress0_1"; this.labelProgress0_1.OverlapOptimize = true; this.labelProgress0_1.PasswordChar = '\0'; @@ -367,7 +355,7 @@ this.labelProgress2_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress2_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelProgress2_1.LineSpacing = 0F; - this.labelProgress2_1.Location = new System.Drawing.Point(453, 51); + this.labelProgress2_1.Location = new System.Drawing.Point(503, 13); this.labelProgress2_1.Name = "labelProgress2_1"; this.labelProgress2_1.OverlapOptimize = true; this.labelProgress2_1.PasswordChar = '\0'; @@ -390,7 +378,7 @@ this.labelProgress3_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress3_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelProgress3_1.LineSpacing = 0F; - this.labelProgress3_1.Location = new System.Drawing.Point(654, 57); + this.labelProgress3_1.Location = new System.Drawing.Point(704, 19); this.labelProgress3_1.Name = "labelProgress3_1"; this.labelProgress3_1.OverlapOptimize = true; this.labelProgress3_1.PasswordChar = '\0'; @@ -409,7 +397,7 @@ // this.pictureBoxProgress0_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress0_1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0_1.Image"))); - this.pictureBoxProgress0_1.Location = new System.Drawing.Point(55, 94); + this.pictureBoxProgress0_1.Location = new System.Drawing.Point(105, 56); this.pictureBoxProgress0_1.Name = "pictureBoxProgress0_1"; this.pictureBoxProgress0_1.Size = new System.Drawing.Size(140, 100); this.pictureBoxProgress0_1.Visible = false; @@ -418,7 +406,7 @@ // this.pictureBoxProgress1_34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress1_34.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress1_34.Image"))); - this.pictureBoxProgress1_34.Location = new System.Drawing.Point(256, 94); + this.pictureBoxProgress1_34.Location = new System.Drawing.Point(306, 56); this.pictureBoxProgress1_34.Name = "pictureBoxProgress1_34"; this.pictureBoxProgress1_34.Size = new System.Drawing.Size(140, 100); this.pictureBoxProgress1_34.Visible = false; @@ -427,7 +415,7 @@ // this.pictureBoxProgress2_5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_5.Image"))); - this.pictureBoxProgress2_5.Location = new System.Drawing.Point(457, 93); + this.pictureBoxProgress2_5.Location = new System.Drawing.Point(507, 55); this.pictureBoxProgress2_5.Name = "pictureBoxProgress2_5"; this.pictureBoxProgress2_5.Size = new System.Drawing.Size(140, 100); this.pictureBoxProgress2_5.Visible = false; @@ -440,7 +428,7 @@ this.labelProgress1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress1_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.labelProgress1_1.LineSpacing = 0F; - this.labelProgress1_1.Location = new System.Drawing.Point(252, 57); + this.labelProgress1_1.Location = new System.Drawing.Point(302, 19); this.labelProgress1_1.Name = "labelProgress1_1"; this.labelProgress1_1.OverlapOptimize = true; this.labelProgress1_1.PasswordChar = '\0'; @@ -459,7 +447,7 @@ // this.pictureBoxProgress3_11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress3_11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress3_11.Image"))); - this.pictureBoxProgress3_11.Location = new System.Drawing.Point(658, 93); + this.pictureBoxProgress3_11.Location = new System.Drawing.Point(708, 55); this.pictureBoxProgress3_11.Name = "pictureBoxProgress3_11"; this.pictureBoxProgress3_11.Size = new System.Drawing.Size(140, 100); this.pictureBoxProgress3_11.Visible = false; @@ -476,7 +464,7 @@ this.progressBar1.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; this.progressBar1.Direction = SmartX.SmartProgressBar.DIR.Horizontal; this.progressBar1.FormatString = ""; - this.progressBar1.Location = new System.Drawing.Point(457, 81); + this.progressBar1.Location = new System.Drawing.Point(507, 43); this.progressBar1.Maximum = new decimal(new int[] { 100, 0, @@ -511,7 +499,7 @@ // this.pictureBoxProgress0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress0.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0.Image"))); - this.pictureBoxProgress0.Location = new System.Drawing.Point(55, 94); + this.pictureBoxProgress0.Location = new System.Drawing.Point(105, 56); this.pictureBoxProgress0.Name = "pictureBoxProgress0"; this.pictureBoxProgress0.Size = new System.Drawing.Size(140, 100); // @@ -519,7 +507,7 @@ // this.pictureBoxProgress0_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress0_2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0_2.Image"))); - this.pictureBoxProgress0_2.Location = new System.Drawing.Point(55, 94); + this.pictureBoxProgress0_2.Location = new System.Drawing.Point(105, 56); this.pictureBoxProgress0_2.Name = "pictureBoxProgress0_2"; this.pictureBoxProgress0_2.Size = new System.Drawing.Size(140, 100); // @@ -527,7 +515,7 @@ // this.pictureBoxProgress3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress3.Image"))); - this.pictureBoxProgress3.Location = new System.Drawing.Point(658, 93); + this.pictureBoxProgress3.Location = new System.Drawing.Point(708, 55); this.pictureBoxProgress3.Name = "pictureBoxProgress3"; this.pictureBoxProgress3.Size = new System.Drawing.Size(140, 100); // @@ -535,7 +523,7 @@ // this.pictureBoxProgress2_910.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_910.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_910.Image"))); - this.pictureBoxProgress2_910.Location = new System.Drawing.Point(457, 93); + this.pictureBoxProgress2_910.Location = new System.Drawing.Point(507, 55); this.pictureBoxProgress2_910.Name = "pictureBoxProgress2_910"; this.pictureBoxProgress2_910.Size = new System.Drawing.Size(140, 100); // @@ -543,7 +531,7 @@ // this.pictureBoxProgress1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress1.Image"))); - this.pictureBoxProgress1.Location = new System.Drawing.Point(256, 94); + this.pictureBoxProgress1.Location = new System.Drawing.Point(306, 56); this.pictureBoxProgress1.Name = "pictureBoxProgress1"; this.pictureBoxProgress1.Size = new System.Drawing.Size(140, 100); // @@ -551,7 +539,7 @@ // this.pictureBoxProgress2_6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_6.Image"))); - this.pictureBoxProgress2_6.Location = new System.Drawing.Point(457, 93); + this.pictureBoxProgress2_6.Location = new System.Drawing.Point(507, 55); this.pictureBoxProgress2_6.Name = "pictureBoxProgress2_6"; this.pictureBoxProgress2_6.Size = new System.Drawing.Size(140, 100); this.pictureBoxProgress2_6.Visible = false; @@ -560,7 +548,7 @@ // this.pictureBoxProgress2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2.Image"))); - this.pictureBoxProgress2.Location = new System.Drawing.Point(457, 93); + this.pictureBoxProgress2.Location = new System.Drawing.Point(507, 55); this.pictureBoxProgress2.Name = "pictureBoxProgress2"; this.pictureBoxProgress2.Size = new System.Drawing.Size(140, 100); // @@ -568,7 +556,7 @@ // this.pictureBoxProgress2_78.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_78.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_78.Image"))); - this.pictureBoxProgress2_78.Location = new System.Drawing.Point(457, 93); + this.pictureBoxProgress2_78.Location = new System.Drawing.Point(507, 55); this.pictureBoxProgress2_78.Name = "pictureBoxProgress2_78"; this.pictureBoxProgress2_78.Size = new System.Drawing.Size(140, 100); // @@ -580,7 +568,7 @@ this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelProgress0.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress0.LineSpacing = 0F; - this.labelProgress0.Location = new System.Drawing.Point(45, 46); + this.labelProgress0.Location = new System.Drawing.Point(95, 8); this.labelProgress0.Name = "labelProgress0"; this.labelProgress0.OverlapOptimize = true; this.labelProgress0.PasswordChar = '\0'; @@ -602,7 +590,7 @@ this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelProgress2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress2.LineSpacing = 0F; - this.labelProgress2.Location = new System.Drawing.Point(447, 46); + this.labelProgress2.Location = new System.Drawing.Point(497, 8); this.labelProgress2.Name = "labelProgress2"; this.labelProgress2.OverlapOptimize = true; this.labelProgress2.PasswordChar = '\0'; @@ -624,7 +612,7 @@ this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelProgress1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress1.LineSpacing = 0F; - this.labelProgress1.Location = new System.Drawing.Point(246, 46); + this.labelProgress1.Location = new System.Drawing.Point(296, 8); this.labelProgress1.Name = "labelProgress1"; this.labelProgress1.OverlapOptimize = true; this.labelProgress1.PasswordChar = '\0'; @@ -646,7 +634,7 @@ this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelProgress3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress3.LineSpacing = 0F; - this.labelProgress3.Location = new System.Drawing.Point(648, 46); + this.labelProgress3.Location = new System.Drawing.Point(698, 8); this.labelProgress3.Name = "labelProgress3"; this.labelProgress3.OverlapOptimize = true; this.labelProgress3.PasswordChar = '\0'; @@ -694,10 +682,10 @@ this.groupBoxResult.FrameLineThickness = 2; this.groupBoxResult.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxResult.HeaderHeightOffset = 12; - this.groupBoxResult.Location = new System.Drawing.Point(602, 227); + this.groupBoxResult.Location = new System.Drawing.Point(602, 192); this.groupBoxResult.Name = "groupBoxResult"; this.groupBoxResult.RoundRadius = 5; - this.groupBoxResult.Size = new System.Drawing.Size(294, 380); + this.groupBoxResult.Size = new System.Drawing.Size(295, 417); this.groupBoxResult.TabIndex = 667; this.groupBoxResult.Text = "Result"; this.groupBoxResult.TextColor = System.Drawing.Color.White; @@ -710,13 +698,13 @@ this.labelResultDisp6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDisp6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp6.LineSpacing = 0F; - this.labelResultDisp6.Location = new System.Drawing.Point(235, 313); + this.labelResultDisp6.Location = new System.Drawing.Point(235, 348); this.labelResultDisp6.Name = "labelResultDisp6"; this.labelResultDisp6.OverlapOptimize = true; this.labelResultDisp6.PasswordChar = '\0'; this.labelResultDisp6.Radius = 3; this.labelResultDisp6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp6.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp6.Size = new System.Drawing.Size(50, 60); this.labelResultDisp6.TabIndex = 23; this.labelResultDisp6.Text = "D"; this.labelResultDisp6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -733,13 +721,13 @@ this.labelResultDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff6.LineSpacing = 0F; - this.labelResultDiff6.Location = new System.Drawing.Point(183, 313); + this.labelResultDiff6.Location = new System.Drawing.Point(183, 348); this.labelResultDiff6.Name = "labelResultDiff6"; this.labelResultDiff6.OverlapOptimize = true; this.labelResultDiff6.PasswordChar = '\0'; this.labelResultDiff6.Radius = 3; this.labelResultDiff6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff6.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff6.Size = new System.Drawing.Size(50, 60); this.labelResultDiff6.TabIndex = 22; this.labelResultDiff6.Text = "P"; this.labelResultDiff6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -756,13 +744,13 @@ this.labelResultProcess6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultProcess6.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelResultProcess6.LineSpacing = 0F; - this.labelResultProcess6.Location = new System.Drawing.Point(51, 313); + this.labelResultProcess6.Location = new System.Drawing.Point(51, 348); this.labelResultProcess6.Name = "labelResultProcess6"; this.labelResultProcess6.OverlapOptimize = true; this.labelResultProcess6.PasswordChar = '\0'; this.labelResultProcess6.Radius = 3; this.labelResultProcess6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess6.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess6.Size = new System.Drawing.Size(130, 60); this.labelResultProcess6.TabIndex = 21; this.labelResultProcess6.Text = "-"; this.labelResultProcess6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -779,13 +767,13 @@ this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel35.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel35.LineSpacing = 0F; - this.smartLabel35.Location = new System.Drawing.Point(9, 313); + this.smartLabel35.Location = new System.Drawing.Point(9, 348); this.smartLabel35.Name = "smartLabel35"; this.smartLabel35.OverlapOptimize = true; this.smartLabel35.PasswordChar = '\0'; this.smartLabel35.Radius = 3; this.smartLabel35.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel35.Size = new System.Drawing.Size(40, 52); + this.smartLabel35.Size = new System.Drawing.Size(40, 60); this.smartLabel35.TabIndex = 20; this.smartLabel35.Text = "6"; this.smartLabel35.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -802,13 +790,13 @@ this.labelResultDisp5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDisp5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp5.LineSpacing = 0F; - this.labelResultDisp5.Location = new System.Drawing.Point(235, 259); + this.labelResultDisp5.Location = new System.Drawing.Point(235, 287); this.labelResultDisp5.Name = "labelResultDisp5"; this.labelResultDisp5.OverlapOptimize = true; this.labelResultDisp5.PasswordChar = '\0'; this.labelResultDisp5.Radius = 3; this.labelResultDisp5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp5.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp5.Size = new System.Drawing.Size(50, 60); this.labelResultDisp5.TabIndex = 19; this.labelResultDisp5.Text = "D"; this.labelResultDisp5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -825,13 +813,13 @@ this.labelResultDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff5.LineSpacing = 0F; - this.labelResultDiff5.Location = new System.Drawing.Point(183, 259); + this.labelResultDiff5.Location = new System.Drawing.Point(183, 287); this.labelResultDiff5.Name = "labelResultDiff5"; this.labelResultDiff5.OverlapOptimize = true; this.labelResultDiff5.PasswordChar = '\0'; this.labelResultDiff5.Radius = 3; this.labelResultDiff5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff5.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff5.Size = new System.Drawing.Size(50, 60); this.labelResultDiff5.TabIndex = 18; this.labelResultDiff5.Text = "P"; this.labelResultDiff5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -848,13 +836,13 @@ this.labelResultProcess5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultProcess5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelResultProcess5.LineSpacing = 0F; - this.labelResultProcess5.Location = new System.Drawing.Point(51, 259); + this.labelResultProcess5.Location = new System.Drawing.Point(51, 287); this.labelResultProcess5.Name = "labelResultProcess5"; this.labelResultProcess5.OverlapOptimize = true; this.labelResultProcess5.PasswordChar = '\0'; this.labelResultProcess5.Radius = 3; this.labelResultProcess5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess5.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess5.Size = new System.Drawing.Size(130, 60); this.labelResultProcess5.TabIndex = 17; this.labelResultProcess5.Text = "-"; this.labelResultProcess5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -871,13 +859,13 @@ this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel31.LineSpacing = 0F; - this.smartLabel31.Location = new System.Drawing.Point(9, 259); + this.smartLabel31.Location = new System.Drawing.Point(9, 287); this.smartLabel31.Name = "smartLabel31"; this.smartLabel31.OverlapOptimize = true; this.smartLabel31.PasswordChar = '\0'; this.smartLabel31.Radius = 3; this.smartLabel31.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel31.Size = new System.Drawing.Size(40, 52); + this.smartLabel31.Size = new System.Drawing.Size(40, 60); this.smartLabel31.TabIndex = 16; this.smartLabel31.Text = "5"; this.smartLabel31.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -894,13 +882,13 @@ this.labelResultDisp4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDisp4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp4.LineSpacing = 0F; - this.labelResultDisp4.Location = new System.Drawing.Point(235, 205); + this.labelResultDisp4.Location = new System.Drawing.Point(235, 226); this.labelResultDisp4.Name = "labelResultDisp4"; this.labelResultDisp4.OverlapOptimize = true; this.labelResultDisp4.PasswordChar = '\0'; this.labelResultDisp4.Radius = 3; this.labelResultDisp4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp4.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp4.Size = new System.Drawing.Size(50, 60); this.labelResultDisp4.TabIndex = 15; this.labelResultDisp4.Text = "D"; this.labelResultDisp4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -917,13 +905,13 @@ this.labelResultDisp3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDisp3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp3.LineSpacing = 0F; - this.labelResultDisp3.Location = new System.Drawing.Point(235, 151); + this.labelResultDisp3.Location = new System.Drawing.Point(235, 165); this.labelResultDisp3.Name = "labelResultDisp3"; this.labelResultDisp3.OverlapOptimize = true; this.labelResultDisp3.PasswordChar = '\0'; this.labelResultDisp3.Radius = 3; this.labelResultDisp3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp3.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp3.Size = new System.Drawing.Size(50, 60); this.labelResultDisp3.TabIndex = 14; this.labelResultDisp3.Text = "D"; this.labelResultDisp3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -940,13 +928,13 @@ this.labelResultDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff4.LineSpacing = 0F; - this.labelResultDiff4.Location = new System.Drawing.Point(183, 205); + this.labelResultDiff4.Location = new System.Drawing.Point(183, 226); this.labelResultDiff4.Name = "labelResultDiff4"; this.labelResultDiff4.OverlapOptimize = true; this.labelResultDiff4.PasswordChar = '\0'; this.labelResultDiff4.Radius = 3; this.labelResultDiff4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff4.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff4.Size = new System.Drawing.Size(50, 60); this.labelResultDiff4.TabIndex = 13; this.labelResultDiff4.Text = "P"; this.labelResultDiff4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -963,13 +951,13 @@ this.labelResultDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff3.LineSpacing = 0F; - this.labelResultDiff3.Location = new System.Drawing.Point(183, 151); + this.labelResultDiff3.Location = new System.Drawing.Point(183, 165); this.labelResultDiff3.Name = "labelResultDiff3"; this.labelResultDiff3.OverlapOptimize = true; this.labelResultDiff3.PasswordChar = '\0'; this.labelResultDiff3.Radius = 3; this.labelResultDiff3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff3.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff3.Size = new System.Drawing.Size(50, 60); this.labelResultDiff3.TabIndex = 12; this.labelResultDiff3.Text = "P"; this.labelResultDiff3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -986,13 +974,13 @@ this.labelResultProcess4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultProcess4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelResultProcess4.LineSpacing = 0F; - this.labelResultProcess4.Location = new System.Drawing.Point(51, 205); + this.labelResultProcess4.Location = new System.Drawing.Point(51, 226); this.labelResultProcess4.Name = "labelResultProcess4"; this.labelResultProcess4.OverlapOptimize = true; this.labelResultProcess4.PasswordChar = '\0'; this.labelResultProcess4.Radius = 3; this.labelResultProcess4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess4.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess4.Size = new System.Drawing.Size(130, 60); this.labelResultProcess4.TabIndex = 11; this.labelResultProcess4.Text = "In progress"; this.labelResultProcess4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1009,13 +997,13 @@ this.labelResultProcess3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultProcess3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelResultProcess3.LineSpacing = 0F; - this.labelResultProcess3.Location = new System.Drawing.Point(51, 151); + this.labelResultProcess3.Location = new System.Drawing.Point(51, 165); this.labelResultProcess3.Name = "labelResultProcess3"; this.labelResultProcess3.OverlapOptimize = true; this.labelResultProcess3.PasswordChar = '\0'; this.labelResultProcess3.Radius = 3; this.labelResultProcess3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess3.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess3.Size = new System.Drawing.Size(130, 60); this.labelResultProcess3.TabIndex = 10; this.labelResultProcess3.Text = "PASS"; this.labelResultProcess3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1032,13 +1020,13 @@ this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel25.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(9, 205); + this.smartLabel25.Location = new System.Drawing.Point(9, 226); this.smartLabel25.Name = "smartLabel25"; this.smartLabel25.OverlapOptimize = true; this.smartLabel25.PasswordChar = '\0'; this.smartLabel25.Radius = 3; this.smartLabel25.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel25.Size = new System.Drawing.Size(40, 52); + this.smartLabel25.Size = new System.Drawing.Size(40, 60); this.smartLabel25.TabIndex = 9; this.smartLabel25.Text = "4"; this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1055,13 +1043,13 @@ this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel26.LineSpacing = 0F; - this.smartLabel26.Location = new System.Drawing.Point(9, 151); + this.smartLabel26.Location = new System.Drawing.Point(9, 165); this.smartLabel26.Name = "smartLabel26"; this.smartLabel26.OverlapOptimize = true; this.smartLabel26.PasswordChar = '\0'; this.smartLabel26.Radius = 3; this.smartLabel26.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel26.Size = new System.Drawing.Size(40, 52); + this.smartLabel26.Size = new System.Drawing.Size(40, 60); this.smartLabel26.TabIndex = 8; this.smartLabel26.Text = "3"; this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1078,13 +1066,13 @@ this.labelResultDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDisp2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp2.LineSpacing = 0F; - this.labelResultDisp2.Location = new System.Drawing.Point(235, 97); + this.labelResultDisp2.Location = new System.Drawing.Point(235, 104); this.labelResultDisp2.Name = "labelResultDisp2"; this.labelResultDisp2.OverlapOptimize = true; this.labelResultDisp2.PasswordChar = '\0'; this.labelResultDisp2.Radius = 3; this.labelResultDisp2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp2.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp2.Size = new System.Drawing.Size(50, 60); this.labelResultDisp2.TabIndex = 7; this.labelResultDisp2.Text = "D"; this.labelResultDisp2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1107,7 +1095,7 @@ this.labelResultDisp1.PasswordChar = '\0'; this.labelResultDisp1.Radius = 3; this.labelResultDisp1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDisp1.Size = new System.Drawing.Size(50, 52); + this.labelResultDisp1.Size = new System.Drawing.Size(50, 60); this.labelResultDisp1.TabIndex = 6; this.labelResultDisp1.Text = "D"; this.labelResultDisp1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1124,13 +1112,13 @@ this.labelResultDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff2.LineSpacing = 0F; - this.labelResultDiff2.Location = new System.Drawing.Point(183, 97); + this.labelResultDiff2.Location = new System.Drawing.Point(183, 104); this.labelResultDiff2.Name = "labelResultDiff2"; this.labelResultDiff2.OverlapOptimize = true; this.labelResultDiff2.PasswordChar = '\0'; this.labelResultDiff2.Radius = 3; this.labelResultDiff2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff2.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff2.Size = new System.Drawing.Size(50, 60); this.labelResultDiff2.TabIndex = 5; this.labelResultDiff2.Text = "P"; this.labelResultDiff2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1153,7 +1141,7 @@ this.labelResultDiff1.PasswordChar = '\0'; this.labelResultDiff1.Radius = 3; this.labelResultDiff1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultDiff1.Size = new System.Drawing.Size(50, 52); + this.labelResultDiff1.Size = new System.Drawing.Size(50, 60); this.labelResultDiff1.TabIndex = 4; this.labelResultDiff1.Text = "P"; this.labelResultDiff1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1170,13 +1158,13 @@ this.labelResultProcess2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelResultProcess2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelResultProcess2.LineSpacing = 0F; - this.labelResultProcess2.Location = new System.Drawing.Point(51, 97); + this.labelResultProcess2.Location = new System.Drawing.Point(51, 104); this.labelResultProcess2.Name = "labelResultProcess2"; this.labelResultProcess2.OverlapOptimize = true; this.labelResultProcess2.PasswordChar = '\0'; this.labelResultProcess2.Radius = 3; this.labelResultProcess2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess2.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess2.Size = new System.Drawing.Size(130, 60); this.labelResultProcess2.TabIndex = 3; this.labelResultProcess2.Text = "PASS"; this.labelResultProcess2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1199,7 +1187,7 @@ this.labelResultProcess1.PasswordChar = '\0'; this.labelResultProcess1.Radius = 3; this.labelResultProcess1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultProcess1.Size = new System.Drawing.Size(130, 52); + this.labelResultProcess1.Size = new System.Drawing.Size(130, 60); this.labelResultProcess1.TabIndex = 2; this.labelResultProcess1.Text = "LEAK"; this.labelResultProcess1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1216,13 +1204,13 @@ this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(9, 97); + this.smartLabel14.Location = new System.Drawing.Point(9, 104); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; this.smartLabel14.Radius = 3; this.smartLabel14.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel14.Size = new System.Drawing.Size(40, 52); + this.smartLabel14.Size = new System.Drawing.Size(40, 60); this.smartLabel14.TabIndex = 1; this.smartLabel14.Text = "2"; this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1245,7 +1233,7 @@ this.smartLabel15.PasswordChar = '\0'; this.smartLabel15.Radius = 3; this.smartLabel15.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel15.Size = new System.Drawing.Size(40, 52); + this.smartLabel15.Size = new System.Drawing.Size(40, 60); this.smartLabel15.TabIndex = 0; this.smartLabel15.Text = "1"; this.smartLabel15.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -1342,10 +1330,10 @@ this.groupBoxInfo.FrameLineThickness = 2; this.groupBoxInfo.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.groupBoxInfo.HeaderHeightOffset = 12; - this.groupBoxInfo.Location = new System.Drawing.Point(17, 227); + this.groupBoxInfo.Location = new System.Drawing.Point(17, 192); this.groupBoxInfo.Name = "groupBoxInfo"; this.groupBoxInfo.RoundRadius = 5; - this.groupBoxInfo.Size = new System.Drawing.Size(579, 380); + this.groupBoxInfo.Size = new System.Drawing.Size(579, 417); this.groupBoxInfo.TabIndex = 666; this.groupBoxInfo.Text = "Measurement value"; this.groupBoxInfo.TextColor = System.Drawing.Color.White; @@ -1358,13 +1346,13 @@ this.labelDispDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff6.LineSpacing = 0F; - this.labelDispDiff6.Location = new System.Drawing.Point(469, 345); + this.labelDispDiff6.Location = new System.Drawing.Point(469, 387); this.labelDispDiff6.Name = "labelDispDiff6"; this.labelDispDiff6.OverlapOptimize = true; this.labelDispDiff6.PasswordChar = '\0'; this.labelDispDiff6.Radius = 3; this.labelDispDiff6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff6.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff6.Size = new System.Drawing.Size(104, 24); this.labelDispDiff6.TabIndex = 87; this.labelDispDiff6.Text = "97.5"; this.labelDispDiff6.TextColor = System.Drawing.Color.White; @@ -1381,13 +1369,13 @@ this.labelDispHeight6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight6.LineSpacing = 0F; - this.labelDispHeight6.Location = new System.Drawing.Point(469, 323); + this.labelDispHeight6.Location = new System.Drawing.Point(469, 361); this.labelDispHeight6.Name = "labelDispHeight6"; this.labelDispHeight6.OverlapOptimize = true; this.labelDispHeight6.PasswordChar = '\0'; this.labelDispHeight6.Radius = 3; this.labelDispHeight6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight6.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight6.Size = new System.Drawing.Size(104, 24); this.labelDispHeight6.TabIndex = 86; this.labelDispHeight6.Text = "97.5"; this.labelDispHeight6.TextColor = System.Drawing.Color.White; @@ -1404,13 +1392,13 @@ this.smartLabel43.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel43.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel43.LineSpacing = 0F; - this.smartLabel43.Location = new System.Drawing.Point(387, 345); + this.smartLabel43.Location = new System.Drawing.Point(387, 387); this.smartLabel43.Name = "smartLabel43"; this.smartLabel43.OverlapOptimize = true; this.smartLabel43.PasswordChar = '\0'; this.smartLabel43.Radius = 3; this.smartLabel43.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel43.Size = new System.Drawing.Size(80, 20); + this.smartLabel43.Size = new System.Drawing.Size(80, 24); this.smartLabel43.TabIndex = 85; this.smartLabel43.Text = "D.Diff"; this.smartLabel43.TextColor = System.Drawing.Color.White; @@ -1427,13 +1415,13 @@ this.smartLabel46.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel46.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel46.LineSpacing = 0F; - this.smartLabel46.Location = new System.Drawing.Point(387, 323); + this.smartLabel46.Location = new System.Drawing.Point(387, 361); this.smartLabel46.Name = "smartLabel46"; this.smartLabel46.OverlapOptimize = true; this.smartLabel46.PasswordChar = '\0'; this.smartLabel46.Radius = 3; this.smartLabel46.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel46.Size = new System.Drawing.Size(80, 20); + this.smartLabel46.Size = new System.Drawing.Size(80, 24); this.smartLabel46.TabIndex = 84; this.smartLabel46.Text = "D.Height"; this.smartLabel46.TextColor = System.Drawing.Color.White; @@ -1450,13 +1438,13 @@ this.labelDispDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff5.LineSpacing = 0F; - this.labelDispDiff5.Location = new System.Drawing.Point(277, 345); + this.labelDispDiff5.Location = new System.Drawing.Point(277, 387); this.labelDispDiff5.Name = "labelDispDiff5"; this.labelDispDiff5.OverlapOptimize = true; this.labelDispDiff5.PasswordChar = '\0'; this.labelDispDiff5.Radius = 3; this.labelDispDiff5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff5.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff5.Size = new System.Drawing.Size(104, 24); this.labelDispDiff5.TabIndex = 83; this.labelDispDiff5.Text = "97.5"; this.labelDispDiff5.TextColor = System.Drawing.Color.White; @@ -1473,13 +1461,13 @@ this.labelDispHeight5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight5.LineSpacing = 0F; - this.labelDispHeight5.Location = new System.Drawing.Point(277, 323); + this.labelDispHeight5.Location = new System.Drawing.Point(277, 361); this.labelDispHeight5.Name = "labelDispHeight5"; this.labelDispHeight5.OverlapOptimize = true; this.labelDispHeight5.PasswordChar = '\0'; this.labelDispHeight5.Radius = 3; this.labelDispHeight5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight5.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight5.Size = new System.Drawing.Size(104, 24); this.labelDispHeight5.TabIndex = 82; this.labelDispHeight5.Text = "97.5"; this.labelDispHeight5.TextColor = System.Drawing.Color.White; @@ -1496,13 +1484,13 @@ this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel53.LineSpacing = 0F; - this.smartLabel53.Location = new System.Drawing.Point(195, 345); + this.smartLabel53.Location = new System.Drawing.Point(195, 387); this.smartLabel53.Name = "smartLabel53"; this.smartLabel53.OverlapOptimize = true; this.smartLabel53.PasswordChar = '\0'; this.smartLabel53.Radius = 3; this.smartLabel53.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel53.Size = new System.Drawing.Size(80, 20); + this.smartLabel53.Size = new System.Drawing.Size(80, 24); this.smartLabel53.TabIndex = 81; this.smartLabel53.Text = "D.Diff"; this.smartLabel53.TextColor = System.Drawing.Color.White; @@ -1519,13 +1507,13 @@ this.smartLabel56.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel56.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel56.LineSpacing = 0F; - this.smartLabel56.Location = new System.Drawing.Point(195, 323); + this.smartLabel56.Location = new System.Drawing.Point(195, 361); this.smartLabel56.Name = "smartLabel56"; this.smartLabel56.OverlapOptimize = true; this.smartLabel56.PasswordChar = '\0'; this.smartLabel56.Radius = 3; this.smartLabel56.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel56.Size = new System.Drawing.Size(80, 20); + this.smartLabel56.Size = new System.Drawing.Size(80, 24); this.smartLabel56.TabIndex = 80; this.smartLabel56.Text = "D.Height"; this.smartLabel56.TextColor = System.Drawing.Color.White; @@ -1542,13 +1530,13 @@ this.labelDispDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff4.LineSpacing = 0F; - this.labelDispDiff4.Location = new System.Drawing.Point(85, 345); + this.labelDispDiff4.Location = new System.Drawing.Point(85, 387); this.labelDispDiff4.Name = "labelDispDiff4"; this.labelDispDiff4.OverlapOptimize = true; this.labelDispDiff4.PasswordChar = '\0'; this.labelDispDiff4.Radius = 3; this.labelDispDiff4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff4.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff4.Size = new System.Drawing.Size(104, 24); this.labelDispDiff4.TabIndex = 79; this.labelDispDiff4.Text = "97.5"; this.labelDispDiff4.TextColor = System.Drawing.Color.White; @@ -1565,13 +1553,13 @@ this.labelDispHeight4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight4.LineSpacing = 0F; - this.labelDispHeight4.Location = new System.Drawing.Point(85, 323); + this.labelDispHeight4.Location = new System.Drawing.Point(85, 361); this.labelDispHeight4.Name = "labelDispHeight4"; this.labelDispHeight4.OverlapOptimize = true; this.labelDispHeight4.PasswordChar = '\0'; this.labelDispHeight4.Radius = 3; this.labelDispHeight4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight4.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight4.Size = new System.Drawing.Size(104, 24); this.labelDispHeight4.TabIndex = 78; this.labelDispHeight4.Text = "97.5"; this.labelDispHeight4.TextColor = System.Drawing.Color.White; @@ -1588,13 +1576,13 @@ this.smartLabel62.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel62.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel62.LineSpacing = 0F; - this.smartLabel62.Location = new System.Drawing.Point(3, 345); + this.smartLabel62.Location = new System.Drawing.Point(3, 387); this.smartLabel62.Name = "smartLabel62"; this.smartLabel62.OverlapOptimize = true; this.smartLabel62.PasswordChar = '\0'; this.smartLabel62.Radius = 3; this.smartLabel62.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel62.Size = new System.Drawing.Size(80, 20); + this.smartLabel62.Size = new System.Drawing.Size(80, 24); this.smartLabel62.TabIndex = 77; this.smartLabel62.Text = "D.Diff"; this.smartLabel62.TextColor = System.Drawing.Color.White; @@ -1611,13 +1599,13 @@ this.smartLabel63.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel63.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel63.LineSpacing = 0F; - this.smartLabel63.Location = new System.Drawing.Point(3, 323); + this.smartLabel63.Location = new System.Drawing.Point(3, 361); this.smartLabel63.Name = "smartLabel63"; this.smartLabel63.OverlapOptimize = true; this.smartLabel63.PasswordChar = '\0'; this.smartLabel63.Radius = 3; this.smartLabel63.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel63.Size = new System.Drawing.Size(80, 20); + this.smartLabel63.Size = new System.Drawing.Size(80, 24); this.smartLabel63.TabIndex = 76; this.smartLabel63.Text = "D.Height"; this.smartLabel63.TextColor = System.Drawing.Color.White; @@ -1634,13 +1622,13 @@ this.labelDispDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff3.LineSpacing = 0F; - this.labelDispDiff3.Location = new System.Drawing.Point(469, 180); + this.labelDispDiff3.Location = new System.Drawing.Point(469, 200); this.labelDispDiff3.Name = "labelDispDiff3"; this.labelDispDiff3.OverlapOptimize = true; this.labelDispDiff3.PasswordChar = '\0'; this.labelDispDiff3.Radius = 3; this.labelDispDiff3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff3.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff3.Size = new System.Drawing.Size(104, 24); this.labelDispDiff3.TabIndex = 75; this.labelDispDiff3.Text = "97.5"; this.labelDispDiff3.TextColor = System.Drawing.Color.White; @@ -1657,13 +1645,13 @@ this.labelDispHeight3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight3.LineSpacing = 0F; - this.labelDispHeight3.Location = new System.Drawing.Point(469, 158); + this.labelDispHeight3.Location = new System.Drawing.Point(469, 174); this.labelDispHeight3.Name = "labelDispHeight3"; this.labelDispHeight3.OverlapOptimize = true; this.labelDispHeight3.PasswordChar = '\0'; this.labelDispHeight3.Radius = 3; this.labelDispHeight3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight3.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight3.Size = new System.Drawing.Size(104, 24); this.labelDispHeight3.TabIndex = 74; this.labelDispHeight3.Text = "97.5"; this.labelDispHeight3.TextColor = System.Drawing.Color.White; @@ -1680,13 +1668,13 @@ this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(387, 180); + this.smartLabel10.Location = new System.Drawing.Point(387, 200); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; this.smartLabel10.Radius = 3; this.smartLabel10.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel10.Size = new System.Drawing.Size(80, 20); + this.smartLabel10.Size = new System.Drawing.Size(80, 24); this.smartLabel10.TabIndex = 73; this.smartLabel10.Text = "D.Diff"; this.smartLabel10.TextColor = System.Drawing.Color.White; @@ -1703,13 +1691,13 @@ this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(387, 158); + this.smartLabel13.Location = new System.Drawing.Point(387, 174); this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.OverlapOptimize = true; this.smartLabel13.PasswordChar = '\0'; this.smartLabel13.Radius = 3; this.smartLabel13.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel13.Size = new System.Drawing.Size(80, 20); + this.smartLabel13.Size = new System.Drawing.Size(80, 24); this.smartLabel13.TabIndex = 72; this.smartLabel13.Text = "D.Height"; this.smartLabel13.TextColor = System.Drawing.Color.White; @@ -1726,13 +1714,13 @@ this.labelDispDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff2.LineSpacing = 0F; - this.labelDispDiff2.Location = new System.Drawing.Point(277, 180); + this.labelDispDiff2.Location = new System.Drawing.Point(277, 200); this.labelDispDiff2.Name = "labelDispDiff2"; this.labelDispDiff2.OverlapOptimize = true; this.labelDispDiff2.PasswordChar = '\0'; this.labelDispDiff2.Radius = 3; this.labelDispDiff2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff2.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff2.Size = new System.Drawing.Size(104, 24); this.labelDispDiff2.TabIndex = 71; this.labelDispDiff2.Text = "97.5"; this.labelDispDiff2.TextColor = System.Drawing.Color.White; @@ -1749,13 +1737,13 @@ this.labelDispHeight2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight2.LineSpacing = 0F; - this.labelDispHeight2.Location = new System.Drawing.Point(277, 158); + this.labelDispHeight2.Location = new System.Drawing.Point(277, 174); this.labelDispHeight2.Name = "labelDispHeight2"; this.labelDispHeight2.OverlapOptimize = true; this.labelDispHeight2.PasswordChar = '\0'; this.labelDispHeight2.Radius = 3; this.labelDispHeight2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight2.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight2.Size = new System.Drawing.Size(104, 24); this.labelDispHeight2.TabIndex = 70; this.labelDispHeight2.Text = "97.5"; this.labelDispHeight2.TextColor = System.Drawing.Color.White; @@ -1772,13 +1760,13 @@ this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(195, 180); + this.smartLabel21.Location = new System.Drawing.Point(195, 200); this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.OverlapOptimize = true; this.smartLabel21.PasswordChar = '\0'; this.smartLabel21.Radius = 3; this.smartLabel21.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel21.Size = new System.Drawing.Size(80, 20); + this.smartLabel21.Size = new System.Drawing.Size(80, 24); this.smartLabel21.TabIndex = 69; this.smartLabel21.Text = "D.Diff"; this.smartLabel21.TextColor = System.Drawing.Color.White; @@ -1795,13 +1783,13 @@ this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel23.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(195, 158); + this.smartLabel23.Location = new System.Drawing.Point(195, 174); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; this.smartLabel23.Radius = 3; this.smartLabel23.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel23.Size = new System.Drawing.Size(80, 20); + this.smartLabel23.Size = new System.Drawing.Size(80, 24); this.smartLabel23.TabIndex = 68; this.smartLabel23.Text = "D.Height"; this.smartLabel23.TextColor = System.Drawing.Color.White; @@ -1818,13 +1806,13 @@ this.labelDispDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispDiff1.LineSpacing = 0F; - this.labelDispDiff1.Location = new System.Drawing.Point(85, 180); + this.labelDispDiff1.Location = new System.Drawing.Point(85, 200); this.labelDispDiff1.Name = "labelDispDiff1"; this.labelDispDiff1.OverlapOptimize = true; this.labelDispDiff1.PasswordChar = '\0'; this.labelDispDiff1.Radius = 3; this.labelDispDiff1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispDiff1.Size = new System.Drawing.Size(104, 20); + this.labelDispDiff1.Size = new System.Drawing.Size(104, 24); this.labelDispDiff1.TabIndex = 67; this.labelDispDiff1.Text = "97.5"; this.labelDispDiff1.TextColor = System.Drawing.Color.White; @@ -1841,13 +1829,13 @@ this.labelDispHeight1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispHeight1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispHeight1.LineSpacing = 0F; - this.labelDispHeight1.Location = new System.Drawing.Point(85, 158); + this.labelDispHeight1.Location = new System.Drawing.Point(85, 174); this.labelDispHeight1.Name = "labelDispHeight1"; this.labelDispHeight1.OverlapOptimize = true; this.labelDispHeight1.PasswordChar = '\0'; this.labelDispHeight1.Radius = 3; this.labelDispHeight1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispHeight1.Size = new System.Drawing.Size(104, 20); + this.labelDispHeight1.Size = new System.Drawing.Size(104, 24); this.labelDispHeight1.TabIndex = 66; this.labelDispHeight1.Text = "97.5"; this.labelDispHeight1.TextColor = System.Drawing.Color.White; @@ -1864,13 +1852,13 @@ this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel33.LineSpacing = 0F; - this.smartLabel33.Location = new System.Drawing.Point(3, 180); + this.smartLabel33.Location = new System.Drawing.Point(3, 200); this.smartLabel33.Name = "smartLabel33"; this.smartLabel33.OverlapOptimize = true; this.smartLabel33.PasswordChar = '\0'; this.smartLabel33.Radius = 3; this.smartLabel33.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel33.Size = new System.Drawing.Size(80, 20); + this.smartLabel33.Size = new System.Drawing.Size(80, 24); this.smartLabel33.TabIndex = 65; this.smartLabel33.Text = "D.Diff"; this.smartLabel33.TextColor = System.Drawing.Color.White; @@ -1887,13 +1875,13 @@ this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel36.LineSpacing = 0F; - this.smartLabel36.Location = new System.Drawing.Point(3, 158); + this.smartLabel36.Location = new System.Drawing.Point(3, 174); this.smartLabel36.Name = "smartLabel36"; this.smartLabel36.OverlapOptimize = true; this.smartLabel36.PasswordChar = '\0'; this.smartLabel36.Radius = 3; this.smartLabel36.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel36.Size = new System.Drawing.Size(80, 20); + this.smartLabel36.Size = new System.Drawing.Size(80, 24); this.smartLabel36.TabIndex = 64; this.smartLabel36.Text = "D.Height"; this.smartLabel36.TextColor = System.Drawing.Color.White; @@ -1910,13 +1898,13 @@ this.labelPressureWorking6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking6.LineSpacing = 0F; - this.labelPressureWorking6.Location = new System.Drawing.Point(469, 257); + this.labelPressureWorking6.Location = new System.Drawing.Point(469, 283); this.labelPressureWorking6.Name = "labelPressureWorking6"; this.labelPressureWorking6.OverlapOptimize = true; this.labelPressureWorking6.PasswordChar = '\0'; this.labelPressureWorking6.Radius = 3; this.labelPressureWorking6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking6.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking6.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking6.TabIndex = 63; this.labelPressureWorking6.Text = "97.5"; this.labelPressureWorking6.TextColor = System.Drawing.Color.White; @@ -1933,13 +1921,13 @@ this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel32.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(387, 257); + this.smartLabel32.Location = new System.Drawing.Point(387, 283); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; this.smartLabel32.Radius = 3; this.smartLabel32.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel32.Size = new System.Drawing.Size(80, 20); + this.smartLabel32.Size = new System.Drawing.Size(80, 24); this.smartLabel32.TabIndex = 62; this.smartLabel32.Text = "Work"; this.smartLabel32.TextColor = System.Drawing.Color.White; @@ -1956,13 +1944,13 @@ this.labelPressureWorking5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking5.LineSpacing = 0F; - this.labelPressureWorking5.Location = new System.Drawing.Point(277, 257); + this.labelPressureWorking5.Location = new System.Drawing.Point(277, 283); this.labelPressureWorking5.Name = "labelPressureWorking5"; this.labelPressureWorking5.OverlapOptimize = true; this.labelPressureWorking5.PasswordChar = '\0'; this.labelPressureWorking5.Radius = 3; this.labelPressureWorking5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking5.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking5.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking5.TabIndex = 61; this.labelPressureWorking5.Text = "97.5"; this.labelPressureWorking5.TextColor = System.Drawing.Color.White; @@ -1979,13 +1967,13 @@ this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel34.LineSpacing = 0F; - this.smartLabel34.Location = new System.Drawing.Point(195, 257); + this.smartLabel34.Location = new System.Drawing.Point(195, 283); this.smartLabel34.Name = "smartLabel34"; this.smartLabel34.OverlapOptimize = true; this.smartLabel34.PasswordChar = '\0'; this.smartLabel34.Radius = 3; this.smartLabel34.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel34.Size = new System.Drawing.Size(80, 20); + this.smartLabel34.Size = new System.Drawing.Size(80, 24); this.smartLabel34.TabIndex = 60; this.smartLabel34.Text = "Work"; this.smartLabel34.TextColor = System.Drawing.Color.White; @@ -2002,13 +1990,13 @@ this.labelPressureWorking4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking4.LineSpacing = 0F; - this.labelPressureWorking4.Location = new System.Drawing.Point(85, 257); + this.labelPressureWorking4.Location = new System.Drawing.Point(85, 283); this.labelPressureWorking4.Name = "labelPressureWorking4"; this.labelPressureWorking4.OverlapOptimize = true; this.labelPressureWorking4.PasswordChar = '\0'; this.labelPressureWorking4.Radius = 3; this.labelPressureWorking4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking4.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking4.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking4.TabIndex = 59; this.labelPressureWorking4.Text = "97.5"; this.labelPressureWorking4.TextColor = System.Drawing.Color.White; @@ -2025,13 +2013,13 @@ this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel37.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel37.LineSpacing = 0F; - this.smartLabel37.Location = new System.Drawing.Point(3, 257); + this.smartLabel37.Location = new System.Drawing.Point(3, 283); this.smartLabel37.Name = "smartLabel37"; this.smartLabel37.OverlapOptimize = true; this.smartLabel37.PasswordChar = '\0'; this.smartLabel37.Radius = 3; this.smartLabel37.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel37.Size = new System.Drawing.Size(80, 20); + this.smartLabel37.Size = new System.Drawing.Size(80, 24); this.smartLabel37.TabIndex = 58; this.smartLabel37.Text = "Work"; this.smartLabel37.TextColor = System.Drawing.Color.White; @@ -2048,7 +2036,7 @@ this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel38.LineSpacing = 0F; - this.smartLabel38.Location = new System.Drawing.Point(387, 208); + this.smartLabel38.Location = new System.Drawing.Point(387, 230); this.smartLabel38.Name = "smartLabel38"; this.smartLabel38.OverlapOptimize = true; this.smartLabel38.PasswordChar = '\0'; @@ -2071,13 +2059,13 @@ this.labelLrJudg6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg6.LineSpacing = 0F; - this.labelLrJudg6.Location = new System.Drawing.Point(469, 301); + this.labelLrJudg6.Location = new System.Drawing.Point(469, 335); this.labelLrJudg6.Name = "labelLrJudg6"; this.labelLrJudg6.OverlapOptimize = true; this.labelLrJudg6.PasswordChar = '\0'; this.labelLrJudg6.Radius = 3; this.labelLrJudg6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg6.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg6.Size = new System.Drawing.Size(104, 24); this.labelLrJudg6.TabIndex = 56; this.labelLrJudg6.Text = "97.5"; this.labelLrJudg6.TextColor = System.Drawing.Color.White; @@ -2094,13 +2082,13 @@ this.labelLrSec6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec6.LineSpacing = 0F; - this.labelLrSec6.Location = new System.Drawing.Point(469, 279); + this.labelLrSec6.Location = new System.Drawing.Point(469, 309); this.labelLrSec6.Name = "labelLrSec6"; this.labelLrSec6.OverlapOptimize = true; this.labelLrSec6.PasswordChar = '\0'; this.labelLrSec6.Radius = 3; this.labelLrSec6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec6.Size = new System.Drawing.Size(104, 20); + this.labelLrSec6.Size = new System.Drawing.Size(104, 24); this.labelLrSec6.TabIndex = 55; this.labelLrSec6.Text = "97.5"; this.labelLrSec6.TextColor = System.Drawing.Color.White; @@ -2117,13 +2105,13 @@ this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel41.LineSpacing = 0F; - this.smartLabel41.Location = new System.Drawing.Point(387, 301); + this.smartLabel41.Location = new System.Drawing.Point(387, 335); this.smartLabel41.Name = "smartLabel41"; this.smartLabel41.OverlapOptimize = true; this.smartLabel41.PasswordChar = '\0'; this.smartLabel41.Radius = 3; this.smartLabel41.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel41.Size = new System.Drawing.Size(80, 20); + this.smartLabel41.Size = new System.Drawing.Size(80, 24); this.smartLabel41.TabIndex = 54; this.smartLabel41.Text = "P.Judg"; this.smartLabel41.TextColor = System.Drawing.Color.White; @@ -2140,13 +2128,13 @@ this.smartLabel42.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel42.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel42.LineSpacing = 0F; - this.smartLabel42.Location = new System.Drawing.Point(387, 279); + this.smartLabel42.Location = new System.Drawing.Point(387, 309); this.smartLabel42.Name = "smartLabel42"; this.smartLabel42.OverlapOptimize = true; this.smartLabel42.PasswordChar = '\0'; this.smartLabel42.Radius = 3; this.smartLabel42.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel42.Size = new System.Drawing.Size(80, 20); + this.smartLabel42.Size = new System.Drawing.Size(80, 24); this.smartLabel42.TabIndex = 53; this.smartLabel42.Text = "P.Sec"; this.smartLabel42.TextColor = System.Drawing.Color.White; @@ -2163,13 +2151,13 @@ this.labelPressureMaster6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster6.LineSpacing = 0F; - this.labelPressureMaster6.Location = new System.Drawing.Point(469, 235); + this.labelPressureMaster6.Location = new System.Drawing.Point(469, 257); this.labelPressureMaster6.Name = "labelPressureMaster6"; this.labelPressureMaster6.OverlapOptimize = true; this.labelPressureMaster6.PasswordChar = '\0'; this.labelPressureMaster6.Radius = 3; this.labelPressureMaster6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster6.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster6.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster6.TabIndex = 52; this.labelPressureMaster6.Text = "97.5"; this.labelPressureMaster6.TextColor = System.Drawing.Color.White; @@ -2186,13 +2174,13 @@ this.smartLabel44.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel44.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel44.LineSpacing = 0F; - this.smartLabel44.Location = new System.Drawing.Point(387, 235); + this.smartLabel44.Location = new System.Drawing.Point(387, 257); this.smartLabel44.Name = "smartLabel44"; this.smartLabel44.OverlapOptimize = true; this.smartLabel44.PasswordChar = '\0'; this.smartLabel44.Radius = 3; this.smartLabel44.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel44.Size = new System.Drawing.Size(80, 20); + this.smartLabel44.Size = new System.Drawing.Size(80, 24); this.smartLabel44.TabIndex = 51; this.smartLabel44.Text = "Master"; this.smartLabel44.TextColor = System.Drawing.Color.White; @@ -2209,7 +2197,7 @@ this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel45.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel45.LineSpacing = 0F; - this.smartLabel45.Location = new System.Drawing.Point(195, 208); + this.smartLabel45.Location = new System.Drawing.Point(195, 230); this.smartLabel45.Name = "smartLabel45"; this.smartLabel45.OverlapOptimize = true; this.smartLabel45.PasswordChar = '\0'; @@ -2232,13 +2220,13 @@ this.labelLrJudg5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg5.LineSpacing = 0F; - this.labelLrJudg5.Location = new System.Drawing.Point(277, 301); + this.labelLrJudg5.Location = new System.Drawing.Point(277, 335); this.labelLrJudg5.Name = "labelLrJudg5"; this.labelLrJudg5.OverlapOptimize = true; this.labelLrJudg5.PasswordChar = '\0'; this.labelLrJudg5.Radius = 3; this.labelLrJudg5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg5.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg5.Size = new System.Drawing.Size(104, 24); this.labelLrJudg5.TabIndex = 49; this.labelLrJudg5.Text = "97.5"; this.labelLrJudg5.TextColor = System.Drawing.Color.White; @@ -2255,13 +2243,13 @@ this.labelLrSec5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec5.LineSpacing = 0F; - this.labelLrSec5.Location = new System.Drawing.Point(277, 279); + this.labelLrSec5.Location = new System.Drawing.Point(277, 309); this.labelLrSec5.Name = "labelLrSec5"; this.labelLrSec5.OverlapOptimize = true; this.labelLrSec5.PasswordChar = '\0'; this.labelLrSec5.Radius = 3; this.labelLrSec5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec5.Size = new System.Drawing.Size(104, 20); + this.labelLrSec5.Size = new System.Drawing.Size(104, 24); this.labelLrSec5.TabIndex = 48; this.labelLrSec5.Text = "97.5"; this.labelLrSec5.TextColor = System.Drawing.Color.White; @@ -2278,13 +2266,13 @@ this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel48.LineSpacing = 0F; - this.smartLabel48.Location = new System.Drawing.Point(195, 301); + this.smartLabel48.Location = new System.Drawing.Point(195, 335); this.smartLabel48.Name = "smartLabel48"; this.smartLabel48.OverlapOptimize = true; this.smartLabel48.PasswordChar = '\0'; this.smartLabel48.Radius = 3; this.smartLabel48.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel48.Size = new System.Drawing.Size(80, 20); + this.smartLabel48.Size = new System.Drawing.Size(80, 24); this.smartLabel48.TabIndex = 47; this.smartLabel48.Text = "P.Judg"; this.smartLabel48.TextColor = System.Drawing.Color.White; @@ -2301,13 +2289,13 @@ this.smartLabel49.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel49.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel49.LineSpacing = 0F; - this.smartLabel49.Location = new System.Drawing.Point(195, 279); + this.smartLabel49.Location = new System.Drawing.Point(195, 309); this.smartLabel49.Name = "smartLabel49"; this.smartLabel49.OverlapOptimize = true; this.smartLabel49.PasswordChar = '\0'; this.smartLabel49.Radius = 3; this.smartLabel49.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel49.Size = new System.Drawing.Size(80, 20); + this.smartLabel49.Size = new System.Drawing.Size(80, 24); this.smartLabel49.TabIndex = 46; this.smartLabel49.Text = "P.Sec"; this.smartLabel49.TextColor = System.Drawing.Color.White; @@ -2324,13 +2312,13 @@ this.labelPressureMaster5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster5.LineSpacing = 0F; - this.labelPressureMaster5.Location = new System.Drawing.Point(277, 235); + this.labelPressureMaster5.Location = new System.Drawing.Point(277, 257); this.labelPressureMaster5.Name = "labelPressureMaster5"; this.labelPressureMaster5.OverlapOptimize = true; this.labelPressureMaster5.PasswordChar = '\0'; this.labelPressureMaster5.Radius = 3; this.labelPressureMaster5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster5.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster5.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster5.TabIndex = 45; this.labelPressureMaster5.Text = "97.5"; this.labelPressureMaster5.TextColor = System.Drawing.Color.White; @@ -2347,13 +2335,13 @@ this.smartLabel51.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel51.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel51.LineSpacing = 0F; - this.smartLabel51.Location = new System.Drawing.Point(195, 235); + this.smartLabel51.Location = new System.Drawing.Point(195, 257); this.smartLabel51.Name = "smartLabel51"; this.smartLabel51.OverlapOptimize = true; this.smartLabel51.PasswordChar = '\0'; this.smartLabel51.Radius = 3; this.smartLabel51.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel51.Size = new System.Drawing.Size(80, 20); + this.smartLabel51.Size = new System.Drawing.Size(80, 24); this.smartLabel51.TabIndex = 44; this.smartLabel51.Text = "Master"; this.smartLabel51.TextColor = System.Drawing.Color.White; @@ -2370,7 +2358,7 @@ this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.smartLabel52.LineSpacing = 0F; - this.smartLabel52.Location = new System.Drawing.Point(3, 208); + this.smartLabel52.Location = new System.Drawing.Point(3, 230); this.smartLabel52.Name = "smartLabel52"; this.smartLabel52.OverlapOptimize = true; this.smartLabel52.PasswordChar = '\0'; @@ -2393,13 +2381,13 @@ this.labelLrJudg4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg4.LineSpacing = 0F; - this.labelLrJudg4.Location = new System.Drawing.Point(85, 301); + this.labelLrJudg4.Location = new System.Drawing.Point(85, 335); this.labelLrJudg4.Name = "labelLrJudg4"; this.labelLrJudg4.OverlapOptimize = true; this.labelLrJudg4.PasswordChar = '\0'; this.labelLrJudg4.Radius = 3; this.labelLrJudg4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg4.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg4.Size = new System.Drawing.Size(104, 24); this.labelLrJudg4.TabIndex = 42; this.labelLrJudg4.Text = "97.5"; this.labelLrJudg4.TextColor = System.Drawing.Color.White; @@ -2416,13 +2404,13 @@ this.labelLrSec4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec4.LineSpacing = 0F; - this.labelLrSec4.Location = new System.Drawing.Point(85, 279); + this.labelLrSec4.Location = new System.Drawing.Point(85, 309); this.labelLrSec4.Name = "labelLrSec4"; this.labelLrSec4.OverlapOptimize = true; this.labelLrSec4.PasswordChar = '\0'; this.labelLrSec4.Radius = 3; this.labelLrSec4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec4.Size = new System.Drawing.Size(104, 20); + this.labelLrSec4.Size = new System.Drawing.Size(104, 24); this.labelLrSec4.TabIndex = 41; this.labelLrSec4.Text = "97.5"; this.labelLrSec4.TextColor = System.Drawing.Color.White; @@ -2439,13 +2427,13 @@ this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel57.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel57.LineSpacing = 0F; - this.smartLabel57.Location = new System.Drawing.Point(3, 301); + this.smartLabel57.Location = new System.Drawing.Point(3, 335); this.smartLabel57.Name = "smartLabel57"; this.smartLabel57.OverlapOptimize = true; this.smartLabel57.PasswordChar = '\0'; this.smartLabel57.Radius = 3; this.smartLabel57.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel57.Size = new System.Drawing.Size(80, 20); + this.smartLabel57.Size = new System.Drawing.Size(80, 24); this.smartLabel57.TabIndex = 40; this.smartLabel57.Text = "P.Judg"; this.smartLabel57.TextColor = System.Drawing.Color.White; @@ -2462,13 +2450,13 @@ this.smartLabel58.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel58.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel58.LineSpacing = 0F; - this.smartLabel58.Location = new System.Drawing.Point(3, 279); + this.smartLabel58.Location = new System.Drawing.Point(3, 309); this.smartLabel58.Name = "smartLabel58"; this.smartLabel58.OverlapOptimize = true; this.smartLabel58.PasswordChar = '\0'; this.smartLabel58.Radius = 3; this.smartLabel58.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel58.Size = new System.Drawing.Size(80, 20); + this.smartLabel58.Size = new System.Drawing.Size(80, 24); this.smartLabel58.TabIndex = 39; this.smartLabel58.Text = "P.Sec"; this.smartLabel58.TextColor = System.Drawing.Color.White; @@ -2485,13 +2473,13 @@ this.labelPressureMaster4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster4.LineSpacing = 0F; - this.labelPressureMaster4.Location = new System.Drawing.Point(85, 235); + this.labelPressureMaster4.Location = new System.Drawing.Point(85, 257); this.labelPressureMaster4.Name = "labelPressureMaster4"; this.labelPressureMaster4.OverlapOptimize = true; this.labelPressureMaster4.PasswordChar = '\0'; this.labelPressureMaster4.Radius = 3; this.labelPressureMaster4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster4.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster4.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster4.TabIndex = 38; this.labelPressureMaster4.Text = "97.5"; this.labelPressureMaster4.TextColor = System.Drawing.Color.White; @@ -2508,13 +2496,13 @@ this.smartLabel60.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel60.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel60.LineSpacing = 0F; - this.smartLabel60.Location = new System.Drawing.Point(3, 235); + this.smartLabel60.Location = new System.Drawing.Point(3, 257); this.smartLabel60.Name = "smartLabel60"; this.smartLabel60.OverlapOptimize = true; this.smartLabel60.PasswordChar = '\0'; this.smartLabel60.Radius = 3; this.smartLabel60.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel60.Size = new System.Drawing.Size(80, 20); + this.smartLabel60.Size = new System.Drawing.Size(80, 24); this.smartLabel60.TabIndex = 37; this.smartLabel60.Text = "Master"; this.smartLabel60.TextColor = System.Drawing.Color.White; @@ -2531,13 +2519,13 @@ this.labelPressureWorking3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking3.LineSpacing = 0F; - this.labelPressureWorking3.Location = new System.Drawing.Point(469, 92); + this.labelPressureWorking3.Location = new System.Drawing.Point(469, 96); this.labelPressureWorking3.Name = "labelPressureWorking3"; this.labelPressureWorking3.OverlapOptimize = true; this.labelPressureWorking3.PasswordChar = '\0'; this.labelPressureWorking3.Radius = 3; this.labelPressureWorking3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking3.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking3.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking3.TabIndex = 36; this.labelPressureWorking3.Text = "97.5"; this.labelPressureWorking3.TextColor = System.Drawing.Color.White; @@ -2554,13 +2542,13 @@ this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel22.LineSpacing = 0F; - this.smartLabel22.Location = new System.Drawing.Point(387, 92); + this.smartLabel22.Location = new System.Drawing.Point(387, 96); this.smartLabel22.Name = "smartLabel22"; this.smartLabel22.OverlapOptimize = true; this.smartLabel22.PasswordChar = '\0'; this.smartLabel22.Radius = 3; this.smartLabel22.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel22.Size = new System.Drawing.Size(80, 20); + this.smartLabel22.Size = new System.Drawing.Size(80, 24); this.smartLabel22.TabIndex = 35; this.smartLabel22.Text = "Work"; this.smartLabel22.TextColor = System.Drawing.Color.White; @@ -2577,13 +2565,13 @@ this.labelPressureWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking2.LineSpacing = 0F; - this.labelPressureWorking2.Location = new System.Drawing.Point(277, 92); + this.labelPressureWorking2.Location = new System.Drawing.Point(277, 96); this.labelPressureWorking2.Name = "labelPressureWorking2"; this.labelPressureWorking2.OverlapOptimize = true; this.labelPressureWorking2.PasswordChar = '\0'; this.labelPressureWorking2.Radius = 3; this.labelPressureWorking2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking2.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking2.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking2.TabIndex = 34; this.labelPressureWorking2.Text = "97.5"; this.labelPressureWorking2.TextColor = System.Drawing.Color.White; @@ -2600,13 +2588,13 @@ this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel27.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel27.LineSpacing = 0F; - this.smartLabel27.Location = new System.Drawing.Point(195, 92); + this.smartLabel27.Location = new System.Drawing.Point(195, 96); this.smartLabel27.Name = "smartLabel27"; this.smartLabel27.OverlapOptimize = true; this.smartLabel27.PasswordChar = '\0'; this.smartLabel27.Radius = 3; this.smartLabel27.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel27.Size = new System.Drawing.Size(80, 20); + this.smartLabel27.Size = new System.Drawing.Size(80, 24); this.smartLabel27.TabIndex = 33; this.smartLabel27.Text = "Work"; this.smartLabel27.TextColor = System.Drawing.Color.White; @@ -2629,7 +2617,7 @@ this.labelPressureMaster1.PasswordChar = '\0'; this.labelPressureMaster1.Radius = 3; this.labelPressureMaster1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster1.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster1.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster1.TabIndex = 32; this.labelPressureMaster1.Text = "97.5"; this.labelPressureMaster1.TextColor = System.Drawing.Color.White; @@ -2646,13 +2634,13 @@ this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel29.LineSpacing = 0F; - this.smartLabel29.Location = new System.Drawing.Point(3, 92); + this.smartLabel29.Location = new System.Drawing.Point(3, 96); this.smartLabel29.Name = "smartLabel29"; this.smartLabel29.OverlapOptimize = true; this.smartLabel29.PasswordChar = '\0'; this.smartLabel29.Radius = 3; this.smartLabel29.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel29.Size = new System.Drawing.Size(80, 20); + this.smartLabel29.Size = new System.Drawing.Size(80, 24); this.smartLabel29.TabIndex = 31; this.smartLabel29.Text = "Work"; this.smartLabel29.TextColor = System.Drawing.Color.White; @@ -2692,13 +2680,13 @@ this.labelLrJudg3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg3.LineSpacing = 0F; - this.labelLrJudg3.Location = new System.Drawing.Point(469, 136); + this.labelLrJudg3.Location = new System.Drawing.Point(469, 148); this.labelLrJudg3.Name = "labelLrJudg3"; this.labelLrJudg3.OverlapOptimize = true; this.labelLrJudg3.PasswordChar = '\0'; this.labelLrJudg3.Radius = 3; this.labelLrJudg3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg3.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg3.Size = new System.Drawing.Size(104, 24); this.labelLrJudg3.TabIndex = 29; this.labelLrJudg3.Text = "97.5"; this.labelLrJudg3.TextColor = System.Drawing.Color.White; @@ -2715,13 +2703,13 @@ this.labelLrSec3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec3.LineSpacing = 0F; - this.labelLrSec3.Location = new System.Drawing.Point(469, 114); + this.labelLrSec3.Location = new System.Drawing.Point(469, 122); this.labelLrSec3.Name = "labelLrSec3"; this.labelLrSec3.OverlapOptimize = true; this.labelLrSec3.PasswordChar = '\0'; this.labelLrSec3.Radius = 3; this.labelLrSec3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec3.Size = new System.Drawing.Size(104, 20); + this.labelLrSec3.Size = new System.Drawing.Size(104, 24); this.labelLrSec3.TabIndex = 28; this.labelLrSec3.Text = "97.5"; this.labelLrSec3.TextColor = System.Drawing.Color.White; @@ -2738,13 +2726,13 @@ this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel17.LineSpacing = 0F; - this.smartLabel17.Location = new System.Drawing.Point(387, 136); + this.smartLabel17.Location = new System.Drawing.Point(387, 148); this.smartLabel17.Name = "smartLabel17"; this.smartLabel17.OverlapOptimize = true; this.smartLabel17.PasswordChar = '\0'; this.smartLabel17.Radius = 3; this.smartLabel17.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel17.Size = new System.Drawing.Size(80, 20); + this.smartLabel17.Size = new System.Drawing.Size(80, 24); this.smartLabel17.TabIndex = 27; this.smartLabel17.Text = "P.Judg"; this.smartLabel17.TextColor = System.Drawing.Color.White; @@ -2761,13 +2749,13 @@ this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel18.LineSpacing = 0F; - this.smartLabel18.Location = new System.Drawing.Point(387, 114); + this.smartLabel18.Location = new System.Drawing.Point(387, 122); this.smartLabel18.Name = "smartLabel18"; this.smartLabel18.OverlapOptimize = true; this.smartLabel18.PasswordChar = '\0'; this.smartLabel18.Radius = 3; this.smartLabel18.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel18.Size = new System.Drawing.Size(80, 20); + this.smartLabel18.Size = new System.Drawing.Size(80, 24); this.smartLabel18.TabIndex = 26; this.smartLabel18.Text = "P.Sec"; this.smartLabel18.TextColor = System.Drawing.Color.White; @@ -2790,7 +2778,7 @@ this.labelPressureMaster3.PasswordChar = '\0'; this.labelPressureMaster3.Radius = 3; this.labelPressureMaster3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster3.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster3.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster3.TabIndex = 25; this.labelPressureMaster3.Text = "97.5"; this.labelPressureMaster3.TextColor = System.Drawing.Color.White; @@ -2813,7 +2801,7 @@ this.smartLabel20.PasswordChar = '\0'; this.smartLabel20.Radius = 3; this.smartLabel20.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel20.Size = new System.Drawing.Size(80, 20); + this.smartLabel20.Size = new System.Drawing.Size(80, 24); this.smartLabel20.TabIndex = 24; this.smartLabel20.Text = "Master"; this.smartLabel20.TextColor = System.Drawing.Color.White; @@ -2853,13 +2841,13 @@ this.labelLrJudg2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg2.LineSpacing = 0F; - this.labelLrJudg2.Location = new System.Drawing.Point(277, 136); + this.labelLrJudg2.Location = new System.Drawing.Point(277, 148); this.labelLrJudg2.Name = "labelLrJudg2"; this.labelLrJudg2.OverlapOptimize = true; this.labelLrJudg2.PasswordChar = '\0'; this.labelLrJudg2.Radius = 3; this.labelLrJudg2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg2.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg2.Size = new System.Drawing.Size(104, 24); this.labelLrJudg2.TabIndex = 22; this.labelLrJudg2.Text = "97.5"; this.labelLrJudg2.TextColor = System.Drawing.Color.White; @@ -2876,13 +2864,13 @@ this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec2.LineSpacing = 0F; - this.labelLrSec2.Location = new System.Drawing.Point(277, 114); + this.labelLrSec2.Location = new System.Drawing.Point(277, 122); this.labelLrSec2.Name = "labelLrSec2"; this.labelLrSec2.OverlapOptimize = true; this.labelLrSec2.PasswordChar = '\0'; this.labelLrSec2.Radius = 3; this.labelLrSec2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec2.Size = new System.Drawing.Size(104, 20); + this.labelLrSec2.Size = new System.Drawing.Size(104, 24); this.labelLrSec2.TabIndex = 21; this.labelLrSec2.Text = "97.5"; this.labelLrSec2.TextColor = System.Drawing.Color.White; @@ -2899,13 +2887,13 @@ this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(195, 136); + this.smartLabel8.Location = new System.Drawing.Point(195, 148); this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.OverlapOptimize = true; this.smartLabel8.PasswordChar = '\0'; this.smartLabel8.Radius = 3; this.smartLabel8.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel8.Size = new System.Drawing.Size(80, 20); + this.smartLabel8.Size = new System.Drawing.Size(80, 24); this.smartLabel8.TabIndex = 20; this.smartLabel8.Text = "P.Judg"; this.smartLabel8.TextColor = System.Drawing.Color.White; @@ -2922,13 +2910,13 @@ this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(195, 114); + this.smartLabel9.Location = new System.Drawing.Point(195, 122); this.smartLabel9.Name = "smartLabel9"; this.smartLabel9.OverlapOptimize = true; this.smartLabel9.PasswordChar = '\0'; this.smartLabel9.Radius = 3; this.smartLabel9.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel9.Size = new System.Drawing.Size(80, 20); + this.smartLabel9.Size = new System.Drawing.Size(80, 24); this.smartLabel9.TabIndex = 19; this.smartLabel9.Text = "P.Sec"; this.smartLabel9.TextColor = System.Drawing.Color.White; @@ -2951,7 +2939,7 @@ this.labelPressureMaster2.PasswordChar = '\0'; this.labelPressureMaster2.Radius = 3; this.labelPressureMaster2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureMaster2.Size = new System.Drawing.Size(104, 20); + this.labelPressureMaster2.Size = new System.Drawing.Size(104, 24); this.labelPressureMaster2.TabIndex = 18; this.labelPressureMaster2.Text = "97.5"; this.labelPressureMaster2.TextColor = System.Drawing.Color.White; @@ -2974,7 +2962,7 @@ this.smartLabel11.PasswordChar = '\0'; this.smartLabel11.Radius = 3; this.smartLabel11.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel11.Size = new System.Drawing.Size(80, 20); + this.smartLabel11.Size = new System.Drawing.Size(80, 24); this.smartLabel11.TabIndex = 17; this.smartLabel11.Text = "Master"; this.smartLabel11.TextColor = System.Drawing.Color.White; @@ -3014,13 +3002,13 @@ this.labelLrJudg1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrJudg1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrJudg1.LineSpacing = 0F; - this.labelLrJudg1.Location = new System.Drawing.Point(85, 136); + this.labelLrJudg1.Location = new System.Drawing.Point(85, 148); this.labelLrJudg1.Name = "labelLrJudg1"; this.labelLrJudg1.OverlapOptimize = true; this.labelLrJudg1.PasswordChar = '\0'; this.labelLrJudg1.Radius = 3; this.labelLrJudg1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrJudg1.Size = new System.Drawing.Size(104, 20); + this.labelLrJudg1.Size = new System.Drawing.Size(104, 24); this.labelLrJudg1.TabIndex = 11; this.labelLrJudg1.Text = "97.5"; this.labelLrJudg1.TextColor = System.Drawing.Color.White; @@ -3037,13 +3025,13 @@ this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelLrSec1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelLrSec1.LineSpacing = 0F; - this.labelLrSec1.Location = new System.Drawing.Point(85, 114); + this.labelLrSec1.Location = new System.Drawing.Point(85, 122); this.labelLrSec1.Name = "labelLrSec1"; this.labelLrSec1.OverlapOptimize = true; this.labelLrSec1.PasswordChar = '\0'; this.labelLrSec1.Radius = 3; this.labelLrSec1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelLrSec1.Size = new System.Drawing.Size(104, 20); + this.labelLrSec1.Size = new System.Drawing.Size(104, 24); this.labelLrSec1.TabIndex = 10; this.labelLrSec1.Text = "97.5"; this.labelLrSec1.TextColor = System.Drawing.Color.White; @@ -3060,13 +3048,13 @@ this.smartLabel55.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel55.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel55.LineSpacing = 0F; - this.smartLabel55.Location = new System.Drawing.Point(3, 136); + this.smartLabel55.Location = new System.Drawing.Point(3, 148); this.smartLabel55.Name = "smartLabel55"; this.smartLabel55.OverlapOptimize = true; this.smartLabel55.PasswordChar = '\0'; this.smartLabel55.Radius = 3; this.smartLabel55.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel55.Size = new System.Drawing.Size(80, 20); + this.smartLabel55.Size = new System.Drawing.Size(80, 24); this.smartLabel55.TabIndex = 9; this.smartLabel55.Text = "P.Judg"; this.smartLabel55.TextColor = System.Drawing.Color.White; @@ -3083,13 +3071,13 @@ this.smartLabel54.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel54.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel54.LineSpacing = 0F; - this.smartLabel54.Location = new System.Drawing.Point(3, 114); + this.smartLabel54.Location = new System.Drawing.Point(3, 122); this.smartLabel54.Name = "smartLabel54"; this.smartLabel54.OverlapOptimize = true; this.smartLabel54.PasswordChar = '\0'; this.smartLabel54.Radius = 3; this.smartLabel54.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel54.Size = new System.Drawing.Size(80, 20); + this.smartLabel54.Size = new System.Drawing.Size(80, 24); this.smartLabel54.TabIndex = 8; this.smartLabel54.Text = "P.Sec"; this.smartLabel54.TextColor = System.Drawing.Color.White; @@ -3106,13 +3094,13 @@ this.labelPressureWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWorking1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWorking1.LineSpacing = 0F; - this.labelPressureWorking1.Location = new System.Drawing.Point(85, 92); + this.labelPressureWorking1.Location = new System.Drawing.Point(85, 96); this.labelPressureWorking1.Name = "labelPressureWorking1"; this.labelPressureWorking1.OverlapOptimize = true; this.labelPressureWorking1.PasswordChar = '\0'; this.labelPressureWorking1.Radius = 3; this.labelPressureWorking1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelPressureWorking1.Size = new System.Drawing.Size(104, 20); + this.labelPressureWorking1.Size = new System.Drawing.Size(104, 24); this.labelPressureWorking1.TabIndex = 2; this.labelPressureWorking1.Text = "97.5"; this.labelPressureWorking1.TextColor = System.Drawing.Color.White; @@ -3135,7 +3123,7 @@ this.smartLabel4.PasswordChar = '\0'; this.smartLabel4.Radius = 3; this.smartLabel4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel4.Size = new System.Drawing.Size(80, 20); + this.smartLabel4.Size = new System.Drawing.Size(80, 24); this.smartLabel4.TabIndex = 0; this.smartLabel4.Text = "Master"; this.smartLabel4.TextColor = System.Drawing.Color.White; @@ -3278,7 +3266,6 @@ private SmartX.SmartLabel smartLabel9; private SmartX.SmartLabel labelPressureMaster2; private SmartX.SmartLabel smartLabel11; - private SmartX.SmartButton buttonSlotLeft; private SmartX.SmartLabel labelDispDiff6; private SmartX.SmartLabel labelDispHeight6; private SmartX.SmartLabel smartLabel43; @@ -3304,5 +3291,6 @@ private SmartX.SmartLabel smartLabel33; private SmartX.SmartLabel smartLabel36; private SmartX.SmartTimer smartTimerProgressBar; + private SmartX.SmartLabel labelInspectionReady; } } diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.cs index 0b33cec..ccb0d61 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_1.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; -namespace INT_LKD_PTB.Controls.MainDisplay +namespace INT_LKD_PTB6_DW.Controls.MainDisplay { public partial class ControlMainDisplay_1 : UserControl { @@ -74,6 +74,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.ColorResultNG = Color.FromArgb(255, 128, 128); this.ColorResultNone = Color.FromArgb(224, 224, 224); + this.labelInspectionReady.BackGroundColor = this.ColorResultNG; } private void Initialize() { @@ -187,7 +188,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay value = "PASS"; c = this.ColorResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: value = "LEAK"; c = this.ColorResultNG; break; @@ -220,7 +221,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay case Define.E_JudgmentStatus.Pass: c = this.ColorResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: c = this.ColorResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -248,7 +249,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay case Define.E_JudgmentStatus.Pass: c = this.ColorResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: c = this.ColorResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -286,6 +287,15 @@ namespace INT_LKD_PTB.Controls.MainDisplay } } + // Inspection Ready 상태 + public void UpdateDisplayInspectionReadStatus(SystemStatus status) + { + if (status.InspectionReady == false) + this.labelInspectionReady.BackGroundColor = this.ColorResultNG; + else + this.labelInspectionReady.BackGroundColor = this.ColorResultPass; + } + // 진행상태 데이터 private void ProcessStatusStep1(Define.E_ProcessStatus status) { @@ -503,6 +513,10 @@ namespace INT_LKD_PTB.Controls.MainDisplay case Define.E_ProcessStatus._3_MoveToLeak: break; case Define.E_ProcessStatus._4_MoveToCheck: + break; + case Define.E_ProcessStatus._5_ChamberMerge: + break; + case Define.E_ProcessStatus._6_VacuumStart: this.InitializeData(); this.SetLabelResultDiff(this.labelResultDiff1, Define.E_JudgmentStatus.None); this.SetLabelResultDiff(this.labelResultDiff2, Define.E_JudgmentStatus.None); @@ -517,10 +531,6 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.SetLabelResultDisp(this.labelResultDisp5, Define.E_JudgmentStatus.None); this.SetLabelResultDisp(this.labelResultDisp6, Define.E_JudgmentStatus.None); break; - case Define.E_ProcessStatus._5_ChamberMerge: - break; - case Define.E_ProcessStatus._6_VacuumStart: - break; case Define.E_ProcessStatus._7_VacuumHold: break; case Define.E_ProcessStatus._8_Judgment: @@ -544,7 +554,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay } // 차압센서 데이터 - private void UpdateDisplayDiffdata(SmartLabel labelSec, SmartLabel labelJudg, LeakData1 data) + private void UpdateDisplayDiffdata(SmartLabel labelSec, SmartLabel labelJudg, LeakData data) { string value = ""; @@ -556,7 +566,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (labelJudg.Text != value) labelJudg.Text = value; } - public void UpdateDisplayDiffData(Collection datas) + public void UpdateDisplayDiffData(Collection datas) { this.UpdateDisplayDiffData1(datas[0]); this.UpdateDisplayDiffData2(datas[1]); @@ -565,33 +575,33 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayDiffData5(datas[4]); this.UpdateDisplayDiffData6(datas[5]); } - private void UpdateDisplayDiffData1(LeakData1 data) + private void UpdateDisplayDiffData1(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[0], this.CollLabelLrJudg[0], data); } - private void UpdateDisplayDiffData2(LeakData1 data) + private void UpdateDisplayDiffData2(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[1], this.CollLabelLrJudg[1], data); } - private void UpdateDisplayDiffData3(LeakData1 data) + private void UpdateDisplayDiffData3(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[2], this.CollLabelLrJudg[2], data); } - private void UpdateDisplayDiffData4(LeakData1 data) + private void UpdateDisplayDiffData4(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[3], this.CollLabelLrJudg[3], data); } - private void UpdateDisplayDiffData5(LeakData1 data) + private void UpdateDisplayDiffData5(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[4], this.CollLabelLrJudg[4], data); } - private void UpdateDisplayDiffData6(LeakData1 data) + private void UpdateDisplayDiffData6(LeakData data) { this.UpdateDisplayDiffdata(this.CollLabelLrSec[5], this.CollLabelLrJudg[5], data); } // 변위센서 데이터 - private void UpdateDisplayDispData(SmartLabel labelHeight, SmartLabel labelDiff, LeakData1 data) + private void UpdateDisplayDispData(SmartLabel labelHeight, SmartLabel labelDiff, LeakData data) { string value = ""; @@ -603,7 +613,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (labelDiff.Text != value) labelDiff.Text = value; } - public void UpdateDisplayDispData(Collection datas) + public void UpdateDisplayDispData(Collection datas) { this.UpdateDisplayDispData1(datas[0]); this.UpdateDisplayDispData2(datas[1]); @@ -612,33 +622,33 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayDispData5(datas[4]); this.UpdateDisplayDispData6(datas[5]); } - private void UpdateDisplayDispData1(LeakData1 data) + private void UpdateDisplayDispData1(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[0], this.CollLabelDispDiff[0], data); } - private void UpdateDisplayDispData2(LeakData1 data) + private void UpdateDisplayDispData2(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[1], this.CollLabelDispDiff[1], data); } - private void UpdateDisplayDispData3(LeakData1 data) + private void UpdateDisplayDispData3(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[2], this.CollLabelDispDiff[2], data); } - private void UpdateDisplayDispData4(LeakData1 data) + private void UpdateDisplayDispData4(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[3], this.CollLabelDispDiff[3], data); } - private void UpdateDisplayDispData5(LeakData1 data) + private void UpdateDisplayDispData5(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[4], this.CollLabelDispDiff[4], data); } - private void UpdateDisplayDispData6(LeakData1 data) + private void UpdateDisplayDispData6(LeakData data) { this.UpdateDisplayDispData(this.CollLabelDispHeight[5], this.CollLabelDispDiff[5], data); } // 압력센서 데이터 - private void UpdateDisplayPresData(SmartLabel labelMaster, SmartLabel labelWork, LeakData1 data) + private void UpdateDisplayPresData(SmartLabel labelMaster, SmartLabel labelWork, LeakData data) { string value = ""; @@ -650,7 +660,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (labelWork.Text != value) labelWork.Text = value; } - public void UpdateDisplayPresData(Collection datas) + public void UpdateDisplayPresData(Collection datas) { this.UpdateDisplayPresData1(datas[0]); this.UpdateDisplayPresData2(datas[1]); @@ -659,33 +669,33 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayPresData5(datas[4]); this.UpdateDisplayPresData6(datas[5]); } - private void UpdateDisplayPresData1(LeakData1 data) + private void UpdateDisplayPresData1(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[0], this.CollLabelWork[0], data); } - private void UpdateDisplayPresData2(LeakData1 data) + private void UpdateDisplayPresData2(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[1], this.CollLabelWork[1], data); } - private void UpdateDisplayPresData3(LeakData1 data) + private void UpdateDisplayPresData3(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[2], this.CollLabelWork[2], data); } - private void UpdateDisplayPresData4(LeakData1 data) + private void UpdateDisplayPresData4(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[3], this.CollLabelWork[3], data); } - private void UpdateDisplayPresData5(LeakData1 data) + private void UpdateDisplayPresData5(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[4], this.CollLabelWork[4], data); } - private void UpdateDisplayPresData6(LeakData1 data) + private void UpdateDisplayPresData6(LeakData data) { this.UpdateDisplayPresData(this.CollLabelMaster[5], this.CollLabelWork[5], data); } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { this.UpdateDisplayJudgmentData1(datas[0]); this.UpdateDisplayJudgmentData2(datas[1]); @@ -697,37 +707,37 @@ namespace INT_LKD_PTB.Controls.MainDisplay // TrackingInspectionData this.ParentForm.ParentForm.TrackingInspectionData(datas); } - private void UpdateDisplayJudgmentData1(LeakData1 data) + private void UpdateDisplayJudgmentData1(LeakData data) { this.SetLabelResult(this.labelResultProcess1, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff1, data.Judgment.DIFF_Result); this.SetLabelResultDisp(this.labelResultDisp1, data.Judgment.DISP_Result); } - private void UpdateDisplayJudgmentData2(LeakData1 data) + private void UpdateDisplayJudgmentData2(LeakData data) { this.SetLabelResult(this.labelResultProcess2, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff2, data.Judgment.DIFF_Result); this.SetLabelResultDisp(this.labelResultDisp2, data.Judgment.DISP_Result); } - private void UpdateDisplayJudgmentData3(LeakData1 data) + private void UpdateDisplayJudgmentData3(LeakData data) { this.SetLabelResult(this.labelResultProcess3, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff3, data.Judgment.DIFF_Result); this.SetLabelResultDisp(this.labelResultDisp3, data.Judgment.DISP_Result); } - private void UpdateDisplayJudgmentData4(LeakData1 data) + private void UpdateDisplayJudgmentData4(LeakData data) { this.SetLabelResult(this.labelResultProcess4, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff4, data.Judgment.DIFF_Result); this.SetLabelResultDisp(this.labelResultDisp4, data.Judgment.DISP_Result); } - private void UpdateDisplayJudgmentData5(LeakData1 data) + private void UpdateDisplayJudgmentData5(LeakData data) { this.SetLabelResult(this.labelResultProcess5, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff5, data.Judgment.DIFF_Result); this.SetLabelResultDisp(this.labelResultDisp5, data.Judgment.DISP_Result); } - private void UpdateDisplayJudgmentData6(LeakData1 data) + private void UpdateDisplayJudgmentData6(LeakData data) { this.SetLabelResult(this.labelResultProcess6, data.Judgment.Result); this.SetLabelResultDiff(this.labelResultDiff6, data.Judgment.DIFF_Result); diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.Designer.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.Designer.cs index 98daeaf..1e345db 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls.MainDisplay +namespace INT_LKD_PTB6_DW.Controls.MainDisplay { partial class ControlMainDisplay_2 { diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.cs index 8a1cf62..383c402 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_2.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; -namespace INT_LKD_PTB.Controls.MainDisplay +namespace INT_LKD_PTB6_DW.Controls.MainDisplay { public partial class ControlMainDisplay_2 : UserControl { @@ -203,7 +203,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay label2.TextColor = Define.ColorTextResultPass; label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) { case Define.E_LanguageID.Chinese: @@ -259,7 +259,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -282,7 +282,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -395,7 +395,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay } // 차압센서 데이터 - public void UpdateDisplayDiffData(Collection datas) + public void UpdateDisplayDiffData(Collection datas) { this.UpdateDisplayDiffData1(datas[0]); this.UpdateDisplayDiffData2(datas[1]); @@ -404,7 +404,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayDiffData5(datas[4]); this.UpdateDisplayDiffData6(datas[5]); } - private void UpdateDisplayDiffData1(LeakData1 data) + private void UpdateDisplayDiffData1(LeakData data) { string value = ""; @@ -420,7 +420,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelLRMax[0].Text != value) this.CollectionLabelLRMax[0].Text = value; } - private void UpdateDisplayDiffData2(LeakData1 data) + private void UpdateDisplayDiffData2(LeakData data) { string value = ""; @@ -436,7 +436,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelLRMax[1].Text != value) this.CollectionLabelLRMax[1].Text = value; } - private void UpdateDisplayDiffData3(LeakData1 data) + private void UpdateDisplayDiffData3(LeakData data) { string value = ""; @@ -452,7 +452,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelLRMax[2].Text != value) this.CollectionLabelLRMax[2].Text = value; } - private void UpdateDisplayDiffData4(LeakData1 data) + private void UpdateDisplayDiffData4(LeakData data) { string value = ""; @@ -468,7 +468,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelLRMax[3].Text != value) this.CollectionLabelLRMax[3].Text = value; } - private void UpdateDisplayDiffData5(LeakData1 data) + private void UpdateDisplayDiffData5(LeakData data) { string value = ""; @@ -484,7 +484,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelLRMax[4].Text != value) this.CollectionLabelLRMax[4].Text = value; } - private void UpdateDisplayDiffData6(LeakData1 data) + private void UpdateDisplayDiffData6(LeakData data) { string value = ""; @@ -502,7 +502,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay } // 변위센서 데이터 - public void UpdateDisplayDispData(Collection datas) + public void UpdateDisplayDispData(Collection datas) { this.UpdateDisplayDispData1(datas[0]); this.UpdateDisplayDispData2(datas[1]); @@ -511,7 +511,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayDispData5(datas[4]); this.UpdateDisplayDispData6(datas[5]); } - private void UpdateDisplayDispData1(LeakData1 data) + private void UpdateDisplayDispData1(LeakData data) { string value = ""; @@ -531,7 +531,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelMaxHeight[0].Text != value) this.CollectionLabelMaxHeight[0].Text = value; } - private void UpdateDisplayDispData2(LeakData1 data) + private void UpdateDisplayDispData2(LeakData data) { string value = ""; @@ -551,7 +551,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelMaxHeight[1].Text != value) this.CollectionLabelMaxHeight[1].Text = value; } - private void UpdateDisplayDispData3(LeakData1 data) + private void UpdateDisplayDispData3(LeakData data) { string value = ""; @@ -571,7 +571,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelMaxHeight[2].Text != value) this.CollectionLabelMaxHeight[2].Text = value; } - private void UpdateDisplayDispData4(LeakData1 data) + private void UpdateDisplayDispData4(LeakData data) { string value = ""; @@ -591,7 +591,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelMaxHeight[3].Text != value) this.CollectionLabelMaxHeight[3].Text = value; } - private void UpdateDisplayDispData5(LeakData1 data) + private void UpdateDisplayDispData5(LeakData data) { string value = ""; @@ -611,7 +611,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionLabelMaxHeight[4].Text != value) this.CollectionLabelMaxHeight[4].Text = value; } - private void UpdateDisplayDispData6(LeakData1 data) + private void UpdateDisplayDispData6(LeakData data) { string value = ""; @@ -633,7 +633,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay } // 압력센서 데이터 - public void UpdateDisplayPresData(Collection datas) + public void UpdateDisplayPresData(Collection datas) { this.UpdateDisplayPresData1(datas[0]); this.UpdateDisplayPresData2(datas[1]); @@ -642,7 +642,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayPresData5(datas[4]); this.UpdateDisplayPresData6(datas[5]); } - private void UpdateDisplayPresData1(LeakData1 data) + private void UpdateDisplayPresData1(LeakData data) { string value = ""; @@ -654,7 +654,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionPressureMaster[0].Text != value) this.CollectionPressureMaster[0].Text = value; } - private void UpdateDisplayPresData2(LeakData1 data) + private void UpdateDisplayPresData2(LeakData data) { string value = ""; @@ -666,7 +666,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionPressureMaster[1].Text != value) this.CollectionPressureMaster[1].Text = value; } - private void UpdateDisplayPresData3(LeakData1 data) + private void UpdateDisplayPresData3(LeakData data) { string value = ""; @@ -678,7 +678,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionPressureMaster[2].Text != value) this.CollectionPressureMaster[2].Text = value; } - private void UpdateDisplayPresData4(LeakData1 data) + private void UpdateDisplayPresData4(LeakData data) { string value = ""; @@ -690,7 +690,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionPressureMaster[3].Text != value) this.CollectionPressureMaster[3].Text = value; } - private void UpdateDisplayPresData5(LeakData1 data) + private void UpdateDisplayPresData5(LeakData data) { string value = ""; @@ -702,7 +702,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay if (this.CollectionPressureMaster[4].Text != value) this.CollectionPressureMaster[4].Text = value; } - private void UpdateDisplayPresData6(LeakData1 data) + private void UpdateDisplayPresData6(LeakData data) { string value = ""; @@ -716,7 +716,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { this.UpdateDisplayJudgmentData1(datas[0]); this.UpdateDisplayJudgmentData2(datas[1]); @@ -725,7 +725,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.UpdateDisplayJudgmentData5(datas[4]); this.UpdateDisplayJudgmentData6(datas[5]); } - private void UpdateDisplayJudgmentData1(LeakData1 data) + private void UpdateDisplayJudgmentData1(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[0]); @@ -740,7 +740,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[0]); } } - private void UpdateDisplayJudgmentData2(LeakData1 data) + private void UpdateDisplayJudgmentData2(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[1]); @@ -755,7 +755,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[1]); } } - private void UpdateDisplayJudgmentData3(LeakData1 data) + private void UpdateDisplayJudgmentData3(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[2]); @@ -770,7 +770,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[2]); } } - private void UpdateDisplayJudgmentData4(LeakData1 data) + private void UpdateDisplayJudgmentData4(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[3]); @@ -785,7 +785,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[3]); } } - private void UpdateDisplayJudgmentData5(LeakData1 data) + private void UpdateDisplayJudgmentData5(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[4]); @@ -800,7 +800,7 @@ namespace INT_LKD_PTB.Controls.MainDisplay this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[4]); } } - private void UpdateDisplayJudgmentData6(LeakData1 data) + private void UpdateDisplayJudgmentData6(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[5]); diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.Designer.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.Designer.cs new file mode 100644 index 0000000..88f8de3 --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.Designer.cs @@ -0,0 +1,1670 @@ +namespace INT_LKD_PTB6_DW.Controls.MainDisplay +{ + partial class ControlMainDisplay_3 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.listBoxTime = new SmartX.SmartListBox(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.smartLabel6 = new SmartX.SmartLabel(); + this.smartLabel7 = new SmartX.SmartLabel(); + this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartButton6 = new SmartX.SmartButton(); + this.smartButton5 = new SmartX.SmartButton(); + this.smartButton4 = new SmartX.SmartButton(); + this.smartButton3 = new SmartX.SmartButton(); + this.smartButton2 = new SmartX.SmartButton(); + this.smartButton1 = new SmartX.SmartButton(); + this.labelLeakCNT6 = new SmartX.SmartLabel(); + this.labelPassCNT6 = new SmartX.SmartLabel(); + this.labelLeakCNT5 = new SmartX.SmartLabel(); + this.labelPassCNT5 = new SmartX.SmartLabel(); + this.labelLeakCNT4 = new SmartX.SmartLabel(); + this.labelPassCNT4 = new SmartX.SmartLabel(); + this.labelLeakCNT3 = new SmartX.SmartLabel(); + this.labelPassCNT3 = new SmartX.SmartLabel(); + this.labelLeakCNT2 = new SmartX.SmartLabel(); + this.labelPassCNT2 = new SmartX.SmartLabel(); + this.labelLeakCNT1 = new SmartX.SmartLabel(); + this.labelPassCNT1 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.listBoxLane6 = new SmartX.SmartListBox(); + this.listBoxLane5 = new SmartX.SmartListBox(); + this.listBoxLane4 = new SmartX.SmartListBox(); + this.listBoxLane3 = new SmartX.SmartListBox(); + this.listBoxLane2 = new SmartX.SmartListBox(); + this.listBoxLane1 = new SmartX.SmartListBox(); + this.smartGroupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // listBoxTime + // + this.listBoxTime.BackGround = null; + this.listBoxTime.BackGroundColor = System.Drawing.Color.Black; + this.listBoxTime.BorderColor = System.Drawing.Color.Black; + this.listBoxTime.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxTime.ColumnStyles = null; + this.listBoxTime.DataSource = null; + this.listBoxTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxTime.ItemOffsetGap = 15; + this.listBoxTime.ItemOffsetX = 1; + this.listBoxTime.ItemOffsetY = 0; + this.listBoxTime.ItemTextOffsetX = 0; + this.listBoxTime.ItemTextOffsetY = 1; + this.listBoxTime.Location = new System.Drawing.Point(12, 43); + this.listBoxTime.MouseMoveEventSpace = 3; + this.listBoxTime.MouseMoveSpace = 10; + this.listBoxTime.Name = "listBoxTime"; + this.listBoxTime.OverlapOptimize = true; + this.listBoxTime.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxTime.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxTime.ScrollBarButtonHeight = 15; + this.listBoxTime.ScrollBarButtonImage = null; + this.listBoxTime.ScrollBarButtonRound = 0; + this.listBoxTime.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxTime.ScrollButtonHeight = 30; + this.listBoxTime.ScrollButtonWidth = 30; + // + // + // + this.listBoxTime.ScrollDownButton.BackGround = null; + this.listBoxTime.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxTime.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxTime.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxTime.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxTime.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxTime.ScrollDownButton.ButtonText = "▼"; + this.listBoxTime.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxTime.ScrollDownButton.GroupID = 0; + this.listBoxTime.ScrollDownButton.ImageDisable = null; + this.listBoxTime.ScrollDownButton.ImageDown = null; + this.listBoxTime.ScrollDownButton.ImageUp = null; + this.listBoxTime.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxTime.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxTime.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxTime.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxTime.ScrollDownButton.OutlinePixel = 1; + this.listBoxTime.ScrollDownButton.OverlapOptimize = true; + this.listBoxTime.ScrollDownButton.RepeatInterval = 200; + this.listBoxTime.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxTime.ScrollDownButton.RoundSize = 10; + this.listBoxTime.ScrollDownButton.SafeInterval = 200; + this.listBoxTime.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxTime.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxTime.ScrollDownButton.TabIndex = 0; + this.listBoxTime.ScrollDownButton.Text = null; + this.listBoxTime.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxTime.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxTime.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxTime.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxTime.ScrollDownButton.Visible = false; + this.listBoxTime.ScrollStep = 1; + // + // + // + this.listBoxTime.ScrollUpButton.BackGround = null; + this.listBoxTime.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxTime.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxTime.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxTime.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxTime.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxTime.ScrollUpButton.ButtonText = "▲"; + this.listBoxTime.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxTime.ScrollUpButton.GroupID = 0; + this.listBoxTime.ScrollUpButton.ImageDisable = null; + this.listBoxTime.ScrollUpButton.ImageDown = null; + this.listBoxTime.ScrollUpButton.ImageUp = null; + this.listBoxTime.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxTime.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxTime.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxTime.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxTime.ScrollUpButton.OutlinePixel = 1; + this.listBoxTime.ScrollUpButton.OverlapOptimize = true; + this.listBoxTime.ScrollUpButton.RepeatInterval = 200; + this.listBoxTime.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxTime.ScrollUpButton.RoundSize = 10; + this.listBoxTime.ScrollUpButton.SafeInterval = 200; + this.listBoxTime.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxTime.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxTime.ScrollUpButton.TabIndex = 1; + this.listBoxTime.ScrollUpButton.Text = null; + this.listBoxTime.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxTime.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxTime.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxTime.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxTime.ScrollUpButton.Visible = false; + this.listBoxTime.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxTime.SelectFilled = true; + this.listBoxTime.SelectItemIndex = -1; + this.listBoxTime.SelectTextColor = System.Drawing.Color.White; + this.listBoxTime.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxTime.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxTime.SeparationlineVisibleBottom = true; + this.listBoxTime.SeparationlineVisibleTop = true; + this.listBoxTime.Size = new System.Drawing.Size(136, 270); + this.listBoxTime.TabIndex = 0; + this.listBoxTime.Text = "smartListBox1"; + this.listBoxTime.TextColor = System.Drawing.Color.White; + this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // smartLabel1 + // + this.smartLabel1.BackGround = null; + this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(12, 7); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.OverlapOptimize = true; + this.smartLabel1.PasswordChar = '\0'; + this.smartLabel1.Radius = 3; + this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel1.Size = new System.Drawing.Size(136, 30); + this.smartLabel1.TabIndex = 1; + this.smartLabel1.Text = "Time"; + this.smartLabel1.TextColor = System.Drawing.Color.White; + this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel1.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel2.LineSpacing = 0F; + this.smartLabel2.Location = new System.Drawing.Point(148, 7); + this.smartLabel2.Name = "smartLabel2"; + this.smartLabel2.OverlapOptimize = true; + this.smartLabel2.PasswordChar = '\0'; + this.smartLabel2.Radius = 3; + this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel2.Size = new System.Drawing.Size(120, 30); + this.smartLabel2.TabIndex = 2; + this.smartLabel2.Text = "Lane 1"; + this.smartLabel2.TextColor = System.Drawing.Color.White; + this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel3.LineSpacing = 0F; + this.smartLabel3.Location = new System.Drawing.Point(268, 7); + this.smartLabel3.Name = "smartLabel3"; + this.smartLabel3.OverlapOptimize = true; + this.smartLabel3.PasswordChar = '\0'; + this.smartLabel3.Radius = 3; + this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel3.Size = new System.Drawing.Size(120, 30); + this.smartLabel3.TabIndex = 3; + this.smartLabel3.Text = "Lane 2"; + this.smartLabel3.TextColor = System.Drawing.Color.White; + this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel3.Wordwrap = false; + // + // smartLabel4 + // + this.smartLabel4.BackGround = null; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel4.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(388, 7); + this.smartLabel4.Name = "smartLabel4"; + this.smartLabel4.OverlapOptimize = true; + this.smartLabel4.PasswordChar = '\0'; + this.smartLabel4.Radius = 3; + this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel4.Size = new System.Drawing.Size(120, 30); + this.smartLabel4.TabIndex = 4; + this.smartLabel4.Text = "Lane 3"; + this.smartLabel4.TextColor = System.Drawing.Color.White; + this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel4.Wordwrap = false; + // + // smartLabel5 + // + this.smartLabel5.BackGround = null; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel5.LineSpacing = 0F; + this.smartLabel5.Location = new System.Drawing.Point(508, 7); + this.smartLabel5.Name = "smartLabel5"; + this.smartLabel5.OverlapOptimize = true; + this.smartLabel5.PasswordChar = '\0'; + this.smartLabel5.Radius = 3; + this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel5.Size = new System.Drawing.Size(120, 30); + this.smartLabel5.TabIndex = 5; + this.smartLabel5.Text = "Lane 4"; + this.smartLabel5.TextColor = System.Drawing.Color.White; + this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel5.Wordwrap = false; + // + // smartLabel6 + // + this.smartLabel6.BackGround = null; + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel6.LineSpacing = 0F; + this.smartLabel6.Location = new System.Drawing.Point(628, 7); + this.smartLabel6.Name = "smartLabel6"; + this.smartLabel6.OverlapOptimize = true; + this.smartLabel6.PasswordChar = '\0'; + this.smartLabel6.Radius = 3; + this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel6.Size = new System.Drawing.Size(120, 30); + this.smartLabel6.TabIndex = 6; + this.smartLabel6.Text = "Lane 5"; + this.smartLabel6.TextColor = System.Drawing.Color.White; + this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel6.Wordwrap = false; + // + // smartLabel7 + // + this.smartLabel7.BackGround = null; + this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel7.LineSpacing = 0F; + this.smartLabel7.Location = new System.Drawing.Point(748, 7); + this.smartLabel7.Name = "smartLabel7"; + this.smartLabel7.OverlapOptimize = true; + this.smartLabel7.PasswordChar = '\0'; + this.smartLabel7.Radius = 3; + this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel7.Size = new System.Drawing.Size(120, 30); + this.smartLabel7.TabIndex = 7; + this.smartLabel7.Text = "Lane 6"; + this.smartLabel7.TextColor = System.Drawing.Color.White; + this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel7.Wordwrap = false; + // + // smartGroupBox1 + // + this.smartGroupBox1.BackGround = null; + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartButton6); + this.smartGroupBox1.Controls.Add(this.smartButton5); + this.smartGroupBox1.Controls.Add(this.listBoxTime); + this.smartGroupBox1.Controls.Add(this.smartButton4); + this.smartGroupBox1.Controls.Add(this.smartButton3); + this.smartGroupBox1.Controls.Add(this.smartButton2); + this.smartGroupBox1.Controls.Add(this.smartButton1); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT6); + this.smartGroupBox1.Controls.Add(this.labelPassCNT6); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT5); + this.smartGroupBox1.Controls.Add(this.labelPassCNT5); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT4); + this.smartGroupBox1.Controls.Add(this.labelPassCNT4); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT3); + this.smartGroupBox1.Controls.Add(this.labelPassCNT3); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT2); + this.smartGroupBox1.Controls.Add(this.labelPassCNT2); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT1); + this.smartGroupBox1.Controls.Add(this.labelPassCNT1); + this.smartGroupBox1.Controls.Add(this.smartLabel9); + this.smartGroupBox1.Controls.Add(this.smartLabel8); + this.smartGroupBox1.Controls.Add(this.listBoxLane6); + this.smartGroupBox1.Controls.Add(this.listBoxLane5); + this.smartGroupBox1.Controls.Add(this.listBoxLane4); + this.smartGroupBox1.Controls.Add(this.listBoxLane3); + this.smartGroupBox1.Controls.Add(this.listBoxLane2); + this.smartGroupBox1.Controls.Add(this.listBoxLane1); + this.smartGroupBox1.Controls.Add(this.smartLabel7); + this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.smartLabel6); + this.smartGroupBox1.Controls.Add(this.smartLabel2); + this.smartGroupBox1.Controls.Add(this.smartLabel5); + this.smartGroupBox1.Controls.Add(this.smartLabel3); + this.smartGroupBox1.Controls.Add(this.smartLabel4); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineThickness = 2; + this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; + this.smartGroupBox1.HeaderHeightOffset = 12; + this.smartGroupBox1.Location = new System.Drawing.Point(17, 11); + this.smartGroupBox1.Name = "smartGroupBox1"; + this.smartGroupBox1.RoundRadius = 5; + this.smartGroupBox1.Size = new System.Drawing.Size(880, 370); + this.smartGroupBox1.TabIndex = 8; + this.smartGroupBox1.Text = "smartGroupBox1"; + this.smartGroupBox1.TextColor = System.Drawing.Color.White; + // + // smartButton6 + // + this.smartButton6.BackGround = this.smartGroupBox1; + this.smartButton6.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton6.ButtonImageAutoSize = true; + this.smartButton6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton6.ButtonText = "smartButton1"; + this.smartButton6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton6.GroupID = 0; + this.smartButton6.ImageDisable = null; + this.smartButton6.ImageDown = null; + this.smartButton6.ImageUp = null; + this.smartButton6.Location = new System.Drawing.Point(710, 319); + this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton6.Name = "smartButton6"; + this.smartButton6.NestedClickEventPrevent = false; + this.smartButton6.OutlinePixel = 2; + this.smartButton6.OverlapOptimize = true; + this.smartButton6.RepeatInterval = 200; + this.smartButton6.RepeatIntervalAccelerate = null; + this.smartButton6.RoundSize = 10; + this.smartButton6.SafeInterval = 200; + this.smartButton6.Size = new System.Drawing.Size(100, 30); + this.smartButton6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton6.TabIndex = 35; + this.smartButton6.Text = null; + this.smartButton6.TextColor = System.Drawing.Color.White; + this.smartButton6.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton6.Click += new System.EventHandler(this.smartButton6_Click); + // + // smartButton5 + // + this.smartButton5.BackGround = this.smartGroupBox1; + this.smartButton5.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton5.ButtonImageAutoSize = true; + this.smartButton5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton5.ButtonText = "smartButton1"; + this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton5.GroupID = 0; + this.smartButton5.ImageDisable = null; + this.smartButton5.ImageDown = null; + this.smartButton5.ImageUp = null; + this.smartButton5.Location = new System.Drawing.Point(604, 319); + this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton5.Name = "smartButton5"; + this.smartButton5.NestedClickEventPrevent = false; + this.smartButton5.OutlinePixel = 2; + this.smartButton5.OverlapOptimize = true; + this.smartButton5.RepeatInterval = 200; + this.smartButton5.RepeatIntervalAccelerate = null; + this.smartButton5.RoundSize = 10; + this.smartButton5.SafeInterval = 200; + this.smartButton5.Size = new System.Drawing.Size(100, 30); + this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton5.TabIndex = 34; + this.smartButton5.Text = null; + this.smartButton5.TextColor = System.Drawing.Color.White; + this.smartButton5.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click); + // + // smartButton4 + // + this.smartButton4.BackGround = this.smartGroupBox1; + this.smartButton4.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton4.ButtonImageAutoSize = true; + this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton4.ButtonText = "smartButton1"; + this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton4.GroupID = 0; + this.smartButton4.ImageDisable = null; + this.smartButton4.ImageDown = null; + this.smartButton4.ImageUp = null; + this.smartButton4.Location = new System.Drawing.Point(498, 319); + this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton4.Name = "smartButton4"; + this.smartButton4.NestedClickEventPrevent = false; + this.smartButton4.OutlinePixel = 2; + this.smartButton4.OverlapOptimize = true; + this.smartButton4.RepeatInterval = 200; + this.smartButton4.RepeatIntervalAccelerate = null; + this.smartButton4.RoundSize = 10; + this.smartButton4.SafeInterval = 200; + this.smartButton4.Size = new System.Drawing.Size(100, 30); + this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton4.TabIndex = 33; + this.smartButton4.Text = null; + this.smartButton4.TextColor = System.Drawing.Color.White; + this.smartButton4.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click); + // + // smartButton3 + // + this.smartButton3.BackGround = this.smartGroupBox1; + this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton3.ButtonImageAutoSize = true; + this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton3.ButtonText = "smartButton1"; + this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton3.GroupID = 0; + this.smartButton3.ImageDisable = null; + this.smartButton3.ImageDown = null; + this.smartButton3.ImageUp = null; + this.smartButton3.Location = new System.Drawing.Point(282, 319); + this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton3.Name = "smartButton3"; + this.smartButton3.NestedClickEventPrevent = false; + this.smartButton3.OutlinePixel = 2; + this.smartButton3.OverlapOptimize = true; + this.smartButton3.RepeatInterval = 200; + this.smartButton3.RepeatIntervalAccelerate = null; + this.smartButton3.RoundSize = 10; + this.smartButton3.SafeInterval = 200; + this.smartButton3.Size = new System.Drawing.Size(100, 30); + this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton3.TabIndex = 32; + this.smartButton3.Text = null; + this.smartButton3.TextColor = System.Drawing.Color.White; + this.smartButton3.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click); + // + // smartButton2 + // + this.smartButton2.BackGround = this.smartGroupBox1; + this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton2.ButtonImageAutoSize = true; + this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton2.ButtonText = "smartButton1"; + this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton2.GroupID = 0; + this.smartButton2.ImageDisable = null; + this.smartButton2.ImageDown = null; + this.smartButton2.ImageUp = null; + this.smartButton2.Location = new System.Drawing.Point(154, 319); + this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton2.Name = "smartButton2"; + this.smartButton2.NestedClickEventPrevent = false; + this.smartButton2.OutlinePixel = 2; + this.smartButton2.OverlapOptimize = true; + this.smartButton2.RepeatInterval = 200; + this.smartButton2.RepeatIntervalAccelerate = null; + this.smartButton2.RoundSize = 10; + this.smartButton2.SafeInterval = 200; + this.smartButton2.Size = new System.Drawing.Size(100, 30); + this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton2.TabIndex = 31; + this.smartButton2.Text = null; + this.smartButton2.TextColor = System.Drawing.Color.White; + this.smartButton2.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click); + // + // smartButton1 + // + this.smartButton1.BackGround = this.smartGroupBox1; + this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton1.ButtonImageAutoSize = true; + this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton1.ButtonText = "smartButton1"; + this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton1.GroupID = 0; + this.smartButton1.ImageDisable = null; + this.smartButton1.ImageDown = null; + this.smartButton1.ImageUp = null; + this.smartButton1.Location = new System.Drawing.Point(12, 314); + this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton1.Name = "smartButton1"; + this.smartButton1.NestedClickEventPrevent = false; + this.smartButton1.OutlinePixel = 2; + this.smartButton1.OverlapOptimize = true; + this.smartButton1.RepeatInterval = 200; + this.smartButton1.RepeatIntervalAccelerate = null; + this.smartButton1.RoundSize = 10; + this.smartButton1.SafeInterval = 200; + this.smartButton1.Size = new System.Drawing.Size(100, 30); + this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton1.TabIndex = 9; + this.smartButton1.Text = null; + this.smartButton1.TextColor = System.Drawing.Color.White; + this.smartButton1.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click); + // + // labelLeakCNT6 + // + this.labelLeakCNT6.BackGround = null; + this.labelLeakCNT6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT6.LineSpacing = 0F; + this.labelLeakCNT6.Location = new System.Drawing.Point(748, 340); + this.labelLeakCNT6.Name = "labelLeakCNT6"; + this.labelLeakCNT6.OverlapOptimize = true; + this.labelLeakCNT6.PasswordChar = '\0'; + this.labelLeakCNT6.Radius = 3; + this.labelLeakCNT6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT6.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT6.TabIndex = 30; + this.labelLeakCNT6.Text = "0"; + this.labelLeakCNT6.TextColor = System.Drawing.Color.White; + this.labelLeakCNT6.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT6.Wordwrap = false; + // + // labelPassCNT6 + // + this.labelPassCNT6.BackGround = null; + this.labelPassCNT6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT6.LineSpacing = 0F; + this.labelPassCNT6.Location = new System.Drawing.Point(748, 314); + this.labelPassCNT6.Name = "labelPassCNT6"; + this.labelPassCNT6.OverlapOptimize = true; + this.labelPassCNT6.PasswordChar = '\0'; + this.labelPassCNT6.Radius = 3; + this.labelPassCNT6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT6.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT6.TabIndex = 29; + this.labelPassCNT6.Text = "0"; + this.labelPassCNT6.TextColor = System.Drawing.Color.White; + this.labelPassCNT6.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT6.Wordwrap = false; + // + // labelLeakCNT5 + // + this.labelLeakCNT5.BackGround = null; + this.labelLeakCNT5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT5.LineSpacing = 0F; + this.labelLeakCNT5.Location = new System.Drawing.Point(628, 340); + this.labelLeakCNT5.Name = "labelLeakCNT5"; + this.labelLeakCNT5.OverlapOptimize = true; + this.labelLeakCNT5.PasswordChar = '\0'; + this.labelLeakCNT5.Radius = 3; + this.labelLeakCNT5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT5.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT5.TabIndex = 28; + this.labelLeakCNT5.Text = "0"; + this.labelLeakCNT5.TextColor = System.Drawing.Color.White; + this.labelLeakCNT5.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT5.Wordwrap = false; + // + // labelPassCNT5 + // + this.labelPassCNT5.BackGround = null; + this.labelPassCNT5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT5.LineSpacing = 0F; + this.labelPassCNT5.Location = new System.Drawing.Point(628, 314); + this.labelPassCNT5.Name = "labelPassCNT5"; + this.labelPassCNT5.OverlapOptimize = true; + this.labelPassCNT5.PasswordChar = '\0'; + this.labelPassCNT5.Radius = 3; + this.labelPassCNT5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT5.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT5.TabIndex = 27; + this.labelPassCNT5.Text = "0"; + this.labelPassCNT5.TextColor = System.Drawing.Color.White; + this.labelPassCNT5.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT5.Wordwrap = false; + // + // labelLeakCNT4 + // + this.labelLeakCNT4.BackGround = null; + this.labelLeakCNT4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT4.LineSpacing = 0F; + this.labelLeakCNT4.Location = new System.Drawing.Point(508, 340); + this.labelLeakCNT4.Name = "labelLeakCNT4"; + this.labelLeakCNT4.OverlapOptimize = true; + this.labelLeakCNT4.PasswordChar = '\0'; + this.labelLeakCNT4.Radius = 3; + this.labelLeakCNT4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT4.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT4.TabIndex = 26; + this.labelLeakCNT4.Text = "0"; + this.labelLeakCNT4.TextColor = System.Drawing.Color.White; + this.labelLeakCNT4.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT4.Wordwrap = false; + // + // labelPassCNT4 + // + this.labelPassCNT4.BackGround = null; + this.labelPassCNT4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT4.LineSpacing = 0F; + this.labelPassCNT4.Location = new System.Drawing.Point(508, 314); + this.labelPassCNT4.Name = "labelPassCNT4"; + this.labelPassCNT4.OverlapOptimize = true; + this.labelPassCNT4.PasswordChar = '\0'; + this.labelPassCNT4.Radius = 3; + this.labelPassCNT4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT4.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT4.TabIndex = 25; + this.labelPassCNT4.Text = "0"; + this.labelPassCNT4.TextColor = System.Drawing.Color.White; + this.labelPassCNT4.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT4.Wordwrap = false; + // + // labelLeakCNT3 + // + this.labelLeakCNT3.BackGround = null; + this.labelLeakCNT3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT3.LineSpacing = 0F; + this.labelLeakCNT3.Location = new System.Drawing.Point(388, 340); + this.labelLeakCNT3.Name = "labelLeakCNT3"; + this.labelLeakCNT3.OverlapOptimize = true; + this.labelLeakCNT3.PasswordChar = '\0'; + this.labelLeakCNT3.Radius = 3; + this.labelLeakCNT3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT3.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT3.TabIndex = 24; + this.labelLeakCNT3.Text = "0"; + this.labelLeakCNT3.TextColor = System.Drawing.Color.White; + this.labelLeakCNT3.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT3.Wordwrap = false; + // + // labelPassCNT3 + // + this.labelPassCNT3.BackGround = null; + this.labelPassCNT3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT3.LineSpacing = 0F; + this.labelPassCNT3.Location = new System.Drawing.Point(388, 314); + this.labelPassCNT3.Name = "labelPassCNT3"; + this.labelPassCNT3.OverlapOptimize = true; + this.labelPassCNT3.PasswordChar = '\0'; + this.labelPassCNT3.Radius = 3; + this.labelPassCNT3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT3.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT3.TabIndex = 23; + this.labelPassCNT3.Text = "0"; + this.labelPassCNT3.TextColor = System.Drawing.Color.White; + this.labelPassCNT3.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT3.Wordwrap = false; + // + // labelLeakCNT2 + // + this.labelLeakCNT2.BackGround = null; + this.labelLeakCNT2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT2.LineSpacing = 0F; + this.labelLeakCNT2.Location = new System.Drawing.Point(268, 340); + this.labelLeakCNT2.Name = "labelLeakCNT2"; + this.labelLeakCNT2.OverlapOptimize = true; + this.labelLeakCNT2.PasswordChar = '\0'; + this.labelLeakCNT2.Radius = 3; + this.labelLeakCNT2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT2.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT2.TabIndex = 22; + this.labelLeakCNT2.Text = "0"; + this.labelLeakCNT2.TextColor = System.Drawing.Color.White; + this.labelLeakCNT2.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT2.Wordwrap = false; + // + // labelPassCNT2 + // + this.labelPassCNT2.BackGround = null; + this.labelPassCNT2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT2.LineSpacing = 0F; + this.labelPassCNT2.Location = new System.Drawing.Point(268, 314); + this.labelPassCNT2.Name = "labelPassCNT2"; + this.labelPassCNT2.OverlapOptimize = true; + this.labelPassCNT2.PasswordChar = '\0'; + this.labelPassCNT2.Radius = 3; + this.labelPassCNT2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT2.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT2.TabIndex = 21; + this.labelPassCNT2.Text = "0"; + this.labelPassCNT2.TextColor = System.Drawing.Color.White; + this.labelPassCNT2.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT2.Wordwrap = false; + // + // labelLeakCNT1 + // + this.labelLeakCNT1.BackGround = null; + this.labelLeakCNT1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT1.LineSpacing = 0F; + this.labelLeakCNT1.Location = new System.Drawing.Point(148, 340); + this.labelLeakCNT1.Name = "labelLeakCNT1"; + this.labelLeakCNT1.OverlapOptimize = true; + this.labelLeakCNT1.PasswordChar = '\0'; + this.labelLeakCNT1.Radius = 3; + this.labelLeakCNT1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT1.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT1.TabIndex = 20; + this.labelLeakCNT1.Text = "0"; + this.labelLeakCNT1.TextColor = System.Drawing.Color.White; + this.labelLeakCNT1.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT1.Wordwrap = false; + // + // labelPassCNT1 + // + this.labelPassCNT1.BackGround = null; + this.labelPassCNT1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT1.LineSpacing = 0F; + this.labelPassCNT1.Location = new System.Drawing.Point(148, 314); + this.labelPassCNT1.Name = "labelPassCNT1"; + this.labelPassCNT1.OverlapOptimize = true; + this.labelPassCNT1.PasswordChar = '\0'; + this.labelPassCNT1.Radius = 3; + this.labelPassCNT1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT1.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT1.TabIndex = 19; + this.labelPassCNT1.Text = "0"; + this.labelPassCNT1.TextColor = System.Drawing.Color.White; + this.labelPassCNT1.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT1.Wordwrap = false; + // + // smartLabel9 + // + this.smartLabel9.BackGround = null; + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel9.LineSpacing = 0F; + this.smartLabel9.Location = new System.Drawing.Point(12, 340); + this.smartLabel9.Name = "smartLabel9"; + this.smartLabel9.OverlapOptimize = true; + this.smartLabel9.PasswordChar = '\0'; + this.smartLabel9.Radius = 3; + this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel9.Size = new System.Drawing.Size(136, 25); + this.smartLabel9.TabIndex = 18; + this.smartLabel9.Text = "Leak"; + this.smartLabel9.TextColor = System.Drawing.Color.White; + this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel9.Wordwrap = false; + // + // smartLabel8 + // + this.smartLabel8.BackGround = null; + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel8.LineSpacing = 0F; + this.smartLabel8.Location = new System.Drawing.Point(12, 314); + this.smartLabel8.Name = "smartLabel8"; + this.smartLabel8.OverlapOptimize = true; + this.smartLabel8.PasswordChar = '\0'; + this.smartLabel8.Radius = 3; + this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel8.Size = new System.Drawing.Size(136, 25); + this.smartLabel8.TabIndex = 17; + this.smartLabel8.Text = "Pass"; + this.smartLabel8.TextColor = System.Drawing.Color.White; + this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel8.Wordwrap = false; + // + // listBoxLane6 + // + this.listBoxLane6.BackGround = null; + this.listBoxLane6.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane6.BorderColor = System.Drawing.Color.Black; + this.listBoxLane6.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane6.ColumnStyles = null; + this.listBoxLane6.DataSource = null; + this.listBoxLane6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane6.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane6.ItemOffsetGap = 15; + this.listBoxLane6.ItemOffsetX = 1; + this.listBoxLane6.ItemOffsetY = 0; + this.listBoxLane6.ItemTextOffsetX = 0; + this.listBoxLane6.ItemTextOffsetY = 1; + this.listBoxLane6.Location = new System.Drawing.Point(748, 43); + this.listBoxLane6.MouseMoveEventSpace = 3; + this.listBoxLane6.MouseMoveSpace = 10; + this.listBoxLane6.Name = "listBoxLane6"; + this.listBoxLane6.OverlapOptimize = true; + this.listBoxLane6.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane6.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane6.ScrollBarButtonHeight = 15; + this.listBoxLane6.ScrollBarButtonImage = null; + this.listBoxLane6.ScrollBarButtonRound = 0; + this.listBoxLane6.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane6.ScrollButtonHeight = 30; + this.listBoxLane6.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane6.ScrollDownButton.BackGround = null; + this.listBoxLane6.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane6.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane6.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane6.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane6.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane6.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane6.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane6.ScrollDownButton.GroupID = 0; + this.listBoxLane6.ScrollDownButton.ImageDisable = null; + this.listBoxLane6.ScrollDownButton.ImageDown = null; + this.listBoxLane6.ScrollDownButton.ImageUp = null; + this.listBoxLane6.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane6.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane6.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane6.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane6.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane6.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane6.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane6.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane6.ScrollDownButton.RoundSize = 10; + this.listBoxLane6.ScrollDownButton.SafeInterval = 200; + this.listBoxLane6.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane6.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane6.ScrollDownButton.TabIndex = 0; + this.listBoxLane6.ScrollDownButton.Text = null; + this.listBoxLane6.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane6.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane6.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane6.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane6.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane6.ScrollDownButton.Visible = false; + this.listBoxLane6.ScrollStep = 1; + // + // + // + this.listBoxLane6.ScrollUpButton.BackGround = null; + this.listBoxLane6.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane6.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane6.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane6.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane6.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane6.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane6.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane6.ScrollUpButton.GroupID = 0; + this.listBoxLane6.ScrollUpButton.ImageDisable = null; + this.listBoxLane6.ScrollUpButton.ImageDown = null; + this.listBoxLane6.ScrollUpButton.ImageUp = null; + this.listBoxLane6.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane6.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane6.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane6.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane6.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane6.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane6.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane6.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane6.ScrollUpButton.RoundSize = 10; + this.listBoxLane6.ScrollUpButton.SafeInterval = 200; + this.listBoxLane6.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane6.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane6.ScrollUpButton.TabIndex = 1; + this.listBoxLane6.ScrollUpButton.Text = null; + this.listBoxLane6.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane6.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane6.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane6.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane6.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane6.ScrollUpButton.Visible = false; + this.listBoxLane6.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane6.SelectFilled = true; + this.listBoxLane6.SelectItemIndex = -1; + this.listBoxLane6.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane6.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane6.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane6.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane6.SeparationlineVisibleBottom = true; + this.listBoxLane6.SeparationlineVisibleTop = true; + this.listBoxLane6.Size = new System.Drawing.Size(120, 270); + this.listBoxLane6.TabIndex = 16; + this.listBoxLane6.Text = "smartListBox1"; + this.listBoxLane6.TextColor = System.Drawing.Color.White; + this.listBoxLane6.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane6.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // listBoxLane5 + // + this.listBoxLane5.BackGround = null; + this.listBoxLane5.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane5.BorderColor = System.Drawing.Color.Black; + this.listBoxLane5.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane5.ColumnStyles = null; + this.listBoxLane5.DataSource = null; + this.listBoxLane5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane5.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane5.ItemOffsetGap = 15; + this.listBoxLane5.ItemOffsetX = 1; + this.listBoxLane5.ItemOffsetY = 0; + this.listBoxLane5.ItemTextOffsetX = 0; + this.listBoxLane5.ItemTextOffsetY = 1; + this.listBoxLane5.Location = new System.Drawing.Point(628, 43); + this.listBoxLane5.MouseMoveEventSpace = 3; + this.listBoxLane5.MouseMoveSpace = 10; + this.listBoxLane5.Name = "listBoxLane5"; + this.listBoxLane5.OverlapOptimize = true; + this.listBoxLane5.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane5.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane5.ScrollBarButtonHeight = 15; + this.listBoxLane5.ScrollBarButtonImage = null; + this.listBoxLane5.ScrollBarButtonRound = 0; + this.listBoxLane5.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane5.ScrollButtonHeight = 30; + this.listBoxLane5.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane5.ScrollDownButton.BackGround = null; + this.listBoxLane5.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane5.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane5.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane5.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane5.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane5.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane5.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane5.ScrollDownButton.GroupID = 0; + this.listBoxLane5.ScrollDownButton.ImageDisable = null; + this.listBoxLane5.ScrollDownButton.ImageDown = null; + this.listBoxLane5.ScrollDownButton.ImageUp = null; + this.listBoxLane5.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane5.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane5.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane5.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane5.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane5.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane5.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane5.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane5.ScrollDownButton.RoundSize = 10; + this.listBoxLane5.ScrollDownButton.SafeInterval = 200; + this.listBoxLane5.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane5.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane5.ScrollDownButton.TabIndex = 0; + this.listBoxLane5.ScrollDownButton.Text = null; + this.listBoxLane5.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane5.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane5.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane5.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane5.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane5.ScrollDownButton.Visible = false; + this.listBoxLane5.ScrollStep = 1; + // + // + // + this.listBoxLane5.ScrollUpButton.BackGround = null; + this.listBoxLane5.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane5.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane5.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane5.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane5.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane5.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane5.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane5.ScrollUpButton.GroupID = 0; + this.listBoxLane5.ScrollUpButton.ImageDisable = null; + this.listBoxLane5.ScrollUpButton.ImageDown = null; + this.listBoxLane5.ScrollUpButton.ImageUp = null; + this.listBoxLane5.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane5.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane5.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane5.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane5.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane5.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane5.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane5.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane5.ScrollUpButton.RoundSize = 10; + this.listBoxLane5.ScrollUpButton.SafeInterval = 200; + this.listBoxLane5.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane5.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane5.ScrollUpButton.TabIndex = 1; + this.listBoxLane5.ScrollUpButton.Text = null; + this.listBoxLane5.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane5.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane5.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane5.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane5.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane5.ScrollUpButton.Visible = false; + this.listBoxLane5.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane5.SelectFilled = true; + this.listBoxLane5.SelectItemIndex = -1; + this.listBoxLane5.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane5.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane5.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane5.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane5.SeparationlineVisibleBottom = true; + this.listBoxLane5.SeparationlineVisibleTop = true; + this.listBoxLane5.Size = new System.Drawing.Size(120, 270); + this.listBoxLane5.TabIndex = 15; + this.listBoxLane5.Text = "smartListBox1"; + this.listBoxLane5.TextColor = System.Drawing.Color.White; + this.listBoxLane5.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane5.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // listBoxLane4 + // + this.listBoxLane4.BackGround = null; + this.listBoxLane4.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane4.BorderColor = System.Drawing.Color.Black; + this.listBoxLane4.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane4.ColumnStyles = null; + this.listBoxLane4.DataSource = null; + this.listBoxLane4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane4.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane4.ItemOffsetGap = 15; + this.listBoxLane4.ItemOffsetX = 1; + this.listBoxLane4.ItemOffsetY = 0; + this.listBoxLane4.ItemTextOffsetX = 0; + this.listBoxLane4.ItemTextOffsetY = 1; + this.listBoxLane4.Location = new System.Drawing.Point(508, 43); + this.listBoxLane4.MouseMoveEventSpace = 3; + this.listBoxLane4.MouseMoveSpace = 10; + this.listBoxLane4.Name = "listBoxLane4"; + this.listBoxLane4.OverlapOptimize = true; + this.listBoxLane4.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane4.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane4.ScrollBarButtonHeight = 15; + this.listBoxLane4.ScrollBarButtonImage = null; + this.listBoxLane4.ScrollBarButtonRound = 0; + this.listBoxLane4.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane4.ScrollButtonHeight = 30; + this.listBoxLane4.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane4.ScrollDownButton.BackGround = null; + this.listBoxLane4.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane4.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane4.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane4.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane4.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane4.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane4.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane4.ScrollDownButton.GroupID = 0; + this.listBoxLane4.ScrollDownButton.ImageDisable = null; + this.listBoxLane4.ScrollDownButton.ImageDown = null; + this.listBoxLane4.ScrollDownButton.ImageUp = null; + this.listBoxLane4.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane4.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane4.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane4.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane4.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane4.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane4.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane4.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane4.ScrollDownButton.RoundSize = 10; + this.listBoxLane4.ScrollDownButton.SafeInterval = 200; + this.listBoxLane4.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane4.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane4.ScrollDownButton.TabIndex = 0; + this.listBoxLane4.ScrollDownButton.Text = null; + this.listBoxLane4.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane4.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane4.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane4.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane4.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane4.ScrollDownButton.Visible = false; + this.listBoxLane4.ScrollStep = 1; + // + // + // + this.listBoxLane4.ScrollUpButton.BackGround = null; + this.listBoxLane4.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane4.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane4.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane4.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane4.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane4.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane4.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane4.ScrollUpButton.GroupID = 0; + this.listBoxLane4.ScrollUpButton.ImageDisable = null; + this.listBoxLane4.ScrollUpButton.ImageDown = null; + this.listBoxLane4.ScrollUpButton.ImageUp = null; + this.listBoxLane4.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane4.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane4.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane4.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane4.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane4.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane4.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane4.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane4.ScrollUpButton.RoundSize = 10; + this.listBoxLane4.ScrollUpButton.SafeInterval = 200; + this.listBoxLane4.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane4.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane4.ScrollUpButton.TabIndex = 1; + this.listBoxLane4.ScrollUpButton.Text = null; + this.listBoxLane4.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane4.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane4.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane4.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane4.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane4.ScrollUpButton.Visible = false; + this.listBoxLane4.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane4.SelectFilled = true; + this.listBoxLane4.SelectItemIndex = -1; + this.listBoxLane4.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane4.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane4.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane4.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane4.SeparationlineVisibleBottom = true; + this.listBoxLane4.SeparationlineVisibleTop = true; + this.listBoxLane4.Size = new System.Drawing.Size(120, 270); + this.listBoxLane4.TabIndex = 14; + this.listBoxLane4.Text = "smartListBox1"; + this.listBoxLane4.TextColor = System.Drawing.Color.White; + this.listBoxLane4.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane4.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // listBoxLane3 + // + this.listBoxLane3.BackGround = null; + this.listBoxLane3.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane3.BorderColor = System.Drawing.Color.Black; + this.listBoxLane3.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane3.ColumnStyles = null; + this.listBoxLane3.DataSource = null; + this.listBoxLane3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane3.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane3.ItemOffsetGap = 15; + this.listBoxLane3.ItemOffsetX = 1; + this.listBoxLane3.ItemOffsetY = 0; + this.listBoxLane3.ItemTextOffsetX = 0; + this.listBoxLane3.ItemTextOffsetY = 1; + this.listBoxLane3.Location = new System.Drawing.Point(388, 43); + this.listBoxLane3.MouseMoveEventSpace = 3; + this.listBoxLane3.MouseMoveSpace = 10; + this.listBoxLane3.Name = "listBoxLane3"; + this.listBoxLane3.OverlapOptimize = true; + this.listBoxLane3.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane3.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane3.ScrollBarButtonHeight = 15; + this.listBoxLane3.ScrollBarButtonImage = null; + this.listBoxLane3.ScrollBarButtonRound = 0; + this.listBoxLane3.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane3.ScrollButtonHeight = 30; + this.listBoxLane3.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane3.ScrollDownButton.BackGround = null; + this.listBoxLane3.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane3.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane3.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane3.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane3.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane3.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane3.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane3.ScrollDownButton.GroupID = 0; + this.listBoxLane3.ScrollDownButton.ImageDisable = null; + this.listBoxLane3.ScrollDownButton.ImageDown = null; + this.listBoxLane3.ScrollDownButton.ImageUp = null; + this.listBoxLane3.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane3.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane3.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane3.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane3.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane3.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane3.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane3.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane3.ScrollDownButton.RoundSize = 10; + this.listBoxLane3.ScrollDownButton.SafeInterval = 200; + this.listBoxLane3.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane3.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane3.ScrollDownButton.TabIndex = 0; + this.listBoxLane3.ScrollDownButton.Text = null; + this.listBoxLane3.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane3.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane3.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane3.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane3.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane3.ScrollDownButton.Visible = false; + this.listBoxLane3.ScrollStep = 1; + // + // + // + this.listBoxLane3.ScrollUpButton.BackGround = null; + this.listBoxLane3.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane3.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane3.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane3.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane3.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane3.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane3.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane3.ScrollUpButton.GroupID = 0; + this.listBoxLane3.ScrollUpButton.ImageDisable = null; + this.listBoxLane3.ScrollUpButton.ImageDown = null; + this.listBoxLane3.ScrollUpButton.ImageUp = null; + this.listBoxLane3.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane3.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane3.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane3.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane3.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane3.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane3.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane3.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane3.ScrollUpButton.RoundSize = 10; + this.listBoxLane3.ScrollUpButton.SafeInterval = 200; + this.listBoxLane3.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane3.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane3.ScrollUpButton.TabIndex = 1; + this.listBoxLane3.ScrollUpButton.Text = null; + this.listBoxLane3.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane3.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane3.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane3.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane3.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane3.ScrollUpButton.Visible = false; + this.listBoxLane3.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane3.SelectFilled = true; + this.listBoxLane3.SelectItemIndex = -1; + this.listBoxLane3.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane3.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane3.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane3.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane3.SeparationlineVisibleBottom = true; + this.listBoxLane3.SeparationlineVisibleTop = true; + this.listBoxLane3.Size = new System.Drawing.Size(120, 270); + this.listBoxLane3.TabIndex = 13; + this.listBoxLane3.Text = "smartListBox1"; + this.listBoxLane3.TextColor = System.Drawing.Color.White; + this.listBoxLane3.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane3.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // listBoxLane2 + // + this.listBoxLane2.BackGround = null; + this.listBoxLane2.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane2.BorderColor = System.Drawing.Color.Black; + this.listBoxLane2.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane2.ColumnStyles = null; + this.listBoxLane2.DataSource = null; + this.listBoxLane2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane2.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane2.ItemOffsetGap = 15; + this.listBoxLane2.ItemOffsetX = 1; + this.listBoxLane2.ItemOffsetY = 0; + this.listBoxLane2.ItemTextOffsetX = 0; + this.listBoxLane2.ItemTextOffsetY = 1; + this.listBoxLane2.Location = new System.Drawing.Point(268, 43); + this.listBoxLane2.MouseMoveEventSpace = 3; + this.listBoxLane2.MouseMoveSpace = 10; + this.listBoxLane2.Name = "listBoxLane2"; + this.listBoxLane2.OverlapOptimize = true; + this.listBoxLane2.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane2.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane2.ScrollBarButtonHeight = 15; + this.listBoxLane2.ScrollBarButtonImage = null; + this.listBoxLane2.ScrollBarButtonRound = 0; + this.listBoxLane2.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane2.ScrollButtonHeight = 30; + this.listBoxLane2.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane2.ScrollDownButton.BackGround = null; + this.listBoxLane2.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane2.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane2.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane2.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane2.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane2.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane2.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane2.ScrollDownButton.GroupID = 0; + this.listBoxLane2.ScrollDownButton.ImageDisable = null; + this.listBoxLane2.ScrollDownButton.ImageDown = null; + this.listBoxLane2.ScrollDownButton.ImageUp = null; + this.listBoxLane2.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane2.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane2.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane2.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane2.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane2.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane2.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane2.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane2.ScrollDownButton.RoundSize = 10; + this.listBoxLane2.ScrollDownButton.SafeInterval = 200; + this.listBoxLane2.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane2.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane2.ScrollDownButton.TabIndex = 0; + this.listBoxLane2.ScrollDownButton.Text = null; + this.listBoxLane2.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane2.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane2.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane2.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane2.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane2.ScrollDownButton.Visible = false; + this.listBoxLane2.ScrollStep = 1; + // + // + // + this.listBoxLane2.ScrollUpButton.BackGround = null; + this.listBoxLane2.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane2.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane2.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane2.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane2.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane2.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane2.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane2.ScrollUpButton.GroupID = 0; + this.listBoxLane2.ScrollUpButton.ImageDisable = null; + this.listBoxLane2.ScrollUpButton.ImageDown = null; + this.listBoxLane2.ScrollUpButton.ImageUp = null; + this.listBoxLane2.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane2.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane2.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane2.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane2.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane2.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane2.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane2.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane2.ScrollUpButton.RoundSize = 10; + this.listBoxLane2.ScrollUpButton.SafeInterval = 200; + this.listBoxLane2.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane2.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane2.ScrollUpButton.TabIndex = 1; + this.listBoxLane2.ScrollUpButton.Text = null; + this.listBoxLane2.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane2.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane2.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane2.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane2.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane2.ScrollUpButton.Visible = false; + this.listBoxLane2.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane2.SelectFilled = true; + this.listBoxLane2.SelectItemIndex = -1; + this.listBoxLane2.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane2.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane2.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane2.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane2.SeparationlineVisibleBottom = true; + this.listBoxLane2.SeparationlineVisibleTop = true; + this.listBoxLane2.Size = new System.Drawing.Size(120, 270); + this.listBoxLane2.TabIndex = 12; + this.listBoxLane2.Text = "smartListBox1"; + this.listBoxLane2.TextColor = System.Drawing.Color.White; + this.listBoxLane2.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane2.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // listBoxLane1 + // + this.listBoxLane1.BackGround = null; + this.listBoxLane1.BackGroundColor = System.Drawing.Color.Black; + this.listBoxLane1.BorderColor = System.Drawing.Color.Black; + this.listBoxLane1.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxLane1.ColumnStyles = null; + this.listBoxLane1.DataSource = null; + this.listBoxLane1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxLane1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxLane1.ItemOffsetGap = 15; + this.listBoxLane1.ItemOffsetX = 1; + this.listBoxLane1.ItemOffsetY = 0; + this.listBoxLane1.ItemTextOffsetX = 0; + this.listBoxLane1.ItemTextOffsetY = 1; + this.listBoxLane1.Location = new System.Drawing.Point(148, 43); + this.listBoxLane1.MouseMoveEventSpace = 3; + this.listBoxLane1.MouseMoveSpace = 10; + this.listBoxLane1.Name = "listBoxLane1"; + this.listBoxLane1.OverlapOptimize = true; + this.listBoxLane1.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxLane1.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxLane1.ScrollBarButtonHeight = 15; + this.listBoxLane1.ScrollBarButtonImage = null; + this.listBoxLane1.ScrollBarButtonRound = 0; + this.listBoxLane1.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxLane1.ScrollButtonHeight = 30; + this.listBoxLane1.ScrollButtonWidth = 30; + // + // + // + this.listBoxLane1.ScrollDownButton.BackGround = null; + this.listBoxLane1.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane1.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane1.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane1.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxLane1.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane1.ScrollDownButton.ButtonText = "▼"; + this.listBoxLane1.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane1.ScrollDownButton.GroupID = 0; + this.listBoxLane1.ScrollDownButton.ImageDisable = null; + this.listBoxLane1.ScrollDownButton.ImageDown = null; + this.listBoxLane1.ScrollDownButton.ImageUp = null; + this.listBoxLane1.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxLane1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxLane1.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxLane1.ScrollDownButton.OutlinePixel = 1; + this.listBoxLane1.ScrollDownButton.OverlapOptimize = true; + this.listBoxLane1.ScrollDownButton.RepeatInterval = 200; + this.listBoxLane1.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxLane1.ScrollDownButton.RoundSize = 10; + this.listBoxLane1.ScrollDownButton.SafeInterval = 200; + this.listBoxLane1.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane1.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane1.ScrollDownButton.TabIndex = 0; + this.listBoxLane1.ScrollDownButton.Text = null; + this.listBoxLane1.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxLane1.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane1.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane1.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane1.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane1.ScrollDownButton.Visible = false; + this.listBoxLane1.ScrollStep = 1; + // + // + // + this.listBoxLane1.ScrollUpButton.BackGround = null; + this.listBoxLane1.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxLane1.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxLane1.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxLane1.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxLane1.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxLane1.ScrollUpButton.ButtonText = "▲"; + this.listBoxLane1.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxLane1.ScrollUpButton.GroupID = 0; + this.listBoxLane1.ScrollUpButton.ImageDisable = null; + this.listBoxLane1.ScrollUpButton.ImageDown = null; + this.listBoxLane1.ScrollUpButton.ImageUp = null; + this.listBoxLane1.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxLane1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxLane1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxLane1.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxLane1.ScrollUpButton.OutlinePixel = 1; + this.listBoxLane1.ScrollUpButton.OverlapOptimize = true; + this.listBoxLane1.ScrollUpButton.RepeatInterval = 200; + this.listBoxLane1.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxLane1.ScrollUpButton.RoundSize = 10; + this.listBoxLane1.ScrollUpButton.SafeInterval = 200; + this.listBoxLane1.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxLane1.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxLane1.ScrollUpButton.TabIndex = 1; + this.listBoxLane1.ScrollUpButton.Text = null; + this.listBoxLane1.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxLane1.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane1.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxLane1.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxLane1.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxLane1.ScrollUpButton.Visible = false; + this.listBoxLane1.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxLane1.SelectFilled = true; + this.listBoxLane1.SelectItemIndex = -1; + this.listBoxLane1.SelectTextColor = System.Drawing.Color.White; + this.listBoxLane1.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxLane1.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxLane1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxLane1.SeparationlineVisibleBottom = true; + this.listBoxLane1.SeparationlineVisibleTop = true; + this.listBoxLane1.Size = new System.Drawing.Size(120, 270); + this.listBoxLane1.TabIndex = 11; + this.listBoxLane1.Text = "smartListBox1"; + this.listBoxLane1.TextColor = System.Drawing.Color.White; + this.listBoxLane1.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxLane1.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // ControlMainDisplay_3 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.BackColor = System.Drawing.Color.Black; + this.Controls.Add(this.smartGroupBox1); + this.Name = "ControlMainDisplay_3"; + this.Size = new System.Drawing.Size(910, 393); + this.smartGroupBox1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private SmartX.SmartListBox listBoxTime; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel smartLabel7; + private SmartX.SmartGroupBox smartGroupBox1; + private SmartX.SmartListBox listBoxLane6; + private SmartX.SmartListBox listBoxLane5; + private SmartX.SmartListBox listBoxLane4; + private SmartX.SmartListBox listBoxLane3; + private SmartX.SmartListBox listBoxLane2; + private SmartX.SmartListBox listBoxLane1; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel labelLeakCNT6; + private SmartX.SmartLabel labelPassCNT6; + private SmartX.SmartLabel labelLeakCNT5; + private SmartX.SmartLabel labelPassCNT5; + private SmartX.SmartLabel labelLeakCNT4; + private SmartX.SmartLabel labelPassCNT4; + private SmartX.SmartLabel labelLeakCNT3; + private SmartX.SmartLabel labelPassCNT3; + private SmartX.SmartLabel labelLeakCNT2; + private SmartX.SmartLabel labelPassCNT2; + private SmartX.SmartLabel labelLeakCNT1; + private SmartX.SmartLabel labelPassCNT1; + private SmartX.SmartButton smartButton3; + private SmartX.SmartButton smartButton2; + private SmartX.SmartButton smartButton1; + private SmartX.SmartButton smartButton4; + private SmartX.SmartButton smartButton5; + private SmartX.SmartButton smartButton6; + } +} diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.cs new file mode 100644 index 0000000..14cb7c0 --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.cs @@ -0,0 +1,421 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Text; +using System.Windows.Forms; + +using SmartX; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; + +namespace INT_LKD_PTB6_DW.Controls.MainDisplay +{ + public partial class ControlMainDisplay_3 : UserControl + { + #region Field + private FormMainDisplay m_ParentForm; + + private Collection m_ColListBox; + private Collection m_ColPassCNT; + private Collection m_ColLeakCNT; + #endregion + + #region Constructor + public ControlMainDisplay_3(FormMainDisplay parent) + { + InitializeComponent(); + + this.ParentForm = parent; + + this.Initialize(); + this.InitializeListBox(); + } + #endregion + + #region Property + public FormMainDisplay ParentForm + { + get { return this.m_ParentForm; } + set { this.m_ParentForm = value; } + } + + public Collection ColListBox + { + get { return this.m_ColListBox; } + set { this.m_ColListBox = value; } + } + public Collection ColPassCNT + { + get { return this.m_ColPassCNT; } + set { this.m_ColPassCNT = value; } + } + public Collection ColLeakCNT + { + get { return this.m_ColLeakCNT; } + set { this.m_ColLeakCNT = value; } + } + #endregion + + #region Method + private void Initialize() + { + this.ColListBox = new Collection(); + this.ColListBox.Add(this.listBoxTime); + this.ColListBox.Add(this.listBoxLane1); + this.ColListBox.Add(this.listBoxLane2); + this.ColListBox.Add(this.listBoxLane3); + this.ColListBox.Add(this.listBoxLane4); + this.ColListBox.Add(this.listBoxLane5); + this.ColListBox.Add(this.listBoxLane6); + + this.ColPassCNT = new Collection(); + this.ColPassCNT.Add(this.labelPassCNT1); + this.ColPassCNT.Add(this.labelPassCNT2); + this.ColPassCNT.Add(this.labelPassCNT3); + this.ColPassCNT.Add(this.labelPassCNT4); + this.ColPassCNT.Add(this.labelPassCNT5); + this.ColPassCNT.Add(this.labelPassCNT6); + + this.ColLeakCNT = new Collection(); + this.ColLeakCNT.Add(this.labelLeakCNT1); + this.ColLeakCNT.Add(this.labelLeakCNT2); + this.ColLeakCNT.Add(this.labelLeakCNT3); + this.ColLeakCNT.Add(this.labelLeakCNT4); + this.ColLeakCNT.Add(this.labelLeakCNT5); + this.ColLeakCNT.Add(this.labelLeakCNT6); + + this.Clear(); + } + private void InitializeListBox() + { + // ListBox Time + // Columns Style + SmartListBox.COLUMNSTYLE[] timeStyle = new SmartListBox.COLUMNSTYLE[2]; + timeStyle[0].iColumnWidth = 136; + timeStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[0].iOffsetColumn = 0; + timeStyle[1].iColumnWidth = 1; + timeStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[1].iOffsetColumn = 0; + this.listBoxTime.ColumnStyles = timeStyle; + // Set Color + this.listBoxTime.TextColor = Color.White; + this.listBoxTime.SetRowsColorAdd(Color.Red); + this.listBoxTime.SetRowsColorAdd(Color.Green); + this.listBoxTime.SetRowsColorAdd(Color.White); + + // Columns Style + SmartListBox.COLUMNSTYLE[] laneStyle = new SmartListBox.COLUMNSTYLE[2]; + laneStyle[0].iColumnWidth = 120; + laneStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + laneStyle[0].iOffsetColumn = 0; + laneStyle[1].iColumnWidth = 1; + laneStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + laneStyle[1].iOffsetColumn = 0; + // Set Style + this.listBoxLane1.ColumnStyles = laneStyle; + this.listBoxLane2.ColumnStyles = laneStyle; + this.listBoxLane3.ColumnStyles = laneStyle; + this.listBoxLane4.ColumnStyles = laneStyle; + this.listBoxLane5.ColumnStyles = laneStyle; + this.listBoxLane6.ColumnStyles = laneStyle; + + // Set Color + // Lane 1 + this.listBoxLane1.TextColor = Color.White; + this.listBoxLane1.SetRowsColorAdd(Color.Red); + this.listBoxLane1.SetRowsColorAdd(Color.Green); + this.listBoxLane1.SetRowsColorAdd(Color.White); + // Lane 2 + this.listBoxLane2.TextColor = Color.White; + this.listBoxLane2.SetRowsColorAdd(Color.Red); + this.listBoxLane2.SetRowsColorAdd(Color.Green); + this.listBoxLane2.SetRowsColorAdd(Color.White); + // Lane 3 + this.listBoxLane3.TextColor = Color.White; + this.listBoxLane3.SetRowsColorAdd(Color.Red); + this.listBoxLane3.SetRowsColorAdd(Color.Green); + this.listBoxLane3.SetRowsColorAdd(Color.White); + // Lane 4 + this.listBoxLane4.TextColor = Color.White; + this.listBoxLane4.SetRowsColorAdd(Color.Red); + this.listBoxLane4.SetRowsColorAdd(Color.Green); + this.listBoxLane4.SetRowsColorAdd(Color.White); + // Lane 5 + this.listBoxLane5.TextColor = Color.White; + this.listBoxLane5.SetRowsColorAdd(Color.Red); + this.listBoxLane5.SetRowsColorAdd(Color.Green); + this.listBoxLane5.SetRowsColorAdd(Color.White); + // Lane 6 + this.listBoxLane6.TextColor = Color.White; + this.listBoxLane6.SetRowsColorAdd(Color.Red); + this.listBoxLane6.SetRowsColorAdd(Color.Green); + this.listBoxLane6.SetRowsColorAdd(Color.White); + } + + private void UpdateDisplayJudgmentDataListBox(SmartListBox listBox, LeakData leakData) + { + int colorIndex = 0; + string[] items = new string[3]; + + switch (leakData.Judgment.Result) + { + case Define.E_JudgmentStatus.None: + break; + case Define.E_JudgmentStatus.Pass: + colorIndex = 2; + break; + case Define.E_JudgmentStatus.Leak: + colorIndex = 1; + break; + case Define.E_JudgmentStatus.Empty: + colorIndex = 3; + break; + case Define.E_JudgmentStatus.Error: + colorIndex = 3; + break; + default: + break; + } + + items[0] = leakData.Judgment.Result.ToString(); + items[1] = ""; + items[2] = colorIndex.ToString(); + + listBox.AddItem(items); + } + public void UpdateDisplayJudgmentData(Collection datas) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "0"; + + + if (this.listBoxTime.ItemCount >= 10) + { + this.listBoxTime.RemoveItem(0); + this.listBoxLane1.RemoveItem(0); + this.listBoxLane2.RemoveItem(0); + this.listBoxLane3.RemoveItem(0); + this.listBoxLane4.RemoveItem(0); + this.listBoxLane5.RemoveItem(0); + this.listBoxLane6.RemoveItem(0); + } + + this.listBoxTime.AddItem(items); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]); + } + public void UpdateDisplayCounterData(Collection datas) + { + string value = ""; + + for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) + { + // Pass Count + value = datas[i].CounterData.PassCNT.ToString(); + if (this.ColPassCNT[i].Text != value) + this.ColPassCNT[i].Text = value; + + // Leak Count + value = datas[i].CounterData.LeakCNT.ToString(); + if (this.ColLeakCNT[i].Text != value) + this.ColLeakCNT[i].Text = value; + } + } + + public void Clear() + { + foreach (SmartListBox list in this.ColListBox) + list.ClearAll(); + + for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) + { + this.ColPassCNT[i].Text = "0"; + this.ColLeakCNT[i].Text = "0"; + } + } + + public void DisplayRefresh() + { + + } + #endregion + + #region Event Handler + private void listBox_SelectedIndexChanged(object sender, EventArgs e) + { + this.listBoxTime.SelectItemIndex = -1; + this.listBoxLane1.SelectItemIndex = -1; + this.listBoxLane2.SelectItemIndex = -1; + this.listBoxLane3.SelectItemIndex = -1; + this.listBoxLane4.SelectItemIndex = -1; + this.listBoxLane5.SelectItemIndex = -1; + this.listBoxLane6.SelectItemIndex = -1; + } + #endregion + + private void smartButton1_Click(object sender, EventArgs e) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[2] = "0"; + + //Collection datas = new Collection(); + //for (int i = 0; i < 6; i++) + // datas.Add(new LeakData()); + + //datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass; + //datas[1].Judgment.Result = Define.E_JudgmentStatus.Leak; + //datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass; + //datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass; + //datas[4].Judgment.Result = Define.E_JudgmentStatus.Leak; + //datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass; + + //if (this.listBoxTime.ItemCount >= 10) + //{ + // this.listBoxTime.RemoveItem(0); + // this.listBoxLane1.RemoveItem(0); + // this.listBoxLane2.RemoveItem(0); + // this.listBoxLane3.RemoveItem(0); + // this.listBoxLane4.RemoveItem(0); + // this.listBoxLane5.RemoveItem(0); + // this.listBoxLane6.RemoveItem(0); + //} + + this.listBoxTime.AddItem(items); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]); + //this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]); + } + private void smartButton2_Click(object sender, EventArgs e) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "0"; + + Collection datas = new Collection(); + for (int i = 0; i < 6; i++) + datas.Add(new LeakData()); + + datas[0].Judgment.Result = Define.E_JudgmentStatus.Leak; + datas[1].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[2].Judgment.Result = Define.E_JudgmentStatus.Error; + datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[4].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[5].Judgment.Result = Define.E_JudgmentStatus.Empty; + + if (this.listBoxTime.ItemCount >= 10) + { + this.listBoxTime.RemoveItem(0); + this.listBoxLane1.RemoveItem(0); + this.listBoxLane2.RemoveItem(0); + this.listBoxLane3.RemoveItem(0); + this.listBoxLane4.RemoveItem(0); + this.listBoxLane5.RemoveItem(0); + this.listBoxLane6.RemoveItem(0); + } + + this.listBoxTime.AddItem(items); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]); + } + private void smartButton3_Click(object sender, EventArgs e) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "0"; + + Collection datas = new Collection(); + for (int i = 0; i < 6; i++) + datas.Add(new LeakData()); + + datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[1].Judgment.Result = Define.E_JudgmentStatus.Leak; + datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[3].Judgment.Result = Define.E_JudgmentStatus.Error; + datas[4].Judgment.Result = Define.E_JudgmentStatus.Empty; + datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass; + + if (this.listBoxTime.ItemCount >= 10) + { + this.listBoxTime.RemoveItem(0); + this.listBoxLane1.RemoveItem(0); + this.listBoxLane2.RemoveItem(0); + this.listBoxLane3.RemoveItem(0); + this.listBoxLane4.RemoveItem(0); + this.listBoxLane5.RemoveItem(0); + this.listBoxLane6.RemoveItem(0); + } + + this.listBoxTime.AddItem(items); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane1, datas[0]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane2, datas[1]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane3, datas[2]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane4, datas[3]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane5, datas[4]); + this.UpdateDisplayJudgmentDataListBox(this.listBoxLane6, datas[5]); + } + private void smartButton4_Click(object sender, EventArgs e) + { + SmartListBox.COLUMNSTYLE[] timeStyle = new SmartListBox.COLUMNSTYLE[2]; + timeStyle[0].iColumnWidth = 136; + timeStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[0].iOffsetColumn = 0; + timeStyle[1].iColumnWidth = 1; + timeStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[1].iOffsetColumn = 0; + this.listBoxTime.ColumnStyles = timeStyle; + // Set Color + this.listBoxTime.TextColor = Color.White; + this.listBoxTime.SetRowsColorAdd(Color.Red); + this.listBoxTime.SetRowsColorAdd(Color.Green); + this.listBoxTime.SetRowsColorAdd(Color.White); + } + private void smartButton5_Click(object sender, EventArgs e) + { + + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "1"; + + this.listBoxTime.AddItem(items); + } + + private void smartButton6_Click(object sender, EventArgs e) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "2"; + + this.listBoxTime.AddItem(items); + } + } +} diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.resx b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.resx new file mode 100644 index 0000000..3e7a6d2 --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_3.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WEBPAD + + \ No newline at end of file diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.Designer.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.Designer.cs new file mode 100644 index 0000000..dc75538 --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.Designer.cs @@ -0,0 +1,1072 @@ +namespace INT_LKD_PTB6_DW.Controls.MainDisplay +{ + partial class ControlMainDisplay_4 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.listBoxTime = new SmartX.SmartListBox(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.smartLabel6 = new SmartX.SmartLabel(); + this.smartLabel7 = new SmartX.SmartLabel(); + this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartButton6 = new SmartX.SmartButton(); + this.smartButton5 = new SmartX.SmartButton(); + this.smartButton4 = new SmartX.SmartButton(); + this.smartButton3 = new SmartX.SmartButton(); + this.smartButton2 = new SmartX.SmartButton(); + this.smartButton1 = new SmartX.SmartButton(); + this.labelLeakCNT6 = new SmartX.SmartLabel(); + this.labelPassCNT6 = new SmartX.SmartLabel(); + this.labelLeakCNT5 = new SmartX.SmartLabel(); + this.labelPassCNT5 = new SmartX.SmartLabel(); + this.labelLeakCNT4 = new SmartX.SmartLabel(); + this.labelPassCNT4 = new SmartX.SmartLabel(); + this.labelLeakCNT3 = new SmartX.SmartLabel(); + this.labelPassCNT3 = new SmartX.SmartLabel(); + this.labelLeakCNT2 = new SmartX.SmartLabel(); + this.labelPassCNT2 = new SmartX.SmartLabel(); + this.labelLeakCNT1 = new SmartX.SmartLabel(); + this.labelPassCNT1 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); + this.smartLabel11 = new SmartX.SmartLabel(); + this.labelPassTotalCNT = new SmartX.SmartLabel(); + this.labelLeakTotalCNT = new SmartX.SmartLabel(); + this.smartGroupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // listBoxTime + // + this.listBoxTime.BackGround = null; + this.listBoxTime.BackGroundColor = System.Drawing.Color.Black; + this.listBoxTime.BorderColor = System.Drawing.Color.Black; + this.listBoxTime.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBoxTime.ColumnStyles = null; + this.listBoxTime.DataSource = null; + this.listBoxTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBoxTime.ItemOffsetGap = 13; + this.listBoxTime.ItemOffsetX = 1; + this.listBoxTime.ItemOffsetY = 0; + this.listBoxTime.ItemTextOffsetX = 0; + this.listBoxTime.ItemTextOffsetY = 1; + this.listBoxTime.Location = new System.Drawing.Point(12, 43); + this.listBoxTime.MouseMoveEventSpace = 3; + this.listBoxTime.MouseMoveSpace = 10; + this.listBoxTime.Name = "listBoxTime"; + this.listBoxTime.OverlapOptimize = true; + this.listBoxTime.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBoxTime.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBoxTime.ScrollBarButtonHeight = 15; + this.listBoxTime.ScrollBarButtonImage = null; + this.listBoxTime.ScrollBarButtonRound = 0; + this.listBoxTime.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBoxTime.ScrollButtonHeight = 30; + this.listBoxTime.ScrollButtonWidth = 30; + // + // + // + this.listBoxTime.ScrollDownButton.BackGround = null; + this.listBoxTime.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxTime.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxTime.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxTime.ScrollDownButton.ButtonImageAutoSize = false; + this.listBoxTime.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxTime.ScrollDownButton.ButtonText = "▼"; + this.listBoxTime.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxTime.ScrollDownButton.GroupID = 0; + this.listBoxTime.ScrollDownButton.ImageDisable = null; + this.listBoxTime.ScrollDownButton.ImageDown = null; + this.listBoxTime.ScrollDownButton.ImageUp = null; + this.listBoxTime.ScrollDownButton.Location = new System.Drawing.Point(833, 232); + this.listBoxTime.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxTime.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBoxTime.ScrollDownButton.NestedClickEventPrevent = false; + this.listBoxTime.ScrollDownButton.OutlinePixel = 1; + this.listBoxTime.ScrollDownButton.OverlapOptimize = true; + this.listBoxTime.ScrollDownButton.RepeatInterval = 200; + this.listBoxTime.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBoxTime.ScrollDownButton.RoundSize = 10; + this.listBoxTime.ScrollDownButton.SafeInterval = 200; + this.listBoxTime.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBoxTime.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxTime.ScrollDownButton.TabIndex = 0; + this.listBoxTime.ScrollDownButton.Text = null; + this.listBoxTime.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBoxTime.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxTime.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxTime.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxTime.ScrollDownButton.Visible = false; + this.listBoxTime.ScrollStep = 1; + // + // + // + this.listBoxTime.ScrollUpButton.BackGround = null; + this.listBoxTime.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBoxTime.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBoxTime.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBoxTime.ScrollUpButton.ButtonImageAutoSize = false; + this.listBoxTime.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBoxTime.ScrollUpButton.ButtonText = "▲"; + this.listBoxTime.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBoxTime.ScrollUpButton.GroupID = 0; + this.listBoxTime.ScrollUpButton.ImageDisable = null; + this.listBoxTime.ScrollUpButton.ImageDown = null; + this.listBoxTime.ScrollUpButton.ImageUp = null; + this.listBoxTime.ScrollUpButton.Location = new System.Drawing.Point(833, 2); + this.listBoxTime.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBoxTime.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBoxTime.ScrollUpButton.NestedClickEventPrevent = false; + this.listBoxTime.ScrollUpButton.OutlinePixel = 1; + this.listBoxTime.ScrollUpButton.OverlapOptimize = true; + this.listBoxTime.ScrollUpButton.RepeatInterval = 200; + this.listBoxTime.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBoxTime.ScrollUpButton.RoundSize = 10; + this.listBoxTime.ScrollUpButton.SafeInterval = 200; + this.listBoxTime.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBoxTime.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBoxTime.ScrollUpButton.TabIndex = 1; + this.listBoxTime.ScrollUpButton.Text = null; + this.listBoxTime.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBoxTime.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBoxTime.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBoxTime.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBoxTime.ScrollUpButton.Visible = false; + this.listBoxTime.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBoxTime.SelectFilled = true; + this.listBoxTime.SelectItemIndex = -1; + this.listBoxTime.SelectTextColor = System.Drawing.Color.White; + this.listBoxTime.SeparationlineColor1 = System.Drawing.Color.Black; + this.listBoxTime.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBoxTime.SeparationlineVisibleBottom = true; + this.listBoxTime.SeparationlineVisibleTop = true; + this.listBoxTime.Size = new System.Drawing.Size(856, 270); + this.listBoxTime.TabIndex = 0; + this.listBoxTime.Text = "smartListBox1"; + this.listBoxTime.TextColor = System.Drawing.Color.White; + this.listBoxTime.TextColorDisable = System.Drawing.Color.Gray; + this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged); + // + // smartLabel1 + // + this.smartLabel1.BackGround = null; + this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(12, 7); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.OverlapOptimize = true; + this.smartLabel1.PasswordChar = '\0'; + this.smartLabel1.Radius = 3; + this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel1.Size = new System.Drawing.Size(136, 30); + this.smartLabel1.TabIndex = 1; + this.smartLabel1.Text = "Time"; + this.smartLabel1.TextColor = System.Drawing.Color.White; + this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel1.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel2.LineSpacing = 0F; + this.smartLabel2.Location = new System.Drawing.Point(148, 7); + this.smartLabel2.Name = "smartLabel2"; + this.smartLabel2.OverlapOptimize = true; + this.smartLabel2.PasswordChar = '\0'; + this.smartLabel2.Radius = 3; + this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel2.Size = new System.Drawing.Size(120, 30); + this.smartLabel2.TabIndex = 2; + this.smartLabel2.Text = "Lane 1"; + this.smartLabel2.TextColor = System.Drawing.Color.White; + this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel3.LineSpacing = 0F; + this.smartLabel3.Location = new System.Drawing.Point(268, 7); + this.smartLabel3.Name = "smartLabel3"; + this.smartLabel3.OverlapOptimize = true; + this.smartLabel3.PasswordChar = '\0'; + this.smartLabel3.Radius = 3; + this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel3.Size = new System.Drawing.Size(120, 30); + this.smartLabel3.TabIndex = 3; + this.smartLabel3.Text = "Lane 2"; + this.smartLabel3.TextColor = System.Drawing.Color.White; + this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel3.Wordwrap = false; + // + // smartLabel4 + // + this.smartLabel4.BackGround = null; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel4.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(388, 7); + this.smartLabel4.Name = "smartLabel4"; + this.smartLabel4.OverlapOptimize = true; + this.smartLabel4.PasswordChar = '\0'; + this.smartLabel4.Radius = 3; + this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel4.Size = new System.Drawing.Size(120, 30); + this.smartLabel4.TabIndex = 4; + this.smartLabel4.Text = "Lane 3"; + this.smartLabel4.TextColor = System.Drawing.Color.White; + this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel4.Wordwrap = false; + // + // smartLabel5 + // + this.smartLabel5.BackGround = null; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel5.LineSpacing = 0F; + this.smartLabel5.Location = new System.Drawing.Point(508, 7); + this.smartLabel5.Name = "smartLabel5"; + this.smartLabel5.OverlapOptimize = true; + this.smartLabel5.PasswordChar = '\0'; + this.smartLabel5.Radius = 3; + this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel5.Size = new System.Drawing.Size(120, 30); + this.smartLabel5.TabIndex = 5; + this.smartLabel5.Text = "Lane 4"; + this.smartLabel5.TextColor = System.Drawing.Color.White; + this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel5.Wordwrap = false; + // + // smartLabel6 + // + this.smartLabel6.BackGround = null; + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel6.LineSpacing = 0F; + this.smartLabel6.Location = new System.Drawing.Point(628, 7); + this.smartLabel6.Name = "smartLabel6"; + this.smartLabel6.OverlapOptimize = true; + this.smartLabel6.PasswordChar = '\0'; + this.smartLabel6.Radius = 3; + this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel6.Size = new System.Drawing.Size(120, 30); + this.smartLabel6.TabIndex = 6; + this.smartLabel6.Text = "Lane 5"; + this.smartLabel6.TextColor = System.Drawing.Color.White; + this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel6.Wordwrap = false; + // + // smartLabel7 + // + this.smartLabel7.BackGround = null; + this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel7.LineSpacing = 0F; + this.smartLabel7.Location = new System.Drawing.Point(748, 7); + this.smartLabel7.Name = "smartLabel7"; + this.smartLabel7.OverlapOptimize = true; + this.smartLabel7.PasswordChar = '\0'; + this.smartLabel7.Radius = 3; + this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel7.Size = new System.Drawing.Size(120, 30); + this.smartLabel7.TabIndex = 7; + this.smartLabel7.Text = "Lane 6"; + this.smartLabel7.TextColor = System.Drawing.Color.White; + this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel7.Wordwrap = false; + // + // smartGroupBox1 + // + this.smartGroupBox1.BackGround = null; + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.labelLeakTotalCNT); + this.smartGroupBox1.Controls.Add(this.labelPassTotalCNT); + this.smartGroupBox1.Controls.Add(this.smartLabel11); + this.smartGroupBox1.Controls.Add(this.smartLabel10); + this.smartGroupBox1.Controls.Add(this.smartButton6); + this.smartGroupBox1.Controls.Add(this.smartButton5); + this.smartGroupBox1.Controls.Add(this.smartButton4); + this.smartGroupBox1.Controls.Add(this.smartButton3); + this.smartGroupBox1.Controls.Add(this.smartButton2); + this.smartGroupBox1.Controls.Add(this.smartButton1); + this.smartGroupBox1.Controls.Add(this.listBoxTime); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT6); + this.smartGroupBox1.Controls.Add(this.labelPassCNT6); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT5); + this.smartGroupBox1.Controls.Add(this.labelPassCNT5); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT4); + this.smartGroupBox1.Controls.Add(this.labelPassCNT4); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT3); + this.smartGroupBox1.Controls.Add(this.labelPassCNT3); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT2); + this.smartGroupBox1.Controls.Add(this.labelPassCNT2); + this.smartGroupBox1.Controls.Add(this.labelLeakCNT1); + this.smartGroupBox1.Controls.Add(this.labelPassCNT1); + this.smartGroupBox1.Controls.Add(this.smartLabel9); + this.smartGroupBox1.Controls.Add(this.smartLabel8); + this.smartGroupBox1.Controls.Add(this.smartLabel7); + this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.smartLabel6); + this.smartGroupBox1.Controls.Add(this.smartLabel2); + this.smartGroupBox1.Controls.Add(this.smartLabel5); + this.smartGroupBox1.Controls.Add(this.smartLabel3); + this.smartGroupBox1.Controls.Add(this.smartLabel4); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineThickness = 2; + this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; + this.smartGroupBox1.HeaderHeightOffset = 12; + this.smartGroupBox1.Location = new System.Drawing.Point(17, 11); + this.smartGroupBox1.Name = "smartGroupBox1"; + this.smartGroupBox1.RoundRadius = 5; + this.smartGroupBox1.Size = new System.Drawing.Size(880, 410); + this.smartGroupBox1.TabIndex = 8; + this.smartGroupBox1.Text = "smartGroupBox1"; + this.smartGroupBox1.TextColor = System.Drawing.Color.White; + // + // smartButton6 + // + this.smartButton6.BackGround = this.smartGroupBox1; + this.smartButton6.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton6.ButtonImageAutoSize = true; + this.smartButton6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton6.ButtonText = "smartButton1"; + this.smartButton6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton6.GroupID = 0; + this.smartButton6.ImageDisable = null; + this.smartButton6.ImageDown = null; + this.smartButton6.ImageUp = null; + this.smartButton6.Location = new System.Drawing.Point(725, 283); + this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton6.Name = "smartButton6"; + this.smartButton6.NestedClickEventPrevent = false; + this.smartButton6.OutlinePixel = 2; + this.smartButton6.OverlapOptimize = true; + this.smartButton6.RepeatInterval = 200; + this.smartButton6.RepeatIntervalAccelerate = null; + this.smartButton6.RoundSize = 10; + this.smartButton6.SafeInterval = 200; + this.smartButton6.Size = new System.Drawing.Size(100, 30); + this.smartButton6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton6.TabIndex = 35; + this.smartButton6.Text = null; + this.smartButton6.TextColor = System.Drawing.Color.White; + this.smartButton6.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton6.Visible = false; + this.smartButton6.Click += new System.EventHandler(this.smartButton6_Click); + // + // smartButton5 + // + this.smartButton5.BackGround = this.smartGroupBox1; + this.smartButton5.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton5.ButtonImageAutoSize = true; + this.smartButton5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton5.ButtonText = "smartButton1"; + this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton5.GroupID = 0; + this.smartButton5.ImageDisable = null; + this.smartButton5.ImageDown = null; + this.smartButton5.ImageUp = null; + this.smartButton5.Location = new System.Drawing.Point(619, 283); + this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton5.Name = "smartButton5"; + this.smartButton5.NestedClickEventPrevent = false; + this.smartButton5.OutlinePixel = 2; + this.smartButton5.OverlapOptimize = true; + this.smartButton5.RepeatInterval = 200; + this.smartButton5.RepeatIntervalAccelerate = null; + this.smartButton5.RoundSize = 10; + this.smartButton5.SafeInterval = 200; + this.smartButton5.Size = new System.Drawing.Size(100, 30); + this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton5.TabIndex = 34; + this.smartButton5.Text = null; + this.smartButton5.TextColor = System.Drawing.Color.White; + this.smartButton5.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton5.Visible = false; + this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click); + // + // smartButton4 + // + this.smartButton4.BackGround = this.smartGroupBox1; + this.smartButton4.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton4.ButtonImageAutoSize = true; + this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton4.ButtonText = "smartButton1"; + this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton4.GroupID = 0; + this.smartButton4.ImageDisable = null; + this.smartButton4.ImageDown = null; + this.smartButton4.ImageUp = null; + this.smartButton4.Location = new System.Drawing.Point(513, 283); + this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton4.Name = "smartButton4"; + this.smartButton4.NestedClickEventPrevent = false; + this.smartButton4.OutlinePixel = 2; + this.smartButton4.OverlapOptimize = true; + this.smartButton4.RepeatInterval = 200; + this.smartButton4.RepeatIntervalAccelerate = null; + this.smartButton4.RoundSize = 10; + this.smartButton4.SafeInterval = 200; + this.smartButton4.Size = new System.Drawing.Size(100, 30); + this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton4.TabIndex = 33; + this.smartButton4.Text = null; + this.smartButton4.TextColor = System.Drawing.Color.White; + this.smartButton4.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton4.Visible = false; + this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click); + // + // smartButton3 + // + this.smartButton3.BackGround = this.smartGroupBox1; + this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton3.ButtonImageAutoSize = true; + this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton3.ButtonText = "smartButton1"; + this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton3.GroupID = 0; + this.smartButton3.ImageDisable = null; + this.smartButton3.ImageDown = null; + this.smartButton3.ImageUp = null; + this.smartButton3.Location = new System.Drawing.Point(297, 283); + this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton3.Name = "smartButton3"; + this.smartButton3.NestedClickEventPrevent = false; + this.smartButton3.OutlinePixel = 2; + this.smartButton3.OverlapOptimize = true; + this.smartButton3.RepeatInterval = 200; + this.smartButton3.RepeatIntervalAccelerate = null; + this.smartButton3.RoundSize = 10; + this.smartButton3.SafeInterval = 200; + this.smartButton3.Size = new System.Drawing.Size(100, 30); + this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton3.TabIndex = 32; + this.smartButton3.Text = null; + this.smartButton3.TextColor = System.Drawing.Color.White; + this.smartButton3.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton3.Visible = false; + this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click); + // + // smartButton2 + // + this.smartButton2.BackGround = this.smartGroupBox1; + this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton2.ButtonImageAutoSize = true; + this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton2.ButtonText = "smartButton1"; + this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton2.GroupID = 0; + this.smartButton2.ImageDisable = null; + this.smartButton2.ImageDown = null; + this.smartButton2.ImageUp = null; + this.smartButton2.Location = new System.Drawing.Point(169, 283); + this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton2.Name = "smartButton2"; + this.smartButton2.NestedClickEventPrevent = false; + this.smartButton2.OutlinePixel = 2; + this.smartButton2.OverlapOptimize = true; + this.smartButton2.RepeatInterval = 200; + this.smartButton2.RepeatIntervalAccelerate = null; + this.smartButton2.RoundSize = 10; + this.smartButton2.SafeInterval = 200; + this.smartButton2.Size = new System.Drawing.Size(100, 30); + this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton2.TabIndex = 31; + this.smartButton2.Text = null; + this.smartButton2.TextColor = System.Drawing.Color.White; + this.smartButton2.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton2.Visible = false; + this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click); + // + // smartButton1 + // + this.smartButton1.BackGround = this.smartGroupBox1; + this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue; + this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.smartButton1.ButtonImageAutoSize = true; + this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton1.ButtonText = "smartButton1"; + this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton1.GroupID = 0; + this.smartButton1.ImageDisable = null; + this.smartButton1.ImageDown = null; + this.smartButton1.ImageUp = null; + this.smartButton1.Location = new System.Drawing.Point(27, 278); + this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton1.Name = "smartButton1"; + this.smartButton1.NestedClickEventPrevent = false; + this.smartButton1.OutlinePixel = 2; + this.smartButton1.OverlapOptimize = true; + this.smartButton1.RepeatInterval = 200; + this.smartButton1.RepeatIntervalAccelerate = null; + this.smartButton1.RoundSize = 10; + this.smartButton1.SafeInterval = 200; + this.smartButton1.Size = new System.Drawing.Size(100, 30); + this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton1.TabIndex = 9; + this.smartButton1.Text = null; + this.smartButton1.TextColor = System.Drawing.Color.White; + this.smartButton1.TextColorDisable = System.Drawing.Color.Gray; + this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton1.Visible = false; + this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click); + // + // labelLeakCNT6 + // + this.labelLeakCNT6.BackGround = null; + this.labelLeakCNT6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT6.LineSpacing = 0F; + this.labelLeakCNT6.Location = new System.Drawing.Point(748, 340); + this.labelLeakCNT6.Name = "labelLeakCNT6"; + this.labelLeakCNT6.OverlapOptimize = true; + this.labelLeakCNT6.PasswordChar = '\0'; + this.labelLeakCNT6.Radius = 3; + this.labelLeakCNT6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT6.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT6.TabIndex = 30; + this.labelLeakCNT6.Text = "0"; + this.labelLeakCNT6.TextColor = System.Drawing.Color.White; + this.labelLeakCNT6.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT6.Wordwrap = false; + // + // labelPassCNT6 + // + this.labelPassCNT6.BackGround = null; + this.labelPassCNT6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT6.LineSpacing = 0F; + this.labelPassCNT6.Location = new System.Drawing.Point(748, 314); + this.labelPassCNT6.Name = "labelPassCNT6"; + this.labelPassCNT6.OverlapOptimize = true; + this.labelPassCNT6.PasswordChar = '\0'; + this.labelPassCNT6.Radius = 3; + this.labelPassCNT6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT6.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT6.TabIndex = 29; + this.labelPassCNT6.Text = "0"; + this.labelPassCNT6.TextColor = System.Drawing.Color.White; + this.labelPassCNT6.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT6.Wordwrap = false; + // + // labelLeakCNT5 + // + this.labelLeakCNT5.BackGround = null; + this.labelLeakCNT5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT5.LineSpacing = 0F; + this.labelLeakCNT5.Location = new System.Drawing.Point(628, 340); + this.labelLeakCNT5.Name = "labelLeakCNT5"; + this.labelLeakCNT5.OverlapOptimize = true; + this.labelLeakCNT5.PasswordChar = '\0'; + this.labelLeakCNT5.Radius = 3; + this.labelLeakCNT5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT5.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT5.TabIndex = 28; + this.labelLeakCNT5.Text = "0"; + this.labelLeakCNT5.TextColor = System.Drawing.Color.White; + this.labelLeakCNT5.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT5.Wordwrap = false; + // + // labelPassCNT5 + // + this.labelPassCNT5.BackGround = null; + this.labelPassCNT5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT5.LineSpacing = 0F; + this.labelPassCNT5.Location = new System.Drawing.Point(628, 314); + this.labelPassCNT5.Name = "labelPassCNT5"; + this.labelPassCNT5.OverlapOptimize = true; + this.labelPassCNT5.PasswordChar = '\0'; + this.labelPassCNT5.Radius = 3; + this.labelPassCNT5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT5.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT5.TabIndex = 27; + this.labelPassCNT5.Text = "0"; + this.labelPassCNT5.TextColor = System.Drawing.Color.White; + this.labelPassCNT5.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT5.Wordwrap = false; + // + // labelLeakCNT4 + // + this.labelLeakCNT4.BackGround = null; + this.labelLeakCNT4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT4.LineSpacing = 0F; + this.labelLeakCNT4.Location = new System.Drawing.Point(508, 340); + this.labelLeakCNT4.Name = "labelLeakCNT4"; + this.labelLeakCNT4.OverlapOptimize = true; + this.labelLeakCNT4.PasswordChar = '\0'; + this.labelLeakCNT4.Radius = 3; + this.labelLeakCNT4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT4.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT4.TabIndex = 26; + this.labelLeakCNT4.Text = "0"; + this.labelLeakCNT4.TextColor = System.Drawing.Color.White; + this.labelLeakCNT4.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT4.Wordwrap = false; + // + // labelPassCNT4 + // + this.labelPassCNT4.BackGround = null; + this.labelPassCNT4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT4.LineSpacing = 0F; + this.labelPassCNT4.Location = new System.Drawing.Point(508, 314); + this.labelPassCNT4.Name = "labelPassCNT4"; + this.labelPassCNT4.OverlapOptimize = true; + this.labelPassCNT4.PasswordChar = '\0'; + this.labelPassCNT4.Radius = 3; + this.labelPassCNT4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT4.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT4.TabIndex = 25; + this.labelPassCNT4.Text = "0"; + this.labelPassCNT4.TextColor = System.Drawing.Color.White; + this.labelPassCNT4.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT4.Wordwrap = false; + // + // labelLeakCNT3 + // + this.labelLeakCNT3.BackGround = null; + this.labelLeakCNT3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT3.LineSpacing = 0F; + this.labelLeakCNT3.Location = new System.Drawing.Point(388, 340); + this.labelLeakCNT3.Name = "labelLeakCNT3"; + this.labelLeakCNT3.OverlapOptimize = true; + this.labelLeakCNT3.PasswordChar = '\0'; + this.labelLeakCNT3.Radius = 3; + this.labelLeakCNT3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT3.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT3.TabIndex = 24; + this.labelLeakCNT3.Text = "0"; + this.labelLeakCNT3.TextColor = System.Drawing.Color.White; + this.labelLeakCNT3.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT3.Wordwrap = false; + // + // labelPassCNT3 + // + this.labelPassCNT3.BackGround = null; + this.labelPassCNT3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT3.LineSpacing = 0F; + this.labelPassCNT3.Location = new System.Drawing.Point(388, 314); + this.labelPassCNT3.Name = "labelPassCNT3"; + this.labelPassCNT3.OverlapOptimize = true; + this.labelPassCNT3.PasswordChar = '\0'; + this.labelPassCNT3.Radius = 3; + this.labelPassCNT3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT3.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT3.TabIndex = 23; + this.labelPassCNT3.Text = "0"; + this.labelPassCNT3.TextColor = System.Drawing.Color.White; + this.labelPassCNT3.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT3.Wordwrap = false; + // + // labelLeakCNT2 + // + this.labelLeakCNT2.BackGround = null; + this.labelLeakCNT2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT2.LineSpacing = 0F; + this.labelLeakCNT2.Location = new System.Drawing.Point(268, 340); + this.labelLeakCNT2.Name = "labelLeakCNT2"; + this.labelLeakCNT2.OverlapOptimize = true; + this.labelLeakCNT2.PasswordChar = '\0'; + this.labelLeakCNT2.Radius = 3; + this.labelLeakCNT2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT2.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT2.TabIndex = 22; + this.labelLeakCNT2.Text = "0"; + this.labelLeakCNT2.TextColor = System.Drawing.Color.White; + this.labelLeakCNT2.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT2.Wordwrap = false; + // + // labelPassCNT2 + // + this.labelPassCNT2.BackGround = null; + this.labelPassCNT2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT2.LineSpacing = 0F; + this.labelPassCNT2.Location = new System.Drawing.Point(268, 314); + this.labelPassCNT2.Name = "labelPassCNT2"; + this.labelPassCNT2.OverlapOptimize = true; + this.labelPassCNT2.PasswordChar = '\0'; + this.labelPassCNT2.Radius = 3; + this.labelPassCNT2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT2.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT2.TabIndex = 21; + this.labelPassCNT2.Text = "0"; + this.labelPassCNT2.TextColor = System.Drawing.Color.White; + this.labelPassCNT2.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT2.Wordwrap = false; + // + // labelLeakCNT1 + // + this.labelLeakCNT1.BackGround = null; + this.labelLeakCNT1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakCNT1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelLeakCNT1.LineSpacing = 0F; + this.labelLeakCNT1.Location = new System.Drawing.Point(148, 340); + this.labelLeakCNT1.Name = "labelLeakCNT1"; + this.labelLeakCNT1.OverlapOptimize = true; + this.labelLeakCNT1.PasswordChar = '\0'; + this.labelLeakCNT1.Radius = 3; + this.labelLeakCNT1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCNT1.Size = new System.Drawing.Size(120, 25); + this.labelLeakCNT1.TabIndex = 20; + this.labelLeakCNT1.Text = "0"; + this.labelLeakCNT1.TextColor = System.Drawing.Color.White; + this.labelLeakCNT1.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCNT1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakCNT1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCNT1.Wordwrap = false; + // + // labelPassCNT1 + // + this.labelPassCNT1.BackGround = null; + this.labelPassCNT1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassCNT1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPassCNT1.LineSpacing = 0F; + this.labelPassCNT1.Location = new System.Drawing.Point(148, 314); + this.labelPassCNT1.Name = "labelPassCNT1"; + this.labelPassCNT1.OverlapOptimize = true; + this.labelPassCNT1.PasswordChar = '\0'; + this.labelPassCNT1.Radius = 3; + this.labelPassCNT1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCNT1.Size = new System.Drawing.Size(120, 25); + this.labelPassCNT1.TabIndex = 19; + this.labelPassCNT1.Text = "0"; + this.labelPassCNT1.TextColor = System.Drawing.Color.White; + this.labelPassCNT1.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCNT1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassCNT1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCNT1.Wordwrap = false; + // + // smartLabel9 + // + this.smartLabel9.BackGround = null; + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel9.LineSpacing = 0F; + this.smartLabel9.Location = new System.Drawing.Point(12, 340); + this.smartLabel9.Name = "smartLabel9"; + this.smartLabel9.OverlapOptimize = true; + this.smartLabel9.PasswordChar = '\0'; + this.smartLabel9.Radius = 3; + this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel9.Size = new System.Drawing.Size(136, 25); + this.smartLabel9.TabIndex = 18; + this.smartLabel9.Text = "Leak"; + this.smartLabel9.TextColor = System.Drawing.Color.White; + this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel9.Wordwrap = false; + // + // smartLabel8 + // + this.smartLabel8.BackGround = null; + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel8.LineSpacing = 0F; + this.smartLabel8.Location = new System.Drawing.Point(12, 314); + this.smartLabel8.Name = "smartLabel8"; + this.smartLabel8.OverlapOptimize = true; + this.smartLabel8.PasswordChar = '\0'; + this.smartLabel8.Radius = 3; + this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel8.Size = new System.Drawing.Size(136, 25); + this.smartLabel8.TabIndex = 17; + this.smartLabel8.Text = "Pass"; + this.smartLabel8.TextColor = System.Drawing.Color.White; + this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel8.Wordwrap = false; + // + // smartLabel10 + // + this.smartLabel10.BackGround = null; + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.smartLabel10.LineSpacing = 0F; + this.smartLabel10.Location = new System.Drawing.Point(12, 371); + this.smartLabel10.Name = "smartLabel10"; + this.smartLabel10.OverlapOptimize = true; + this.smartLabel10.PasswordChar = '\0'; + this.smartLabel10.Radius = 3; + this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel10.Size = new System.Drawing.Size(180, 30); + this.smartLabel10.TabIndex = 36; + this.smartLabel10.Text = "Pass"; + this.smartLabel10.TextColor = System.Drawing.Color.Green; + this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel10.Wordwrap = false; + // + // smartLabel11 + // + this.smartLabel11.BackGround = null; + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.smartLabel11.LineSpacing = 0F; + this.smartLabel11.Location = new System.Drawing.Point(444, 371); + this.smartLabel11.Name = "smartLabel11"; + this.smartLabel11.OverlapOptimize = true; + this.smartLabel11.PasswordChar = '\0'; + this.smartLabel11.Radius = 3; + this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel11.Size = new System.Drawing.Size(180, 30); + this.smartLabel11.TabIndex = 37; + this.smartLabel11.Text = "Leak"; + this.smartLabel11.TextColor = System.Drawing.Color.Red; + this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel11.Wordwrap = false; + // + // labelPassTotalCNT + // + this.labelPassTotalCNT.BackGround = null; + this.labelPassTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelPassTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPassTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.labelPassTotalCNT.LineSpacing = 0F; + this.labelPassTotalCNT.Location = new System.Drawing.Point(198, 371); + this.labelPassTotalCNT.Name = "labelPassTotalCNT"; + this.labelPassTotalCNT.OverlapOptimize = true; + this.labelPassTotalCNT.PasswordChar = '\0'; + this.labelPassTotalCNT.Radius = 3; + this.labelPassTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassTotalCNT.Size = new System.Drawing.Size(240, 30); + this.labelPassTotalCNT.TabIndex = 38; + this.labelPassTotalCNT.Text = "0"; + this.labelPassTotalCNT.TextColor = System.Drawing.Color.Green; + this.labelPassTotalCNT.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPassTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassTotalCNT.Wordwrap = false; + // + // labelLeakTotalCNT + // + this.labelLeakTotalCNT.BackGround = null; + this.labelLeakTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelLeakTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLeakTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.labelLeakTotalCNT.LineSpacing = 0F; + this.labelLeakTotalCNT.Location = new System.Drawing.Point(630, 371); + this.labelLeakTotalCNT.Name = "labelLeakTotalCNT"; + this.labelLeakTotalCNT.OverlapOptimize = true; + this.labelLeakTotalCNT.PasswordChar = '\0'; + this.labelLeakTotalCNT.Radius = 3; + this.labelLeakTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakTotalCNT.Size = new System.Drawing.Size(240, 30); + this.labelLeakTotalCNT.TabIndex = 39; + this.labelLeakTotalCNT.Text = "0"; + this.labelLeakTotalCNT.TextColor = System.Drawing.Color.Red; + this.labelLeakTotalCNT.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLeakTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakTotalCNT.Wordwrap = false; + // + // ControlMainDisplay_4 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.BackColor = System.Drawing.Color.Black; + this.Controls.Add(this.smartGroupBox1); + this.Name = "ControlMainDisplay_4"; + this.Size = new System.Drawing.Size(910, 428); + this.smartGroupBox1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private SmartX.SmartListBox listBoxTime; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel smartLabel7; + private SmartX.SmartGroupBox smartGroupBox1; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel labelLeakCNT6; + private SmartX.SmartLabel labelPassCNT6; + private SmartX.SmartLabel labelLeakCNT5; + private SmartX.SmartLabel labelPassCNT5; + private SmartX.SmartLabel labelLeakCNT4; + private SmartX.SmartLabel labelPassCNT4; + private SmartX.SmartLabel labelLeakCNT3; + private SmartX.SmartLabel labelPassCNT3; + private SmartX.SmartLabel labelLeakCNT2; + private SmartX.SmartLabel labelPassCNT2; + private SmartX.SmartLabel labelLeakCNT1; + private SmartX.SmartLabel labelPassCNT1; + private SmartX.SmartButton smartButton3; + private SmartX.SmartButton smartButton2; + private SmartX.SmartButton smartButton1; + private SmartX.SmartButton smartButton4; + private SmartX.SmartButton smartButton5; + private SmartX.SmartButton smartButton6; + private SmartX.SmartLabel smartLabel11; + private SmartX.SmartLabel smartLabel10; + private SmartX.SmartLabel labelLeakTotalCNT; + private SmartX.SmartLabel labelPassTotalCNT; + } +} diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.cs new file mode 100644 index 0000000..49bfcad --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.cs @@ -0,0 +1,367 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Text; +using System.Windows.Forms; + +using SmartX; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; + +namespace INT_LKD_PTB6_DW.Controls.MainDisplay +{ + public partial class ControlMainDisplay_4 : UserControl + { + #region Field + private FormMainDisplay m_ParentForm; + + private Collection m_ColPassCNT; + private Collection m_ColLeakCNT; + #endregion + + #region Constructor + public ControlMainDisplay_4(FormMainDisplay parent) + { + InitializeComponent(); + + this.ParentForm = parent; + + this.Initialize(); + this.InitializeListBox(); + } + #endregion + + #region Property + public FormMainDisplay ParentForm + { + get { return this.m_ParentForm; } + set { this.m_ParentForm = value; } + } + + public Collection ColPassCNT + { + get { return this.m_ColPassCNT; } + set { this.m_ColPassCNT = value; } + } + public Collection ColLeakCNT + { + get { return this.m_ColLeakCNT; } + set { this.m_ColLeakCNT = value; } + } + #endregion + + #region Method + private void Initialize() + { + this.ColPassCNT = new Collection(); + this.ColPassCNT.Add(this.labelPassCNT1); + this.ColPassCNT.Add(this.labelPassCNT2); + this.ColPassCNT.Add(this.labelPassCNT3); + this.ColPassCNT.Add(this.labelPassCNT4); + this.ColPassCNT.Add(this.labelPassCNT5); + this.ColPassCNT.Add(this.labelPassCNT6); + + this.ColLeakCNT = new Collection(); + this.ColLeakCNT.Add(this.labelLeakCNT1); + this.ColLeakCNT.Add(this.labelLeakCNT2); + this.ColLeakCNT.Add(this.labelLeakCNT3); + this.ColLeakCNT.Add(this.labelLeakCNT4); + this.ColLeakCNT.Add(this.labelLeakCNT5); + this.ColLeakCNT.Add(this.labelLeakCNT6); + + this.Clear(); + } + private void InitializeListBox() + { + // ListBox Time + // Columns Style + SmartListBox.COLUMNSTYLE[] timeStyle = new SmartListBox.COLUMNSTYLE[7]; + timeStyle[0].iColumnWidth = 136; + timeStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[0].iOffsetColumn = 0; + timeStyle[1].iColumnWidth = 120; + timeStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[1].iOffsetColumn = 0; + timeStyle[2].iColumnWidth = 120; + timeStyle[2].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[2].iOffsetColumn = 0; + timeStyle[3].iColumnWidth = 120; + timeStyle[3].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[3].iOffsetColumn = 0; + timeStyle[4].iColumnWidth = 120; + timeStyle[4].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[4].iOffsetColumn = 0; + timeStyle[5].iColumnWidth = 120; + timeStyle[5].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[5].iOffsetColumn = 0; + timeStyle[6].iColumnWidth = 120; + timeStyle[6].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[6].iOffsetColumn = 0; + this.listBoxTime.ColumnStyles = timeStyle; + // Set Color + this.listBoxTime.TextColor = Color.White; + this.listBoxTime.SetRowsColorAdd(Color.Red); + this.listBoxTime.SetRowsColorAdd(Color.Green); + this.listBoxTime.SetRowsColorAdd(Color.White); + } + + public void UpdateDisplayJudgmentData(Collection datas) + { + string[] items = new string[8]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = datas[0].Judgment.Result.ToString(); + items[2] = datas[1].Judgment.Result.ToString(); + items[3] = datas[2].Judgment.Result.ToString(); + items[4] = datas[3].Judgment.Result.ToString(); + items[5] = datas[4].Judgment.Result.ToString(); + items[6] = datas[5].Judgment.Result.ToString(); + + int passCNT = 0, leakCNT = 0; + for (int i = 0; i < datas.Count; i++) + { + if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Pass) + passCNT++; + else if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Leak) + leakCNT++; + } + + if (passCNT == 6) + items[7] = "2"; + else if (leakCNT >= 1) + items[7] = "1"; + else + items[7] = "0"; + + if (this.listBoxTime.ItemCount >= 10) + this.listBoxTime.RemoveItem(0); + + this.listBoxTime.AddItem(items); + } + public void UpdateDisplayCounterData(Collection datas) + { + string value = ""; + int totalPass = 0, totalLeak = 0; + for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) + { + // Pass Count + value = datas[i].CounterData.PassCNT.ToString(); + if (this.ColPassCNT[i].Text != value) + this.ColPassCNT[i].Text = value; + + // Leak Count + value = datas[i].CounterData.LeakCNT.ToString(); + if (this.ColLeakCNT[i].Text != value) + this.ColLeakCNT[i].Text = value; + + totalPass += datas[i].CounterData.PassCNT; + totalLeak += datas[i].CounterData.LeakCNT; + } + + value = totalPass.ToString(); + if (this.labelPassTotalCNT.Text != value) + this.labelPassTotalCNT.Text = value; + + value = totalLeak.ToString(); + if (this.labelLeakTotalCNT.Text != value) + this.labelLeakTotalCNT.Text = value; + } + + public void Clear() + { + this.listBoxTime.ClearAll(); + + for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) + this.ParentForm.ParentForm.CurrentLeakDatas[i].CounterData.Clear(); + + this.ParentForm.ParentForm.SaveCounterFile(this.ParentForm.ParentForm.CurrentLeakDatas, this.ParentForm.ParentForm.SystemConfig.RECIPE_NUMBER - 1); + this.UpdateDisplayCounterData(this.ParentForm.ParentForm.CurrentLeakDatas); + } + + public void DisplayRefresh() + { + + } + #endregion + + #region Event Handler + private void listBox_SelectedIndexChanged(object sender, EventArgs e) + { + this.listBoxTime.SelectItemIndex = -1; + } + #endregion + + private void smartButton1_Click(object sender, EventArgs e) + { + Collection datas = new Collection(); + for (int i = 0; i < 6; i++) + datas.Add(new LeakData()); + + datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[1].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[4].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass; + + string[] items = new string[8]; + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = datas[0].Judgment.Result.ToString(); + items[2] = datas[1].Judgment.Result.ToString(); + items[3] = datas[2].Judgment.Result.ToString(); + items[4] = datas[3].Judgment.Result.ToString(); + items[5] = datas[4].Judgment.Result.ToString(); + items[6] = datas[5].Judgment.Result.ToString(); + + int passCNT = 0, leakCNT = 0; + for (int i = 0; i < datas.Count; i++) + { + if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Pass) + passCNT++; + else if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Leak) + leakCNT++; + } + + if (passCNT == 6) + items[7] = "2"; + else if (leakCNT > 1) + items[7] = "1"; + else + items[7] = "0"; + + if (this.listBoxTime.ItemCount >= 10) + this.listBoxTime.RemoveItem(0); + + this.listBoxTime.AddItem(items); + } + private void smartButton2_Click(object sender, EventArgs e) + { + Collection datas = new Collection(); + for (int i = 0; i < 6; i++) + datas.Add(new LeakData()); + + datas[0].Judgment.Result = Define.E_JudgmentStatus.Leak; + datas[1].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[2].Judgment.Result = Define.E_JudgmentStatus.Error; + datas[3].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[4].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[5].Judgment.Result = Define.E_JudgmentStatus.Empty; + + string[] items = new string[8]; + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = datas[0].Judgment.Result.ToString(); + items[2] = datas[1].Judgment.Result.ToString(); + items[3] = datas[2].Judgment.Result.ToString(); + items[4] = datas[3].Judgment.Result.ToString(); + items[5] = datas[4].Judgment.Result.ToString(); + items[6] = datas[5].Judgment.Result.ToString(); + + int passCNT = 0, leakCNT = 0; + for (int i = 0; i < datas.Count; i++) + { + if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Pass) + passCNT++; + else if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Leak) + leakCNT++; + } + + if (passCNT == 6) + items[7] = "2"; + else if (leakCNT >= 1) + items[7] = "1"; + else + items[7] = "0"; + + if (this.listBoxTime.ItemCount >= 10) + this.listBoxTime.RemoveItem(0); + + this.listBoxTime.AddItem(items); + } + private void smartButton3_Click(object sender, EventArgs e) + { + Collection datas = new Collection(); + for (int i = 0; i < 6; i++) + datas.Add(new LeakData()); + + datas[0].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[1].Judgment.Result = Define.E_JudgmentStatus.Empty; + datas[2].Judgment.Result = Define.E_JudgmentStatus.Pass; + datas[3].Judgment.Result = Define.E_JudgmentStatus.Error; + datas[4].Judgment.Result = Define.E_JudgmentStatus.Empty; + datas[5].Judgment.Result = Define.E_JudgmentStatus.Pass; + + string[] items = new string[8]; + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = datas[0].Judgment.Result.ToString(); + items[2] = datas[1].Judgment.Result.ToString(); + items[3] = datas[2].Judgment.Result.ToString(); + items[4] = datas[3].Judgment.Result.ToString(); + items[5] = datas[4].Judgment.Result.ToString(); + items[6] = datas[5].Judgment.Result.ToString(); + + int passCNT = 0, leakCNT = 0; + for (int i = 0; i < datas.Count; i++) + { + if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Pass) + passCNT++; + else if (datas[i].Judgment.Result == Define.E_JudgmentStatus.Leak) + leakCNT++; + } + + if (passCNT == 6) + items[7] = "2"; + else if (leakCNT >= 1) + items[7] = "1"; + else + items[7] = "0"; + + + if (this.listBoxTime.ItemCount >= 10) + this.listBoxTime.RemoveItem(0); + + this.listBoxTime.AddItem(items); + } + private void smartButton4_Click(object sender, EventArgs e) + { + SmartListBox.COLUMNSTYLE[] timeStyle = new SmartListBox.COLUMNSTYLE[2]; + timeStyle[0].iColumnWidth = 136; + timeStyle[0].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[0].iOffsetColumn = 0; + timeStyle[1].iColumnWidth = 1; + timeStyle[1].eColumnAlign = SmartListBox.COLUMNALIGNS.CENTER; + timeStyle[1].iOffsetColumn = 0; + this.listBoxTime.ColumnStyles = timeStyle; + // Set Color + this.listBoxTime.TextColor = Color.White; + this.listBoxTime.SetRowsColorAdd(Color.Red); + this.listBoxTime.SetRowsColorAdd(Color.Green); + this.listBoxTime.SetRowsColorAdd(Color.White); + } + private void smartButton5_Click(object sender, EventArgs e) + { + + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "1"; + + this.listBoxTime.AddItem(items); + } + + private void smartButton6_Click(object sender, EventArgs e) + { + string[] items = new string[3]; + + items[0] = string.Format("{0:HH:mm:ss}", DateTime.Now); + items[1] = ""; + items[2] = "2"; + + this.listBoxTime.AddItem(items); + } + } +} diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.resx b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.resx new file mode 100644 index 0000000..3e7a6d2 --- /dev/null +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainDisplay_4.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WEBPAD + + \ No newline at end of file diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.cs index 82947b8..a745621 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.cs @@ -8,11 +8,11 @@ using System.Linq; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; using SmartX; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMainModbus : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.designer.cs b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.designer.cs index d17f65d..cb5820f 100644 --- a/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.designer.cs +++ b/INT_LKD_PTB6_DW/Controls/MainDisplay/ControlMainModbus.designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMainModbus { diff --git a/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.Designer.cs index d6f184e..c3c55de 100644 --- a/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuManualIoTest { @@ -30,6 +30,7 @@ { this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.buttonServoStep = new SmartX.SmartButton(); this.buttonServoAlarmClear = new SmartX.SmartButton(); this.labelServoOrigin = new SmartX.SmartLabel(); this.buttonServoOrigin = new SmartX.SmartButton(); @@ -107,7 +108,6 @@ this.labelInput1 = new SmartX.SmartLabel(); this.smartTimer = new SmartX.SmartTimer(); this.smartTimerJog = new SmartX.SmartTimer(); - this.buttonServoStep = new SmartX.SmartButton(); this.smartGroupBox1.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); this.groupBoxOutput.SuspendLayout(); @@ -162,6 +162,42 @@ this.smartGroupBox2.Text = "SERVO"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // + // buttonServoStep + // + this.buttonServoStep.BackGround = this.smartGroupBox2; + this.buttonServoStep.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonServoStep.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonServoStep.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonServoStep.ButtonImageAutoSize = true; + this.buttonServoStep.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonServoStep.ButtonText = "Step"; + this.buttonServoStep.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonServoStep.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.buttonServoStep.GroupID = 0; + this.buttonServoStep.ImageDisable = null; + this.buttonServoStep.ImageDown = null; + this.buttonServoStep.ImageUp = null; + this.buttonServoStep.Location = new System.Drawing.Point(165, 118); + this.buttonServoStep.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonServoStep.Name = "buttonServoStep"; + this.buttonServoStep.NestedClickEventPrevent = false; + this.buttonServoStep.OutlinePixel = 2; + this.buttonServoStep.OverlapOptimize = true; + this.buttonServoStep.RepeatInterval = 200; + this.buttonServoStep.RepeatIntervalAccelerate = null; + this.buttonServoStep.RoundSize = 10; + this.buttonServoStep.SafeInterval = 200; + this.buttonServoStep.Size = new System.Drawing.Size(100, 50); + this.buttonServoStep.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonServoStep.TabIndex = 109; + this.buttonServoStep.Text = null; + this.buttonServoStep.TextColor = System.Drawing.Color.White; + this.buttonServoStep.TextColorDisable = System.Drawing.Color.Gray; + this.buttonServoStep.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonServoStep.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonServoStep.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonServoStep.Click += new System.EventHandler(this.buttonServoStep_Click); + // // buttonServoAlarmClear // this.buttonServoAlarmClear.BackGround = this.smartGroupBox2; @@ -2276,42 +2312,6 @@ this.smartTimerJog.TimeFormStringSeparator = ":"; this.smartTimerJog.Tick += new System.EventHandler(this.smartTimerJog_Tick); // - // buttonServoStep - // - this.buttonServoStep.BackGround = this.smartGroupBox2; - this.buttonServoStep.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.buttonServoStep.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonServoStep.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonServoStep.ButtonImageAutoSize = true; - this.buttonServoStep.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonServoStep.ButtonText = "Step"; - this.buttonServoStep.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonServoStep.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.buttonServoStep.GroupID = 0; - this.buttonServoStep.ImageDisable = null; - this.buttonServoStep.ImageDown = null; - this.buttonServoStep.ImageUp = null; - this.buttonServoStep.Location = new System.Drawing.Point(165, 118); - this.buttonServoStep.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonServoStep.Name = "buttonServoStep"; - this.buttonServoStep.NestedClickEventPrevent = false; - this.buttonServoStep.OutlinePixel = 2; - this.buttonServoStep.OverlapOptimize = true; - this.buttonServoStep.RepeatInterval = 200; - this.buttonServoStep.RepeatIntervalAccelerate = null; - this.buttonServoStep.RoundSize = 10; - this.buttonServoStep.SafeInterval = 200; - this.buttonServoStep.Size = new System.Drawing.Size(100, 50); - this.buttonServoStep.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonServoStep.TabIndex = 109; - this.buttonServoStep.Text = null; - this.buttonServoStep.TextColor = System.Drawing.Color.White; - this.buttonServoStep.TextColorDisable = System.Drawing.Color.Gray; - this.buttonServoStep.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonServoStep.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonServoStep.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonServoStep.Click += new System.EventHandler(this.buttonServoStep_Click); - // // ControlMenuManualIoTest // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); diff --git a/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.cs b/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.cs index 6f29414..3a0febe 100644 --- a/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.cs +++ b/INT_LKD_PTB6_DW/Controls/Manual/ControlMenuManualIoTest.cs @@ -9,11 +9,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuManualIoTest : UserControl { @@ -149,7 +149,7 @@ namespace INT_LKD_PTB.Controls } // 변위센서 데이터 - public void UpdateDisplayDispData(Collection datas) + public void UpdateDisplayDispData(Collection datas) { this.CollLabelDisplacement[0].Text = datas[0].DispData.RData; this.CollLabelDisplacement[1].Text = datas[1].DispData.RData; @@ -159,7 +159,7 @@ namespace INT_LKD_PTB.Controls this.CollLabelDisplacement[5].Text = datas[5].DispData.RData; } // 차압센서 데이터 - public void UpdateDisplayDiffData(Collection datas) + public void UpdateDisplayDiffData(Collection datas) { this.CollLabelDiffPressure[0].Text = datas[0].DiffData.MAdc; this.CollLabelDiffPressure[1].Text = datas[1].DiffData.MAdc; @@ -169,7 +169,7 @@ namespace INT_LKD_PTB.Controls this.CollLabelDiffPressure[5].Text = datas[5].DiffData.MAdc; } // 압력센서 데이터 - public void UpdateDisplayPresData(Collection datas) + public void UpdateDisplayPresData(Collection datas) { this.CollLabelPressureWork[0].Text = datas[0].PresData.WorkingChamber; this.CollLabelPressureWork[1].Text = datas[1].PresData.WorkingChamber; diff --git a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.Designer.cs b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.Designer.cs index 856429c..c0eac06 100644 --- a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuRecipeData { diff --git a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.cs b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.cs index 4fbb892..e6e250d 100644 --- a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.cs +++ b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeData.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuRecipeData : UserControl { @@ -273,7 +273,7 @@ namespace INT_LKD_PTB.Controls value = "Pass"; label2.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: value = "Leak"; label2.TextColor = Define.ColorTextResultNG; break; @@ -302,7 +302,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -325,7 +325,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -400,7 +400,7 @@ namespace INT_LKD_PTB.Controls if (this.labelMesPressureMaster.Text != value) this.labelMesPressureMaster.Text = value; } - public void UpdateDisplayMeasuringLeadDataResult(LeakData1 data) + public void UpdateDisplayMeasuringLeadDataResult(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.labelMesResult); diff --git a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs index 31007de..2699333 100644 --- a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuRecipeSetting { diff --git a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.cs index 6937202..f4a361e 100644 --- a/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.cs +++ b/INT_LKD_PTB6_DW/Controls/Recipe/ControlMenuRecipeSetting.cs @@ -9,11 +9,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuRecipeSetting : UserControl { @@ -66,6 +66,10 @@ namespace INT_LKD_PTB.Controls this.CollControls.Add(this.labelVacuumBreak); this.CollControls.Add(this.radioButton1); this.CollControls.Add(this.radioButton2); + this.CollControls.Add(this.radioButton3); + this.CollControls.Add(this.radioButton4); + this.CollControls.Add(this.radioButton5); + this.CollControls.Add(this.radioButton6); this.CollControls.Add(this.buttonInspection); this.ChildControlRecipeData = new ControlMenuRecipeData(this.ParentForm); @@ -446,7 +450,7 @@ namespace INT_LKD_PTB.Controls } } // 차압센서 데이터 - public void UpdateDisplayDiffPressureData(Collection datas) + public void UpdateDisplayDiffPressureData(Collection datas) { if (this.radioButton1.Checked == true) this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataDiffPressure(datas[0].DiffData); @@ -462,7 +466,7 @@ namespace INT_LKD_PTB.Controls this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataDiffPressure(datas[5].DiffData); } // 변위센서 데이터 - public void UpdateDisplayDisplacementData(Collection datas) + public void UpdateDisplayDisplacementData(Collection datas) { if (this.radioButton1.Checked == true) this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataDisplacement(datas[0].DispData); @@ -478,7 +482,7 @@ namespace INT_LKD_PTB.Controls this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataDisplacement(datas[5].DispData); } // 압력센서 데이터 - public void UpdateDisplayPressureData(Collection datas) + public void UpdateDisplayPressureData(Collection datas) { if (this.radioButton1.Checked == true) this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataPressure(datas[0].PresData); @@ -494,7 +498,7 @@ namespace INT_LKD_PTB.Controls this.ChildControlRecipeData.UpdateDisplayMeasuringLeakDataPressure(datas[5].PresData); } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { if (this.radioButton1.Checked == true) this.ChildControlRecipeData.UpdateDisplayMeasuringLeadDataResult(datas[0]); @@ -787,6 +791,8 @@ namespace INT_LKD_PTB.Controls this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Disp_MinHight, "", before, after); this.ChildControlRecipeData.DrawDisplacementReferenceLine(myKeypad.StringValue); + + this.ParentForm.Child_System_Equipment6_1.DrawDisplacementReferenceLine(myKeypad.StringValue); } } private void buttonDispEnable1_Click(object sender, EventArgs e) @@ -915,15 +921,10 @@ namespace INT_LKD_PTB.Controls // Inspection private void buttonInspection_Click(object sender, EventArgs e) { - string id = ""; + string id = "0"; this.ChildControlRecipeData.InitializeData(); - if (this.radioButton1.Checked == true) - id = CommunicationID.SubBoard1; - else if (this.radioButton2.Checked == true) - id = CommunicationID.SubBoard2; - this.ParentForm.ParentForm.TransferData(CommunicationCommand.CutInpupt, id); } private void radioButton1_Click(object sender, EventArgs e) diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.Designer.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.Designer.cs index f82f77e..f875f76 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuSystemEthernet { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.cs index 561bb1d..3d84768 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemEthernet.cs @@ -7,12 +7,12 @@ using System.Data; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.DataStore; using SmartX; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuSystemEthernet : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.Designer.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.Designer.cs index ad51cbf..b643d38 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuSystemInformation { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.cs index 63389fd..bb2db06 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemInformation.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using System.IO; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuSystemInformation : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.Designer.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.Designer.cs index ddbbcd9..631661f 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuSystemSetting { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.cs index 5a1a966..bac6a2a 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemSetting.cs @@ -9,12 +9,12 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; using System.Threading; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuSystemSetting : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.Designer.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.Designer.cs index 6f708ea..a0ed817 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuSystemStatus6_1 { @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle19 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle20 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle21 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle22 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle23 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle24 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle2 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle3 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle4 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle5 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle6 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.buttonDisplay = new SmartX.SmartButton(); this.buttonStart = new SmartX.SmartButton(); @@ -125,6 +125,16 @@ this.labelProgress4 = new SmartX.SmartLabel(); this.labelProgress2 = new SmartX.SmartLabel(); this.labelProgress1 = new SmartX.SmartLabel(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel6 = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); + this.smartLabel13 = new SmartX.SmartLabel(); + this.smartLabel15 = new SmartX.SmartLabel(); + this.smartLabel16 = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); this.smartGroupBox8.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); @@ -323,6 +333,8 @@ this.smartGroupBox8.BackGround = null; this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox8.BackImage = null; + this.smartGroupBox8.Controls.Add(this.smartLabel15); + this.smartGroupBox8.Controls.Add(this.smartLabel16); this.smartGroupBox8.Controls.Add(this.smartSeparatorLine12); this.smartGroupBox8.Controls.Add(this.labelResultDisp6); this.smartGroupBox8.Controls.Add(this.labelResultDiff6); @@ -429,30 +441,30 @@ // // smartDraw_ChartChannelPenStyle1 // - chartPenStyle19.ChannelColor = System.Drawing.Color.White; - chartPenStyle19.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle19.PenWidth = 3; - chartPenStyle20.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); - chartPenStyle20.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle20.PenWidth = 3; - chartPenStyle21.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); - chartPenStyle21.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle21.PenWidth = 3; - chartPenStyle22.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); - chartPenStyle22.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle22.PenWidth = 3; - chartPenStyle23.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); - chartPenStyle23.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle23.PenWidth = 3; - chartPenStyle24.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); - chartPenStyle24.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle24.PenWidth = 3; - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle19); - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle20); - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle21); - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle22); - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle23); - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle24); + chartPenStyle1.ChannelColor = System.Drawing.Color.White; + chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle1.PenWidth = 2; + chartPenStyle2.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); + chartPenStyle2.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle2.PenWidth = 2; + chartPenStyle3.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); + chartPenStyle3.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle3.PenWidth = 2; + chartPenStyle4.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); + chartPenStyle4.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle4.PenWidth = 2; + chartPenStyle5.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + chartPenStyle5.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle5.PenWidth = 2; + chartPenStyle6.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + chartPenStyle6.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle6.PenWidth = 2; + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1); + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle2); + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle3); + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle4); + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle5); + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle6); // // smartLabel61 // @@ -679,6 +691,8 @@ this.smartGroupBox6.BackGround = null; this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox6.BackImage = null; + this.smartGroupBox6.Controls.Add(this.smartLabel8); + this.smartGroupBox6.Controls.Add(this.smartLabel9); this.smartGroupBox6.Controls.Add(this.smartSeparatorLine10); this.smartGroupBox6.Controls.Add(this.labelResultDisp4); this.smartGroupBox6.Controls.Add(this.labelResultDiff4); @@ -942,6 +956,8 @@ this.smartGroupBox10.BackGround = null; this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox10.BackImage = null; + this.smartGroupBox10.Controls.Add(this.smartLabel10); + this.smartGroupBox10.Controls.Add(this.smartLabel13); this.smartGroupBox10.Controls.Add(this.smartSeparatorLine11); this.smartGroupBox10.Controls.Add(this.labelResult5); this.smartGroupBox10.Controls.Add(this.labelResultDisp5); @@ -1205,6 +1221,7 @@ this.smartGroupBox5.BackGround = null; this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox5.BackImage = null; + this.smartGroupBox5.Controls.Add(this.smartLabel2); this.smartGroupBox5.Controls.Add(this.smartSeparatorLine8); this.smartGroupBox5.Controls.Add(this.labelResultDisp2); this.smartGroupBox5.Controls.Add(this.labelResultDiff2); @@ -1468,6 +1485,8 @@ this.smartGroupBox7.BackGround = null; this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox7.BackImage = null; + this.smartGroupBox7.Controls.Add(this.smartLabel3); + this.smartGroupBox7.Controls.Add(this.smartLabel6); this.smartGroupBox7.Controls.Add(this.smartSeparatorLine9); this.smartGroupBox7.Controls.Add(this.labelResult3); this.smartGroupBox7.Controls.Add(this.labelResultDiff3); @@ -1731,6 +1750,7 @@ this.smartGroupBox3.BackGround = null; this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox3.BackImage = null; + this.smartGroupBox3.Controls.Add(this.smartLabel1); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine3); this.smartGroupBox3.Controls.Add(this.labelResultDisp1); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine1); @@ -2192,6 +2212,216 @@ this.labelProgress1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelProgress1.Wordwrap = false; // + // smartLabel1 + // + this.smartLabel1.BackGround = null; + this.smartLabel1.BackGroundColor = System.Drawing.Color.White; + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(100, 2); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.OverlapOptimize = true; + this.smartLabel1.PasswordChar = '\0'; + this.smartLabel1.Radius = 3; + this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel1.Size = new System.Drawing.Size(30, 16); + this.smartLabel1.TabIndex = 4; + this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel1.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); + this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel2.LineSpacing = 0F; + this.smartLabel2.Location = new System.Drawing.Point(100, 2); + this.smartLabel2.Name = "smartLabel2"; + this.smartLabel2.OverlapOptimize = true; + this.smartLabel2.PasswordChar = '\0'; + this.smartLabel2.Radius = 3; + this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel2.Size = new System.Drawing.Size(30, 16); + this.smartLabel2.TabIndex = 45; + this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel2.Wordwrap = false; + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); + this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel3.LineSpacing = 0F; + this.smartLabel3.Location = new System.Drawing.Point(100, 2); + this.smartLabel3.Name = "smartLabel3"; + this.smartLabel3.OverlapOptimize = true; + this.smartLabel3.PasswordChar = '\0'; + this.smartLabel3.Radius = 3; + this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel3.Size = new System.Drawing.Size(30, 16); + this.smartLabel3.TabIndex = 47; + this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel3.Wordwrap = false; + // + // smartLabel6 + // + this.smartLabel6.BackGround = null; + this.smartLabel6.BackGroundColor = System.Drawing.Color.White; + this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel6.LineSpacing = 0F; + this.smartLabel6.Location = new System.Drawing.Point(100, 2); + this.smartLabel6.Name = "smartLabel6"; + this.smartLabel6.OverlapOptimize = true; + this.smartLabel6.PasswordChar = '\0'; + this.smartLabel6.Radius = 3; + this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel6.Size = new System.Drawing.Size(30, 16); + this.smartLabel6.TabIndex = 48; + this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel6.Wordwrap = false; + // + // smartLabel8 + // + this.smartLabel8.BackGround = null; + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); + this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel8.LineSpacing = 0F; + this.smartLabel8.Location = new System.Drawing.Point(100, 2); + this.smartLabel8.Name = "smartLabel8"; + this.smartLabel8.OverlapOptimize = true; + this.smartLabel8.PasswordChar = '\0'; + this.smartLabel8.Radius = 3; + this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel8.Size = new System.Drawing.Size(30, 16); + this.smartLabel8.TabIndex = 48; + this.smartLabel8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel8.Wordwrap = false; + // + // smartLabel9 + // + this.smartLabel9.BackGround = null; + this.smartLabel9.BackGroundColor = System.Drawing.Color.White; + this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel9.LineSpacing = 0F; + this.smartLabel9.Location = new System.Drawing.Point(100, 2); + this.smartLabel9.Name = "smartLabel9"; + this.smartLabel9.OverlapOptimize = true; + this.smartLabel9.PasswordChar = '\0'; + this.smartLabel9.Radius = 3; + this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel9.Size = new System.Drawing.Size(30, 16); + this.smartLabel9.TabIndex = 49; + this.smartLabel9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel9.Wordwrap = false; + // + // smartLabel10 + // + this.smartLabel10.BackGround = null; + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel10.LineSpacing = 0F; + this.smartLabel10.Location = new System.Drawing.Point(100, 2); + this.smartLabel10.Name = "smartLabel10"; + this.smartLabel10.OverlapOptimize = true; + this.smartLabel10.PasswordChar = '\0'; + this.smartLabel10.Radius = 3; + this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel10.Size = new System.Drawing.Size(30, 16); + this.smartLabel10.TabIndex = 48; + this.smartLabel10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel10.Wordwrap = false; + // + // smartLabel13 + // + this.smartLabel13.BackGround = null; + this.smartLabel13.BackGroundColor = System.Drawing.Color.White; + this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel13.LineSpacing = 0F; + this.smartLabel13.Location = new System.Drawing.Point(100, 2); + this.smartLabel13.Name = "smartLabel13"; + this.smartLabel13.OverlapOptimize = true; + this.smartLabel13.PasswordChar = '\0'; + this.smartLabel13.Radius = 3; + this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel13.Size = new System.Drawing.Size(30, 16); + this.smartLabel13.TabIndex = 49; + this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel13.Wordwrap = false; + // + // smartLabel15 + // + this.smartLabel15.BackGround = null; + this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + this.smartLabel15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel15.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel15.LineSpacing = 0F; + this.smartLabel15.Location = new System.Drawing.Point(100, 2); + this.smartLabel15.Name = "smartLabel15"; + this.smartLabel15.OverlapOptimize = true; + this.smartLabel15.PasswordChar = '\0'; + this.smartLabel15.Radius = 3; + this.smartLabel15.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel15.Size = new System.Drawing.Size(30, 16); + this.smartLabel15.TabIndex = 48; + this.smartLabel15.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel15.Wordwrap = false; + // + // smartLabel16 + // + this.smartLabel16.BackGround = null; + this.smartLabel16.BackGroundColor = System.Drawing.Color.White; + this.smartLabel16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel16.LineSpacing = 0F; + this.smartLabel16.Location = new System.Drawing.Point(100, 2); + this.smartLabel16.Name = "smartLabel16"; + this.smartLabel16.OverlapOptimize = true; + this.smartLabel16.PasswordChar = '\0'; + this.smartLabel16.Radius = 3; + this.smartLabel16.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel16.Size = new System.Drawing.Size(30, 16); + this.smartLabel16.TabIndex = 49; + this.smartLabel16.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel16.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel16.Wordwrap = false; + // // ControlMenuSystemStatus6_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -2307,5 +2537,15 @@ private SmartX.SmartSeparatorLine smartSeparatorLine8; private SmartX.SmartSeparatorLine smartSeparatorLine9; private SmartX.SmartDraw smartDraw2; + private SmartX.SmartLabel smartLabel15; + private SmartX.SmartLabel smartLabel16; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel smartLabel10; + private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel smartLabel1; } } diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.cs index f0386d5..74f5818 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuSystemStatus6_1 : UserControl { @@ -187,7 +187,7 @@ namespace INT_LKD_PTB.Controls value = "Pass"; label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: value = "Leak"; label.TextColor = Define.ColorTextResultNG; break; @@ -216,7 +216,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -239,7 +239,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -322,7 +322,7 @@ namespace INT_LKD_PTB.Controls this.smartDraw2.BackLayer.SetPenStyle(Color.Blue, 2); this.smartDraw2.BackLayer.Line(10, 242 - iValue, 600, 242 - iValue); } - private void UpdateDisplayDotGraphDiffPressure(Collection datas) + private void UpdateDisplayDotGraphDiffPressure(Collection datas) { string value = ""; double dValue = 0.0; @@ -343,7 +343,7 @@ namespace INT_LKD_PTB.Controls this.smartDraw1.Chart.PutData(iValues); } - private void UpdateDisplayDotGraphDisplacement(Collection datas) + private void UpdateDisplayDotGraphDisplacement(Collection datas) { string value = ""; double dValue = 0.0; @@ -353,11 +353,12 @@ namespace INT_LKD_PTB.Controls // 0.00 ~ 15.00 // 그래프 영역 높이 230 // 1500 / 230 = 6.521739130434783 + // 2500 / 230 = 10.8695652173913 for (int i = 0; i < datas.Count; i++) { value = datas[i].DispData.MData.Replace(".", ""); - dValue = int.Parse(value) / 6.521739130434783; + dValue = int.Parse(value) / 10.8695652173913; if (dValue > 230) dValue = 230; @@ -548,7 +549,7 @@ namespace INT_LKD_PTB.Controls } // 차압센서 데이터 - public void UpdateDisplayDiffPressureData(Collection datas) + public void UpdateDisplayDiffPressureData(Collection datas) { this.UpdateDisplayDiffPressureData1(datas[0]); this.UpdateDisplayDiffPressureData2(datas[1]); @@ -559,7 +560,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayDotGraphDiffPressure(datas); } - private void UpdateDisplayDiffPressureData1(LeakData1 data) + private void UpdateDisplayDiffPressureData1(LeakData data) { string value = ""; @@ -567,7 +568,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecDiff[0].Text != value) this.CollectionDiffSecDiff[0].Text = value; } - private void UpdateDisplayDiffPressureData2(LeakData1 data) + private void UpdateDisplayDiffPressureData2(LeakData data) { string value = ""; @@ -575,7 +576,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecDiff[1].Text != value) this.CollectionDiffSecDiff[1].Text = value; } - private void UpdateDisplayDiffPressureData3(LeakData1 data) + private void UpdateDisplayDiffPressureData3(LeakData data) { string value = ""; @@ -583,7 +584,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecDiff[2].Text != value) this.CollectionDiffSecDiff[2].Text = value; } - private void UpdateDisplayDiffPressureData4(LeakData1 data) + private void UpdateDisplayDiffPressureData4(LeakData data) { string value = ""; @@ -591,7 +592,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecDiff[3].Text != value) this.CollectionDiffSecDiff[3].Text = value; } - private void UpdateDisplayDiffPressureData5(LeakData1 data) + private void UpdateDisplayDiffPressureData5(LeakData data) { string value = ""; @@ -599,7 +600,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecDiff[4].Text != value) this.CollectionDiffSecDiff[4].Text = value; } - private void UpdateDisplayDiffPressureData6(LeakData1 data) + private void UpdateDisplayDiffPressureData6(LeakData data) { string value = ""; @@ -608,7 +609,7 @@ namespace INT_LKD_PTB.Controls this.CollectionDiffSecDiff[5].Text = value; } // 변위센서 데이터 - public void UpdateDisplayDisplacementData(Collection datas) + public void UpdateDisplayDisplacementData(Collection datas) { this.UpdateDisplayDisplacementData1(datas[0]); this.UpdateDisplayDisplacementData2(datas[1]); @@ -619,26 +620,26 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayDotGraphDisplacement(datas); } - private void UpdateDisplayDisplacementData1(LeakData1 data) + private void UpdateDisplayDisplacementData1(LeakData data) { } - private void UpdateDisplayDisplacementData2(LeakData1 data) + private void UpdateDisplayDisplacementData2(LeakData data) { } - private void UpdateDisplayDisplacementData3(LeakData1 data) + private void UpdateDisplayDisplacementData3(LeakData data) { } - private void UpdateDisplayDisplacementData4(LeakData1 data) + private void UpdateDisplayDisplacementData4(LeakData data) { } - private void UpdateDisplayDisplacementData5(LeakData1 data) + private void UpdateDisplayDisplacementData5(LeakData data) { } - private void UpdateDisplayDisplacementData6(LeakData1 data) + private void UpdateDisplayDisplacementData6(LeakData data) { } // 압력센서 데이터 - public void UpdateDisplayPressureData(Collection datas) + public void UpdateDisplayPressureData(Collection datas) { this.UpdateDisplayPressureData1(datas[0]); this.UpdateDisplayPressureData2(datas[1]); @@ -647,7 +648,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayPressureData5(datas[4]); this.UpdateDisplayPressureData6(datas[5]); } - private void UpdateDisplayPressureData1(LeakData1 data) + private void UpdateDisplayPressureData1(LeakData data) { string value = ""; @@ -659,7 +660,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[0].Text != value) this.CollectionPressureMaster[0].Text = value; } - private void UpdateDisplayPressureData2(LeakData1 data) + private void UpdateDisplayPressureData2(LeakData data) { string value = ""; @@ -671,7 +672,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[1].Text != value) this.CollectionPressureMaster[1].Text = value; } - private void UpdateDisplayPressureData3(LeakData1 data) + private void UpdateDisplayPressureData3(LeakData data) { string value = ""; @@ -683,7 +684,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[2].Text != value) this.CollectionPressureMaster[2].Text = value; } - private void UpdateDisplayPressureData4(LeakData1 data) + private void UpdateDisplayPressureData4(LeakData data) { string value = ""; @@ -695,7 +696,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[3].Text != value) this.CollectionPressureMaster[3].Text = value; } - private void UpdateDisplayPressureData5(LeakData1 data) + private void UpdateDisplayPressureData5(LeakData data) { string value = ""; @@ -707,7 +708,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[4].Text != value) this.CollectionPressureMaster[4].Text = value; } - private void UpdateDisplayPressureData6(LeakData1 data) + private void UpdateDisplayPressureData6(LeakData data) { string value = ""; @@ -720,7 +721,7 @@ namespace INT_LKD_PTB.Controls this.CollectionPressureMaster[5].Text = value; } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { this.UpdateDisplayJudgmentData1(datas[0]); this.UpdateDisplayJudgmentData2(datas[1]); @@ -729,7 +730,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayJudgmentData5(datas[4]); this.UpdateDisplayJudgmentData6(datas[5]); } - private void UpdateDisplayJudgmentData1(LeakData1 data) + private void UpdateDisplayJudgmentData1(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[0]); @@ -744,7 +745,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisplacement(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[0]); } } - private void UpdateDisplayJudgmentData2(LeakData1 data) + private void UpdateDisplayJudgmentData2(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[1]); @@ -759,7 +760,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisplacement(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[1]); } } - private void UpdateDisplayJudgmentData3(LeakData1 data) + private void UpdateDisplayJudgmentData3(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[2]); @@ -774,7 +775,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisplacement(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[2]); } } - private void UpdateDisplayJudgmentData4(LeakData1 data) + private void UpdateDisplayJudgmentData4(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[3]); @@ -789,7 +790,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisplacement(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[3]); } } - private void UpdateDisplayJudgmentData5(LeakData1 data) + private void UpdateDisplayJudgmentData5(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[4]); @@ -804,7 +805,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisplacement(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[4]); } } - private void UpdateDisplayJudgmentData6(LeakData1 data) + private void UpdateDisplayJudgmentData6(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[5]); @@ -829,7 +830,8 @@ namespace INT_LKD_PTB.Controls { this.CalScaleDiffPressure(this.ParentForm.ParentForm.CurrentRecipe.DIFF_LR_LIMIT); this.DrawDiffPressureReferenceLine(this.ParentForm.ParentForm.CurrentRecipe.DIFF_LR_LIMIT); - + this.DrawDisplacementReferenceLine(this.ParentForm.ParentForm.CurrentRecipe.DISP_JUDG_MIN_HEIGHT); + // 화면 데이터 초기화 this.InitializeData(); this.ParentForm.Child_System_Equipment6_2.InitializeData(); diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.resx b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.resx index 556ae86..8610e9b 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.resx +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_1.resx @@ -120,9 +120,6 @@ 17, 17 - - 17, 17 - 47 diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.Designer.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.Designer.cs index 20d7a73..d2cac7a 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuSystemStatus6_2 { @@ -602,13 +602,13 @@ this.labelDispMDataMax3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataMax3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataMax3.LineSpacing = 0F; - this.labelDispMDataMax3.Location = new System.Drawing.Point(90, 241); + this.labelDispMDataMax3.Location = new System.Drawing.Point(149, 241); this.labelDispMDataMax3.Name = "labelDispMDataMax3"; this.labelDispMDataMax3.OverlapOptimize = true; this.labelDispMDataMax3.PasswordChar = '\0'; this.labelDispMDataMax3.Radius = 3; this.labelDispMDataMax3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax3.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataMax3.Size = new System.Drawing.Size(142, 20); this.labelDispMDataMax3.TabIndex = 45; this.labelDispMDataMax3.Text = "9.2354"; this.labelDispMDataMax3.TextColor = System.Drawing.Color.White; @@ -631,7 +631,7 @@ this.labelTitleDispMDataM3.PasswordChar = '\0'; this.labelTitleDispMDataM3.Radius = 3; this.labelTitleDispMDataM3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM3.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataM3.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataM3.TabIndex = 44; this.labelTitleDispMDataM3.Text = "Max.H"; this.labelTitleDispMDataM3.TextColor = System.Drawing.Color.White; @@ -693,13 +693,13 @@ this.labelDispMDataMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataMax1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataMax1.LineSpacing = 0F; - this.labelDispMDataMax1.Location = new System.Drawing.Point(90, 241); + this.labelDispMDataMax1.Location = new System.Drawing.Point(149, 241); this.labelDispMDataMax1.Name = "labelDispMDataMax1"; this.labelDispMDataMax1.OverlapOptimize = true; this.labelDispMDataMax1.PasswordChar = '\0'; this.labelDispMDataMax1.Radius = 3; this.labelDispMDataMax1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax1.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataMax1.Size = new System.Drawing.Size(142, 20); this.labelDispMDataMax1.TabIndex = 31; this.labelDispMDataMax1.Text = "9.2354"; this.labelDispMDataMax1.TextColor = System.Drawing.Color.White; @@ -722,7 +722,7 @@ this.labelTitleDispMDataM1.PasswordChar = '\0'; this.labelTitleDispMDataM1.Radius = 3; this.labelTitleDispMDataM1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM1.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataM1.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataM1.TabIndex = 30; this.labelTitleDispMDataM1.Text = "Max.H"; this.labelTitleDispMDataM1.TextColor = System.Drawing.Color.White; @@ -827,7 +827,7 @@ this.labelTitleDispRData1.PasswordChar = '\0'; this.labelTitleDispRData1.Radius = 3; this.labelTitleDispRData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData1.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispRData1.Size = new System.Drawing.Size(142, 20); this.labelTitleDispRData1.TabIndex = 12; this.labelTitleDispRData1.Text = "Level"; this.labelTitleDispRData1.TextColor = System.Drawing.Color.White; @@ -913,13 +913,13 @@ this.labelDispRData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData1.LineSpacing = 0F; - this.labelDispRData1.Location = new System.Drawing.Point(90, 197); + this.labelDispRData1.Location = new System.Drawing.Point(149, 197); this.labelDispRData1.Name = "labelDispRData1"; this.labelDispRData1.OverlapOptimize = true; this.labelDispRData1.PasswordChar = '\0'; this.labelDispRData1.Radius = 3; this.labelDispRData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData1.Size = new System.Drawing.Size(80, 20); + this.labelDispRData1.Size = new System.Drawing.Size(142, 20); this.labelDispRData1.TabIndex = 12; this.labelDispRData1.Text = "0.00"; this.labelDispRData1.TextColor = System.Drawing.Color.White; @@ -1001,7 +1001,7 @@ this.labelTitleDispMData1.PasswordChar = '\0'; this.labelTitleDispMData1.Radius = 3; this.labelTitleDispMData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData1.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMData1.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMData1.TabIndex = 13; this.labelTitleDispMData1.Text = "Height"; this.labelTitleDispMData1.TextColor = System.Drawing.Color.White; @@ -1077,13 +1077,13 @@ this.labelDispMData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData1.LineSpacing = 0F; - this.labelDispMData1.Location = new System.Drawing.Point(90, 219); + this.labelDispMData1.Location = new System.Drawing.Point(149, 219); this.labelDispMData1.Name = "labelDispMData1"; this.labelDispMData1.OverlapOptimize = true; this.labelDispMData1.PasswordChar = '\0'; this.labelDispMData1.Radius = 3; this.labelDispMData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData1.Size = new System.Drawing.Size(80, 20); + this.labelDispMData1.Size = new System.Drawing.Size(142, 20); this.labelDispMData1.TabIndex = 14; this.labelDispMData1.Text = "9.2354"; this.labelDispMData1.TextColor = System.Drawing.Color.White; @@ -1152,7 +1152,7 @@ this.labelTitleDispMDataD1.PasswordChar = '\0'; this.labelTitleDispMDataD1.Radius = 3; this.labelTitleDispMDataD1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD1.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataD1.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataD1.TabIndex = 28; this.labelTitleDispMDataD1.Text = "Diff"; this.labelTitleDispMDataD1.TextColor = System.Drawing.Color.White; @@ -1215,13 +1215,13 @@ this.labelDispMDataDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff1.LineSpacing = 0F; - this.labelDispMDataDiff1.Location = new System.Drawing.Point(90, 263); + this.labelDispMDataDiff1.Location = new System.Drawing.Point(149, 263); this.labelDispMDataDiff1.Name = "labelDispMDataDiff1"; this.labelDispMDataDiff1.OverlapOptimize = true; this.labelDispMDataDiff1.PasswordChar = '\0'; this.labelDispMDataDiff1.Radius = 3; this.labelDispMDataDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff1.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataDiff1.Size = new System.Drawing.Size(142, 20); this.labelDispMDataDiff1.TabIndex = 29; this.labelDispMDataDiff1.Text = "9.2354"; this.labelDispMDataDiff1.TextColor = System.Drawing.Color.White; @@ -1290,7 +1290,7 @@ this.labelTitleDispMDataD3.PasswordChar = '\0'; this.labelTitleDispMDataD3.Radius = 3; this.labelTitleDispMDataD3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD3.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataD3.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataD3.TabIndex = 42; this.labelTitleDispMDataD3.Text = "Diff"; this.labelTitleDispMDataD3.TextColor = System.Drawing.Color.White; @@ -1307,13 +1307,13 @@ this.labelDispMDataDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff3.LineSpacing = 0F; - this.labelDispMDataDiff3.Location = new System.Drawing.Point(90, 263); + this.labelDispMDataDiff3.Location = new System.Drawing.Point(149, 263); this.labelDispMDataDiff3.Name = "labelDispMDataDiff3"; this.labelDispMDataDiff3.OverlapOptimize = true; this.labelDispMDataDiff3.PasswordChar = '\0'; this.labelDispMDataDiff3.Radius = 3; this.labelDispMDataDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff3.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataDiff3.Size = new System.Drawing.Size(142, 20); this.labelDispMDataDiff3.TabIndex = 43; this.labelDispMDataDiff3.Text = "9.2354"; this.labelDispMDataDiff3.TextColor = System.Drawing.Color.White; @@ -1376,13 +1376,13 @@ this.labelDiffSecMax3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecMax3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecMax3.LineSpacing = 0F; - this.labelDiffSecMax3.Location = new System.Drawing.Point(90, 173); + this.labelDiffSecMax3.Location = new System.Drawing.Point(149, 173); this.labelDiffSecMax3.Name = "labelDiffSecMax3"; this.labelDiffSecMax3.OverlapOptimize = true; this.labelDiffSecMax3.PasswordChar = '\0'; this.labelDiffSecMax3.Radius = 3; this.labelDiffSecMax3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax3.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecMax3.Size = new System.Drawing.Size(142, 20); this.labelDiffSecMax3.TabIndex = 49; this.labelDiffSecMax3.Text = "0.0023"; this.labelDiffSecMax3.TextColor = System.Drawing.Color.White; @@ -1428,7 +1428,7 @@ this.labelTitleDispRData3.PasswordChar = '\0'; this.labelTitleDispRData3.Radius = 3; this.labelTitleDispRData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData3.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispRData3.Size = new System.Drawing.Size(142, 20); this.labelTitleDispRData3.TabIndex = 29; this.labelTitleDispRData3.Text = "Level"; this.labelTitleDispRData3.TextColor = System.Drawing.Color.White; @@ -1474,7 +1474,7 @@ this.smartLabel41.PasswordChar = '\0'; this.smartLabel41.Radius = 3; this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel41.Size = new System.Drawing.Size(80, 20); + this.smartLabel41.Size = new System.Drawing.Size(142, 20); this.smartLabel41.TabIndex = 48; this.smartLabel41.Text = "LR.Max"; this.smartLabel41.TextColor = System.Drawing.Color.White; @@ -1497,7 +1497,7 @@ this.smartLabel23.PasswordChar = '\0'; this.smartLabel23.Radius = 3; this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel23.Size = new System.Drawing.Size(80, 20); + this.smartLabel23.Size = new System.Drawing.Size(142, 20); this.smartLabel23.TabIndex = 39; this.smartLabel23.Text = "ADC"; this.smartLabel23.TextColor = System.Drawing.Color.White; @@ -1540,13 +1540,13 @@ this.labelDiffSecSum3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecSum3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum3.LineSpacing = 0F; - this.labelDiffSecSum3.Location = new System.Drawing.Point(90, 151); + this.labelDiffSecSum3.Location = new System.Drawing.Point(149, 151); this.labelDiffSecSum3.Name = "labelDiffSecSum3"; this.labelDiffSecSum3.OverlapOptimize = true; this.labelDiffSecSum3.PasswordChar = '\0'; this.labelDiffSecSum3.Radius = 3; this.labelDiffSecSum3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecSum3.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecSum3.Size = new System.Drawing.Size(142, 20); this.labelDiffSecSum3.TabIndex = 47; this.labelDiffSecSum3.Text = "0.0023"; this.labelDiffSecSum3.TextColor = System.Drawing.Color.White; @@ -1563,13 +1563,13 @@ this.labelDiffMadc3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc3.LineSpacing = 0F; - this.labelDiffMadc3.Location = new System.Drawing.Point(90, 107); + this.labelDiffMadc3.Location = new System.Drawing.Point(149, 107); this.labelDiffMadc3.Name = "labelDiffMadc3"; this.labelDiffMadc3.OverlapOptimize = true; this.labelDiffMadc3.PasswordChar = '\0'; this.labelDiffMadc3.Radius = 3; this.labelDiffMadc3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffMadc3.Size = new System.Drawing.Size(80, 20); + this.labelDiffMadc3.Size = new System.Drawing.Size(142, 20); this.labelDiffMadc3.TabIndex = 40; this.labelDiffMadc3.Text = "0.0023"; this.labelDiffMadc3.TextColor = System.Drawing.Color.White; @@ -1586,13 +1586,13 @@ this.labelDispRData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData3.LineSpacing = 0F; - this.labelDispRData3.Location = new System.Drawing.Point(90, 197); + this.labelDispRData3.Location = new System.Drawing.Point(149, 197); this.labelDispRData3.Name = "labelDispRData3"; this.labelDispRData3.OverlapOptimize = true; this.labelDispRData3.PasswordChar = '\0'; this.labelDispRData3.Radius = 3; this.labelDispRData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData3.Size = new System.Drawing.Size(80, 20); + this.labelDispRData3.Size = new System.Drawing.Size(142, 20); this.labelDispRData3.TabIndex = 28; this.labelDispRData3.Text = "0.00"; this.labelDispRData3.TextColor = System.Drawing.Color.White; @@ -1638,7 +1638,7 @@ this.smartLabel45.PasswordChar = '\0'; this.smartLabel45.Radius = 3; this.smartLabel45.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel45.Size = new System.Drawing.Size(80, 20); + this.smartLabel45.Size = new System.Drawing.Size(142, 20); this.smartLabel45.TabIndex = 46; this.smartLabel45.Text = "LR.Judg"; this.smartLabel45.TextColor = System.Drawing.Color.White; @@ -1684,7 +1684,7 @@ this.labelTitleDispMData3.PasswordChar = '\0'; this.labelTitleDispMData3.Radius = 3; this.labelTitleDispMData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData3.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMData3.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMData3.TabIndex = 30; this.labelTitleDispMData3.Text = "Height"; this.labelTitleDispMData3.TextColor = System.Drawing.Color.White; @@ -1737,13 +1737,13 @@ this.labelDispMData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData3.LineSpacing = 0F; - this.labelDispMData3.Location = new System.Drawing.Point(90, 219); + this.labelDispMData3.Location = new System.Drawing.Point(149, 219); this.labelDispMData3.Name = "labelDispMData3"; this.labelDispMData3.OverlapOptimize = true; this.labelDispMData3.PasswordChar = '\0'; this.labelDispMData3.Radius = 3; this.labelDispMData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData3.Size = new System.Drawing.Size(80, 20); + this.labelDispMData3.Size = new System.Drawing.Size(142, 20); this.labelDispMData3.TabIndex = 31; this.labelDispMData3.Text = "9.2354"; this.labelDispMData3.TextColor = System.Drawing.Color.White; @@ -1760,13 +1760,13 @@ this.labelDiffSecDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff3.LineSpacing = 0F; - this.labelDiffSecDiff3.Location = new System.Drawing.Point(90, 129); + this.labelDiffSecDiff3.Location = new System.Drawing.Point(149, 129); this.labelDiffSecDiff3.Name = "labelDiffSecDiff3"; this.labelDiffSecDiff3.OverlapOptimize = true; this.labelDiffSecDiff3.PasswordChar = '\0'; this.labelDiffSecDiff3.Radius = 3; this.labelDiffSecDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff3.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecDiff3.Size = new System.Drawing.Size(142, 20); this.labelDiffSecDiff3.TabIndex = 33; this.labelDiffSecDiff3.Text = "0.0023"; this.labelDiffSecDiff3.TextColor = System.Drawing.Color.White; @@ -1789,7 +1789,7 @@ this.smartLabel28.PasswordChar = '\0'; this.smartLabel28.Radius = 3; this.smartLabel28.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel28.Size = new System.Drawing.Size(80, 20); + this.smartLabel28.Size = new System.Drawing.Size(142, 20); this.smartLabel28.TabIndex = 32; this.smartLabel28.Text = "LR.Sec"; this.smartLabel28.TextColor = System.Drawing.Color.White; @@ -2462,13 +2462,13 @@ this.labelDispMDataDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff2.LineSpacing = 0F; - this.labelDispMDataDiff2.Location = new System.Drawing.Point(90, 263); + this.labelDispMDataDiff2.Location = new System.Drawing.Point(149, 263); this.labelDispMDataDiff2.Name = "labelDispMDataDiff2"; this.labelDispMDataDiff2.OverlapOptimize = true; this.labelDispMDataDiff2.PasswordChar = '\0'; this.labelDispMDataDiff2.Radius = 3; this.labelDispMDataDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff2.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataDiff2.Size = new System.Drawing.Size(142, 20); this.labelDispMDataDiff2.TabIndex = 37; this.labelDispMDataDiff2.Text = "9.2354"; this.labelDispMDataDiff2.TextColor = System.Drawing.Color.White; @@ -2491,7 +2491,7 @@ this.labelTitleDispMDataD2.PasswordChar = '\0'; this.labelTitleDispMDataD2.Radius = 3; this.labelTitleDispMDataD2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD2.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataD2.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataD2.TabIndex = 36; this.labelTitleDispMDataD2.Text = "Diff"; this.labelTitleDispMDataD2.TextColor = System.Drawing.Color.White; @@ -2554,13 +2554,13 @@ this.labelDiffSecMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecMax2.LineSpacing = 0F; - this.labelDiffSecMax2.Location = new System.Drawing.Point(90, 173); + this.labelDiffSecMax2.Location = new System.Drawing.Point(149, 173); this.labelDiffSecMax2.Name = "labelDiffSecMax2"; this.labelDiffSecMax2.OverlapOptimize = true; this.labelDiffSecMax2.PasswordChar = '\0'; this.labelDiffSecMax2.Radius = 3; this.labelDiffSecMax2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax2.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecMax2.Size = new System.Drawing.Size(142, 20); this.labelDiffSecMax2.TabIndex = 43; this.labelDiffSecMax2.Text = "0.0023"; this.labelDiffSecMax2.TextColor = System.Drawing.Color.White; @@ -2606,7 +2606,7 @@ this.labelTitleDispRData2.PasswordChar = '\0'; this.labelTitleDispRData2.Radius = 3; this.labelTitleDispRData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData2.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispRData2.Size = new System.Drawing.Size(142, 20); this.labelTitleDispRData2.TabIndex = 29; this.labelTitleDispRData2.Text = "Level"; this.labelTitleDispRData2.TextColor = System.Drawing.Color.White; @@ -2701,7 +2701,7 @@ this.smartLabel24.PasswordChar = '\0'; this.smartLabel24.Radius = 3; this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel24.Size = new System.Drawing.Size(80, 20); + this.smartLabel24.Size = new System.Drawing.Size(142, 20); this.smartLabel24.TabIndex = 42; this.smartLabel24.Text = "LR.Max"; this.smartLabel24.TextColor = System.Drawing.Color.White; @@ -2724,7 +2724,7 @@ this.labelTitleDispMDataM2.PasswordChar = '\0'; this.labelTitleDispMDataM2.Radius = 3; this.labelTitleDispMDataM2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM2.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMDataM2.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMDataM2.TabIndex = 38; this.labelTitleDispMDataM2.Text = "Max.H"; this.labelTitleDispMDataM2.TextColor = System.Drawing.Color.White; @@ -2741,13 +2741,13 @@ this.labelDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData2.LineSpacing = 0F; - this.labelDispRData2.Location = new System.Drawing.Point(90, 197); + this.labelDispRData2.Location = new System.Drawing.Point(149, 197); this.labelDispRData2.Name = "labelDispRData2"; this.labelDispRData2.OverlapOptimize = true; this.labelDispRData2.PasswordChar = '\0'; this.labelDispRData2.Radius = 3; this.labelDispRData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData2.Size = new System.Drawing.Size(80, 20); + this.labelDispRData2.Size = new System.Drawing.Size(142, 20); this.labelDispRData2.TabIndex = 28; this.labelDispRData2.Text = "0.00"; this.labelDispRData2.TextColor = System.Drawing.Color.White; @@ -2829,7 +2829,7 @@ this.labelTitleDispMData2.PasswordChar = '\0'; this.labelTitleDispMData2.Radius = 3; this.labelTitleDispMData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData2.Size = new System.Drawing.Size(80, 20); + this.labelTitleDispMData2.Size = new System.Drawing.Size(142, 20); this.labelTitleDispMData2.TabIndex = 30; this.labelTitleDispMData2.Text = "Height"; this.labelTitleDispMData2.TextColor = System.Drawing.Color.White; @@ -2846,13 +2846,13 @@ this.labelDiffSecSum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecSum2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum2.LineSpacing = 0F; - this.labelDiffSecSum2.Location = new System.Drawing.Point(90, 151); + this.labelDiffSecSum2.Location = new System.Drawing.Point(149, 151); this.labelDiffSecSum2.Name = "labelDiffSecSum2"; this.labelDiffSecSum2.OverlapOptimize = true; this.labelDiffSecSum2.PasswordChar = '\0'; this.labelDiffSecSum2.Radius = 3; this.labelDiffSecSum2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecSum2.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecSum2.Size = new System.Drawing.Size(142, 20); this.labelDiffSecSum2.TabIndex = 41; this.labelDiffSecSum2.Text = "0.0023"; this.labelDiffSecSum2.TextColor = System.Drawing.Color.White; @@ -2869,13 +2869,13 @@ this.labelDispMDataMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMDataMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataMax2.LineSpacing = 0F; - this.labelDispMDataMax2.Location = new System.Drawing.Point(90, 241); + this.labelDispMDataMax2.Location = new System.Drawing.Point(149, 241); this.labelDispMDataMax2.Name = "labelDispMDataMax2"; this.labelDispMDataMax2.OverlapOptimize = true; this.labelDispMDataMax2.PasswordChar = '\0'; this.labelDispMDataMax2.Radius = 3; this.labelDispMDataMax2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax2.Size = new System.Drawing.Size(80, 20); + this.labelDispMDataMax2.Size = new System.Drawing.Size(142, 20); this.labelDispMDataMax2.TabIndex = 39; this.labelDispMDataMax2.Text = "9.2354"; this.labelDispMDataMax2.TextColor = System.Drawing.Color.White; @@ -2892,13 +2892,13 @@ this.labelDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData2.LineSpacing = 0F; - this.labelDispMData2.Location = new System.Drawing.Point(90, 219); + this.labelDispMData2.Location = new System.Drawing.Point(149, 219); this.labelDispMData2.Name = "labelDispMData2"; this.labelDispMData2.OverlapOptimize = true; this.labelDispMData2.PasswordChar = '\0'; this.labelDispMData2.Radius = 3; this.labelDispMData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData2.Size = new System.Drawing.Size(80, 20); + this.labelDispMData2.Size = new System.Drawing.Size(142, 20); this.labelDispMData2.TabIndex = 31; this.labelDispMData2.Text = "9.2354"; this.labelDispMData2.TextColor = System.Drawing.Color.White; @@ -2921,7 +2921,7 @@ this.smartLabel9.PasswordChar = '\0'; this.smartLabel9.Radius = 3; this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(80, 20); + this.smartLabel9.Size = new System.Drawing.Size(142, 20); this.smartLabel9.TabIndex = 39; this.smartLabel9.Text = "ADC"; this.smartLabel9.TextColor = System.Drawing.Color.White; @@ -2938,13 +2938,13 @@ this.labelDiffMadc2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc2.LineSpacing = 0F; - this.labelDiffMadc2.Location = new System.Drawing.Point(90, 107); + this.labelDiffMadc2.Location = new System.Drawing.Point(149, 107); this.labelDiffMadc2.Name = "labelDiffMadc2"; this.labelDiffMadc2.OverlapOptimize = true; this.labelDiffMadc2.PasswordChar = '\0'; this.labelDiffMadc2.Radius = 3; this.labelDiffMadc2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffMadc2.Size = new System.Drawing.Size(80, 20); + this.labelDiffMadc2.Size = new System.Drawing.Size(142, 20); this.labelDiffMadc2.TabIndex = 40; this.labelDiffMadc2.Text = "0.0023"; this.labelDiffMadc2.TextColor = System.Drawing.Color.White; @@ -2961,13 +2961,13 @@ this.labelDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff2.LineSpacing = 0F; - this.labelDiffSecDiff2.Location = new System.Drawing.Point(90, 129); + this.labelDiffSecDiff2.Location = new System.Drawing.Point(149, 129); this.labelDiffSecDiff2.Name = "labelDiffSecDiff2"; this.labelDiffSecDiff2.OverlapOptimize = true; this.labelDiffSecDiff2.PasswordChar = '\0'; this.labelDiffSecDiff2.Radius = 3; this.labelDiffSecDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff2.Size = new System.Drawing.Size(80, 20); + this.labelDiffSecDiff2.Size = new System.Drawing.Size(142, 20); this.labelDiffSecDiff2.TabIndex = 33; this.labelDiffSecDiff2.Text = "0.0023"; this.labelDiffSecDiff2.TextColor = System.Drawing.Color.White; @@ -2990,7 +2990,7 @@ this.smartLabel16.PasswordChar = '\0'; this.smartLabel16.Radius = 3; this.smartLabel16.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel16.Size = new System.Drawing.Size(80, 20); + this.smartLabel16.Size = new System.Drawing.Size(142, 20); this.smartLabel16.TabIndex = 32; this.smartLabel16.Text = "LR.Sec"; this.smartLabel16.TextColor = System.Drawing.Color.White; @@ -3013,7 +3013,7 @@ this.smartLabel29.PasswordChar = '\0'; this.smartLabel29.Radius = 3; this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel29.Size = new System.Drawing.Size(80, 20); + this.smartLabel29.Size = new System.Drawing.Size(142, 20); this.smartLabel29.TabIndex = 40; this.smartLabel29.Text = "LR.Judg"; this.smartLabel29.TextColor = System.Drawing.Color.White; @@ -4246,12 +4246,12 @@ this.labelDispMDataDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDispMDataDiff6.Wordwrap = false; // - // ControlMenuSystemStatus10_2 + // ControlMenuSystemStatus6_2 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.smartGroupBox1); - this.Name = "ControlMenuSystemStatus10_2"; + this.Name = "ControlMenuSystemStatus6_2"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); this.smartGroupBox4.ResumeLayout(false); diff --git a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.cs b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.cs index d595faa..657a618 100644 --- a/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.cs +++ b/INT_LKD_PTB6_DW/Controls/System/ControlMenuSystemStatus6_2.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuSystemStatus6_2 : UserControl { @@ -145,7 +145,7 @@ namespace INT_LKD_PTB.Controls label2.TextColor = Define.ColorTextResultPass; label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: value = "Leak"; label2.TextColor = Define.ColorTextResultNG; label2.Font = new Font("New Gulim", 20, FontStyle.Bold); @@ -177,7 +177,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -202,7 +202,7 @@ namespace INT_LKD_PTB.Controls case Define.E_JudgmentStatus.Pass: label.TextColor = Define.ColorTextResultPass; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: label.TextColor = Define.ColorTextResultNG; break; case Define.E_JudgmentStatus.Empty: @@ -436,7 +436,7 @@ namespace INT_LKD_PTB.Controls } // 차압센서 데이터 - public void UpdateDisplayDiffPressureData(Collection datas) + public void UpdateDisplayDiffPressureData(Collection datas) { this.UpdateDisplayDiffPressureData1(datas[0]); this.UpdateDisplayDiffPressureData2(datas[1]); @@ -445,7 +445,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayDiffPressureData5(datas[4]); this.UpdateDisplayDiffPressureData6(datas[5]); } - private void UpdateDisplayDiffPressureData1(LeakData1 data) + private void UpdateDisplayDiffPressureData1(LeakData data) { string value = ""; @@ -465,7 +465,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecMax[0].Text != value) this.CollectionDiffSecMax[0].Text = value; } - private void UpdateDisplayDiffPressureData2(LeakData1 data) + private void UpdateDisplayDiffPressureData2(LeakData data) { string value = ""; @@ -485,7 +485,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecMax[1].Text != value) this.CollectionDiffSecMax[1].Text = value; } - private void UpdateDisplayDiffPressureData3(LeakData1 data) + private void UpdateDisplayDiffPressureData3(LeakData data) { string value = ""; @@ -505,7 +505,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecMax[2].Text != value) this.CollectionDiffSecMax[2].Text = value; } - private void UpdateDisplayDiffPressureData4(LeakData1 data) + private void UpdateDisplayDiffPressureData4(LeakData data) { string value = ""; @@ -525,7 +525,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecMax[3].Text != value) this.CollectionDiffSecMax[3].Text = value; } - private void UpdateDisplayDiffPressureData5(LeakData1 data) + private void UpdateDisplayDiffPressureData5(LeakData data) { string value = ""; @@ -545,7 +545,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDiffSecMax[4].Text != value) this.CollectionDiffSecMax[4].Text = value; } - private void UpdateDisplayDiffPressureData6(LeakData1 data) + private void UpdateDisplayDiffPressureData6(LeakData data) { string value = ""; @@ -567,7 +567,7 @@ namespace INT_LKD_PTB.Controls } // 변위센서 데이터 - public void UpdateDisplayDisplacementData(Collection datas) + public void UpdateDisplayDisplacementData(Collection datas) { this.UpdateDisplayDisplacementData1(datas[0]); this.UpdateDisplayDisplacementData2(datas[1]); @@ -576,7 +576,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayDisplacementData5(datas[4]); this.UpdateDisplayDisplacementData6(datas[5]); } - private void UpdateDisplayDisplacementData1(LeakData1 data) + private void UpdateDisplayDisplacementData1(LeakData data) { string value = ""; @@ -596,7 +596,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDispMDataMax[0].Text != value) this.CollectionDispMDataMax[0].Text = value; } - private void UpdateDisplayDisplacementData2(LeakData1 data) + private void UpdateDisplayDisplacementData2(LeakData data) { string value = ""; @@ -616,7 +616,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDispMDataMax[1].Text != value) this.CollectionDispMDataMax[1].Text = value; } - private void UpdateDisplayDisplacementData3(LeakData1 data) + private void UpdateDisplayDisplacementData3(LeakData data) { string value = ""; @@ -636,7 +636,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDispMDataMax[2].Text != value) this.CollectionDispMDataMax[2].Text = value; } - private void UpdateDisplayDisplacementData4(LeakData1 data) + private void UpdateDisplayDisplacementData4(LeakData data) { string value = ""; @@ -656,7 +656,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDispMDataMax[3].Text != value) this.CollectionDispMDataMax[3].Text = value; } - private void UpdateDisplayDisplacementData5(LeakData1 data) + private void UpdateDisplayDisplacementData5(LeakData data) { string value = ""; @@ -676,7 +676,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionDispMDataMax[4].Text != value) this.CollectionDispMDataMax[4].Text = value; } - private void UpdateDisplayDisplacementData6(LeakData1 data) + private void UpdateDisplayDisplacementData6(LeakData data) { string value = ""; @@ -698,7 +698,7 @@ namespace INT_LKD_PTB.Controls } // 압력센서 데이터 - public void UpdateDisplayPressureData(Collection datas) + public void UpdateDisplayPressureData(Collection datas) { this.UpdateDisplayPressureData1(datas[0]); this.UpdateDisplayPressureData2(datas[1]); @@ -707,7 +707,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayPressureData5(datas[4]); this.UpdateDisplayPressureData6(datas[5]); } - private void UpdateDisplayPressureData1(LeakData1 data) + private void UpdateDisplayPressureData1(LeakData data) { string value = ""; @@ -719,7 +719,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[0].Text != value) this.CollectionPressureMaster[0].Text = value; } - private void UpdateDisplayPressureData2(LeakData1 data) + private void UpdateDisplayPressureData2(LeakData data) { string value = ""; @@ -731,7 +731,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[1].Text != value) this.CollectionPressureMaster[1].Text = value; } - private void UpdateDisplayPressureData3(LeakData1 data) + private void UpdateDisplayPressureData3(LeakData data) { string value = ""; @@ -743,7 +743,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[2].Text != value) this.CollectionPressureMaster[2].Text = value; } - private void UpdateDisplayPressureData4(LeakData1 data) + private void UpdateDisplayPressureData4(LeakData data) { string value = ""; @@ -755,7 +755,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[3].Text != value) this.CollectionPressureMaster[3].Text = value; } - private void UpdateDisplayPressureData5(LeakData1 data) + private void UpdateDisplayPressureData5(LeakData data) { string value = ""; @@ -767,7 +767,7 @@ namespace INT_LKD_PTB.Controls if (this.CollectionPressureMaster[4].Text != value) this.CollectionPressureMaster[4].Text = value; } - private void UpdateDisplayPressureData6(LeakData1 data) + private void UpdateDisplayPressureData6(LeakData data) { string value = ""; @@ -781,7 +781,7 @@ namespace INT_LKD_PTB.Controls } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { this.UpdateDisplayJudgmentData1(datas[0]); this.UpdateDisplayJudgmentData2(datas[1]); @@ -790,7 +790,7 @@ namespace INT_LKD_PTB.Controls this.UpdateDisplayJudgmentData5(datas[4]); this.UpdateDisplayJudgmentData6(datas[5]); } - private void UpdateDisplayJudgmentData1(LeakData1 data) + private void UpdateDisplayJudgmentData1(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[0]); @@ -805,7 +805,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[0]); } } - private void UpdateDisplayJudgmentData2(LeakData1 data) + private void UpdateDisplayJudgmentData2(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[1]); @@ -820,7 +820,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[1]); } } - private void UpdateDisplayJudgmentData3(LeakData1 data) + private void UpdateDisplayJudgmentData3(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[2]); @@ -835,7 +835,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[2]); } } - private void UpdateDisplayJudgmentData4(LeakData1 data) + private void UpdateDisplayJudgmentData4(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[3]); @@ -850,7 +850,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[3]); } } - private void UpdateDisplayJudgmentData5(LeakData1 data) + private void UpdateDisplayJudgmentData5(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[4]); @@ -865,7 +865,7 @@ namespace INT_LKD_PTB.Controls this.GetJudgmentResultDisp(data.Judgment.DISP_Result, this.CollectionLabelResultDisp[4]); } } - private void UpdateDisplayJudgmentData6(LeakData1 data) + private void UpdateDisplayJudgmentData6(LeakData data) { this.GetJudgmentResult(data.Judgment.Result, this.CollectionLabelResult[5]); diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.Designer.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.Designer.cs index 21ffc41..4807a58 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuUserGroupEditor { diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.cs index ee53d3e..2c0ac12 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserGroupEditor.cs @@ -7,10 +7,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuUserGroupEditor : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.Designer.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.Designer.cs index c2b6817..e8af01a 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuUserMyPage { diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.cs index 6e0c7b5..1cd50cc 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserMyPage.cs @@ -6,12 +6,12 @@ using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.Part11_UserManager; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.Part11_UserManager; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuUserMyPage : UserControl { diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.Designer.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.Designer.cs index e087c02..5c42b29 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.Designer.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { partial class ControlMenuUserUserEditor { diff --git a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.cs b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.cs index 6e4e6f6..919981a 100644 --- a/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.cs +++ b/INT_LKD_PTB6_DW/Controls/User/ControlMenuUserUserEditor.cs @@ -8,12 +8,12 @@ using System.Text; using System.Windows.Forms; using System.Threading; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.Part11_UserManager; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.Part11_UserManager; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.Controls +namespace INT_LKD_PTB6_DW.Controls { public partial class ControlMenuUserUserEditor : UserControl { diff --git a/INT_LKD_PTB6_DW/DataStore/AlarmList.cs b/INT_LKD_PTB6_DW/DataStore/AlarmList.cs index 67eb707..933f37f 100644 --- a/INT_LKD_PTB6_DW/DataStore/AlarmList.cs +++ b/INT_LKD_PTB6_DW/DataStore/AlarmList.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class AlarmList { diff --git a/INT_LKD_PTB6_DW/DataStore/Communication.cs b/INT_LKD_PTB6_DW/DataStore/Communication.cs index aee25a2..07007d4 100644 --- a/INT_LKD_PTB6_DW/DataStore/Communication.cs +++ b/INT_LKD_PTB6_DW/DataStore/Communication.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class CommunicationCommand { diff --git a/INT_LKD_PTB6_DW/DataStore/DataBackup.cs b/INT_LKD_PTB6_DW/DataStore/DataBackup.cs index dd7617f..742300f 100644 --- a/INT_LKD_PTB6_DW/DataStore/DataBackup.cs +++ b/INT_LKD_PTB6_DW/DataStore/DataBackup.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { #region DataBackupYear public class DataBackupYear diff --git a/INT_LKD_PTB6_DW/DataStore/Define.cs b/INT_LKD_PTB6_DW/DataStore/Define.cs index 087e0b0..ccad40d 100644 --- a/INT_LKD_PTB6_DW/DataStore/Define.cs +++ b/INT_LKD_PTB6_DW/DataStore/Define.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class Define { @@ -143,7 +143,7 @@ namespace INT_LKD_PTB.DataStore { None, Pass, - Ng, + Leak, Empty, Error, } diff --git a/INT_LKD_PTB6_DW/DataStore/LeakData/Counter.cs b/INT_LKD_PTB6_DW/DataStore/LeakData/Counter.cs new file mode 100644 index 0000000..2bd5961 --- /dev/null +++ b/INT_LKD_PTB6_DW/DataStore/LeakData/Counter.cs @@ -0,0 +1,80 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Text; +using System.Runtime.InteropServices; + +namespace INT_LKD_PTB6_DW.DataStore +{ + public class Counter + { + #region Field + private int m_PassCNT; + private int m_LeakCNT; + #endregion + + #region Constructor + public Counter() + { + } + #endregion + + #region Property + public int PassCNT + { + get { return this.m_PassCNT; } + set { this.m_PassCNT = value; } + } + public int LeakCNT + { + get { return this.m_LeakCNT; } + set { this.m_LeakCNT = value; } + } + #endregion + + #region Method + public void Clear() + { + this.PassCNT = 0; + this.LeakCNT = 0; + } + #endregion + } + + #region StructCount + [StructLayout(LayoutKind.Sequential)] + public struct StructCounter + { + public int PassCount1; + public int LeakCount1; + + public int PassCount2; + public int LeakCount2; + + public int PassCount3; + public int LeakCount3; + + public int PassCount4; + public int LeakCount4; + + public int PassCount5; + public int LeakCount5; + + public int PassCount6; + public int LeakCount6; + + public int DummyInt1; + public int DummyInt2; + public int DummyInt3; + public int DummyInt4; + public int DummyInt5; + public int DummyInt6; + public int DummyInt7; + public int DummyInt8; + public int DummyInt9; + public int DummyInt10; + public int DummyInt11; + public int DummyInt12; + } + #endregion +} diff --git a/INT_LKD_PTB6_DW/DataStore/LeakData/DiffData.cs b/INT_LKD_PTB6_DW/DataStore/LeakData/DiffData.cs index f918423..e45665c 100644 --- a/INT_LKD_PTB6_DW/DataStore/LeakData/DiffData.cs +++ b/INT_LKD_PTB6_DW/DataStore/LeakData/DiffData.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { /// /// 차압센서 diff --git a/INT_LKD_PTB6_DW/DataStore/LeakData/DispData.cs b/INT_LKD_PTB6_DW/DataStore/LeakData/DispData.cs index 441e284..a262723 100644 --- a/INT_LKD_PTB6_DW/DataStore/LeakData/DispData.cs +++ b/INT_LKD_PTB6_DW/DataStore/LeakData/DispData.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { /// /// 변위센서 데이터 diff --git a/INT_LKD_PTB6_DW/DataStore/LeakData/LeakData.cs b/INT_LKD_PTB6_DW/DataStore/LeakData/LeakData.cs index 917b71c..9820c96 100644 --- a/INT_LKD_PTB6_DW/DataStore/LeakData/LeakData.cs +++ b/INT_LKD_PTB6_DW/DataStore/LeakData/LeakData.cs @@ -4,9 +4,9 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { - public class LeakData1 + public class LeakData { #region Field private Define.E_ProcessStatus m_ProcessStatus; @@ -14,10 +14,11 @@ namespace INT_LKD_PTB.DataStore private DispData m_DispData; private DiffData m_DiffData; private PressureData m_PresData; + private Counter m_CounterData; #endregion #region Constructor - public LeakData1() + public LeakData() { this.Initialize(); } @@ -64,6 +65,14 @@ namespace INT_LKD_PTB.DataStore get { return this.m_PresData; } set { this.m_PresData = value; } } + /// + /// 수량 데이터 + /// + public Counter CounterData + { + get { return this.m_CounterData; } + set { this.m_CounterData = value; } + } #endregion #region Method @@ -74,6 +83,7 @@ namespace INT_LKD_PTB.DataStore this.DispData = new DispData(); this.DiffData = new DiffData(); this.PresData = new PressureData(); + this.CounterData = new Counter(); } public void Clear() { @@ -81,97 +91,7 @@ namespace INT_LKD_PTB.DataStore this.DispData = new DispData(); this.DiffData = new DiffData(); this.PresData = new PressureData(); - } - #endregion - } - - public class LeakResult - { - #region Field - private Define.E_JudgmentStatus m_Result; - - private Define.E_JudgmentStatus m_DIFF_Result; - private string m_DIFF_SecBufMax; - private string m_DIFF_SecBufSum; - - private Define.E_JudgmentStatus m_DISP_Result; - private string m_DISP_Min; - private string m_DISP_MDataMax; - private string m_DISP_MDataDiff; - #endregion - - #region Constructor - public LeakResult() - { - this.Initialize(); - } - #endregion - - #region Property - /// - /// 리크 판정 결과 - /// - public Define.E_JudgmentStatus Result - { - get { return this.m_Result; } - set { this.m_Result = value; } - } - /// - /// 차압센서 판정 결과 - /// - public Define.E_JudgmentStatus DIFF_Result - { - get { return this.m_DIFF_Result; } - set { this.m_DIFF_Result = value; } - } - public string DIFF_SecBufMax - { - get { return this.m_DIFF_SecBufMax; } - set { this.m_DIFF_SecBufMax = value; } - } - public string DIFF_SecBufSum - { - get { return this.m_DIFF_SecBufSum; } - set { this.m_DIFF_SecBufSum = value; } - } - /// - /// 변위센서 판정 결과 - /// - public Define.E_JudgmentStatus DISP_Result - { - get { return this.m_DISP_Result; } - set { this.m_DISP_Result = value; } - } - public string DISP_Min - { - get { return this.m_DISP_Min; } - set { this.m_DISP_Min = value; } - } - public string DISP_MDataMax - { - get { return this.m_DISP_MDataMax; } - set { this.m_DISP_MDataMax = value; } - } - public string DISP_MDataDiff - { - get { return this.m_DISP_MDataDiff; } - set { this.m_DISP_MDataDiff = value; } - } - #endregion - - #region Method - public void Initialize() - { - this.Result = Define.E_JudgmentStatus.None; - - this.DIFF_Result = Define.E_JudgmentStatus.None; - this.DIFF_SecBufMax = "0.00"; - this.DIFF_SecBufSum = "0.00"; - - this.DISP_Result = Define.E_JudgmentStatus.None; - this.DISP_Min = "0.00"; - this.DISP_MDataMax = "0.00"; - this.DISP_MDataDiff = "0.00"; + this.CounterData = new Counter(); } #endregion } diff --git a/INT_LKD_PTB6_DW/DataStore/LeakData/LeakResult.cs b/INT_LKD_PTB6_DW/DataStore/LeakData/LeakResult.cs new file mode 100644 index 0000000..6baeeb6 --- /dev/null +++ b/INT_LKD_PTB6_DW/DataStore/LeakData/LeakResult.cs @@ -0,0 +1,98 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Text; + +namespace INT_LKD_PTB6_DW.DataStore +{ + public class LeakResult + { + #region Field + private Define.E_JudgmentStatus m_Result; + + private Define.E_JudgmentStatus m_DIFF_Result; + private string m_DIFF_SecBufMax; + private string m_DIFF_SecBufSum; + + private Define.E_JudgmentStatus m_DISP_Result; + private string m_DISP_Min; + private string m_DISP_MDataMax; + private string m_DISP_MDataDiff; + #endregion + + #region Constructor + public LeakResult() + { + this.Initialize(); + } + #endregion + + #region Property + /// + /// 리크 판정 결과 + /// + public Define.E_JudgmentStatus Result + { + get { return this.m_Result; } + set { this.m_Result = value; } + } + /// + /// 차압센서 판정 결과 + /// + public Define.E_JudgmentStatus DIFF_Result + { + get { return this.m_DIFF_Result; } + set { this.m_DIFF_Result = value; } + } + public string DIFF_SecBufMax + { + get { return this.m_DIFF_SecBufMax; } + set { this.m_DIFF_SecBufMax = value; } + } + public string DIFF_SecBufSum + { + get { return this.m_DIFF_SecBufSum; } + set { this.m_DIFF_SecBufSum = value; } + } + /// + /// 변위센서 판정 결과 + /// + public Define.E_JudgmentStatus DISP_Result + { + get { return this.m_DISP_Result; } + set { this.m_DISP_Result = value; } + } + public string DISP_Min + { + get { return this.m_DISP_Min; } + set { this.m_DISP_Min = value; } + } + public string DISP_MDataMax + { + get { return this.m_DISP_MDataMax; } + set { this.m_DISP_MDataMax = value; } + } + public string DISP_MDataDiff + { + get { return this.m_DISP_MDataDiff; } + set { this.m_DISP_MDataDiff = value; } + } + #endregion + + #region Method + public void Initialize() + { + this.Result = Define.E_JudgmentStatus.None; + + this.DIFF_Result = Define.E_JudgmentStatus.None; + this.DIFF_SecBufMax = "0.00"; + this.DIFF_SecBufSum = "0.00"; + + this.DISP_Result = Define.E_JudgmentStatus.None; + this.DISP_Min = "0.00"; + this.DISP_MDataMax = "0.00"; + this.DISP_MDataDiff = "0.00"; + } + #endregion + } +} diff --git a/INT_LKD_PTB6_DW/DataStore/Log.cs b/INT_LKD_PTB6_DW/DataStore/Log.cs index c6af7ec..f52182d 100644 --- a/INT_LKD_PTB6_DW/DataStore/Log.cs +++ b/INT_LKD_PTB6_DW/DataStore/Log.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class HistoryData { diff --git a/INT_LKD_PTB6_DW/DataStore/ModbusData.cs b/INT_LKD_PTB6_DW/DataStore/ModbusData.cs index a9bcde7..c173b46 100644 --- a/INT_LKD_PTB6_DW/DataStore/ModbusData.cs +++ b/INT_LKD_PTB6_DW/DataStore/ModbusData.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Text; using System.Collections.ObjectModel; -namespace INT_LKD_PTB +namespace INT_LKD_PTB6_DW { public class ModbusData { diff --git a/INT_LKD_PTB6_DW/DataStore/PressureData.cs b/INT_LKD_PTB6_DW/DataStore/PressureData.cs index 30c013c..2a4b715 100644 --- a/INT_LKD_PTB6_DW/DataStore/PressureData.cs +++ b/INT_LKD_PTB6_DW/DataStore/PressureData.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class PressureData { diff --git a/INT_LKD_PTB6_DW/DataStore/Recipe.cs b/INT_LKD_PTB6_DW/DataStore/Recipe.cs index d0ae4b0..09194e5 100644 --- a/INT_LKD_PTB6_DW/DataStore/Recipe.cs +++ b/INT_LKD_PTB6_DW/DataStore/Recipe.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { #region Recipe public class Recipe diff --git a/INT_LKD_PTB6_DW/DataStore/ServoMotor.cs b/INT_LKD_PTB6_DW/DataStore/ServoMotor.cs index 77d0882..a6436e1 100644 --- a/INT_LKD_PTB6_DW/DataStore/ServoMotor.cs +++ b/INT_LKD_PTB6_DW/DataStore/ServoMotor.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class ServoMotorAddress { diff --git a/INT_LKD_PTB6_DW/DataStore/SystemConfiguration.cs b/INT_LKD_PTB6_DW/DataStore/SystemConfiguration.cs index f7f6885..4b0b2a6 100644 --- a/INT_LKD_PTB6_DW/DataStore/SystemConfiguration.cs +++ b/INT_LKD_PTB6_DW/DataStore/SystemConfiguration.cs @@ -5,7 +5,7 @@ using System.Text; using System.Runtime.InteropServices; using System.Collections.ObjectModel; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { #region SystemConfiguration public class SystemConfiguration diff --git a/INT_LKD_PTB6_DW/DataStore/SystemStatus.cs b/INT_LKD_PTB6_DW/DataStore/SystemStatus.cs index 9d74bc3..58f357f 100644 --- a/INT_LKD_PTB6_DW/DataStore/SystemStatus.cs +++ b/INT_LKD_PTB6_DW/DataStore/SystemStatus.cs @@ -3,11 +3,13 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class SystemStatus { #region Field + private bool m_InspectionReady; + private UserItem m_CurrentUser; private Define.E_EquipmentMode m_CurrentEquipmentMode; @@ -24,6 +26,13 @@ namespace INT_LKD_PTB.DataStore #endregion #region Property + + public bool InspectionReady + { + get { return this.m_InspectionReady; } + set { this.m_InspectionReady = value; } + } + public UserItem CurrentUser { get { return this.m_CurrentUser; } @@ -55,6 +64,8 @@ namespace INT_LKD_PTB.DataStore #region Method private void Initialize() { + this.InspectionReady = false; + this.CurrentUser = new UserItem(); this.CurrentEquipmentMode = Define.E_EquipmentMode.Normal; diff --git a/INT_LKD_PTB6_DW/DataStore/Update.cs b/INT_LKD_PTB6_DW/DataStore/Update.cs index d84ede1..12a6f42 100644 --- a/INT_LKD_PTB6_DW/DataStore/Update.cs +++ b/INT_LKD_PTB6_DW/DataStore/Update.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { public class UpdateForMainBoard { diff --git a/INT_LKD_PTB6_DW/DataStore/User.cs b/INT_LKD_PTB6_DW/DataStore/User.cs index eecc9f2..8cdb496 100644 --- a/INT_LKD_PTB6_DW/DataStore/User.cs +++ b/INT_LKD_PTB6_DW/DataStore/User.cs @@ -5,7 +5,7 @@ using System.Collections.ObjectModel; using System.Runtime.InteropServices; using System.Text; -namespace INT_LKD_PTB.DataStore +namespace INT_LKD_PTB6_DW.DataStore { #region UserGroup public class UserGroup diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.Designer.cs index 5cc4b9f..9bcfc7f 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormHexKeyPad { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.cs index 94f2cdd..9088a57 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormHexKeyPad.cs @@ -8,9 +8,9 @@ using System.Text; using System.Windows.Forms; using SmartX; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormHexKeyPad : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.Designer.cs index 11fdceb..f18566a 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { partial class DialogFormLogOn { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.cs index 1533130..92dc0ef 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormLogOn.cs @@ -7,11 +7,11 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Part11_UserManager; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Part11_UserManager; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { public partial class DialogFormLogOn : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.Designer.cs index 4560b4c..36f6ba1 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormMessage { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.cs index a62a7ff..9bd4c70 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormMessage.cs @@ -7,9 +7,9 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormMessage : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.Designer.cs index d500268..2c956f1 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormNumKeyPad { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.cs index 4c5889e..39d3093 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormNumKeyPad.cs @@ -6,9 +6,9 @@ using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormNumKeyPad : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.cs index b3b99de..248d642 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.cs @@ -7,9 +7,9 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormPasswordKeyPad : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.designer.cs index f43407c..1db676a 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormPasswordKeyPad.designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormPasswordKeyPad { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.Designer.cs index c333653..0db8426 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormProgressBar { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.cs index 27b5ee4..c9d884f 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormProgressBar.cs @@ -10,10 +10,10 @@ using System.IO; using System.Collections.ObjectModel; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Forms; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Forms; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormProgressBar : Form { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.Designer.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.Designer.cs index 876b170..7ab9f21 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.Designer.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { partial class DialogFormYesNo { diff --git a/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.cs b/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.cs index d957462..3fef40c 100644 --- a/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.cs +++ b/INT_LKD_PTB6_DW/DialogForms/DialogFormYesNo.cs @@ -7,9 +7,9 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB.DialogForms +namespace INT_LKD_PTB6_DW.DialogForms { public partial class DialogFormYesNo : Form { diff --git a/INT_LKD_PTB6_DW/Forms/FormMain.Designer.cs b/INT_LKD_PTB6_DW/Forms/FormMain.Designer.cs index f175ea5..a0b15ec 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMain.Designer.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMain.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { partial class FormMain { diff --git a/INT_LKD_PTB6_DW/Forms/FormMain.cs b/INT_LKD_PTB6_DW/Forms/FormMain.cs index e2ed4ce..6a2bed9 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMain.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMain.cs @@ -13,12 +13,12 @@ using System.Windows.Forms; using SmartX; using InModbus; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Part11_UserManager; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.SerialManger; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Part11_UserManager; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.SerialManger; -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { public partial class FormMain : Form { @@ -61,7 +61,7 @@ namespace INT_LKD_PTB.Forms // Loading Recipe private Recipe LoadingRecipe; // Leak Data - public Collection CurrentLeakDatas; + public Collection CurrentLeakDatas; // Dll User_Name List public List ListDllUserName; // IO Test - input data @@ -230,9 +230,9 @@ namespace INT_LKD_PTB.Forms this.ListDllUserName = new List(); this.ListDllUserName.Clear(); - this.CurrentLeakDatas = new Collection(); + this.CurrentLeakDatas = new Collection(); for (int i = 0; i < this.SystemConfig.EQUIPMENT_LANE; i++) - this.CurrentLeakDatas.Add(new LeakData1()); + this.CurrentLeakDatas.Add(new LeakData()); this.CollectionIOTest_InputData = new Collection(); for (int i = 0; i < 4; i++) @@ -844,6 +844,785 @@ namespace INT_LKD_PTB.Forms } #endregion + #region UserGroup File + private void CreateUserGroupFile() + { + StructUserGroupItem structItem; + UserGroupItem item = new UserGroupItem(); + + for (int i = 0; i < 2; i++) + { + #region StructItem + structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.IsMenuRecipe; + structItem.IsMenuUserSetting = item.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.IsMenuAlarmLog; + structItem.IsMenuInformation = item.IsMenuInformation; + structItem.IsMenuStatus = item.IsMenuEquipment; + structItem.IsMenuEthernet = item.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + #endregion + + this.smartFileIO.StructType.Write(structItem, i, SmartFile.WriteMode.Overwrite); + } + for (int i = 2; i < 4; i++) + { + #region StructItem + structItem.IsMainDisplayRecipeChange = true; + structItem.IsMainDisplayClear = true; + structItem.IsMainDispalySubMenu = true; + + structItem.IsMenuRecipe = true; + structItem.IsMenuUserSetting = true; + structItem.IsMenuUserGroupEditor = true; + structItem.IsMenuIOTest = true; + structItem.IsMenuEquipmentLog = true; + structItem.IsMenuCheckLog = true; + structItem.IsMenuAlarmList = true; + structItem.IsMenuInformation = true; + structItem.IsMenuStatus = true; + structItem.IsMenuEthernet = true; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + #endregion + + this.smartFileIO.StructType.Write(structItem, i, SmartFile.WriteMode.Overwrite); + } + } + public void SaveUserGroupFile(UserGroup item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + #region Level1 + structItem.IsMainDisplayRecipeChange = item.Level1.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.Level1.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.Level1.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.Level1.IsMenuRecipe; + structItem.IsMenuUserSetting = item.Level1.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.Level1.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.Level1.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.Level1.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.Level1.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.Level1.IsMenuAlarmLog; + structItem.IsMenuInformation = item.Level1.IsMenuInformation; + structItem.IsMenuStatus = item.Level1.IsMenuEquipment; + structItem.IsMenuEthernet = item.Level1.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level1, SmartFile.WriteMode.Overwrite); + #endregion + + #region Level2 + structItem.IsMainDisplayRecipeChange = item.Level2.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.Level2.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.Level2.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.Level2.IsMenuRecipe; + structItem.IsMenuUserSetting = item.Level2.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.Level2.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.Level2.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.Level2.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.Level2.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.Level2.IsMenuAlarmLog; + structItem.IsMenuInformation = item.Level2.IsMenuInformation; + structItem.IsMenuStatus = item.Level2.IsMenuEquipment; + structItem.IsMenuEthernet = item.Level2.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level2, SmartFile.WriteMode.Overwrite); + #endregion + + #region Level3 + structItem.IsMainDisplayRecipeChange = item.Level3.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.Level3.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.Level3.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.Level3.IsMenuRecipe; + structItem.IsMenuUserSetting = item.Level3.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.Level3.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.Level3.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.Level3.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.Level3.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.Level3.IsMenuAlarmLog; + structItem.IsMenuInformation = item.Level3.IsMenuInformation; + structItem.IsMenuStatus = item.Level3.IsMenuEquipment; + structItem.IsMenuEthernet = item.Level3.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level3, SmartFile.WriteMode.Overwrite); + #endregion + + #region Admin + //structItem.IsMainDisplayRecipeChange = item.Admin.IsMainDisplayProductChange; + //structItem.IsMainDisplayClear = item.Admin.IsMainDisplayClear; + //structItem.IsMainDispalySubMenu = item.Admin.IsMainDisplaySubMenu; + + //structItem.IsMenuRecipe = item.Admin.IsMenuRecipe; + //structItem.IsMenuUserSetting = item.Admin.IsMenuUserSetting; + //structItem.IsMenuUserGroupEditor = item.Admin.IsMenuUserGroupEditor; + //structItem.IsMenuIOTest = item.Admin.IsMenuIOTest; + //structItem.IsMenuEquipmentLog = item.Admin.IsMenuHistoryLog; + //structItem.IsMenuCheckLog = item.Admin.IsMenuInspectionLog; + //structItem.IsMenuAlarmList = item.Admin.IsMenuAlarmLog; + //structItem.IsMenuInformation = item.Admin.IsMenuInformation; + //structItem.IsMenuStatus = item.Admin.IsMenuEquipment; + //structItem.IsMenuEthernet = item.Admin.IsMenuEthernet; + + structItem.IsMainDisplayRecipeChange = true; + structItem.IsMainDisplayClear = true; + structItem.IsMainDispalySubMenu = true; + + structItem.IsMenuRecipe = true; + structItem.IsMenuUserSetting = true; + structItem.IsMenuUserGroupEditor = true; + structItem.IsMenuIOTest = true; + structItem.IsMenuEquipmentLog = true; + structItem.IsMenuCheckLog = true; + structItem.IsMenuAlarmList = true; + structItem.IsMenuInformation = true; + structItem.IsMenuStatus = true; + structItem.IsMenuEthernet = true; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Admin, SmartFile.WriteMode.Overwrite); + #endregion + + this.smartFileIO.Close(); + } + public void SaveUserGroupFile_Level1(UserGroupItem item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + #region Level1 + structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.IsMenuRecipe; + structItem.IsMenuUserSetting = item.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.IsMenuAlarmLog; + structItem.IsMenuInformation = item.IsMenuInformation; + structItem.IsMenuStatus = item.IsMenuEquipment; + structItem.IsMenuEthernet = item.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level1, SmartFile.WriteMode.Overwrite); + #endregion + + this.smartFileIO.Close(); + } + public void SaveUserGroupFile_Level2(UserGroupItem item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + #region Level2 + structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.IsMenuRecipe; + structItem.IsMenuUserSetting = item.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.IsMenuAlarmLog; + structItem.IsMenuInformation = item.IsMenuInformation; + structItem.IsMenuStatus = item.IsMenuEquipment; + structItem.IsMenuEthernet = item.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level2, SmartFile.WriteMode.Overwrite); + #endregion + + this.smartFileIO.Close(); + } + public void SaveUserGroupFile_Level3(UserGroupItem item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + #region Level3 + structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.IsMenuRecipe; + structItem.IsMenuUserSetting = item.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.IsMenuAlarmLog; + structItem.IsMenuInformation = item.IsMenuInformation; + structItem.IsMenuStatus = item.IsMenuEquipment; + structItem.IsMenuEthernet = item.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level3, SmartFile.WriteMode.Overwrite); + #endregion + + this.smartFileIO.Close(); + } + public void SaveUserGroupFile_Admin(UserGroupItem item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + #region Default + structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; + structItem.IsMainDisplayClear = item.IsMainDisplayClear; + structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; + + structItem.IsMenuRecipe = item.IsMenuRecipe; + structItem.IsMenuUserSetting = item.IsMenuUserSetting; + structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; + structItem.IsMenuIOTest = item.IsMenuIOTest; + structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; + structItem.IsMenuCheckLog = item.IsMenuInspectionLog; + structItem.IsMenuAlarmList = item.IsMenuAlarmLog; + structItem.IsMenuInformation = item.IsMenuInformation; + structItem.IsMenuStatus = item.IsMenuEquipment; + structItem.IsMenuEthernet = item.IsMenuEthernet; + + structItem.Dummy1 = false; + structItem.Dummy2 = false; + structItem.Dummy3 = false; + structItem.Dummy4 = false; + structItem.Dummy5 = false; + structItem.Dummy6 = false; + structItem.Dummy7 = false; + structItem.Dummy8 = false; + structItem.Dummy9 = false; + structItem.Dummy10 = false; + structItem.Dummy11 = false; + structItem.Dummy12 = false; + structItem.Dummy13 = false; + structItem.Dummy14 = false; + structItem.Dummy15 = false; + structItem.Dummy16 = false; + structItem.Dummy17 = false; + + this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Admin, SmartFile.WriteMode.Overwrite); + #endregion + + this.smartFileIO.Close(); + } + private void LoadUserGroupFile(ref UserGroup item) + { + string fullFilePath = ""; + bool fileCheck = false; + StructUserGroupItem structItem; + + fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + this.OpenSmartFileIO(); + this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); + + if (fileCheck == false) + this.CreateUserGroupFile(); + + try + { + this.smartFileIO.StructType.FillBuffer(); + + #region Level1 + structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level1); + + item.Level1.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; + item.Level1.IsMainDisplayClear = structItem.IsMainDisplayClear; + item.Level1.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; + + item.Level1.IsMenuRecipe = structItem.IsMenuRecipe; + item.Level1.IsMenuUserSetting = structItem.IsMenuUserSetting; + item.Level1.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; + item.Level1.IsMenuIOTest = structItem.IsMenuIOTest; + item.Level1.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; + item.Level1.IsMenuInspectionLog = structItem.IsMenuCheckLog; + item.Level1.IsMenuAlarmLog = structItem.IsMenuAlarmList; + item.Level1.IsMenuInformation = structItem.IsMenuInformation; + item.Level1.IsMenuEquipment = structItem.IsMenuStatus; + item.Level1.IsMenuEthernet = structItem.IsMenuEthernet; + #endregion + + #region Level2 + structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level2); + + item.Level2.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; + item.Level2.IsMainDisplayClear = structItem.IsMainDisplayClear; + item.Level2.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; + + item.Level2.IsMenuRecipe = structItem.IsMenuRecipe; + item.Level2.IsMenuUserSetting = structItem.IsMenuUserSetting; + item.Level2.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; + item.Level2.IsMenuIOTest = structItem.IsMenuIOTest; + item.Level2.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; + item.Level2.IsMenuInspectionLog = structItem.IsMenuCheckLog; + item.Level2.IsMenuAlarmLog = structItem.IsMenuAlarmList; + item.Level2.IsMenuInformation = structItem.IsMenuInformation; + item.Level2.IsMenuEquipment = structItem.IsMenuStatus; + item.Level2.IsMenuEthernet = structItem.IsMenuEthernet; + #endregion + + #region Level3 + structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level3); + + item.Level3.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; + item.Level3.IsMainDisplayClear = structItem.IsMainDisplayClear; + item.Level3.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; + + item.Level3.IsMenuRecipe = structItem.IsMenuRecipe; + item.Level3.IsMenuUserSetting = structItem.IsMenuUserSetting; + item.Level3.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; + item.Level3.IsMenuIOTest = structItem.IsMenuIOTest; + item.Level3.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; + item.Level3.IsMenuInspectionLog = structItem.IsMenuCheckLog; + item.Level3.IsMenuAlarmLog = structItem.IsMenuAlarmList; + item.Level3.IsMenuInformation = structItem.IsMenuInformation; + item.Level3.IsMenuEquipment = structItem.IsMenuStatus; + item.Level3.IsMenuEthernet = structItem.IsMenuEthernet; + #endregion + + #region Default + //structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Admin); + + //item.Admin.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; + //item.Admin.IsMainDisplayClear = structItem.IsMainDisplayClear; + //item.Admin.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; + + //item.Admin.IsMenuRecipe = structItem.IsMenuRecipe; + //item.Admin.IsMenuUserSetting = structItem.IsMenuUserSetting; + //item.Admin.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; + //item.Admin.IsMenuIOTest = structItem.IsMenuIOTest; + //item.Admin.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; + //item.Admin.IsMenuInspectionLog = structItem.IsMenuCheckLog; + //item.Admin.IsMenuAlarmLog = structItem.IsMenuAlarmList; + //item.Admin.IsMenuInformation = structItem.IsMenuInformation; + //item.Admin.IsMenuEquipment = structItem.IsMenuStatus; + //item.Admin.IsMenuEthernet = structItem.IsMenuEthernet; + + item.Admin.IsMainDisplayProductChange = true; + item.Admin.IsMainDisplayClear = true; + item.Admin.IsMainDisplaySubMenu = true; + + item.Admin.IsMenuRecipe = true; + item.Admin.IsMenuUserSetting = true; + item.Admin.IsMenuUserGroupEditor = true; + item.Admin.IsMenuIOTest = true; + item.Admin.IsMenuHistoryLog = true; + item.Admin.IsMenuInspectionLog = true; + item.Admin.IsMenuAlarmLog = true; + item.Admin.IsMenuInformation = true; + item.Admin.IsMenuEquipment = true; + item.Admin.IsMenuEthernet = true; + #endregion + } + catch + { + DialogFormMessage myMsg = new DialogFormMessage(17, this.SystemConfig.LANGUAGE); + myMsg.ShowDialog(); + + this.smartFileIO.Close(); + } + this.smartFileIO.Close(); + } + #endregion + + #region Counter File + private void CreateCounterFile() + { + StructCounter structItem; + + for (int i = 0; i < 1000; i++) + { + structItem.PassCount1 = 0; + structItem.LeakCount1 = 0; + + structItem.PassCount2 = 0; + structItem.LeakCount2 = 0; + + structItem.PassCount3 = 0; + structItem.LeakCount3 = 0; + + structItem.PassCount4 = 0; + structItem.LeakCount4 = 0; + + structItem.PassCount5 = 0; + structItem.LeakCount5 = 0; + + structItem.PassCount6 = 0; + structItem.LeakCount6 = 0; + + structItem.DummyInt1 = 0; + structItem.DummyInt2 = 0; + structItem.DummyInt3 = 0; + structItem.DummyInt4 = 0; + structItem.DummyInt5 = 0; + structItem.DummyInt6 = 0; + structItem.DummyInt7 = 0; + structItem.DummyInt8 = 0; + structItem.DummyInt9 = 0; + structItem.DummyInt10 = 0; + structItem.DummyInt11 = 0; + structItem.DummyInt12 = 0; + + this.smartFileIO.StructType.WriteBuffer(structItem, i, SmartFile.WriteMode.Append); + } + this.smartFileIO.StructType.WriteBufferSave(); + } + public void SaveCounterFile(Collection items, int index) + { + string fullFilePath = ""; + bool fileCheck = false; + StructCounter structItem; + + fullFilePath = this.PathSystemFileFolder + "counterItem.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + if (fileCheck == true) + { + this.smartFileIO.Open(); + this.smartFileIO.StructType.SetStructType(typeof(StructCounter)); + } + else + { + this.smartFileIO.Open(); + this.smartFileIO.StructType.SetStructType(typeof(StructCounter)); + + this.CreateCounterFile(); + } + + structItem.PassCount1 = items[0].CounterData.PassCNT; + structItem.LeakCount1 = items[0].CounterData.LeakCNT; + + structItem.PassCount2 = items[0].CounterData.PassCNT; + structItem.LeakCount2 = items[0].CounterData.LeakCNT; + + structItem.PassCount3 = items[0].CounterData.PassCNT; + structItem.LeakCount3 = items[0].CounterData.LeakCNT; + + structItem.PassCount4 = items[0].CounterData.PassCNT; + structItem.LeakCount4 = items[0].CounterData.LeakCNT; + + structItem.PassCount5 = items[0].CounterData.PassCNT; + structItem.LeakCount5 = items[0].CounterData.LeakCNT; + + structItem.PassCount6 = items[0].CounterData.PassCNT; + structItem.LeakCount6 = items[0].CounterData.LeakCNT; + + structItem.DummyInt1 = 0; + structItem.DummyInt2 = 0; + structItem.DummyInt3 = 0; + structItem.DummyInt4 = 0; + structItem.DummyInt5 = 0; + structItem.DummyInt6 = 0; + structItem.DummyInt7 = 0; + structItem.DummyInt8 = 0; + structItem.DummyInt9 = 0; + structItem.DummyInt10 = 0; + structItem.DummyInt11 = 0; + structItem.DummyInt12 = 0; + + this.smartFileIO.StructType.Write(structItem, index, SmartFile.WriteMode.Overwrite); + this.smartFileIO.Close(); + } + public void LoadCounterFile(ref Collection items, int index) + { + string fullFilePath = ""; + bool fileCheck = false; + StructCounter structItem; + + fullFilePath = this.PathSystemFileFolder + "counterItem.int"; + this.smartFileIO.FilePathName = fullFilePath; + + FileInfo fileInfo = new FileInfo(fullFilePath); + fileCheck = fileInfo.Exists; + + if (fileCheck == true) + { + this.smartFileIO.Open(); + this.smartFileIO.StructType.SetStructType(typeof(StructCounter)); + } + else + { + this.smartFileIO.Open(); + this.smartFileIO.StructType.SetStructType(typeof(StructCounter)); + + this.CreateCounterFile(); + } + + try + { + structItem = (StructCounter)this.smartFileIO.StructType.Read(index); + + items[0].CounterData.PassCNT = structItem.PassCount1; + items[0].CounterData.LeakCNT = structItem.LeakCount1; + + items[1].CounterData.PassCNT = structItem.PassCount2; + items[1].CounterData.LeakCNT = structItem.LeakCount2; + + items[2].CounterData.PassCNT = structItem.PassCount3; + items[2].CounterData.LeakCNT = structItem.LeakCount3; + + items[3].CounterData.PassCNT = structItem.PassCount4; + items[3].CounterData.LeakCNT = structItem.LeakCount4; + + items[4].CounterData.PassCNT = structItem.PassCount5; + items[4].CounterData.LeakCNT = structItem.LeakCount5; + + items[5].CounterData.PassCNT = structItem.PassCount6; + items[5].CounterData.LeakCNT = structItem.LeakCount6; + } + catch + { + DialogFormMessage myMsg = new DialogFormMessage(17, this.SystemConfig.LANGUAGE); + myMsg.ShowDialog(); + + this.smartFileIO.Close(); + } + this.smartFileIO.Close(); + } + #endregion + #region Uart Communication public void OpenSmartUartLink() { @@ -1348,6 +2127,10 @@ namespace INT_LKD_PTB.Forms if ((ret = this.ReceiveCommandSLE(lane, receiveData)) != 0) return ret; break; + case "SLF": + if ((ret = this.ReceiveCommandSLF(lane, receiveData)) != 0) + return ret; + break; case "ST0": if ((ret = this.ReceiveCommandST0(lane, receiveData)) != 0) return ret; @@ -1397,6 +2180,7 @@ namespace INT_LKD_PTB.Forms this.SaveSystemConfigurationFile(this.SystemConfig); this.LoadRecipeFile(ref this.CurrentRecipe, this.SystemConfig.RECIPE_NUMBER - 1); + this.LoadCounterFile(ref this.CurrentLeakDatas, this.SystemConfig.RECIPE_NUMBER - 1); this.ChildFormMainDisplay.UpdateDisplayRecipeData(this.CurrentRecipe); this.ChildFormMenu.UpdateDisplayRecipeData(this.CurrentRecipe); @@ -1473,9 +2257,35 @@ namespace INT_LKD_PTB.Forms this.CurrentLeakDatas[i].Judgment.DISP_MDataDiff = receiveData.Substring(i * 37 + 31, 6).Trim(); } #endregion + // 화면 표시 if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay) + { + // Count Data Update + for (int i = 0; i < this.SystemConfig.EQUIPMENT_LANE; i++) + { + switch (this.CurrentLeakDatas[i].Judgment.Result) + { + case Define.E_JudgmentStatus.None: + break; + case Define.E_JudgmentStatus.Pass: + this.CurrentLeakDatas[i].CounterData.PassCNT++; + break; + case Define.E_JudgmentStatus.Leak: + this.CurrentLeakDatas[i].CounterData.LeakCNT++; + break; + case Define.E_JudgmentStatus.Empty: + break; + case Define.E_JudgmentStatus.Error: + break; + default: + break; + } + } + this.ChildFormMainDisplay.UpdateDisplayJudgmentData(this.CurrentLeakDatas); + this.ChildFormMainDisplay.UpdateDisplayCounterData(this.CurrentLeakDatas); + } else if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMenu) this.ChildFormMenu.UpdateDisplayJudgmentData(this.CurrentLeakDatas); // Cycle Time @@ -1642,6 +2452,38 @@ namespace INT_LKD_PTB.Forms return ret; } + // Inspection Ready 상태 + private int ReceiveCommandSLF(string lane, string receiveData) + { + int ret = 0; + + try + { + switch (lane) + { + case "Z": + #region Value Assign + if (receiveData.Trim() == "0") + this.CurrentSystemStatus.InspectionReady = false; + else + this.CurrentSystemStatus.InspectionReady = true; + #endregion + // 화면 표시 + if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay) + this.ChildFormMainDisplay.UpdateDisplayInspectionReadStatus(this.CurrentSystemStatus); + break; + default: + break; + } + } + catch + { + ret = -1; + } + + return ret; + } + // IO테스트-IN private int ReceiveCommandST0(string lane, string receiveData) { @@ -2322,7 +3164,7 @@ namespace INT_LKD_PTB.Forms case Define.E_JudgmentStatus.Pass: value = "Pass"; break; - case Define.E_JudgmentStatus.Ng: + case Define.E_JudgmentStatus.Leak: value = "Leak"; break; case Define.E_JudgmentStatus.Empty: @@ -2344,7 +3186,7 @@ namespace INT_LKD_PTB.Forms folder = string.Format("{0}{1}\\{2}\\", this.PathDataInspectionFolder, time.Year, time.Month); fileName = string.Format("{0:yyyyMMdd}_Inspection_{1}.csv", time, this.CurrentRecipe.NUMBER); } - public void TrackingInspectionData(Collection items) + public void TrackingInspectionData(Collection items) { bool fileCheck = false, directoryCheck = false; string fullFilePath = "", folderPath = "", fileName = ""; @@ -2733,626 +3575,6 @@ namespace INT_LKD_PTB.Forms } #endregion - #region UserGroupFile - private void CreateUserGroupFile() - { - StructUserGroupItem structItem; - UserGroupItem item = new UserGroupItem(); - - for (int i = 0; i < 2; i++) - { - #region StructItem - structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.IsMenuRecipe; - structItem.IsMenuUserSetting = item.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.IsMenuAlarmLog; - structItem.IsMenuInformation = item.IsMenuInformation; - structItem.IsMenuStatus = item.IsMenuEquipment; - structItem.IsMenuEthernet = item.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - #endregion - - this.smartFileIO.StructType.Write(structItem, i, SmartFile.WriteMode.Overwrite); - } - for (int i = 2; i < 4; i++) - { - #region StructItem - structItem.IsMainDisplayRecipeChange = true; - structItem.IsMainDisplayClear = true; - structItem.IsMainDispalySubMenu = true; - - structItem.IsMenuRecipe = true; - structItem.IsMenuUserSetting = true; - structItem.IsMenuUserGroupEditor = true; - structItem.IsMenuIOTest = true; - structItem.IsMenuEquipmentLog = true; - structItem.IsMenuCheckLog = true; - structItem.IsMenuAlarmList = true; - structItem.IsMenuInformation = true; - structItem.IsMenuStatus = true; - structItem.IsMenuEthernet = true; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - #endregion - - this.smartFileIO.StructType.Write(structItem, i, SmartFile.WriteMode.Overwrite); - } - } - public void SaveUserGroupFile(UserGroup item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - #region Level1 - structItem.IsMainDisplayRecipeChange = item.Level1.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.Level1.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.Level1.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.Level1.IsMenuRecipe; - structItem.IsMenuUserSetting = item.Level1.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.Level1.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.Level1.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.Level1.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.Level1.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.Level1.IsMenuAlarmLog; - structItem.IsMenuInformation = item.Level1.IsMenuInformation; - structItem.IsMenuStatus = item.Level1.IsMenuEquipment; - structItem.IsMenuEthernet = item.Level1.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level1, SmartFile.WriteMode.Overwrite); - #endregion - - #region Level2 - structItem.IsMainDisplayRecipeChange = item.Level2.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.Level2.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.Level2.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.Level2.IsMenuRecipe; - structItem.IsMenuUserSetting = item.Level2.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.Level2.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.Level2.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.Level2.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.Level2.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.Level2.IsMenuAlarmLog; - structItem.IsMenuInformation = item.Level2.IsMenuInformation; - structItem.IsMenuStatus = item.Level2.IsMenuEquipment; - structItem.IsMenuEthernet = item.Level2.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level2, SmartFile.WriteMode.Overwrite); - #endregion - - #region Level3 - structItem.IsMainDisplayRecipeChange = item.Level3.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.Level3.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.Level3.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.Level3.IsMenuRecipe; - structItem.IsMenuUserSetting = item.Level3.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.Level3.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.Level3.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.Level3.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.Level3.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.Level3.IsMenuAlarmLog; - structItem.IsMenuInformation = item.Level3.IsMenuInformation; - structItem.IsMenuStatus = item.Level3.IsMenuEquipment; - structItem.IsMenuEthernet = item.Level3.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level3, SmartFile.WriteMode.Overwrite); - #endregion - - #region Admin - //structItem.IsMainDisplayRecipeChange = item.Admin.IsMainDisplayProductChange; - //structItem.IsMainDisplayClear = item.Admin.IsMainDisplayClear; - //structItem.IsMainDispalySubMenu = item.Admin.IsMainDisplaySubMenu; - - //structItem.IsMenuRecipe = item.Admin.IsMenuRecipe; - //structItem.IsMenuUserSetting = item.Admin.IsMenuUserSetting; - //structItem.IsMenuUserGroupEditor = item.Admin.IsMenuUserGroupEditor; - //structItem.IsMenuIOTest = item.Admin.IsMenuIOTest; - //structItem.IsMenuEquipmentLog = item.Admin.IsMenuHistoryLog; - //structItem.IsMenuCheckLog = item.Admin.IsMenuInspectionLog; - //structItem.IsMenuAlarmList = item.Admin.IsMenuAlarmLog; - //structItem.IsMenuInformation = item.Admin.IsMenuInformation; - //structItem.IsMenuStatus = item.Admin.IsMenuEquipment; - //structItem.IsMenuEthernet = item.Admin.IsMenuEthernet; - - structItem.IsMainDisplayRecipeChange = true; - structItem.IsMainDisplayClear = true; - structItem.IsMainDispalySubMenu = true; - - structItem.IsMenuRecipe = true; - structItem.IsMenuUserSetting = true; - structItem.IsMenuUserGroupEditor = true; - structItem.IsMenuIOTest = true; - structItem.IsMenuEquipmentLog = true; - structItem.IsMenuCheckLog = true; - structItem.IsMenuAlarmList = true; - structItem.IsMenuInformation = true; - structItem.IsMenuStatus = true; - structItem.IsMenuEthernet = true; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Admin, SmartFile.WriteMode.Overwrite); - #endregion - - this.smartFileIO.Close(); - } - public void SaveUserGroupFile_Level1(UserGroupItem item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - #region Level1 - structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.IsMenuRecipe; - structItem.IsMenuUserSetting = item.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.IsMenuAlarmLog; - structItem.IsMenuInformation = item.IsMenuInformation; - structItem.IsMenuStatus = item.IsMenuEquipment; - structItem.IsMenuEthernet = item.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level1, SmartFile.WriteMode.Overwrite); - #endregion - - this.smartFileIO.Close(); - } - public void SaveUserGroupFile_Level2(UserGroupItem item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - #region Level2 - structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.IsMenuRecipe; - structItem.IsMenuUserSetting = item.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.IsMenuAlarmLog; - structItem.IsMenuInformation = item.IsMenuInformation; - structItem.IsMenuStatus = item.IsMenuEquipment; - structItem.IsMenuEthernet = item.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level2, SmartFile.WriteMode.Overwrite); - #endregion - - this.smartFileIO.Close(); - } - public void SaveUserGroupFile_Level3(UserGroupItem item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - #region Level3 - structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.IsMenuRecipe; - structItem.IsMenuUserSetting = item.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.IsMenuAlarmLog; - structItem.IsMenuInformation = item.IsMenuInformation; - structItem.IsMenuStatus = item.IsMenuEquipment; - structItem.IsMenuEthernet = item.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Level3, SmartFile.WriteMode.Overwrite); - #endregion - - this.smartFileIO.Close(); - } - public void SaveUserGroupFile_Admin(UserGroupItem item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - #region Default - structItem.IsMainDisplayRecipeChange = item.IsMainDisplayProductChange; - structItem.IsMainDisplayClear = item.IsMainDisplayClear; - structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu; - - structItem.IsMenuRecipe = item.IsMenuRecipe; - structItem.IsMenuUserSetting = item.IsMenuUserSetting; - structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor; - structItem.IsMenuIOTest = item.IsMenuIOTest; - structItem.IsMenuEquipmentLog = item.IsMenuHistoryLog; - structItem.IsMenuCheckLog = item.IsMenuInspectionLog; - structItem.IsMenuAlarmList = item.IsMenuAlarmLog; - structItem.IsMenuInformation = item.IsMenuInformation; - structItem.IsMenuStatus = item.IsMenuEquipment; - structItem.IsMenuEthernet = item.IsMenuEthernet; - - structItem.Dummy1 = false; - structItem.Dummy2 = false; - structItem.Dummy3 = false; - structItem.Dummy4 = false; - structItem.Dummy5 = false; - structItem.Dummy6 = false; - structItem.Dummy7 = false; - structItem.Dummy8 = false; - structItem.Dummy9 = false; - structItem.Dummy10 = false; - structItem.Dummy11 = false; - structItem.Dummy12 = false; - structItem.Dummy13 = false; - structItem.Dummy14 = false; - structItem.Dummy15 = false; - structItem.Dummy16 = false; - structItem.Dummy17 = false; - - this.smartFileIO.StructType.Write(structItem, (int)Define.E_UserGroup.Admin, SmartFile.WriteMode.Overwrite); - #endregion - - this.smartFileIO.Close(); - } - private void LoadUserGroupFile(ref UserGroup item) - { - string fullFilePath = ""; - bool fileCheck = false; - StructUserGroupItem structItem; - - fullFilePath = this.PathSystemFileFolder + "UserGroup.int"; - this.smartFileIO.FilePathName = fullFilePath; - - FileInfo fileInfo = new FileInfo(fullFilePath); - fileCheck = fileInfo.Exists; - - this.OpenSmartFileIO(); - this.smartFileIO.StructType.SetStructType(typeof(StructUserGroupItem)); - - if (fileCheck == false) - this.CreateUserGroupFile(); - - try - { - this.smartFileIO.StructType.FillBuffer(); - - #region Level1 - structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level1); - - item.Level1.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; - item.Level1.IsMainDisplayClear = structItem.IsMainDisplayClear; - item.Level1.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; - - item.Level1.IsMenuRecipe = structItem.IsMenuRecipe; - item.Level1.IsMenuUserSetting = structItem.IsMenuUserSetting; - item.Level1.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; - item.Level1.IsMenuIOTest = structItem.IsMenuIOTest; - item.Level1.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; - item.Level1.IsMenuInspectionLog = structItem.IsMenuCheckLog; - item.Level1.IsMenuAlarmLog = structItem.IsMenuAlarmList; - item.Level1.IsMenuInformation = structItem.IsMenuInformation; - item.Level1.IsMenuEquipment = structItem.IsMenuStatus; - item.Level1.IsMenuEthernet = structItem.IsMenuEthernet; - #endregion - - #region Level2 - structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level2); - - item.Level2.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; - item.Level2.IsMainDisplayClear = structItem.IsMainDisplayClear; - item.Level2.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; - - item.Level2.IsMenuRecipe = structItem.IsMenuRecipe; - item.Level2.IsMenuUserSetting = structItem.IsMenuUserSetting; - item.Level2.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; - item.Level2.IsMenuIOTest = structItem.IsMenuIOTest; - item.Level2.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; - item.Level2.IsMenuInspectionLog = structItem.IsMenuCheckLog; - item.Level2.IsMenuAlarmLog = structItem.IsMenuAlarmList; - item.Level2.IsMenuInformation = structItem.IsMenuInformation; - item.Level2.IsMenuEquipment = structItem.IsMenuStatus; - item.Level2.IsMenuEthernet = structItem.IsMenuEthernet; - #endregion - - #region Level3 - structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Level3); - - item.Level3.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; - item.Level3.IsMainDisplayClear = structItem.IsMainDisplayClear; - item.Level3.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; - - item.Level3.IsMenuRecipe = structItem.IsMenuRecipe; - item.Level3.IsMenuUserSetting = structItem.IsMenuUserSetting; - item.Level3.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; - item.Level3.IsMenuIOTest = structItem.IsMenuIOTest; - item.Level3.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; - item.Level3.IsMenuInspectionLog = structItem.IsMenuCheckLog; - item.Level3.IsMenuAlarmLog = structItem.IsMenuAlarmList; - item.Level3.IsMenuInformation = structItem.IsMenuInformation; - item.Level3.IsMenuEquipment = structItem.IsMenuStatus; - item.Level3.IsMenuEthernet = structItem.IsMenuEthernet; - #endregion - - #region Default - //structItem = (StructUserGroupItem)this.smartFileIO.StructType.ReadBuffer((int)Define.E_UserGroup.Admin); - - //item.Admin.IsMainDisplayProductChange = structItem.IsMainDisplayRecipeChange; - //item.Admin.IsMainDisplayClear = structItem.IsMainDisplayClear; - //item.Admin.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu; - - //item.Admin.IsMenuRecipe = structItem.IsMenuRecipe; - //item.Admin.IsMenuUserSetting = structItem.IsMenuUserSetting; - //item.Admin.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor; - //item.Admin.IsMenuIOTest = structItem.IsMenuIOTest; - //item.Admin.IsMenuHistoryLog = structItem.IsMenuEquipmentLog; - //item.Admin.IsMenuInspectionLog = structItem.IsMenuCheckLog; - //item.Admin.IsMenuAlarmLog = structItem.IsMenuAlarmList; - //item.Admin.IsMenuInformation = structItem.IsMenuInformation; - //item.Admin.IsMenuEquipment = structItem.IsMenuStatus; - //item.Admin.IsMenuEthernet = structItem.IsMenuEthernet; - - item.Admin.IsMainDisplayProductChange = true; - item.Admin.IsMainDisplayClear = true; - item.Admin.IsMainDisplaySubMenu = true; - - item.Admin.IsMenuRecipe = true; - item.Admin.IsMenuUserSetting = true; - item.Admin.IsMenuUserGroupEditor = true; - item.Admin.IsMenuIOTest = true; - item.Admin.IsMenuHistoryLog = true; - item.Admin.IsMenuInspectionLog = true; - item.Admin.IsMenuAlarmLog = true; - item.Admin.IsMenuInformation = true; - item.Admin.IsMenuEquipment = true; - item.Admin.IsMenuEthernet = true; - #endregion - } - catch - { - DialogFormMessage myMsg = new DialogFormMessage(17, this.SystemConfig.LANGUAGE); - myMsg.ShowDialog(); - - this.smartFileIO.Close(); - } - this.smartFileIO.Close(); - } - #endregion - #region Modbus - Servo Motor public void ModbusOpen() { @@ -3462,6 +3684,8 @@ namespace INT_LKD_PTB.Forms this.LoadSystemConfigurationFile(); // Recipe 파일 읽기 this.LoadRecipeFile(ref this.CurrentRecipe, this.SystemConfig.RECIPE_NUMBER - 1); + // Counter 파일 읽기 + this.LoadCounterFile(ref this.CurrentLeakDatas, this.SystemConfig.RECIPE_NUMBER - 1); // UserGroup File Load this.LoadUserGroupFile(ref this.CurrentUserGroup); // UserManager 초기화 diff --git a/INT_LKD_PTB6_DW/Forms/FormMainDisplay.Designer.cs b/INT_LKD_PTB6_DW/Forms/FormMainDisplay.Designer.cs index e2bc19f..ab99eea 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMainDisplay.Designer.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMainDisplay.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { partial class FormMainDisplay { @@ -30,6 +30,8 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay)); this.smartForm1 = new SmartX.SmartForm(); + this.buttonInfinity = new SmartX.SmartButton(); + this.smartButton1 = new SmartX.SmartButton(); this.labelTitleLeakDetetor = new SmartX.SmartLabel(); this.labelTitleTime = new SmartX.SmartLabel(); this.buttonDischarge = new SmartX.SmartButton(); @@ -68,6 +70,8 @@ this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); this.smartForm1.CenterLocation = false; + this.smartForm1.Controls.Add(this.buttonInfinity); + this.smartForm1.Controls.Add(this.smartButton1); this.smartForm1.Controls.Add(this.labelTitleLeakDetetor); this.smartForm1.Controls.Add(this.labelTitleTime); this.smartForm1.Controls.Add(this.buttonDischarge); @@ -106,6 +110,79 @@ this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.UseMainMenu = false; // + // buttonInfinity + // + this.buttonInfinity.BackGround = this.smartForm1; + this.buttonInfinity.BackGroundColor = System.Drawing.Color.Gray; + this.buttonInfinity.ButtonColor = System.Drawing.Color.Teal; + this.buttonInfinity.ButtonDownColor = System.Drawing.Color.DarkSlateGray; + this.buttonInfinity.ButtonImageAutoSize = true; + this.buttonInfinity.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonInfinity.ButtonText = "Infinity"; + this.buttonInfinity.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonInfinity.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.buttonInfinity.GroupID = 0; + this.buttonInfinity.ImageDisable = null; + this.buttonInfinity.ImageDown = null; + this.buttonInfinity.ImageUp = null; + this.buttonInfinity.Location = new System.Drawing.Point(917, 484); + this.buttonInfinity.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonInfinity.Name = "buttonInfinity"; + this.buttonInfinity.NestedClickEventPrevent = false; + this.buttonInfinity.OutlinePixel = 2; + this.buttonInfinity.OverlapOptimize = true; + this.buttonInfinity.RepeatInterval = 200; + this.buttonInfinity.RepeatIntervalAccelerate = null; + this.buttonInfinity.RoundSize = 10; + this.buttonInfinity.SafeInterval = 200; + this.buttonInfinity.Size = new System.Drawing.Size(100, 60); + this.buttonInfinity.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonInfinity.TabIndex = 630; + this.buttonInfinity.Text = null; + this.buttonInfinity.TextColor = System.Drawing.Color.White; + this.buttonInfinity.TextColorDisable = System.Drawing.Color.Gainsboro; + this.buttonInfinity.TextDownColor = System.Drawing.Color.Chartreuse; + this.buttonInfinity.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonInfinity.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonInfinity.Visible = false; + this.buttonInfinity.Click += new System.EventHandler(this.buttonInfinity_Click); + // + // smartButton1 + // + this.smartButton1.BackGround = this.smartForm1; + this.smartButton1.BackGroundColor = System.Drawing.Color.Gray; + this.smartButton1.ButtonColor = System.Drawing.Color.Teal; + this.smartButton1.ButtonDownColor = System.Drawing.Color.DarkSlateGray; + this.smartButton1.ButtonImageAutoSize = true; + this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.smartButton1.ButtonText = "EXIT"; + this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.smartButton1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); + this.smartButton1.GroupID = 0; + this.smartButton1.ImageDisable = null; + this.smartButton1.ImageDown = null; + this.smartButton1.ImageUp = null; + this.smartButton1.Location = new System.Drawing.Point(917, 615); + this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.smartButton1.Name = "smartButton1"; + this.smartButton1.NestedClickEventPrevent = false; + this.smartButton1.OutlinePixel = 2; + this.smartButton1.OverlapOptimize = true; + this.smartButton1.RepeatInterval = 200; + this.smartButton1.RepeatIntervalAccelerate = null; + this.smartButton1.RoundSize = 10; + this.smartButton1.SafeInterval = 200; + this.smartButton1.Size = new System.Drawing.Size(100, 39); + this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton1.TabIndex = 626; + this.smartButton1.Text = null; + this.smartButton1.TextColor = System.Drawing.Color.White; + this.smartButton1.TextColorDisable = System.Drawing.Color.Gainsboro; + this.smartButton1.TextDownColor = System.Drawing.Color.Chartreuse; + this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click); + // // labelTitleLeakDetetor // this.labelTitleLeakDetetor.BackGround = null; @@ -803,5 +880,7 @@ private SmartX.SmartLabel labelTitleTime; private SmartX.SmartLabel labelTitleAlarm; private SmartX.SmartLabel labelTitleLeakDetetor; + private SmartX.SmartButton smartButton1; + private SmartX.SmartButton buttonInfinity; } } \ No newline at end of file diff --git a/INT_LKD_PTB6_DW/Forms/FormMainDisplay.cs b/INT_LKD_PTB6_DW/Forms/FormMainDisplay.cs index 65d896d..07351cc 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMainDisplay.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMainDisplay.cs @@ -10,13 +10,13 @@ using System.Windows.Forms; using System.Threading; using SmartX; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.Controls; -using INT_LKD_PTB.Part11_UserManager; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.Controls.MainDisplay; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.Controls; +using INT_LKD_PTB6_DW.Part11_UserManager; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.Controls.MainDisplay; -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { public partial class FormMainDisplay : Form { @@ -33,6 +33,7 @@ namespace INT_LKD_PTB.Forms public ControlMainModbus ChildModbus; public ControlMainDisplay_1 ChildMainDisplay_1; public ControlMainDisplay_2 ChildMainDisplay_2; + public ControlMainDisplay_4 ChildMainDisplay_3; #endregion #region Constructor @@ -81,6 +82,12 @@ namespace INT_LKD_PTB.Forms this.ChildMainDisplay_2.BringToFront(); this.ChildMainDisplay_2.Visible = false; + this.ChildMainDisplay_3 = new ControlMainDisplay_4(this); + this.Controls.Add(this.ChildMainDisplay_3); + this.ChildMainDisplay_3.Location = new Point(0, 339); + this.ChildMainDisplay_3.BringToFront(); + this.ChildMainDisplay_3.Visible = false; + this.buttonRecipeNo.ButtonText = this.ParentForm.SystemConfig.RECIPE_NUMBER.ToString(); this.UpdateDisplayUser(this.ParentForm.CurrentSystemStatus.CurrentUser); } @@ -180,6 +187,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = false; + this.buttonInfinity.Visible = false; break; case Define.E_UserGroup.Level2: id = user.ID; @@ -197,6 +205,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = false; + this.buttonInfinity.Visible = false; break; case Define.E_UserGroup.Level3: id = user.ID; @@ -214,6 +223,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = false; + this.buttonInfinity.Visible = false; break; case Define.E_UserGroup.Admin: id = user.ID; @@ -231,6 +241,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = true; + this.buttonInfinity.Visible = false; break; case Define.E_UserGroup.Developer: id = user.ID; @@ -248,6 +259,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = true; + this.buttonInfinity.Visible = true; break; case Define.E_UserGroup.NotLogin: id = ""; @@ -261,6 +273,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = true; this.buttonMenu.Enabled = true; this.buttonDisplay.Visible = false; + this.buttonInfinity.Visible = false; break; case Define.E_UserGroup.LogOut: id = "Log Off"; @@ -278,6 +291,7 @@ namespace INT_LKD_PTB.Forms this.buttonDischarge.Enabled = false; this.buttonMenu.Enabled = false; this.buttonDisplay.Visible = false; + this.buttonInfinity.Visible = false; break; default: break; @@ -754,6 +768,12 @@ namespace INT_LKD_PTB.Forms //} } + // Inspection Ready 상태 + public void UpdateDisplayInspectionReadStatus(SystemStatus status) + { + this.ChildMainDisplay_1.UpdateDisplayInspectionReadStatus(status); + } + // 진행상태 데이터 public void UpdateDisplayProcessStatus(Define.E_ProcessStatus status) { @@ -803,37 +823,42 @@ namespace INT_LKD_PTB.Forms } // 차압센서 데이터 - public void UpdateDisplayDiffData(Collection datas) + public void UpdateDisplayDiffData(Collection datas) { this.ChildMainDisplay_1.UpdateDisplayDiffData(datas); this.ChildMainDisplay_2.UpdateDisplayDiffData(datas); } // 변위센서 데이터 - public void UpdateDisplayDispData(Collection datas) + public void UpdateDisplayDispData(Collection datas) { this.ChildMainDisplay_1.UpdateDisplayDispData(datas); this.ChildMainDisplay_2.UpdateDisplayDispData(datas); } // 압력센서 데이터 - public void UpdateDisplayPresData(Collection datas) + public void UpdateDisplayPresData(Collection datas) { this.ChildMainDisplay_1.UpdateDisplayPresData(datas); this.ChildMainDisplay_2.UpdateDisplayPresData(datas); } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { this.ChildMainDisplay_1.UpdateDisplayJudgmentData(datas); this.ChildMainDisplay_2.UpdateDisplayJudgmentData(datas); + this.ChildMainDisplay_3.UpdateDisplayJudgmentData(datas); } public void UpdateDisplayRecipeData(Recipe data) { this.buttonRecipeNo.ButtonText = data.NUMBER.ToString(); } + public void UpdateDisplayCounterData(Collection datas) + { + this.ChildMainDisplay_3.UpdateDisplayCounterData(datas); + } public void UpdateDisplayTime(DateTime time) { this.labelTime.Text = time.ToString("yyyy-MM-dd HH:mm:ss"); @@ -851,6 +876,7 @@ namespace INT_LKD_PTB.Forms this.UpdateDisplayUser(this.ParentForm.CurrentSystemStatus.CurrentUser); this.UpdateDisplayRecipeData(this.ParentForm.CurrentRecipe); + this.UpdateDisplayInspectionReadStatus(this.ParentForm.CurrentSystemStatus); } #endregion @@ -977,8 +1003,32 @@ namespace INT_LKD_PTB.Forms this.Part11AutomaticLogoutReset(); this.ChildMainDisplay_1.InitializeDataAll(); + this.ChildMainDisplay_2.InitializeData(); + this.ChildMainDisplay_3.Clear(); this.ChildModbus.ClearData(); } + private void buttonInfinity_Click(object sender, EventArgs e) + { + string value = "", before = "", after = ""; + + if (this.buttonInfinity.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + { + before = "OFF"; + after = "ON"; + + value = Helper.StringBlankFillDigits4("1"); + } + else + { + before = "ON"; + after = "OFF"; + + value = Helper.StringBlankFillDigits4("0"); + } + + this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._1712_OpMode, value); + this.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.OP_Mode, "", before, after); + } private void buttonExit_Click(object sender, EventArgs e) { @@ -1017,5 +1067,13 @@ namespace INT_LKD_PTB.Forms } } #endregion + + private void smartButton1_Click(object sender, EventArgs e) + { + if (this.ChildMainDisplay_3.Visible == false) + this.ChildMainDisplay_3.Visible = true; + else + this.ChildMainDisplay_3.Visible = false; + } } } \ No newline at end of file diff --git a/INT_LKD_PTB6_DW/Forms/FormMenu.Designer.cs b/INT_LKD_PTB6_DW/Forms/FormMenu.Designer.cs index d6fab8c..1863278 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMenu.Designer.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMenu.Designer.cs @@ -1,4 +1,4 @@ -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { partial class FormMenu { diff --git a/INT_LKD_PTB6_DW/Forms/FormMenu.cs b/INT_LKD_PTB6_DW/Forms/FormMenu.cs index 1d7b293..c3b6e2b 100644 --- a/INT_LKD_PTB6_DW/Forms/FormMenu.cs +++ b/INT_LKD_PTB6_DW/Forms/FormMenu.cs @@ -10,12 +10,12 @@ using System.Windows.Forms; using System.IO; using SmartX; -using INT_LKD_PTB.Controls; -using INT_LKD_PTB.DataStore; -using INT_LKD_PTB.DialogForms; -using INT_LKD_PTB.Part11_UserManager; +using INT_LKD_PTB6_DW.Controls; +using INT_LKD_PTB6_DW.DataStore; +using INT_LKD_PTB6_DW.DialogForms; +using INT_LKD_PTB6_DW.Part11_UserManager; -namespace INT_LKD_PTB.Forms +namespace INT_LKD_PTB6_DW.Forms { public partial class FormMenu : Form { @@ -1035,7 +1035,7 @@ namespace INT_LKD_PTB.Forms } // 변위센서 데이터 - public void UpdateDisplayDisplacementData(Collection datas) + public void UpdateDisplayDisplacementData(Collection datas) { switch (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode) { @@ -1073,7 +1073,7 @@ namespace INT_LKD_PTB.Forms } } // 차압센서 데이터 - public void UpdateDisplayDiffPressureData(Collection datas) + public void UpdateDisplayDiffPressureData(Collection datas) { switch (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode) { @@ -1111,7 +1111,7 @@ namespace INT_LKD_PTB.Forms } } // 압력센서 데이터 - public void UpdateDisplayPressureData(Collection datas) + public void UpdateDisplayPressureData(Collection datas) { switch (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode) { @@ -1149,7 +1149,7 @@ namespace INT_LKD_PTB.Forms } } // 판정결과 - public void UpdateDisplayJudgmentData(Collection datas) + public void UpdateDisplayJudgmentData(Collection datas) { switch (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode) { diff --git a/INT_LKD_PTB6_DW/Helper.cs b/INT_LKD_PTB6_DW/Helper.cs index e067d7d..b18e534 100644 --- a/INT_LKD_PTB6_DW/Helper.cs +++ b/INT_LKD_PTB6_DW/Helper.cs @@ -6,9 +6,9 @@ using System.Text; using System.Windows.Forms; using System.IO; -using INT_LKD_PTB.DataStore; +using INT_LKD_PTB6_DW.DataStore; -namespace INT_LKD_PTB +namespace INT_LKD_PTB6_DW { public class Helper { @@ -182,7 +182,7 @@ namespace INT_LKD_PTB status = Define.E_JudgmentStatus.Pass; break; case "2": - status = Define.E_JudgmentStatus.Ng; + status = Define.E_JudgmentStatus.Leak; break; case "3": status = Define.E_JudgmentStatus.Empty; diff --git a/INT_LKD_PTB6_DW/INT_LKD_PTB6_DW.csproj b/INT_LKD_PTB6_DW/INT_LKD_PTB6_DW.csproj index e76a41b..892d436 100644 --- a/INT_LKD_PTB6_DW/INT_LKD_PTB6_DW.csproj +++ b/INT_LKD_PTB6_DW/INT_LKD_PTB6_DW.csproj @@ -85,6 +85,18 @@ ControlMainDisplay_1.cs + + UserControl + + + ControlMainDisplay_3.cs + + + UserControl + + + ControlMainDisplay_4.cs + UserControl @@ -189,11 +201,13 @@ + + @@ -285,6 +299,14 @@ ControlMainDisplay_1.cs Designer + + ControlMainDisplay_3.cs + Designer + + + ControlMainDisplay_4.cs + Designer + ControlMenuRecipeData.cs Designer diff --git a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Define.cs b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Define.cs index 23d74da..944c096 100644 --- a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Define.cs +++ b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Define.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; -namespace INT_LKD_PTB.Part11_UserManager +namespace INT_LKD_PTB6_DW.Part11_UserManager { public partial class UserManager { diff --git a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Structure.cs b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Structure.cs index c14666f..b2039f8 100644 --- a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Structure.cs +++ b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.Structure.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; -namespace INT_LKD_PTB.Part11_UserManager +namespace INT_LKD_PTB6_DW.Part11_UserManager { public partial class UserManager { diff --git a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.cs b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.cs index 3ee404a..500b69e 100644 --- a/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.cs +++ b/INT_LKD_PTB6_DW/Part11_UserManager/UserManager.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; -namespace INT_LKD_PTB.Part11_UserManager +namespace INT_LKD_PTB6_DW.Part11_UserManager { public partial class UserManager { diff --git a/INT_LKD_PTB6_DW/Program.cs b/INT_LKD_PTB6_DW/Program.cs index cbc2e91..937052a 100644 --- a/INT_LKD_PTB6_DW/Program.cs +++ b/INT_LKD_PTB6_DW/Program.cs @@ -3,10 +3,10 @@ using System.Linq; using System.Collections.Generic; using System.Windows.Forms; -using INT_LKD_PTB.Forms; -using INT_LKD_PTB.DialogForms; +using INT_LKD_PTB6_DW.Forms; +using INT_LKD_PTB6_DW.DialogForms; -namespace INT_LKD_PTB +namespace INT_LKD_PTB6_DW { static class Program { diff --git a/INT_LKD_PTB6_DW/SerialManager/SerialManager.Define.cs b/INT_LKD_PTB6_DW/SerialManager/SerialManager.Define.cs index a24e186..87eeea3 100644 --- a/INT_LKD_PTB6_DW/SerialManager/SerialManager.Define.cs +++ b/INT_LKD_PTB6_DW/SerialManager/SerialManager.Define.cs @@ -9,7 +9,7 @@ using System.Windows.Forms; using System.Runtime.InteropServices; -namespace INT_LKD_PTB.SerialManger +namespace INT_LKD_PTB6_DW.SerialManger { public partial class SerialMgrComm { diff --git a/INT_LKD_PTB6_DW/SerialManager/SerialManager.Structure.cs b/INT_LKD_PTB6_DW/SerialManager/SerialManager.Structure.cs index ab6c7f7..eee58dd 100644 --- a/INT_LKD_PTB6_DW/SerialManager/SerialManager.Structure.cs +++ b/INT_LKD_PTB6_DW/SerialManager/SerialManager.Structure.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; using System.Text; using System.Threading; -namespace INT_LKD_PTB.SerialManger +namespace INT_LKD_PTB6_DW.SerialManger { public partial class SerialMgrComm { diff --git a/INT_LKD_PTB6_DW/SerialManager/SerialManager.cs b/INT_LKD_PTB6_DW/SerialManager/SerialManager.cs index 5f4ff21..9c5187c 100644 --- a/INT_LKD_PTB6_DW/SerialManager/SerialManager.cs +++ b/INT_LKD_PTB6_DW/SerialManager/SerialManager.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading; using System.Collections; -namespace INT_LKD_PTB.SerialManger +namespace INT_LKD_PTB6_DW.SerialManger { public partial class SerialMgrComm {