From eebe0140dac2f9bb49d27d4d002ac882a3a1217c Mon Sep 17 00:00:00 2001 From: Seonjae Date: Wed, 8 Mar 2023 11:36:16 +0900 Subject: [PATCH 1/3] =?UTF-8?q?1=EC=B0=A8=20=EC=99=84=EB=A3=8C,=20?= =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4,=20=EB=A0=88=EC=8B=9C?= =?UTF-8?q?=ED=94=BC=20=20=EB=A9=94=EB=89=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT_PT002/Controls/ControlMainDisplay.cs | 10 +- .../Controls/ControlMainDisplayDotGraph.cs | 10 +- .../ControlMenuRecipeSetting.Designer.cs | 785 ++ .../Recipe/ControlMenuRecipeSetting.cs | 286 +- INT_PT002/DataStore/Communication.cs | 35 +- INT_PT002/DataStore/Define.cs | 2 +- INT_PT002/DataStore/DispData.cs | 1 - INT_PT002/DataStore/LeakData.cs | 29 +- .../DialogFormNumKeyPad.Designer.cs | 44 +- INT_PT002/DialogForms/DialogFormNumKeyPad.cs | 3 +- INT_PT002/Forms/FormConfiguration.cs | 4 +- INT_PT002/Forms/FormMain.cs | 297 +- INT_PT002/Forms/FormMainDisplay1.Designer.cs | 6813 +++++++++-------- INT_PT002/Forms/FormMainDisplay1.cs | 560 +- INT_PT002/Forms/FormMenu.cs | 5 + INT_PT002/Helper.cs | 119 +- 16 files changed, 5354 insertions(+), 3649 deletions(-) diff --git a/INT_PT002/Controls/ControlMainDisplay.cs b/INT_PT002/Controls/ControlMainDisplay.cs index cec88d1..f8f0e18 100644 --- a/INT_PT002/Controls/ControlMainDisplay.cs +++ b/INT_PT002/Controls/ControlMainDisplay.cs @@ -100,17 +100,17 @@ namespace INT_PT002.Controls this.CollectionChildControl.Add(this.ChildControl10); } - public void UpdateNomalLeakDataDisplay(Collection datas) + public void UpdateNomalLeakDataDisplay(LeakData datas) { - for (int i = 0; i < datas.Count; i++) + for (int i = 0; i < datas.CollDiffData.Count; i++) { - this.CollectionChildControl[i].UpdateNomalLeakDataDisplay(datas[i]); + this.CollectionChildControl[i].UpdateNomalLeakDataDisplay(datas.CollDiffData[i], datas.CollDispData[i]); } } - public void UpdateStartLeakDataDisplay(Collection datas) + public void UpdateStartLeakDataDisplay(LeakData datas) { for (int i = 0; i < 10; i++) - this.CollectionChildControl[i].UpdateStartLeakDataDisplay(datas[i]); + this.CollectionChildControl[i].UpdateStartLeakDataDisplay(datas.CollDiffData[i], datas.CollDispData[i], datas.CollJudgment[i]); } public void ClearAllData() { diff --git a/INT_PT002/Controls/ControlMainDisplayDotGraph.cs b/INT_PT002/Controls/ControlMainDisplayDotGraph.cs index 2f591d5..22aa9bf 100644 --- a/INT_PT002/Controls/ControlMainDisplayDotGraph.cs +++ b/INT_PT002/Controls/ControlMainDisplayDotGraph.cs @@ -125,7 +125,7 @@ namespace INT_PT002.Controls this.smartDraw.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; } - private void UpdateDotGraphDisplay(LeakData data) + private void UpdateDotGraphDisplay(DiffData diff, DispData disp) { int iValue = 0; double dValue = 0.0; @@ -145,7 +145,7 @@ namespace INT_PT002.Controls this.smartDraw.Chart.PutData(iValue); } - public void UpdateNomalLeakDataDisplay(LeakData data) + public void UpdateNomalLeakDataDisplay(DiffData diff, DispData disp) { string value = ""; bool bValue = false; @@ -186,13 +186,13 @@ namespace INT_PT002.Controls // Draw if (bValue == true) - this.UpdateDotGraphDisplay(data); + this.UpdateDotGraphDisplay(diff, disp); } - public void UpdateStartLeakDataDisplay(LeakData data) + public void UpdateStartLeakDataDisplay(DiffData diff, DispData disp, Define.E_JudgmentStatus judg) { string value = ""; - value = data.JudgmentStatus.ToString(); + value = judg.ToString(); if (this.labelResult.Text != value) this.labelResult.Text = value; diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs index 46f7cc1..13b7163 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs @@ -29,6 +29,41 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.labelVacuumHold2 = new SmartX.SmartLabel(); + this.smartLabel26 = new SmartX.SmartLabel(); + this.labelVacuumHold1 = new SmartX.SmartLabel(); + this.smartLabel24 = new SmartX.SmartLabel(); + this.labelVacuumRelief = new SmartX.SmartLabel(); + this.smartLabel22 = new SmartX.SmartLabel(); + this.labelVacuumBlowoff = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.labelDispHoldDelay = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.labelDispEmptyLevel = new SmartX.SmartLabel(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.labelDispMinLevel = new SmartX.SmartLabel(); + this.smartLabel7 = new SmartX.SmartLabel(); + this.labelDispStdLevel = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartGroupBox4 = new SmartX.SmartGroupBox(); + this.labelDiffHoldDelay = new SmartX.SmartLabel(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.labelDiffLrMean = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.labelDiffLrTotal = new SmartX.SmartLabel(); + this.smartLabel11 = new SmartX.SmartLabel(); + this.labelDiffLrSecond = new SmartX.SmartLabel(); + this.smartLabel13 = new SmartX.SmartLabel(); + this.labelPressureLevel = new SmartX.SmartLabel(); + this.smartLabel15 = new SmartX.SmartLabel(); + this.labelNumber = new SmartX.SmartLabel(); + this.smartLabel17 = new SmartX.SmartLabel(); + this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.smartGroupBox1.SuspendLayout(); + this.smartGroupBox3.SuspendLayout(); + this.smartGroupBox4.SuspendLayout(); + this.smartGroupBox2.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -36,6 +71,13 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.labelPressureLevel); + this.smartGroupBox1.Controls.Add(this.smartLabel15); + this.smartGroupBox1.Controls.Add(this.smartGroupBox4); + this.smartGroupBox1.Controls.Add(this.labelNumber); + this.smartGroupBox1.Controls.Add(this.smartGroupBox2); + this.smartGroupBox1.Controls.Add(this.smartLabel17); + this.smartGroupBox1.Controls.Add(this.smartGroupBox3); 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; @@ -49,6 +91,714 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // smartGroupBox3 + // + this.smartGroupBox3.BackGround = null; + this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox3.BackImage = null; + this.smartGroupBox3.Controls.Add(this.labelVacuumBlowoff); + this.smartGroupBox3.Controls.Add(this.smartLabel2); + this.smartGroupBox3.Controls.Add(this.labelVacuumHold2); + this.smartGroupBox3.Controls.Add(this.smartLabel26); + this.smartGroupBox3.Controls.Add(this.labelVacuumHold1); + this.smartGroupBox3.Controls.Add(this.smartLabel24); + this.smartGroupBox3.Controls.Add(this.labelVacuumRelief); + this.smartGroupBox3.Controls.Add(this.smartLabel22); + this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.FrameLineThickness = 2; + this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox3.HeaderHeightOffset = 12; + this.smartGroupBox3.Location = new System.Drawing.Point(68, 449); + this.smartGroupBox3.Name = "smartGroupBox3"; + this.smartGroupBox3.RoundRadius = 5; + this.smartGroupBox3.Size = new System.Drawing.Size(390, 198); + this.smartGroupBox3.TabIndex = 112; + this.smartGroupBox3.Text = "밸브 설정"; + this.smartGroupBox3.TextColor = System.Drawing.Color.White; + // + // labelVacuumHold2 + // + this.labelVacuumHold2.BackGround = null; + this.labelVacuumHold2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumHold2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumHold2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelVacuumHold2.LineSpacing = 0F; + this.labelVacuumHold2.Location = new System.Drawing.Point(203, 112); + this.labelVacuumHold2.Name = "labelVacuumHold2"; + this.labelVacuumHold2.OverlapOptimize = true; + this.labelVacuumHold2.PasswordChar = '\0'; + this.labelVacuumHold2.Radius = 3; + this.labelVacuumHold2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuumHold2.Size = new System.Drawing.Size(100, 30); + this.labelVacuumHold2.TabIndex = 106; + this.labelVacuumHold2.Text = "12345.45"; + this.labelVacuumHold2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumHold2.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuumHold2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuumHold2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuumHold2.Wordwrap = false; + this.labelVacuumHold2.Click += new System.EventHandler(this.labelVacuumHold2_Click); + // + // smartLabel26 + // + this.smartLabel26.BackGround = null; + this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel26.LineSpacing = 0F; + this.smartLabel26.Location = new System.Drawing.Point(47, 112); + this.smartLabel26.Name = "smartLabel26"; + this.smartLabel26.OverlapOptimize = true; + this.smartLabel26.PasswordChar = '\0'; + this.smartLabel26.Radius = 3; + this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel26.Size = new System.Drawing.Size(150, 30); + this.smartLabel26.TabIndex = 105; + this.smartLabel26.Text = "Hold Valve2"; + this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel26.Wordwrap = false; + // + // labelVacuumHold1 + // + this.labelVacuumHold1.BackGround = null; + this.labelVacuumHold1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumHold1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumHold1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelVacuumHold1.LineSpacing = 0F; + this.labelVacuumHold1.Location = new System.Drawing.Point(203, 76); + this.labelVacuumHold1.Name = "labelVacuumHold1"; + this.labelVacuumHold1.OverlapOptimize = true; + this.labelVacuumHold1.PasswordChar = '\0'; + this.labelVacuumHold1.Radius = 3; + this.labelVacuumHold1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuumHold1.Size = new System.Drawing.Size(100, 30); + this.labelVacuumHold1.TabIndex = 104; + this.labelVacuumHold1.Text = "12345.45"; + this.labelVacuumHold1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumHold1.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuumHold1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuumHold1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuumHold1.Wordwrap = false; + this.labelVacuumHold1.Click += new System.EventHandler(this.labelVacuumHold1_Click); + // + // smartLabel24 + // + this.smartLabel24.BackGround = null; + this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel24.LineSpacing = 0F; + this.smartLabel24.Location = new System.Drawing.Point(47, 76); + this.smartLabel24.Name = "smartLabel24"; + this.smartLabel24.OverlapOptimize = true; + this.smartLabel24.PasswordChar = '\0'; + this.smartLabel24.Radius = 3; + this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel24.Size = new System.Drawing.Size(150, 30); + this.smartLabel24.TabIndex = 103; + this.smartLabel24.Text = "Hold Valve1"; + this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel24.Wordwrap = false; + // + // labelVacuumRelief + // + this.labelVacuumRelief.BackGround = null; + this.labelVacuumRelief.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumRelief.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumRelief.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelVacuumRelief.LineSpacing = 0F; + this.labelVacuumRelief.Location = new System.Drawing.Point(203, 40); + this.labelVacuumRelief.Name = "labelVacuumRelief"; + this.labelVacuumRelief.OverlapOptimize = true; + this.labelVacuumRelief.PasswordChar = '\0'; + this.labelVacuumRelief.Radius = 3; + this.labelVacuumRelief.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuumRelief.Size = new System.Drawing.Size(100, 30); + this.labelVacuumRelief.TabIndex = 102; + this.labelVacuumRelief.Text = "12345.45"; + this.labelVacuumRelief.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumRelief.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuumRelief.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuumRelief.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuumRelief.Wordwrap = false; + this.labelVacuumRelief.Click += new System.EventHandler(this.labelVacuumRelief_Click); + // + // smartLabel22 + // + this.smartLabel22.BackGround = null; + this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel22.LineSpacing = 0F; + this.smartLabel22.Location = new System.Drawing.Point(47, 40); + this.smartLabel22.Name = "smartLabel22"; + this.smartLabel22.OverlapOptimize = true; + this.smartLabel22.PasswordChar = '\0'; + this.smartLabel22.Radius = 3; + this.smartLabel22.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel22.Size = new System.Drawing.Size(150, 30); + this.smartLabel22.TabIndex = 101; + this.smartLabel22.Text = "Relief Valve"; + this.smartLabel22.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel22.Wordwrap = false; + // + // labelVacuumBlowoff + // + this.labelVacuumBlowoff.BackGround = null; + this.labelVacuumBlowoff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumBlowoff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumBlowoff.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelVacuumBlowoff.LineSpacing = 0F; + this.labelVacuumBlowoff.Location = new System.Drawing.Point(203, 148); + this.labelVacuumBlowoff.Name = "labelVacuumBlowoff"; + this.labelVacuumBlowoff.OverlapOptimize = true; + this.labelVacuumBlowoff.PasswordChar = '\0'; + this.labelVacuumBlowoff.Radius = 3; + this.labelVacuumBlowoff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuumBlowoff.Size = new System.Drawing.Size(100, 30); + this.labelVacuumBlowoff.TabIndex = 108; + this.labelVacuumBlowoff.Text = "12345.45"; + this.labelVacuumBlowoff.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuumBlowoff.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuumBlowoff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuumBlowoff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuumBlowoff.Wordwrap = false; + this.labelVacuumBlowoff.Click += new System.EventHandler(this.labelVacuumBlowoff_Click); + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(47, 148); + 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(150, 30); + this.smartLabel2.TabIndex = 107; + this.smartLabel2.Text = "Blowoff Valve"; + 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.Middle; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // + // labelDispHoldDelay + // + this.labelDispHoldDelay.BackGround = null; + this.labelDispHoldDelay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispHoldDelay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispHoldDelay.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDispHoldDelay.LineSpacing = 0F; + this.labelDispHoldDelay.Location = new System.Drawing.Point(203, 148); + this.labelDispHoldDelay.Name = "labelDispHoldDelay"; + this.labelDispHoldDelay.OverlapOptimize = true; + this.labelDispHoldDelay.PasswordChar = '\0'; + this.labelDispHoldDelay.Radius = 3; + this.labelDispHoldDelay.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispHoldDelay.Size = new System.Drawing.Size(100, 30); + this.labelDispHoldDelay.TabIndex = 108; + this.labelDispHoldDelay.Text = "12345.45"; + this.labelDispHoldDelay.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispHoldDelay.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispHoldDelay.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispHoldDelay.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispHoldDelay.Wordwrap = false; + this.labelDispHoldDelay.Click += new System.EventHandler(this.labelDispHoldDelay_Click); + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(47, 148); + 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(150, 30); + this.smartLabel3.TabIndex = 107; + this.smartLabel3.Text = "HOLD_DELAY"; + 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.Middle; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel3.Wordwrap = false; + // + // labelDispEmptyLevel + // + this.labelDispEmptyLevel.BackGround = null; + this.labelDispEmptyLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispEmptyLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispEmptyLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDispEmptyLevel.LineSpacing = 0F; + this.labelDispEmptyLevel.Location = new System.Drawing.Point(203, 112); + this.labelDispEmptyLevel.Name = "labelDispEmptyLevel"; + this.labelDispEmptyLevel.OverlapOptimize = true; + this.labelDispEmptyLevel.PasswordChar = '\0'; + this.labelDispEmptyLevel.Radius = 3; + this.labelDispEmptyLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispEmptyLevel.Size = new System.Drawing.Size(100, 30); + this.labelDispEmptyLevel.TabIndex = 106; + this.labelDispEmptyLevel.Text = "12345.45"; + this.labelDispEmptyLevel.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispEmptyLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispEmptyLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispEmptyLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispEmptyLevel.Wordwrap = false; + this.labelDispEmptyLevel.Click += new System.EventHandler(this.labelDispEmptyLevel_Click); + // + // smartLabel5 + // + this.smartLabel5.BackGround = null; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel5.Location = new System.Drawing.Point(47, 112); + 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(150, 30); + this.smartLabel5.TabIndex = 105; + this.smartLabel5.Text = "EMPTY_LEVEL"; + this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // labelDispMinLevel + // + this.labelDispMinLevel.BackGround = null; + this.labelDispMinLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMinLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMinLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDispMinLevel.LineSpacing = 0F; + this.labelDispMinLevel.Location = new System.Drawing.Point(203, 76); + this.labelDispMinLevel.Name = "labelDispMinLevel"; + this.labelDispMinLevel.OverlapOptimize = true; + this.labelDispMinLevel.PasswordChar = '\0'; + this.labelDispMinLevel.Radius = 3; + this.labelDispMinLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMinLevel.Size = new System.Drawing.Size(100, 30); + this.labelDispMinLevel.TabIndex = 104; + this.labelDispMinLevel.Text = "12345.45"; + this.labelDispMinLevel.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMinLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMinLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMinLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMinLevel.Wordwrap = false; + this.labelDispMinLevel.Click += new System.EventHandler(this.labelDispMinLevel_Click); + // + // smartLabel7 + // + this.smartLabel7.BackGround = null; + this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel7.Location = new System.Drawing.Point(47, 76); + 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(150, 30); + this.smartLabel7.TabIndex = 103; + this.smartLabel7.Text = "MIN_LEVEL"; + this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // labelDispStdLevel + // + this.labelDispStdLevel.BackGround = null; + this.labelDispStdLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispStdLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispStdLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDispStdLevel.LineSpacing = 0F; + this.labelDispStdLevel.Location = new System.Drawing.Point(203, 40); + this.labelDispStdLevel.Name = "labelDispStdLevel"; + this.labelDispStdLevel.OverlapOptimize = true; + this.labelDispStdLevel.PasswordChar = '\0'; + this.labelDispStdLevel.Radius = 3; + this.labelDispStdLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispStdLevel.Size = new System.Drawing.Size(100, 30); + this.labelDispStdLevel.TabIndex = 102; + this.labelDispStdLevel.Text = "12345.45"; + this.labelDispStdLevel.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispStdLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispStdLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispStdLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispStdLevel.Wordwrap = false; + this.labelDispStdLevel.Click += new System.EventHandler(this.labelDispStdLevel_Click); + // + // smartLabel9 + // + this.smartLabel9.BackGround = null; + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(47, 40); + 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(150, 30); + this.smartLabel9.TabIndex = 101; + this.smartLabel9.Text = "STD_LEVEL"; + 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.Middle; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel9.Wordwrap = false; + // + // smartGroupBox4 + // + this.smartGroupBox4.BackGround = null; + this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox4.BackImage = null; + this.smartGroupBox4.Controls.Add(this.labelDiffHoldDelay); + this.smartGroupBox4.Controls.Add(this.smartLabel4); + this.smartGroupBox4.Controls.Add(this.labelDiffLrMean); + this.smartGroupBox4.Controls.Add(this.smartLabel8); + this.smartGroupBox4.Controls.Add(this.labelDiffLrTotal); + this.smartGroupBox4.Controls.Add(this.smartLabel11); + this.smartGroupBox4.Controls.Add(this.labelDiffLrSecond); + this.smartGroupBox4.Controls.Add(this.smartLabel13); + this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox4.FrameLineThickness = 2; + this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox4.HeaderHeightOffset = 12; + this.smartGroupBox4.Location = new System.Drawing.Point(474, 231); + this.smartGroupBox4.Name = "smartGroupBox4"; + this.smartGroupBox4.RoundRadius = 5; + this.smartGroupBox4.Size = new System.Drawing.Size(390, 198); + this.smartGroupBox4.TabIndex = 114; + this.smartGroupBox4.Text = "차압센서"; + this.smartGroupBox4.TextColor = System.Drawing.Color.White; + // + // labelDiffHoldDelay + // + this.labelDiffHoldDelay.BackGround = null; + this.labelDiffHoldDelay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffHoldDelay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffHoldDelay.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDiffHoldDelay.LineSpacing = 0F; + this.labelDiffHoldDelay.Location = new System.Drawing.Point(203, 148); + this.labelDiffHoldDelay.Name = "labelDiffHoldDelay"; + this.labelDiffHoldDelay.OverlapOptimize = true; + this.labelDiffHoldDelay.PasswordChar = '\0'; + this.labelDiffHoldDelay.Radius = 3; + this.labelDiffHoldDelay.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffHoldDelay.Size = new System.Drawing.Size(100, 30); + this.labelDiffHoldDelay.TabIndex = 108; + this.labelDiffHoldDelay.Text = "12345.45"; + this.labelDiffHoldDelay.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffHoldDelay.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffHoldDelay.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffHoldDelay.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffHoldDelay.Wordwrap = false; + this.labelDiffHoldDelay.Click += new System.EventHandler(this.labelDiffHoldDelay_Click); + // + // smartLabel4 + // + this.smartLabel4.BackGround = null; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(47, 148); + 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(150, 30); + this.smartLabel4.TabIndex = 107; + this.smartLabel4.Text = "HOLD_DELAY"; + this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // labelDiffLrMean + // + this.labelDiffLrMean.BackGround = null; + this.labelDiffLrMean.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffLrMean.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrMean.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDiffLrMean.LineSpacing = 0F; + this.labelDiffLrMean.Location = new System.Drawing.Point(203, 112); + this.labelDiffLrMean.Name = "labelDiffLrMean"; + this.labelDiffLrMean.OverlapOptimize = true; + this.labelDiffLrMean.PasswordChar = '\0'; + this.labelDiffLrMean.Radius = 3; + this.labelDiffLrMean.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffLrMean.Size = new System.Drawing.Size(100, 30); + this.labelDiffLrMean.TabIndex = 106; + this.labelDiffLrMean.Text = "12345.45"; + this.labelDiffLrMean.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrMean.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffLrMean.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffLrMean.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffLrMean.Wordwrap = false; + this.labelDiffLrMean.Click += new System.EventHandler(this.labelDiffLrMean_Click); + // + // smartLabel8 + // + this.smartLabel8.BackGround = null; + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(47, 112); + 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(150, 30); + this.smartLabel8.TabIndex = 105; + this.smartLabel8.Text = "LR_MEAN"; + 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.Middle; + this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel8.Wordwrap = false; + // + // labelDiffLrTotal + // + this.labelDiffLrTotal.BackGround = null; + this.labelDiffLrTotal.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffLrTotal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrTotal.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDiffLrTotal.LineSpacing = 0F; + this.labelDiffLrTotal.Location = new System.Drawing.Point(203, 76); + this.labelDiffLrTotal.Name = "labelDiffLrTotal"; + this.labelDiffLrTotal.OverlapOptimize = true; + this.labelDiffLrTotal.PasswordChar = '\0'; + this.labelDiffLrTotal.Radius = 3; + this.labelDiffLrTotal.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffLrTotal.Size = new System.Drawing.Size(100, 30); + this.labelDiffLrTotal.TabIndex = 104; + this.labelDiffLrTotal.Text = "12345.45"; + this.labelDiffLrTotal.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrTotal.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffLrTotal.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffLrTotal.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffLrTotal.Wordwrap = false; + this.labelDiffLrTotal.Click += new System.EventHandler(this.labelDiffLrTotal_Click); + // + // smartLabel11 + // + this.smartLabel11.BackGround = null; + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel11.Location = new System.Drawing.Point(47, 76); + 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(150, 30); + this.smartLabel11.TabIndex = 103; + this.smartLabel11.Text = "LR_TOTAL"; + this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // labelDiffLrSecond + // + this.labelDiffLrSecond.BackGround = null; + this.labelDiffLrSecond.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffLrSecond.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrSecond.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelDiffLrSecond.LineSpacing = 0F; + this.labelDiffLrSecond.Location = new System.Drawing.Point(203, 40); + this.labelDiffLrSecond.Name = "labelDiffLrSecond"; + this.labelDiffLrSecond.OverlapOptimize = true; + this.labelDiffLrSecond.PasswordChar = '\0'; + this.labelDiffLrSecond.Radius = 3; + this.labelDiffLrSecond.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffLrSecond.Size = new System.Drawing.Size(100, 30); + this.labelDiffLrSecond.TabIndex = 102; + this.labelDiffLrSecond.Text = "12345.45"; + this.labelDiffLrSecond.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffLrSecond.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffLrSecond.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffLrSecond.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffLrSecond.Wordwrap = false; + this.labelDiffLrSecond.Click += new System.EventHandler(this.labelDiffLrSecond_Click); + // + // smartLabel13 + // + this.smartLabel13.BackGround = null; + this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(47, 40); + 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(150, 30); + this.smartLabel13.TabIndex = 101; + this.smartLabel13.Text = "LR_SECOND"; + 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.Middle; + this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel13.Wordwrap = false; + // + // labelPressureLevel + // + this.labelPressureLevel.BackGround = null; + this.labelPressureLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelPressureLevel.LineSpacing = 0F; + this.labelPressureLevel.Location = new System.Drawing.Point(271, 123); + this.labelPressureLevel.Name = "labelPressureLevel"; + this.labelPressureLevel.OverlapOptimize = true; + this.labelPressureLevel.PasswordChar = '\0'; + this.labelPressureLevel.Radius = 3; + this.labelPressureLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureLevel.Size = new System.Drawing.Size(100, 30); + this.labelPressureLevel.TabIndex = 104; + this.labelPressureLevel.Text = "12345.45"; + this.labelPressureLevel.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureLevel.Wordwrap = false; + this.labelPressureLevel.Click += new System.EventHandler(this.labelPressureLevel_Click); + // + // smartLabel15 + // + this.smartLabel15.BackGround = null; + this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(115, 123); + 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(150, 30); + this.smartLabel15.TabIndex = 103; + this.smartLabel15.Text = "Pressure Level"; + 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.Middle; + this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel15.Wordwrap = false; + // + // labelNumber + // + this.labelNumber.BackGround = null; + this.labelNumber.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelNumber.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelNumber.LineSpacing = 0F; + this.labelNumber.Location = new System.Drawing.Point(271, 74); + this.labelNumber.Name = "labelNumber"; + this.labelNumber.OverlapOptimize = true; + this.labelNumber.PasswordChar = '\0'; + this.labelNumber.Radius = 3; + this.labelNumber.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelNumber.Size = new System.Drawing.Size(100, 30); + this.labelNumber.TabIndex = 102; + this.labelNumber.Text = "12345.45"; + this.labelNumber.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelNumber.TextColorDisable = System.Drawing.Color.Gray; + this.labelNumber.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelNumber.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelNumber.Wordwrap = false; + this.labelNumber.Click += new System.EventHandler(this.labelNumber_Click); + // + // smartLabel17 + // + this.smartLabel17.BackGround = null; + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel17.LineSpacing = 0F; + this.smartLabel17.Location = new System.Drawing.Point(115, 74); + this.smartLabel17.Name = "smartLabel17"; + this.smartLabel17.OverlapOptimize = true; + this.smartLabel17.PasswordChar = '\0'; + this.smartLabel17.Radius = 3; + this.smartLabel17.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel17.Size = new System.Drawing.Size(150, 30); + this.smartLabel17.TabIndex = 101; + this.smartLabel17.Text = "NUMBER"; + this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel17.Wordwrap = false; + // + // smartGroupBox2 + // + this.smartGroupBox2.BackGround = null; + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox2.BackImage = null; + this.smartGroupBox2.Controls.Add(this.labelDispHoldDelay); + this.smartGroupBox2.Controls.Add(this.smartLabel3); + this.smartGroupBox2.Controls.Add(this.labelDispEmptyLevel); + this.smartGroupBox2.Controls.Add(this.smartLabel5); + this.smartGroupBox2.Controls.Add(this.labelDispMinLevel); + this.smartGroupBox2.Controls.Add(this.smartLabel7); + this.smartGroupBox2.Controls.Add(this.labelDispStdLevel); + this.smartGroupBox2.Controls.Add(this.smartLabel9); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineThickness = 2; + this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox2.HeaderHeightOffset = 12; + this.smartGroupBox2.Location = new System.Drawing.Point(68, 231); + this.smartGroupBox2.Name = "smartGroupBox2"; + this.smartGroupBox2.RoundRadius = 5; + this.smartGroupBox2.Size = new System.Drawing.Size(390, 198); + this.smartGroupBox2.TabIndex = 113; + this.smartGroupBox2.Text = "변위센서"; + this.smartGroupBox2.TextColor = System.Drawing.Color.White; + // // ControlMenuRecipeSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -56,6 +806,10 @@ this.Controls.Add(this.smartGroupBox1); this.Name = "ControlMenuRecipeSetting"; this.Size = new System.Drawing.Size(909, 664); + this.smartGroupBox1.ResumeLayout(false); + this.smartGroupBox3.ResumeLayout(false); + this.smartGroupBox4.ResumeLayout(false); + this.smartGroupBox2.ResumeLayout(false); this.ResumeLayout(false); } @@ -63,5 +817,36 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; + private SmartX.SmartGroupBox smartGroupBox3; + private SmartX.SmartLabel labelVacuumBlowoff; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel labelVacuumHold2; + private SmartX.SmartLabel smartLabel26; + private SmartX.SmartLabel labelVacuumHold1; + private SmartX.SmartLabel smartLabel24; + private SmartX.SmartLabel labelVacuumRelief; + private SmartX.SmartLabel smartLabel22; + private SmartX.SmartLabel labelDispHoldDelay; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel labelDispEmptyLevel; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel labelDispMinLevel; + private SmartX.SmartLabel smartLabel7; + private SmartX.SmartLabel labelDispStdLevel; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartGroupBox smartGroupBox4; + private SmartX.SmartLabel labelDiffHoldDelay; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel labelDiffLrMean; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel labelDiffLrTotal; + private SmartX.SmartLabel smartLabel11; + private SmartX.SmartLabel labelDiffLrSecond; + private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel labelPressureLevel; + private SmartX.SmartLabel smartLabel15; + private SmartX.SmartLabel labelNumber; + private SmartX.SmartLabel smartLabel17; + private SmartX.SmartGroupBox smartGroupBox2; } } diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs index c1e943c..5d04acb 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs @@ -8,6 +8,8 @@ using System.Text; using System.Windows.Forms; using INT_PT002.Forms; +using INT_PT002.DataStore; +using INT_PT002.DialogForms; namespace INT_PT002.Controls { @@ -15,6 +17,7 @@ namespace INT_PT002.Controls { #region Field private FormMenu m_ParentForm; + private Recipe SelectedRecipe; #endregion #region Constructor @@ -39,16 +42,297 @@ namespace INT_PT002.Controls private void Initialize() { this.smartGroupBox1.Text = "Recipe > Setting"; + this.SelectedRecipe = new Recipe(); + } + + private void UpdateDisplayContnrolData(Recipe item) + { + string value = ""; + + // Number + value = item.NUMBER.ToString(); + if (this.labelNumber.Text != value) + this.labelNumber.Text = value; + // Pressure Level + value = item.VACUUM_GUAGE_LEVEL; + if (this.labelPressureLevel.Text != value) + this.labelPressureLevel.Text = value; + + // Displacement Sensor + // STD_Level + value = item.DISP_JUDG_STD_LEVEL; + if (this.labelDispStdLevel.Text != value) + this.labelDispStdLevel.Text = value; + // Min_Level + value = item.DISP_JUDG_MIN_LEVEL; + if (this.labelDispMinLevel.Text != value) + this.labelDispMinLevel.Text = value; + // Empty_Level + value = item.DISP_JUDG_EMPTY_LEVEL; + if (this.labelDispEmptyLevel.Text != value) + this.labelDispEmptyLevel.Text = value; + // Hold_Delay + value = item.DISP_HOLD_DELAY_MSEC.ToString(); + if (this.labelDispHoldDelay.Text != value) + this.labelDispHoldDelay.Text = value; + + // Differential Pressure Sensor + // LR_Second + value = item.DIFF_LR_SECOND; + if (this.labelDiffLrSecond.Text != value) + this.labelDiffLrSecond.Text = value; + // LR_Total + value = item.DIFF_LR_TOTAL; + if (this.labelDiffLrTotal.Text != value) + this.labelDiffLrTotal.Text = value; + // LR_Mean + value = item.DIFF_LR_MEAN; + if (this.labelDiffLrMean.Text != value) + this.labelDiffLrMean.Text = value; + // Hold_Delay + value = item.DIFF_HOLD_DELAY_MSEC.ToString(); + if (this.labelDiffHoldDelay.Text != value) + this.labelDiffHoldDelay.Text = value; + } + + public void UpdateDisplayRecipeData(Recipe item) + { + this.SelectedRecipe.NUMBER = item.NUMBER; + this.SelectedRecipe.NAME = item.NAME; + this.SelectedRecipe.LOT = item.LOT; + + this.SelectedRecipe.DISP_JUDG_STD_LEVEL = item.DISP_JUDG_STD_LEVEL; + this.SelectedRecipe.DISP_JUDG_MIN_LEVEL = item.DISP_JUDG_MIN_LEVEL; + this.SelectedRecipe.DISP_JUDG_EMPTY_LEVEL = item.DISP_JUDG_EMPTY_LEVEL; + this.SelectedRecipe.DISP_HOLD_DELAY_MSEC = item.DISP_HOLD_DELAY_MSEC; + + this.SelectedRecipe.DIFF_LR_SECOND = item.DIFF_LR_SECOND; + this.SelectedRecipe.DIFF_LR_TOTAL = item.DIFF_LR_TOTAL; + this.SelectedRecipe.DIFF_LR_MEAN = item.DIFF_LR_MEAN; + this.SelectedRecipe.DIFF_HOLD_DELAY_MSEC = item.DIFF_HOLD_DELAY_MSEC; + + this.SelectedRecipe.VACUUM_RELIEF = item.VACUUM_RELIEF; + this.SelectedRecipe.VACUUM_HOLD1 = item.VACUUM_HOLD1; + this.SelectedRecipe.VACUUM_HOLD2 = item.VACUUM_HOLD2; + this.SelectedRecipe.VACUUM_BLOWOFF = item.VACUUM_BLOWOFF; + this.SelectedRecipe.VACUUM_GUAGE_LEVEL = item.VACUUM_GUAGE_LEVEL; + + this.UpdateDisplayContnrolData(this.SelectedRecipe); } public void DisplayRefresh() { - + this.UpdateDisplayRecipeData(this.ParentForm.ParentForm.CurrentRecipe); } #endregion #region Event Handler + private void labelNumber_Click(object sender, EventArgs e) + { + } + private void labelPressureLevel_Click(object sender, EventArgs e) + { + + } + + // 밸브 + private void labelVacuumRelief_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel22.Text, this.labelVacuumRelief.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelVacuumRelief.Text = myKeypad.StringValue; + this.SelectedRecipe.VACUUM_RELIEF = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5504_VacuumRelief, value); + } + } + private void labelVacuumHold1_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel24.Text, this.labelVacuumHold1.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelVacuumHold1.Text = myKeypad.StringValue; + this.SelectedRecipe.VACUUM_HOLD1 = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5505_VacuumHold1, value); + } + } + private void labelVacuumHold2_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel26.Text, this.labelVacuumHold2.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelVacuumHold2.Text = myKeypad.StringValue; + this.SelectedRecipe.VACUUM_HOLD2 = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5506_VacuumHold2, value); + } + } + private void labelVacuumBlowoff_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel2.Text, this.labelVacuumBlowoff.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelVacuumBlowoff.Text = myKeypad.StringValue; + this.SelectedRecipe.VACUUM_BLOWOFF = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5507_VacuumBlowoff, value); + } + } + + // 변위센서 + private void labelDispStdLevel_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel9.Text, this.labelDispStdLevel.Text, 6, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDispStdLevel.Text = myKeypad.StringValue; + this.SelectedRecipe.DISP_JUDG_STD_LEVEL = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits6(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5509_DispStdLevel, value); + } + } + private void labelDispMinLevel_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel7.Text, this.labelDispMinLevel.Text, 6, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDispMinLevel.Text = myKeypad.StringValue; + this.SelectedRecipe.DISP_JUDG_MIN_LEVEL = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits6(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5510_DispMinLevel, value); + } + } + private void labelDispEmptyLevel_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel5.Text, this.labelDispEmptyLevel.Text, 6, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDispEmptyLevel.Text = myKeypad.StringValue; + this.SelectedRecipe.DISP_JUDG_EMPTY_LEVEL = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits6(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5511_DispEmptyLevel, value); + } + } + private void labelDispHoldDelay_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel3.Text, this.labelDispHoldDelay.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDispHoldDelay.Text = myKeypad.StringValue; + this.SelectedRecipe.DISP_HOLD_DELAY_MSEC = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5512_DispHoldDelay, value); + } + } + + // 차압센서 + private void labelDiffLrSecond_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel13.Text, this.labelDiffLrSecond.Text, 8, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDiffLrSecond.Text = myKeypad.StringValue; + this.SelectedRecipe.DIFF_LR_SECOND = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits8(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5513_DiffLrSecond, value); + } + } + private void labelDiffLrTotal_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelDiffLrTotal.Text, 8, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDiffLrTotal.Text = myKeypad.StringValue; + this.SelectedRecipe.DIFF_LR_TOTAL = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits8(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5514_DiffLrTotal, value); + } + } + private void labelDiffLrMean_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel8.Text, this.labelDiffLrMean.Text, 8, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDiffLrMean.Text = myKeypad.StringValue; + this.SelectedRecipe.DIFF_LR_MEAN = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits8(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5515_DiffLrMean, value); + } + } + private void labelDiffHoldDelay_Click(object sender, EventArgs e) + { + string value = ""; + + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel4.Text, this.labelDiffHoldDelay.Text, 4, 0, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelDiffHoldDelay.Text = myKeypad.StringValue; + this.SelectedRecipe.DIFF_HOLD_DELAY_MSEC = myKeypad.IntValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits4(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5516_DiffHoldDelay, value); + } + } #endregion } } diff --git a/INT_PT002/DataStore/Communication.cs b/INT_PT002/DataStore/Communication.cs index e2b3fd7..7993402 100644 --- a/INT_PT002/DataStore/Communication.cs +++ b/INT_PT002/DataStore/Communication.cs @@ -70,15 +70,38 @@ namespace INT_PT002.DataStore // 메인보드 버전 읽기 public static readonly string _1502_ProgramVersion = "1502"; + // 품번 + public static readonly string _2001_ProductNumber = "2001"; + // 상한 설정값 public static readonly string _2301_OverRange = "2301"; // 진공시간 - public static readonly string _5504_VacuumStartTime = "5504"; - // 진공유지시간 - public static readonly string _5505_VacuumHoldTime = "5505"; + public static readonly string _5504_VacuumRelief = "5504"; + // 진공유지시간1 + public static readonly string _5505_VacuumHold1 = "5505"; + // 진공유지시간2 + public static readonly string _5506_VacuumHold2 = "5506"; // 진공파기시간 - public static readonly string _5506_VacuumBreakTime = "5506"; + public static readonly string _5507_VacuumBlowoff = "5507"; + // 동작 지연시간 + public static readonly string _5508_CuttingWait = "5508"; + // 변위센서 - std level + public static readonly string _5509_DispStdLevel = "5509"; + // 변위센서 - min level + public static readonly string _5510_DispMinLevel = "5510"; + // 변위센서 - empty level + public static readonly string _5511_DispEmptyLevel = "5511"; + // 변위센서 - delay + public static readonly string _5512_DispHoldDelay = "5512"; + // 차압센서 - lr second + public static readonly string _5513_DiffLrSecond = "5513"; + // 차압센서 - lr total + public static readonly string _5514_DiffLrTotal = "5514"; + // 차압센서 - lr mean + public static readonly string _5515_DiffLrMean = "5515"; + // 차압센서 - delay + public static readonly string _5516_DiffHoldDelay = "5516"; // 통신,IO설정 - INPUT ALL public static readonly string _7500_InputAll = "7500"; @@ -115,7 +138,9 @@ namespace INT_PT002.DataStore // 통신,IO설정 = OUTPUT16 public static readonly string _7716_Output16 = "7716"; - // 파라미터 모두 쓰기 + // 시스템 파라미터 모두 쓰기 public static readonly string _9039_ParameterAll = "9039"; + // Recipe 파라미터 모두 쓰기 + public static readonly string _9043_RecipeParameter = "9043"; } } diff --git a/INT_PT002/DataStore/Define.cs b/INT_PT002/DataStore/Define.cs index 5a37b74..41d4f54 100644 --- a/INT_PT002/DataStore/Define.cs +++ b/INT_PT002/DataStore/Define.cs @@ -63,7 +63,7 @@ namespace INT_PT002.DataStore _4_Update, }; - public enum E_ProgressStatus + public enum E_ProcessStatus { None = 0, Initial, diff --git a/INT_PT002/DataStore/DispData.cs b/INT_PT002/DataStore/DispData.cs index 0447201..0508642 100644 --- a/INT_PT002/DataStore/DispData.cs +++ b/INT_PT002/DataStore/DispData.cs @@ -15,7 +15,6 @@ namespace INT_PT002.DataStore private string m_MData; private string m_MDataDiff; private string m_STD; - #endregion #region Constructor diff --git a/INT_PT002/DataStore/LeakData.cs b/INT_PT002/DataStore/LeakData.cs index d4c68ae..2d1ac0a 100644 --- a/INT_PT002/DataStore/LeakData.cs +++ b/INT_PT002/DataStore/LeakData.cs @@ -9,9 +9,9 @@ namespace INT_PT002.DataStore public class LeakData { #region Field - private Define.E_ProgressStatus m_ProgressStatus; - private Define.E_JudgmentStatus m_JudgmentStatus; + private Define.E_ProcessStatus m_ProcessStatus; + private Collection m_CollJudgment; private Collection m_CollDispData; private Collection m_CollDiffData; @@ -25,22 +25,26 @@ namespace INT_PT002.DataStore #endregion #region Property - public Define.E_ProgressStatus ProgressStatus + public Define.E_ProcessStatus ProcessStatus { - get { return this.m_ProgressStatus; } - set { this.m_ProgressStatus = value; } - } - public Define.E_JudgmentStatus JudgmentStatus - { - get { return this.m_JudgmentStatus; } - set { this.m_JudgmentStatus = value; } + get { return this.m_ProcessStatus; } + set { this.m_ProcessStatus = value; } } + public Collection CollJudgment + { + get { return this.m_CollJudgment; } + set { this.m_CollJudgment = value; } + } + // 변위센서 데이터 public Collection CollDispData { get { return this.m_CollDispData; } set { this.m_CollDispData = value; } } + /// + /// 차압센서 데이터 + /// public Collection CollDiffData { get { return this.m_CollDiffData; } @@ -51,14 +55,15 @@ namespace INT_PT002.DataStore #region Method private void Initialize(int column) { - this.ProgressStatus = Define.E_ProgressStatus.None; - this.JudgmentStatus = Define.E_JudgmentStatus.None; + this.ProcessStatus = Define.E_ProcessStatus.None; + this.CollJudgment = new Collection(); this.CollDispData = new Collection(); this.CollDiffData = new Collection(); for (int i = 0; i < column; i++) { + this.CollJudgment.Add(Define.E_JudgmentStatus.None); this.CollDispData.Add(new DispData()); this.CollDiffData.Add(new DiffData()); } diff --git a/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs b/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs index 5936a65..4475369 100644 --- a/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs +++ b/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs @@ -42,7 +42,7 @@ this.buttonNumber7 = new System.Windows.Forms.Button(); this.buttonNumber4 = new System.Windows.Forms.Button(); this.buttonNumber1 = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); + this.labelCaption = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelScreen @@ -58,7 +58,7 @@ // buttonEnter // this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonEnter.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonEnter.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonEnter.ForeColor = System.Drawing.Color.White; this.buttonEnter.Location = new System.Drawing.Point(13, 382); this.buttonEnter.Name = "buttonEnter"; @@ -71,7 +71,7 @@ // buttonCancel // this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonCancel.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonCancel.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonCancel.ForeColor = System.Drawing.Color.White; this.buttonCancel.Location = new System.Drawing.Point(165, 306); this.buttonCancel.Name = "buttonCancel"; @@ -84,7 +84,7 @@ // buttonNumber9 // this.buttonNumber9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber9.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber9.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber9.ForeColor = System.Drawing.Color.White; this.buttonNumber9.Location = new System.Drawing.Point(165, 230); this.buttonNumber9.Name = "buttonNumber9"; @@ -97,7 +97,7 @@ // buttonNumber6 // this.buttonNumber6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber6.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber6.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber6.ForeColor = System.Drawing.Color.White; this.buttonNumber6.Location = new System.Drawing.Point(165, 154); this.buttonNumber6.Name = "buttonNumber6"; @@ -110,7 +110,7 @@ // buttonNumber3 // this.buttonNumber3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber3.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber3.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber3.ForeColor = System.Drawing.Color.White; this.buttonNumber3.Location = new System.Drawing.Point(165, 78); this.buttonNumber3.Name = "buttonNumber3"; @@ -123,7 +123,7 @@ // buttonNumber0 // this.buttonNumber0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber0.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber0.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber0.ForeColor = System.Drawing.Color.White; this.buttonNumber0.Location = new System.Drawing.Point(89, 306); this.buttonNumber0.Name = "buttonNumber0"; @@ -136,7 +136,7 @@ // buttonNumber8 // this.buttonNumber8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber8.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber8.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber8.ForeColor = System.Drawing.Color.White; this.buttonNumber8.Location = new System.Drawing.Point(89, 230); this.buttonNumber8.Name = "buttonNumber8"; @@ -149,7 +149,7 @@ // buttonNumber5 // this.buttonNumber5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber5.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber5.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber5.ForeColor = System.Drawing.Color.White; this.buttonNumber5.Location = new System.Drawing.Point(89, 154); this.buttonNumber5.Name = "buttonNumber5"; @@ -162,7 +162,7 @@ // buttonNumber2 // this.buttonNumber2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber2.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber2.ForeColor = System.Drawing.Color.White; this.buttonNumber2.Location = new System.Drawing.Point(89, 78); this.buttonNumber2.Name = "buttonNumber2"; @@ -175,7 +175,7 @@ // buttonSign // this.buttonSign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonSign.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonSign.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonSign.ForeColor = System.Drawing.Color.White; this.buttonSign.Location = new System.Drawing.Point(13, 306); this.buttonSign.Name = "buttonSign"; @@ -188,7 +188,7 @@ // buttonNumber7 // this.buttonNumber7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber7.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber7.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber7.ForeColor = System.Drawing.Color.White; this.buttonNumber7.Location = new System.Drawing.Point(13, 230); this.buttonNumber7.Name = "buttonNumber7"; @@ -201,7 +201,7 @@ // buttonNumber4 // this.buttonNumber4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber4.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber4.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber4.ForeColor = System.Drawing.Color.White; this.buttonNumber4.Location = new System.Drawing.Point(13, 154); this.buttonNumber4.Name = "buttonNumber4"; @@ -214,7 +214,7 @@ // buttonNumber1 // this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - this.buttonNumber1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); + this.buttonNumber1.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.buttonNumber1.ForeColor = System.Drawing.Color.White; this.buttonNumber1.Location = new System.Drawing.Point(13, 78); this.buttonNumber1.Name = "buttonNumber1"; @@ -224,13 +224,13 @@ this.buttonNumber1.Text = "1"; this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click); // - // label1 + // labelCaption // - this.label1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.label1.Location = new System.Drawing.Point(3, 3); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(100, 20); - this.label1.Text = "keypad"; + this.labelCaption.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelCaption.Location = new System.Drawing.Point(3, 3); + this.labelCaption.Name = "labelCaption"; + this.labelCaption.Size = new System.Drawing.Size(237, 20); + this.labelCaption.Text = "keypad"; // // DialogFormNumKeyPad // @@ -253,7 +253,7 @@ this.Controls.Add(this.buttonNumber7); this.Controls.Add(this.buttonNumber4); this.Controls.Add(this.buttonNumber1); - this.Controls.Add(this.label1); + this.Controls.Add(this.labelCaption); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormNumKeyPad"; this.Text = "DialogFormNumKeyPad1"; @@ -277,6 +277,6 @@ private System.Windows.Forms.Button buttonNumber7; private System.Windows.Forms.Button buttonNumber4; private System.Windows.Forms.Button buttonNumber1; - private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label labelCaption; } } \ No newline at end of file diff --git a/INT_PT002/DialogForms/DialogFormNumKeyPad.cs b/INT_PT002/DialogForms/DialogFormNumKeyPad.cs index be712cb..e0be26f 100644 --- a/INT_PT002/DialogForms/DialogFormNumKeyPad.cs +++ b/INT_PT002/DialogForms/DialogFormNumKeyPad.cs @@ -22,12 +22,13 @@ namespace INT_PT002.DialogForms #endregion #region Constructor - public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable) + public DialogFormNumKeyPad(string caption, string value, int dig, int decimalPlaces, bool isSignEnable) { InitializeComponent(); this.sbInputValue = new StringBuilder(); + this.labelCaption.Text = caption; this.Digit = dig; this.DecimalPlaces = decimalPlaces; this.labelScreen.Text = value; diff --git a/INT_PT002/Forms/FormConfiguration.cs b/INT_PT002/Forms/FormConfiguration.cs index 07b3a55..185f165 100644 --- a/INT_PT002/Forms/FormConfiguration.cs +++ b/INT_PT002/Forms/FormConfiguration.cs @@ -131,7 +131,7 @@ namespace INT_PT002.Forms //} private void labelChart1DrawStep_Click(object sender, EventArgs e) { - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelChart1DrawStep.Text, 2, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart1DrawStep.Text, 2, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -146,7 +146,7 @@ namespace INT_PT002.Forms } private void labelChart2DrawStep_Click(object sender, EventArgs e) { - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelChart2DrawStep.Text, 2, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart2DrawStep.Text, 2, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { diff --git a/INT_PT002/Forms/FormMain.cs b/INT_PT002/Forms/FormMain.cs index 80c1b27..1bd75e1 100644 --- a/INT_PT002/Forms/FormMain.cs +++ b/INT_PT002/Forms/FormMain.cs @@ -21,6 +21,7 @@ namespace INT_PT002.Forms public int DecimalPlaces3; public int DecimalPlaces4; private int CommunicationCheckCount; + public int EquipmentColumn; // 파일 위치 private string m_PathLaunchFolder; @@ -37,7 +38,7 @@ namespace INT_PT002.Forms public Recipe CurrentRecipe; // Leak Data - private Collection CollectionLeakDatas; + private LeakData CurrentLeakData; public FormMainDisplay1 ChildFormMainDisplay; public FormMenu ChildFormMenu; @@ -81,6 +82,7 @@ namespace INT_PT002.Forms this.DecimalPlaces3 = 3; this.DecimalPlaces4 = 4; this.CommunicationCheckCount = 0; + this.EquipmentColumn = 10; this.EquipmentStatus = Define.E_EquipmentStatus.Stop; @@ -91,9 +93,7 @@ namespace INT_PT002.Forms this.SystemConfig = new SystemConfiguration(); this.CurrentRecipe = new Recipe(); - //this.CollectionLeakDatas = new Collection(); - //for (int i = 0; i < 10; i++) - // this.CollectionLeakDatas.Add(new LeakData()); + this.CurrentLeakData = new LeakData(this.EquipmentColumn); // SystemFile 폴더 생성 if (Directory.Exists(this.PathSystemFileFolder) == false) @@ -113,7 +113,7 @@ namespace INT_PT002.Forms this.smartForm1.AddChildForm(this.ChildFormMainDisplay); this.smartForm1.AddChildForm(this.ChildFormMenu); } - private void TransferSystemParameter() + private void TransferSystemParameter9039() { StringBuilder sb = new StringBuilder(); @@ -128,6 +128,33 @@ namespace INT_PT002.Forms this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._9039_ParameterAll, sb.ToString()); } + public void TransferRecipeParameter9043(int number) + { + StringBuilder sb = new StringBuilder(); + Recipe item = new Recipe(); + + this.LoadRecipeFile(ref item, number - 1); + + sb.Append(Helper.StringBlankFillDigits4(item.NUMBER.ToString())); + sb.Append(Helper.StringBlankFillDigits4(item.VACUUM_RELIEF.ToString())); + sb.Append(Helper.StringBlankFillDigits4(item.VACUUM_HOLD1.ToString())); + sb.Append(Helper.StringBlankFillDigits4(item.VACUUM_HOLD2.ToString())); + sb.Append(Helper.StringBlankFillDigits4(item.VACUUM_BLOWOFF.ToString())); + + sb.Append(Helper.StringBlankFillDigits6(item.DISP_JUDG_STD_LEVEL)); + sb.Append(Helper.StringBlankFillDigits6(item.DISP_JUDG_MIN_LEVEL)); + sb.Append(Helper.StringBlankFillDigits6(item.DISP_JUDG_EMPTY_LEVEL)); + sb.Append(Helper.StringBlankFillDigits4(item.DISP_HOLD_DELAY_MSEC.ToString())); + + sb.Append(Helper.StringBlankFillDigits8(item.DIFF_LR_SECOND)); + sb.Append(Helper.StringBlankFillDigits8(item.DIFF_LR_TOTAL)); + sb.Append(Helper.StringBlankFillDigits8(item.DIFF_LR_MEAN)); + sb.Append(Helper.StringBlankFillDigits4(item.DIFF_HOLD_DELAY_MSEC.ToString())); + + sb.Append(Helper.StringBlankFillDigits6(item.VACUUM_GUAGE_LEVEL)); + + this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._9043_RecipeParameter, sb.ToString()); + } public void FormChange(int index) { @@ -276,7 +303,7 @@ namespace INT_PT002.Forms structItem.VACUUM_BLOWOFF = this.CurrentRecipe.VACUUM_BLOWOFF; structItem.VACUUM_GUAGE_LEVEL = this.CurrentRecipe.VACUUM_GUAGE_LEVEL; - this.smartFileIO.StructType.WriteBuffer(structItem, i, SmartFile.WriteMode.Overwrite); + this.smartFileIO.StructType.WriteBuffer(structItem, i, SmartFile.WriteMode.Append); } this.smartFileIO.StructType.WriteBufferSave(); } @@ -382,8 +409,8 @@ namespace INT_PT002.Forms #region Test 용 통신 로그 fullPath = this.PathDataBackupFolder + "Communicationlog.txt"; this.smartFileCommunicationLog.FilePathName = fullPath; - //this.smartFileCommunicationLog.Open(); - //this.IsCommunicationLogOpen = true; + this.smartFileCommunicationLog.Open(); + this.IsCommunicationLogOpen = true; #endregion } public void CloseSmartUartLink() @@ -684,7 +711,7 @@ namespace INT_PT002.Forms this.EquipmentStatus = Define.E_EquipmentStatus.Stop; this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus); - this.TransferSystemParameter(); + this.TransferSystemParameter9039(); break; case "CBS": this.EquipmentStatus = DataStore.Define.E_EquipmentStatus.Start; @@ -781,12 +808,24 @@ namespace INT_PT002.Forms switch (cmd) { - case "SN0": - if ((ret = this.ReceiveCommandSN0(lane, receiveData)) != 0) + case "SLA": + if ((ret = this.ReceiveCommandSLA(lane, receiveData)) != 0) return ret; break; - case "SR0": - if ((ret = this.ReceiveCommandSR0(lane, receiveData)) != 0) + case "SLB": + if ((ret = this.ReceiveCommandSLB(lane, receiveData)) != 0) + return ret; + break; + case "SLC": + if ((ret = this.ReceiveCommandSLC(lane, receiveData)) != 0) + return ret; + break; + case "SLD": + if ((ret = this.ReceiveCommandSLD(lane, receiveData)) != 0) + return ret; + break; + case "SLE": + if ((ret = this.ReceiveCommandSLE(lane, receiveData)) != 0) return ret; break; case "ST0": @@ -813,6 +852,19 @@ namespace INT_PT002.Forms { switch (address) { + case "2001": + #region Value Assign + iValue = int.Parse(receiveData); + if (iValue <= 0 || iValue > 1000) + return ret = -1; + + this.SystemConfig.RECIPE_NUMBER = iValue; + #endregion + + this.LoadRecipeFile(ref this.CurrentRecipe, this.SystemConfig.RECIPE_NUMBER - 1); + + this.ChildFormMenu.UpdateDisplayRecipeData(this.CurrentRecipe); + break; default: break; } @@ -835,6 +887,12 @@ namespace INT_PT002.Forms switch (address) { case "9039": + if (response == Define.E_ResponseData.ACK) + this.TransferRecipeParameter9043(this.SystemConfig.RECIPE_NUMBER); + break; + case "9043": + if (response == Define.E_ResponseData.ACK) + this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress._2001_ProductNumber, ""); break; default: break; @@ -848,42 +906,8 @@ namespace INT_PT002.Forms return ret; } - // 노멀 데이터 - private int ReceiveCommandSN0(string lane, string receiveData) - { - int ret = 0; - - try - { - switch (lane) - { - case "Z": - #region Value Assign - for (int i = 0; i < 10; i++) - { - this.CollectionLeakDatas[i].ProgressStatus = Helper.StringToProgressStatus(receiveData.Substring(i * 22, 2)); - //this.CollectionLeakDatas[i].CurrentValueSign = receiveData.Substring(i * 22 + 2, 1); - //this.CollectionLeakDatas[i].CurrentValue = int.Parse(receiveData.Substring(i * 22 + 3, 5)).ToString(); - //this.CollectionLeakDatas[i].MaxValueSign = receiveData.Substring(i * 22 + 8, 1); - //this.CollectionLeakDatas[i].MaxValue = int.Parse(receiveData.Substring(i * 22 + 9, 5)).ToString(); - //this.CollectionLeakDatas[i].StDev = receiveData.Substring(i * 22 + 14, 8); - } - #endregion - this.ChildFormMainDisplay.UpdateNomalLeakDataDisplay(this.CollectionLeakDatas); - break; - default: - break; - } - } - catch - { - ret = -1; - } - - return ret; - } // 판정 데이터 - private int ReceiveCommandSR0(string lane, string receiveData) + private int ReceiveCommandSLA(string lane, string receiveData) { int ret = 0; @@ -891,85 +915,12 @@ namespace INT_PT002.Forms { switch (lane) { - case "A": - #region Value Assign - this.CollectionLeakDatas[0].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[0].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData1Display(this.CollectionLeakDatas[0]); - break; - case "B": - #region Value Assign - this.CollectionLeakDatas[1].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[1].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData2Display(this.CollectionLeakDatas[1]); - break; - case "C": - #region Value Assign - this.CollectionLeakDatas[2].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[2].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData3Display(this.CollectionLeakDatas[2]); - break; - case "D": - #region Value Assign - this.CollectionLeakDatas[3].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[3].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData4Display(this.CollectionLeakDatas[3]); - break; - case "E": - #region Value Assign - this.CollectionLeakDatas[4].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[4].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData5Display(this.CollectionLeakDatas[4]); - break; - case "F": - #region Value Assign - this.CollectionLeakDatas[5].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[5].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData6Display(this.CollectionLeakDatas[5]); - break; - case "G": - #region Value Assign - this.CollectionLeakDatas[6].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[6].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData7Display(this.CollectionLeakDatas[6]); - break; - case "H": - #region Value Assign - this.CollectionLeakDatas[7].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[7].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData8Display(this.CollectionLeakDatas[7]); - break; - case "I": - #region Value Assign - this.CollectionLeakDatas[8].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[8].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData9Display(this.CollectionLeakDatas[8]); - break; - case "J": - #region Value Assign - this.CollectionLeakDatas[9].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2)); - //this.CollectionLeakDatas[9].ResultSD = receiveData.Substring(2, 8).Trim(); - #endregion - this.ChildFormMainDisplay.UpdateStartLeakData10Display(this.CollectionLeakDatas[9]); - break; case "Z": #region Value Assign - for (int i = 0; i < 10; i++) - { - this.CollectionLeakDatas[i].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(i * 10, 2)); - //this.CollectionLeakDatas[i].ResultSD = receiveData.Substring(i * 10 + 2, 8).Trim(); - } + for (int i = 0; i < this.EquipmentColumn; i++) + this.CurrentLeakData.CollJudgment[i] = Helper.StringToJudgmentStatus(receiveData.Substring(i * 1, 1)); #endregion - this.ChildFormMainDisplay.UpdateStartLeakDataDisplay(this.CollectionLeakDatas); + this.ChildFormMainDisplay.UpdateDisplayJudgmentData(this.CurrentLeakData); break; default: break; @@ -982,6 +933,102 @@ namespace INT_PT002.Forms return ret; } + // 진행상태 + private int ReceiveCommandSLB(string lane, string receiveData) + { + int ret = 0; + + try + { + switch (lane) + { + case "Z": + #region Value Assign + this.CurrentLeakData.ProcessStatus = Helper.StringToProcessStatus(receiveData.Substring(0, 1)); + #endregion + this.ChildFormMainDisplay.UpdateProcessStatusDisplay(this.CurrentLeakData.ProcessStatus); + break; + default: + break; + } + } + catch + { + ret = -1; + } + + return ret; + } + // 차압 센서 데이터 + private int ReceiveCommandSLC(string lane, string receiveData) + { + int ret = 0; + + try + { + switch (lane) + { + case "Z": + #region Value Assign + for (int i = 0; i < this.EquipmentColumn; i++) + { + this.CurrentLeakData.CollDiffData[i].MAdc = receiveData.Substring(i * 32, 8).Trim(); + this.CurrentLeakData.CollDiffData[i].SecBufDiff = receiveData.Substring((i * 32) + 8, 8).Trim(); + this.CurrentLeakData.CollDiffData[i].SecBufSum = receiveData.Substring((i * 32) + 16, 8).Trim(); + this.CurrentLeakData.CollDiffData[i].DiffMean = receiveData.Substring((i * 32) + 24, 8).Trim(); + } + #endregion + this.ChildFormMainDisplay.UpdateDisplayDiffData(this.CurrentLeakData.CollDiffData); + break; + default: + break; + } + } + catch + { + ret = -1; + } + + return ret; + } + // 변위 센서 데이터 + private int ReceiveCommandSLD(string lane, string receiveData) + { + int ret = 0; + + try + { + switch (lane) + { + case "Z": + #region Value Assign + for (int i = 0; i < this.EquipmentColumn; i++) + { + this.CurrentLeakData.CollDispData[i].RData = receiveData.Substring(i * 24, 6).Trim(); + this.CurrentLeakData.CollDispData[i].MData = receiveData.Substring((i * 24) + 6, 6).Trim(); + this.CurrentLeakData.CollDispData[i].MDataDiff = receiveData.Substring((i * 24) + 12, 6).Trim(); + this.CurrentLeakData.CollDispData[i].STD = receiveData.Substring((i * 24) + 18, 6).Trim(); + } + #endregion + this.ChildFormMainDisplay.UpdateDisplayDispData(this.CurrentLeakData.CollDispData); + break; + default: + break; + } + } + catch + { + ret = -1; + } + + return ret; + } + // 압력 데이터 + private int ReceiveCommandSLE(string lane, string receiveData) + { + int ret = 0; + return ret; + } // IO테스트-IN private int ReceiveCommandST0(string lane, string receiveData) { @@ -1048,7 +1095,7 @@ namespace INT_PT002.Forms this.smartForm1.Show(1); // 초기 파라미터 전송 - this.TransferSystemParameter(); + this.TransferSystemParameter9039(); // 화면 시계 표시 타이머 this.timer.Enabled = true; diff --git a/INT_PT002/Forms/FormMainDisplay1.Designer.cs b/INT_PT002/Forms/FormMainDisplay1.Designer.cs index 39e0e57..d367e14 100644 --- a/INT_PT002/Forms/FormMainDisplay1.Designer.cs +++ b/INT_PT002/Forms/FormMainDisplay1.Designer.cs @@ -43,97 +43,108 @@ this.labelTime = new SmartX.SmartLabel(); this.buttonDisplay = new SmartX.SmartButton(); this.smartGroupBox4 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine13 = new SmartX.SmartSeparatorLine(); - this.labelResult3_1 = new SmartX.SmartLabel(); - this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine(); - this.labelResultSD3 = new SmartX.SmartLabel(); - this.smartLabel24 = new SmartX.SmartLabel(); - this.labelResult3 = new SmartX.SmartLabel(); - this.smartLabel26 = new SmartX.SmartLabel(); - this.labelStDev3 = new SmartX.SmartLabel(); - this.smartLabel28 = new SmartX.SmartLabel(); - this.labelMaxValue3 = new SmartX.SmartLabel(); - this.smartLabel30 = new SmartX.SmartLabel(); - this.labelCurrentValue3 = new SmartX.SmartLabel(); - this.smartLabel32 = new SmartX.SmartLabel(); - this.smartDraw3 = new SmartX.SmartDraw(); - this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle(); - this.smartGroupBox5 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine14 = new SmartX.SmartSeparatorLine(); - this.labelResult4_1 = new SmartX.SmartLabel(); - this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine(); - this.labelResultSD4 = new SmartX.SmartLabel(); - this.smartLabel34 = new SmartX.SmartLabel(); - this.labelResult4 = new SmartX.SmartLabel(); - this.smartLabel36 = new SmartX.SmartLabel(); - this.labelStDev4 = new SmartX.SmartLabel(); - this.smartLabel38 = new SmartX.SmartLabel(); - this.labelMaxValue4 = new SmartX.SmartLabel(); - this.smartLabel40 = new SmartX.SmartLabel(); - this.labelCurrentValue4 = new SmartX.SmartLabel(); - this.smartLabel42 = new SmartX.SmartLabel(); - this.smartDraw4 = new SmartX.SmartDraw(); + this.labelPressureWork3 = new SmartX.SmartLabel(); + this.labelDiffMadc3 = new SmartX.SmartLabel(); + this.smartLabel23 = new SmartX.SmartLabel(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.labelPressureWork1 = new SmartX.SmartLabel(); + this.labelDiffMadc1 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartSeparatorLine21 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine11 = new SmartX.SmartSeparatorLine(); - this.labelResult1_1 = new SmartX.SmartLabel(); - this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); - this.labelResultSD1 = new SmartX.SmartLabel(); - this.smartLabel10 = new SmartX.SmartLabel(); this.labelResult1 = new SmartX.SmartLabel(); + this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster1 = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); this.smartLabel12 = new SmartX.SmartLabel(); - this.labelStDev1 = new SmartX.SmartLabel(); + this.labelDiffSecDiff1 = new SmartX.SmartLabel(); this.smartLabel8 = new SmartX.SmartLabel(); - this.labelMaxValue1 = new SmartX.SmartLabel(); + this.labelDispMData1 = new SmartX.SmartLabel(); this.smartLabel6 = new SmartX.SmartLabel(); this.smartLabel61 = new SmartX.SmartLabel(); - this.labelCurrentValue1 = new SmartX.SmartLabel(); + this.labelDispRData1 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); - this.smartDraw1 = new SmartX.SmartDraw(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine12 = new SmartX.SmartSeparatorLine(); - this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine(); - this.labelResult2_1 = new SmartX.SmartLabel(); - this.labelResultSD2 = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); - this.labelResult2 = new SmartX.SmartLabel(); - this.smartLabel16 = new SmartX.SmartLabel(); - this.labelStDev2 = new SmartX.SmartLabel(); - this.smartLabel18 = new SmartX.SmartLabel(); - this.labelMaxValue2 = new SmartX.SmartLabel(); - this.smartLabel20 = new SmartX.SmartLabel(); - this.labelCurrentValue2 = new SmartX.SmartLabel(); - this.smartLabel22 = new SmartX.SmartLabel(); - this.smartDraw2 = new SmartX.SmartDraw(); - this.smartGroupBox6 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine15 = new SmartX.SmartSeparatorLine(); - this.labelResult5_1 = new SmartX.SmartLabel(); + this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine23 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster3 = new SmartX.SmartLabel(); + this.smartLabel25 = new SmartX.SmartLabel(); + this.smartLabel26 = new SmartX.SmartLabel(); + this.labelDiffSecDiff3 = new SmartX.SmartLabel(); + this.smartLabel28 = new SmartX.SmartLabel(); + this.labelDispMData3 = new SmartX.SmartLabel(); + this.smartLabel30 = new SmartX.SmartLabel(); + this.labelDispRData3 = new SmartX.SmartLabel(); + this.smartLabel32 = new SmartX.SmartLabel(); + this.smartSeparatorLine13 = new SmartX.SmartSeparatorLine(); + this.labelResult3 = new SmartX.SmartLabel(); + this.smartGroupBox5 = new SmartX.SmartGroupBox(); + this.labelPressureWork4 = new SmartX.SmartLabel(); + this.labelDiffMadc4 = new SmartX.SmartLabel(); + this.smartLabel35 = new SmartX.SmartLabel(); + this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine(); - this.labelResultSD5 = new SmartX.SmartLabel(); + this.labelPressureMaster4 = new SmartX.SmartLabel(); + this.smartLabel37 = new SmartX.SmartLabel(); + this.smartLabel38 = new SmartX.SmartLabel(); + this.labelDiffSecDiff4 = new SmartX.SmartLabel(); + this.smartLabel40 = new SmartX.SmartLabel(); + this.labelDispMData4 = new SmartX.SmartLabel(); + this.smartLabel42 = new SmartX.SmartLabel(); + this.labelDispRData4 = new SmartX.SmartLabel(); this.smartLabel44 = new SmartX.SmartLabel(); - this.labelResult5 = new SmartX.SmartLabel(); - this.smartLabel46 = new SmartX.SmartLabel(); - this.labelStDev5 = new SmartX.SmartLabel(); - this.smartLabel48 = new SmartX.SmartLabel(); - this.labelMaxValue5 = new SmartX.SmartLabel(); - this.smartLabel50 = new SmartX.SmartLabel(); - this.labelCurrentValue5 = new SmartX.SmartLabel(); - this.smartLabel52 = new SmartX.SmartLabel(); - this.smartDraw5 = new SmartX.SmartDraw(); - this.smartGroupBox7 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine19 = new SmartX.SmartSeparatorLine(); - this.labelResult9_1 = new SmartX.SmartLabel(); + this.smartSeparatorLine14 = new SmartX.SmartSeparatorLine(); + this.labelResult4 = new SmartX.SmartLabel(); + this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.labelPressureWork2 = new SmartX.SmartLabel(); + this.labelDiffMadc2 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine22 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster2 = new SmartX.SmartLabel(); + this.smartLabel13 = new SmartX.SmartLabel(); + this.smartLabel14 = new SmartX.SmartLabel(); + this.labelDiffSecDiff2 = new SmartX.SmartLabel(); + this.smartLabel16 = new SmartX.SmartLabel(); + this.labelDispMData2 = new SmartX.SmartLabel(); + this.smartLabel18 = new SmartX.SmartLabel(); + this.labelDispRData2 = new SmartX.SmartLabel(); + this.smartLabel20 = new SmartX.SmartLabel(); + this.smartSeparatorLine12 = new SmartX.SmartSeparatorLine(); + this.labelResult2 = new SmartX.SmartLabel(); + this.smartGroupBox6 = new SmartX.SmartGroupBox(); + this.labelPressureWork5 = new SmartX.SmartLabel(); + this.labelDiffMadc5 = new SmartX.SmartLabel(); + this.smartLabel47 = new SmartX.SmartLabel(); + this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine7 = new SmartX.SmartSeparatorLine(); - this.labelResultSD9 = new SmartX.SmartLabel(); - this.smartLabel64 = new SmartX.SmartLabel(); + this.labelPressureMaster5 = new SmartX.SmartLabel(); + this.smartLabel49 = new SmartX.SmartLabel(); + this.smartLabel50 = new SmartX.SmartLabel(); + this.labelDiffSecDiff5 = new SmartX.SmartLabel(); + this.smartLabel52 = new SmartX.SmartLabel(); + this.labelDispMData5 = new SmartX.SmartLabel(); + this.smartLabel54 = new SmartX.SmartLabel(); + this.labelDispRData5 = new SmartX.SmartLabel(); + this.smartLabel56 = new SmartX.SmartLabel(); + this.smartSeparatorLine15 = new SmartX.SmartSeparatorLine(); + this.labelResult5 = new SmartX.SmartLabel(); + this.smartGroupBox7 = new SmartX.SmartGroupBox(); + this.labelPressureWork9 = new SmartX.SmartLabel(); + this.labelDiffMadc9 = new SmartX.SmartLabel(); + this.smartLabel96 = new SmartX.SmartLabel(); + this.smartSeparatorLine27 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine28 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster9 = new SmartX.SmartLabel(); + this.smartLabel98 = new SmartX.SmartLabel(); + this.smartLabel99 = new SmartX.SmartLabel(); + this.labelDiffSecDiff9 = new SmartX.SmartLabel(); + this.smartLabel101 = new SmartX.SmartLabel(); + this.labelDispMData9 = new SmartX.SmartLabel(); + this.smartLabel103 = new SmartX.SmartLabel(); + this.labelDispRData9 = new SmartX.SmartLabel(); + this.smartLabel105 = new SmartX.SmartLabel(); + this.smartSeparatorLine19 = new SmartX.SmartSeparatorLine(); this.labelResult9 = new SmartX.SmartLabel(); - this.smartLabel66 = new SmartX.SmartLabel(); - this.labelStDev9 = new SmartX.SmartLabel(); - this.smartLabel68 = new SmartX.SmartLabel(); - this.labelMaxValue9 = new SmartX.SmartLabel(); - this.smartLabel70 = new SmartX.SmartLabel(); - this.labelCurrentValue9 = new SmartX.SmartLabel(); - this.smartLabel72 = new SmartX.SmartLabel(); - this.smartDraw9 = new SmartX.SmartDraw(); this.labelProgress8 = new SmartX.SmartLabel(); this.labelProgress7 = new SmartX.SmartLabel(); this.labelProgress6 = new SmartX.SmartLabel(); @@ -143,88 +154,94 @@ this.labelProgress1 = new SmartX.SmartLabel(); this.labelProgress0 = new SmartX.SmartLabel(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.labelPressureWork10 = new SmartX.SmartLabel(); + this.labelDiffMadc10 = new SmartX.SmartLabel(); + this.smartLabel108 = new SmartX.SmartLabel(); + this.smartSeparatorLine29 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine30 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster10 = new SmartX.SmartLabel(); + this.smartLabel110 = new SmartX.SmartLabel(); + this.smartLabel111 = new SmartX.SmartLabel(); + this.labelDiffSecDiff10 = new SmartX.SmartLabel(); + this.smartLabel113 = new SmartX.SmartLabel(); + this.labelDispMData10 = new SmartX.SmartLabel(); + this.smartLabel115 = new SmartX.SmartLabel(); + this.labelDispRData10 = new SmartX.SmartLabel(); + this.smartLabel117 = new SmartX.SmartLabel(); this.smartSeparatorLine20 = new SmartX.SmartSeparatorLine(); - this.labelResult10_1 = new SmartX.SmartLabel(); - this.labelCurrentValue10 = new SmartX.SmartLabel(); - this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine(); - this.labelResultSD10 = new SmartX.SmartLabel(); - this.smartLabel54 = new SmartX.SmartLabel(); this.labelResult10 = new SmartX.SmartLabel(); - this.smartLabel56 = new SmartX.SmartLabel(); - this.labelStDev10 = new SmartX.SmartLabel(); - this.smartLabel58 = new SmartX.SmartLabel(); - this.labelMaxValue10 = new SmartX.SmartLabel(); - this.smartLabel60 = new SmartX.SmartLabel(); - this.smartLabel62 = new SmartX.SmartLabel(); - this.smartDraw10 = new SmartX.SmartDraw(); this.smartGroupBox8 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine18 = new SmartX.SmartSeparatorLine(); - this.labelResult8_1 = new SmartX.SmartLabel(); - this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine(); - this.labelResultSD8 = new SmartX.SmartLabel(); - this.smartLabel74 = new SmartX.SmartLabel(); - this.labelResult8 = new SmartX.SmartLabel(); - this.smartLabel76 = new SmartX.SmartLabel(); - this.labelStDev8 = new SmartX.SmartLabel(); - this.smartLabel78 = new SmartX.SmartLabel(); - this.labelMaxValue8 = new SmartX.SmartLabel(); - this.smartLabel80 = new SmartX.SmartLabel(); - this.labelCurrentValue8 = new SmartX.SmartLabel(); - this.smartLabel82 = new SmartX.SmartLabel(); - this.smartDraw8 = new SmartX.SmartDraw(); - this.smartGroupBox9 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine17 = new SmartX.SmartSeparatorLine(); - this.labelResult7_1 = new SmartX.SmartLabel(); - this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine(); - this.labelResultSD7 = new SmartX.SmartLabel(); + this.labelPressureWork8 = new SmartX.SmartLabel(); + this.labelDiffMadc8 = new SmartX.SmartLabel(); this.smartLabel84 = new SmartX.SmartLabel(); - this.labelResult7 = new SmartX.SmartLabel(); + this.smartSeparatorLine25 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine26 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster8 = new SmartX.SmartLabel(); this.smartLabel86 = new SmartX.SmartLabel(); - this.labelStDev7 = new SmartX.SmartLabel(); - this.smartLabel88 = new SmartX.SmartLabel(); - this.labelMaxValue7 = new SmartX.SmartLabel(); - this.smartLabel90 = new SmartX.SmartLabel(); - this.labelCurrentValue7 = new SmartX.SmartLabel(); - this.smartLabel92 = new SmartX.SmartLabel(); - this.smartDraw7 = new SmartX.SmartDraw(); - this.smartGroupBox10 = new SmartX.SmartGroupBox(); - this.smartSeparatorLine16 = new SmartX.SmartSeparatorLine(); - this.labelResult6_1 = new SmartX.SmartLabel(); + this.smartLabel87 = new SmartX.SmartLabel(); + this.labelDiffSecDiff8 = new SmartX.SmartLabel(); + this.smartLabel89 = new SmartX.SmartLabel(); + this.labelDispMData8 = new SmartX.SmartLabel(); + this.smartLabel91 = new SmartX.SmartLabel(); + this.labelDispRData8 = new SmartX.SmartLabel(); + this.smartLabel93 = new SmartX.SmartLabel(); + this.smartSeparatorLine18 = new SmartX.SmartSeparatorLine(); + this.labelResult8 = new SmartX.SmartLabel(); + this.smartGroupBox9 = new SmartX.SmartGroupBox(); + this.labelPressureWork7 = new SmartX.SmartLabel(); + this.labelDiffMadc7 = new SmartX.SmartLabel(); + this.smartLabel72 = new SmartX.SmartLabel(); this.smartSeparatorLine10 = new SmartX.SmartSeparatorLine(); - this.labelResultSD6 = new SmartX.SmartLabel(); - this.smartLabel94 = new SmartX.SmartLabel(); + this.smartSeparatorLine24 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster7 = new SmartX.SmartLabel(); + this.smartLabel74 = new SmartX.SmartLabel(); + this.smartLabel75 = new SmartX.SmartLabel(); + this.labelDiffSecDiff7 = new SmartX.SmartLabel(); + this.smartLabel77 = new SmartX.SmartLabel(); + this.labelDispMData7 = new SmartX.SmartLabel(); + this.smartLabel79 = new SmartX.SmartLabel(); + this.labelDispRData7 = new SmartX.SmartLabel(); + this.smartLabel81 = new SmartX.SmartLabel(); + this.smartSeparatorLine17 = new SmartX.SmartSeparatorLine(); + this.labelResult7 = new SmartX.SmartLabel(); + this.smartGroupBox10 = new SmartX.SmartGroupBox(); + this.labelPressureWork6 = new SmartX.SmartLabel(); + this.labelDiffMadc6 = new SmartX.SmartLabel(); + this.smartLabel59 = new SmartX.SmartLabel(); + this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine(); + this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine(); + this.labelPressureMaster6 = new SmartX.SmartLabel(); + this.smartLabel62 = new SmartX.SmartLabel(); + this.smartLabel63 = new SmartX.SmartLabel(); + this.labelDiffSecDiff6 = new SmartX.SmartLabel(); + this.smartLabel65 = new SmartX.SmartLabel(); + this.labelDispMData6 = new SmartX.SmartLabel(); + this.smartLabel67 = new SmartX.SmartLabel(); + this.labelDispRData6 = new SmartX.SmartLabel(); + this.smartLabel69 = new SmartX.SmartLabel(); + this.smartSeparatorLine16 = new SmartX.SmartSeparatorLine(); this.labelResult6 = new SmartX.SmartLabel(); - this.smartLabel96 = new SmartX.SmartLabel(); - this.labelStDev6 = new SmartX.SmartLabel(); - this.smartLabel98 = new SmartX.SmartLabel(); - this.labelMaxValue6 = new SmartX.SmartLabel(); - this.smartLabel100 = new SmartX.SmartLabel(); - this.labelCurrentValue6 = new SmartX.SmartLabel(); - this.smartLabel102 = new SmartX.SmartLabel(); - this.smartDraw6 = new SmartX.SmartDraw(); + this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle(); this.timerOff = new System.Windows.Forms.Timer(); this.timerOn = new System.Windows.Forms.Timer(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartProgressBar1 = new SmartX.SmartProgressBar(); + this.smartProgressBar2 = new SmartX.SmartProgressBar(); + this.smartProgressBar3 = new SmartX.SmartProgressBar(); + this.smartProgressBar4 = new SmartX.SmartProgressBar(); + this.smartProgressBar5 = new SmartX.SmartProgressBar(); + this.smartProgressBar6 = new SmartX.SmartProgressBar(); this.smartForm1.SuspendLayout(); this.smartGroupBox4.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).BeginInit(); - this.smartGroupBox5.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).BeginInit(); this.smartGroupBox1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).BeginInit(); + this.smartGroupBox5.SuspendLayout(); this.smartGroupBox3.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).BeginInit(); this.smartGroupBox6.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).BeginInit(); this.smartGroupBox7.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).BeginInit(); this.smartGroupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).BeginInit(); this.smartGroupBox8.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).BeginInit(); this.smartGroupBox9.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).BeginInit(); this.smartGroupBox10.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).BeginInit(); this.SuspendLayout(); // // smartForm1 @@ -232,6 +249,8 @@ this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1; this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); this.smartForm1.CenterLocation = false; + this.smartForm1.Controls.Add(this.smartLabel1); + this.smartForm1.Controls.Add(this.labelTime); this.smartForm1.Controls.Add(this.labelProgress5); this.smartForm1.Controls.Add(this.labelStop); this.smartForm1.Controls.Add(this.labelStart); @@ -241,7 +260,6 @@ this.smartForm1.Controls.Add(this.buttonCut); this.smartForm1.Controls.Add(this.buttonClear); this.smartForm1.Controls.Add(this.buttonMenu); - this.smartForm1.Controls.Add(this.labelTime); this.smartForm1.Controls.Add(this.buttonDisplay); this.smartForm1.Controls.Add(this.smartGroupBox4); this.smartForm1.Controls.Add(this.smartGroupBox5); @@ -359,7 +377,7 @@ this.buttonExit.ImageDisable = null; this.buttonExit.ImageDown = null; this.buttonExit.ImageUp = null; - this.buttonExit.Location = new System.Drawing.Point(697, 26); + this.buttonExit.Location = new System.Drawing.Point(791, 722); this.buttonExit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonExit.Name = "buttonExit"; this.buttonExit.NestedClickEventPrevent = false; @@ -521,13 +539,13 @@ this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTime.LineSpacing = 0F; - this.labelTime.Location = new System.Drawing.Point(3, 697); + this.labelTime.Location = new System.Drawing.Point(671, 31); this.labelTime.Name = "labelTime"; this.labelTime.OverlapOptimize = true; this.labelTime.PasswordChar = '\0'; this.labelTime.Radius = 3; this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTime.Size = new System.Drawing.Size(243, 64); + this.labelTime.Size = new System.Drawing.Size(181, 31); this.labelTime.TabIndex = 57; this.labelTime.Text = "2022.05.12 17:25:28"; this.labelTime.TextColor = System.Drawing.Color.Black; @@ -577,20 +595,22 @@ this.smartGroupBox4.BackGround = null; this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox4.BackImage = null; - this.smartGroupBox4.Controls.Add(this.smartSeparatorLine13); - this.smartGroupBox4.Controls.Add(this.labelResult3_1); + this.smartGroupBox4.Controls.Add(this.labelPressureWork3); + this.smartGroupBox4.Controls.Add(this.labelDiffMadc3); + this.smartGroupBox4.Controls.Add(this.smartLabel23); this.smartGroupBox4.Controls.Add(this.smartSeparatorLine3); - this.smartGroupBox4.Controls.Add(this.labelResultSD3); - this.smartGroupBox4.Controls.Add(this.smartLabel24); - this.smartGroupBox4.Controls.Add(this.labelResult3); + this.smartGroupBox4.Controls.Add(this.smartSeparatorLine23); + this.smartGroupBox4.Controls.Add(this.labelPressureMaster3); + this.smartGroupBox4.Controls.Add(this.smartLabel25); this.smartGroupBox4.Controls.Add(this.smartLabel26); - this.smartGroupBox4.Controls.Add(this.labelStDev3); + this.smartGroupBox4.Controls.Add(this.labelDiffSecDiff3); this.smartGroupBox4.Controls.Add(this.smartLabel28); - this.smartGroupBox4.Controls.Add(this.labelMaxValue3); + this.smartGroupBox4.Controls.Add(this.labelDispMData3); this.smartGroupBox4.Controls.Add(this.smartLabel30); - this.smartGroupBox4.Controls.Add(this.labelCurrentValue3); + this.smartGroupBox4.Controls.Add(this.labelDispRData3); this.smartGroupBox4.Controls.Add(this.smartLabel32); - this.smartGroupBox4.Controls.Add(this.smartDraw3); + this.smartGroupBox4.Controls.Add(this.smartSeparatorLine13); + this.smartGroupBox4.Controls.Add(this.labelResult3); this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox4.FrameLineThickness = 2; @@ -604,672 +624,97 @@ this.smartGroupBox4.Text = "Lane 3"; this.smartGroupBox4.TextColor = System.Drawing.Color.White; // - // smartSeparatorLine13 + // labelPressureWork3 // - this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine13.Line1Width = 1F; - this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine13.Line2Width = 1F; - this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine13.Location = new System.Drawing.Point(9, 146); - this.smartSeparatorLine13.Name = "smartSeparatorLine13"; - this.smartSeparatorLine13.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine13.TabIndex = 25; - this.smartSeparatorLine13.Text = "smartSeparatorLine13"; + this.labelPressureWork3.BackGround = null; + this.labelPressureWork3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork3.LineSpacing = 0F; + this.labelPressureWork3.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork3.Name = "labelPressureWork3"; + this.labelPressureWork3.OverlapOptimize = true; + this.labelPressureWork3.PasswordChar = '\0'; + this.labelPressureWork3.Radius = 3; + this.labelPressureWork3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork3.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork3.TabIndex = 41; + this.labelPressureWork3.Text = "0.0023"; + this.labelPressureWork3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork3.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork3.Wordwrap = false; // - // labelResult3_1 + // labelDiffMadc3 // - this.labelResult3_1.BackGround = null; - this.labelResult3_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult3_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult3_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult3_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); - this.labelResult3_1.LineSpacing = 0F; - this.labelResult3_1.Location = new System.Drawing.Point(3, 42); - this.labelResult3_1.Name = "labelResult3_1"; - this.labelResult3_1.OverlapOptimize = true; - this.labelResult3_1.PasswordChar = '\0'; - this.labelResult3_1.Radius = 3; - this.labelResult3_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult3_1.Size = new System.Drawing.Size(192, 98); - this.labelResult3_1.TabIndex = 24; - this.labelResult3_1.Text = "제품 없음"; - this.labelResult3_1.TextColor = System.Drawing.Color.Black; - this.labelResult3_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult3_1.Visible = false; - this.labelResult3_1.Wordwrap = false; + this.labelDiffMadc3.BackGround = null; + this.labelDiffMadc3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc3.LineSpacing = 0F; + this.labelDiffMadc3.Location = new System.Drawing.Point(89, 172); + 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(100, 20); + this.labelDiffMadc3.TabIndex = 40; + this.labelDiffMadc3.Text = "0.0023"; + this.labelDiffMadc3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc3.Wordwrap = false; // - // smartSeparatorLine3 + // smartLabel23 // - this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine3.Line1Width = 1F; - this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine3.Line2Width = 1F; - this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine3.Name = "smartSeparatorLine3"; - this.smartSeparatorLine3.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine3.TabIndex = 21; - this.smartSeparatorLine3.Text = "smartSeparatorLine3"; - // - // labelResultSD3 - // - this.labelResultSD3.BackGround = null; - this.labelResultSD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD3.LineSpacing = 0F; - this.labelResultSD3.Location = new System.Drawing.Point(89, 254); - this.labelResultSD3.Name = "labelResultSD3"; - this.labelResultSD3.OverlapOptimize = true; - this.labelResultSD3.PasswordChar = '\0'; - this.labelResultSD3.Radius = 3; - this.labelResultSD3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD3.Size = new System.Drawing.Size(100, 20); - this.labelResultSD3.TabIndex = 20; - this.labelResultSD3.Text = "0.0023"; - this.labelResultSD3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD3.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD3.Wordwrap = false; - // - // smartLabel24 - // - this.smartLabel24.BackGround = this.smartGroupBox4; - this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(3, 254); - this.smartLabel24.Name = "smartLabel24"; - this.smartLabel24.OverlapOptimize = true; - 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.TabIndex = 19; - this.smartLabel24.Text = "감도"; - this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel24.Wordwrap = false; - // - // labelResult3 - // - this.labelResult3.BackGround = null; - this.labelResult3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResult3.LineSpacing = 0F; - this.labelResult3.Location = new System.Drawing.Point(89, 232); - this.labelResult3.Name = "labelResult3"; - this.labelResult3.OverlapOptimize = true; - this.labelResult3.PasswordChar = '\0'; - this.labelResult3.Radius = 3; - this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult3.Size = new System.Drawing.Size(100, 20); - this.labelResult3.TabIndex = 18; - this.labelResult3.Text = "정상"; - this.labelResult3.TextColor = System.Drawing.Color.Green; - this.labelResult3.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult3.Wordwrap = false; - // - // smartLabel26 - // - this.smartLabel26.BackGround = this.smartGroupBox4; - this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel26.LineSpacing = 0F; - this.smartLabel26.Location = new System.Drawing.Point(3, 232); - this.smartLabel26.Name = "smartLabel26"; - this.smartLabel26.OverlapOptimize = true; - this.smartLabel26.PasswordChar = '\0'; - this.smartLabel26.Radius = 3; - this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel26.Size = new System.Drawing.Size(80, 20); - this.smartLabel26.TabIndex = 17; - this.smartLabel26.Text = "판정"; - this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel26.Wordwrap = false; - // - // labelStDev3 - // - this.labelStDev3.BackGround = null; - this.labelStDev3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev3.LineSpacing = 0F; - this.labelStDev3.Location = new System.Drawing.Point(89, 198); - this.labelStDev3.Name = "labelStDev3"; - this.labelStDev3.OverlapOptimize = true; - this.labelStDev3.PasswordChar = '\0'; - this.labelStDev3.Radius = 3; - this.labelStDev3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev3.Size = new System.Drawing.Size(100, 20); - this.labelStDev3.TabIndex = 16; - this.labelStDev3.Text = "0.0023"; - this.labelStDev3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev3.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev3.Wordwrap = false; - // - // smartLabel28 - // - this.smartLabel28.BackGround = this.smartGroupBox4; - this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel28.LineSpacing = 0F; - this.smartLabel28.Location = new System.Drawing.Point(3, 198); - this.smartLabel28.Name = "smartLabel28"; - this.smartLabel28.OverlapOptimize = true; - 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.TabIndex = 15; - this.smartLabel28.Text = "감도"; - this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel28.Wordwrap = false; - // - // labelMaxValue3 - // - this.labelMaxValue3.BackGround = null; - this.labelMaxValue3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue3.LineSpacing = 0F; - this.labelMaxValue3.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue3.Name = "labelMaxValue3"; - this.labelMaxValue3.OverlapOptimize = true; - this.labelMaxValue3.PasswordChar = '\0'; - this.labelMaxValue3.Radius = 3; - this.labelMaxValue3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue3.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue3.TabIndex = 14; - this.labelMaxValue3.Text = "9.2354"; - this.labelMaxValue3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue3.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue3.Wordwrap = false; - // - // smartLabel30 - // - this.smartLabel30.BackGround = this.smartGroupBox4; - this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel30.LineSpacing = 0F; - this.smartLabel30.Location = new System.Drawing.Point(3, 176); - this.smartLabel30.Name = "smartLabel30"; - this.smartLabel30.OverlapOptimize = true; - this.smartLabel30.PasswordChar = '\0'; - this.smartLabel30.Radius = 3; - this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel30.Size = new System.Drawing.Size(80, 20); - this.smartLabel30.TabIndex = 13; - this.smartLabel30.Text = "최대값"; - this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel30.Wordwrap = false; - // - // labelCurrentValue3 - // - this.labelCurrentValue3.BackGround = null; - this.labelCurrentValue3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue3.LineSpacing = 0F; - this.labelCurrentValue3.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue3.Name = "labelCurrentValue3"; - this.labelCurrentValue3.OverlapOptimize = true; - this.labelCurrentValue3.PasswordChar = '\0'; - this.labelCurrentValue3.Radius = 3; - this.labelCurrentValue3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue3.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue3.TabIndex = 12; - this.labelCurrentValue3.Text = "9.2354"; - this.labelCurrentValue3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue3.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue3.Wordwrap = false; - // - // smartLabel32 - // - this.smartLabel32.BackGround = this.smartGroupBox4; - this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 154); - this.smartLabel32.Name = "smartLabel32"; - this.smartLabel32.OverlapOptimize = true; - this.smartLabel32.PasswordChar = '\0'; - this.smartLabel32.Radius = 3; - this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel32.Size = new System.Drawing.Size(80, 20); - this.smartLabel32.TabIndex = 12; - this.smartLabel32.Text = "현재값"; - this.smartLabel32.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel32.Wordwrap = false; - // - // smartDraw3 - // - this.smartDraw3.BackGround = null; - this.smartDraw3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw3.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw3.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw3.Chart.ChartDrawStep = 1; - this.smartDraw3.Chart.ChartHeight = 0; - this.smartDraw3.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw3.Chart.ChartWidth = 0; - this.smartDraw3.Chart.OriginX = 30; - this.smartDraw3.Chart.OriginY = 20; - this.smartDraw3.Chart.XIncrement = 1; - this.smartDraw3.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw3.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw3.Location = new System.Drawing.Point(3, 42); - this.smartDraw3.Name = "smartDraw3"; - this.smartDraw3.OverlapOptimize = false; - this.smartDraw3.Size = new System.Drawing.Size(192, 102); - this.smartDraw3.TabIndex = 11; - this.smartDraw3.Text = "smartDraw3"; - this.smartDraw3.Click += new System.EventHandler(this.smartDraw3_Click); - // - // smartDraw_ChartChannelPenStyle1 - // - chartPenStyle1.ChannelColor = System.Drawing.Color.Green; - chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle1.PenWidth = 2; - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1); - // - // smartGroupBox5 - // - this.smartGroupBox5.BackGround = null; - this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartGroupBox5.BackImage = null; - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine14); - this.smartGroupBox5.Controls.Add(this.labelResult4_1); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4); - this.smartGroupBox5.Controls.Add(this.labelResultSD4); - this.smartGroupBox5.Controls.Add(this.smartLabel34); - this.smartGroupBox5.Controls.Add(this.labelResult4); - this.smartGroupBox5.Controls.Add(this.smartLabel36); - this.smartGroupBox5.Controls.Add(this.labelStDev4); - this.smartGroupBox5.Controls.Add(this.smartLabel38); - this.smartGroupBox5.Controls.Add(this.labelMaxValue4); - this.smartGroupBox5.Controls.Add(this.smartLabel40); - this.smartGroupBox5.Controls.Add(this.labelCurrentValue4); - this.smartGroupBox5.Controls.Add(this.smartLabel42); - this.smartGroupBox5.Controls.Add(this.smartDraw4); - this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox5.FrameLineThickness = 2; - this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox5.HeaderHeightOffset = 12; - this.smartGroupBox5.Location = new System.Drawing.Point(618, 119); - this.smartGroupBox5.Name = "smartGroupBox5"; - this.smartGroupBox5.RoundRadius = 5; - this.smartGroupBox5.Size = new System.Drawing.Size(198, 280); - this.smartGroupBox5.TabIndex = 40; - this.smartGroupBox5.Text = "Lane 4"; - this.smartGroupBox5.TextColor = System.Drawing.Color.White; - // - // smartSeparatorLine14 - // - this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine14.Line1Width = 1F; - this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine14.Line2Width = 1F; - this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine14.Location = new System.Drawing.Point(9, 146); - this.smartSeparatorLine14.Name = "smartSeparatorLine14"; - this.smartSeparatorLine14.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine14.TabIndex = 25; - this.smartSeparatorLine14.Text = "smartSeparatorLine14"; - // - // labelResult4_1 - // - this.labelResult4_1.BackGround = null; - this.labelResult4_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult4_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult4_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult4_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); - this.labelResult4_1.LineSpacing = 0F; - this.labelResult4_1.Location = new System.Drawing.Point(3, 42); - this.labelResult4_1.Name = "labelResult4_1"; - this.labelResult4_1.OverlapOptimize = true; - this.labelResult4_1.PasswordChar = '\0'; - this.labelResult4_1.Radius = 3; - this.labelResult4_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult4_1.Size = new System.Drawing.Size(192, 98); - this.labelResult4_1.TabIndex = 24; - this.labelResult4_1.Text = "오류"; - this.labelResult4_1.TextColor = System.Drawing.Color.Black; - this.labelResult4_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult4_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult4_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult4_1.Visible = false; - this.labelResult4_1.Wordwrap = false; - // - // smartSeparatorLine4 - // - this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine4.Line1Width = 1F; - this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine4.Line2Width = 1F; - this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine4.Name = "smartSeparatorLine4"; - this.smartSeparatorLine4.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine4.TabIndex = 21; - this.smartSeparatorLine4.Text = "smartSeparatorLine4"; - // - // labelResultSD4 - // - this.labelResultSD4.BackGround = null; - this.labelResultSD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD4.LineSpacing = 0F; - this.labelResultSD4.Location = new System.Drawing.Point(89, 254); - this.labelResultSD4.Name = "labelResultSD4"; - this.labelResultSD4.OverlapOptimize = true; - this.labelResultSD4.PasswordChar = '\0'; - this.labelResultSD4.Radius = 3; - this.labelResultSD4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD4.Size = new System.Drawing.Size(100, 20); - this.labelResultSD4.TabIndex = 20; - this.labelResultSD4.Text = "0.0023"; - this.labelResultSD4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD4.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD4.Wordwrap = false; - // - // smartLabel34 - // - this.smartLabel34.BackGround = this.smartGroupBox5; - this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 254); - this.smartLabel34.Name = "smartLabel34"; - this.smartLabel34.OverlapOptimize = true; - this.smartLabel34.PasswordChar = '\0'; - this.smartLabel34.Radius = 3; - this.smartLabel34.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel34.Size = new System.Drawing.Size(80, 20); - this.smartLabel34.TabIndex = 19; - this.smartLabel34.Text = "감도"; - this.smartLabel34.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel34.Wordwrap = false; - // - // labelResult4 - // - this.labelResult4.BackGround = null; - this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResult4.LineSpacing = 0F; - this.labelResult4.Location = new System.Drawing.Point(89, 232); - this.labelResult4.Name = "labelResult4"; - this.labelResult4.OverlapOptimize = true; - this.labelResult4.PasswordChar = '\0'; - this.labelResult4.Radius = 3; - this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult4.Size = new System.Drawing.Size(100, 20); - this.labelResult4.TabIndex = 18; - this.labelResult4.Text = "정상"; - this.labelResult4.TextColor = System.Drawing.Color.Green; - this.labelResult4.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult4.Wordwrap = false; - // - // smartLabel36 - // - this.smartLabel36.BackGround = this.smartGroupBox5; - this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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, 232); - this.smartLabel36.Name = "smartLabel36"; - this.smartLabel36.OverlapOptimize = true; - this.smartLabel36.PasswordChar = '\0'; - this.smartLabel36.Radius = 3; - this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel36.Size = new System.Drawing.Size(80, 20); - this.smartLabel36.TabIndex = 17; - this.smartLabel36.Text = "판정"; - this.smartLabel36.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel36.Wordwrap = false; - // - // labelStDev4 - // - this.labelStDev4.BackGround = null; - this.labelStDev4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev4.LineSpacing = 0F; - this.labelStDev4.Location = new System.Drawing.Point(89, 198); - this.labelStDev4.Name = "labelStDev4"; - this.labelStDev4.OverlapOptimize = true; - this.labelStDev4.PasswordChar = '\0'; - this.labelStDev4.Radius = 3; - this.labelStDev4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev4.Size = new System.Drawing.Size(100, 20); - this.labelStDev4.TabIndex = 16; - this.labelStDev4.Text = "0.0023"; - this.labelStDev4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev4.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev4.Wordwrap = false; - // - // smartLabel38 - // - this.smartLabel38.BackGround = this.smartGroupBox5; - this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel38.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel38.LineSpacing = 0F; - this.smartLabel38.Location = new System.Drawing.Point(3, 198); - this.smartLabel38.Name = "smartLabel38"; - this.smartLabel38.OverlapOptimize = true; - this.smartLabel38.PasswordChar = '\0'; - this.smartLabel38.Radius = 3; - this.smartLabel38.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel38.Size = new System.Drawing.Size(80, 20); - this.smartLabel38.TabIndex = 15; - this.smartLabel38.Text = "감도"; - this.smartLabel38.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel38.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel38.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel38.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel38.Wordwrap = false; - // - // labelMaxValue4 - // - this.labelMaxValue4.BackGround = null; - this.labelMaxValue4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue4.LineSpacing = 0F; - this.labelMaxValue4.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue4.Name = "labelMaxValue4"; - this.labelMaxValue4.OverlapOptimize = true; - this.labelMaxValue4.PasswordChar = '\0'; - this.labelMaxValue4.Radius = 3; - this.labelMaxValue4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue4.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue4.TabIndex = 14; - this.labelMaxValue4.Text = "9.2354"; - this.labelMaxValue4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue4.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue4.Wordwrap = false; - // - // smartLabel40 - // - this.smartLabel40.BackGround = this.smartGroupBox5; - this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel40.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel40.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel40.LineSpacing = 0F; - this.smartLabel40.Location = new System.Drawing.Point(3, 176); - this.smartLabel40.Name = "smartLabel40"; - this.smartLabel40.OverlapOptimize = true; - this.smartLabel40.PasswordChar = '\0'; - this.smartLabel40.Radius = 3; - this.smartLabel40.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel40.Size = new System.Drawing.Size(80, 20); - this.smartLabel40.TabIndex = 13; - this.smartLabel40.Text = "최대값"; - this.smartLabel40.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel40.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel40.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel40.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel40.Wordwrap = false; - // - // labelCurrentValue4 - // - this.labelCurrentValue4.BackGround = null; - this.labelCurrentValue4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue4.LineSpacing = 0F; - this.labelCurrentValue4.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue4.Name = "labelCurrentValue4"; - this.labelCurrentValue4.OverlapOptimize = true; - this.labelCurrentValue4.PasswordChar = '\0'; - this.labelCurrentValue4.Radius = 3; - this.labelCurrentValue4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue4.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue4.TabIndex = 12; - this.labelCurrentValue4.Text = "9.2354"; - this.labelCurrentValue4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue4.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue4.Wordwrap = false; - // - // smartLabel42 - // - this.smartLabel42.BackGround = this.smartGroupBox5; - this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel42.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 154); - this.smartLabel42.Name = "smartLabel42"; - this.smartLabel42.OverlapOptimize = true; - this.smartLabel42.PasswordChar = '\0'; - this.smartLabel42.Radius = 3; - this.smartLabel42.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel42.Size = new System.Drawing.Size(80, 20); - this.smartLabel42.TabIndex = 12; - this.smartLabel42.Text = "현재값"; - this.smartLabel42.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel42.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel42.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel42.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel42.Wordwrap = false; - // - // smartDraw4 - // - this.smartDraw4.BackGround = null; - this.smartDraw4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw4.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw4.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw4.Chart.ChartDrawStep = 1; - this.smartDraw4.Chart.ChartHeight = 0; - this.smartDraw4.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw4.Chart.ChartWidth = 0; - this.smartDraw4.Chart.OriginX = 30; - this.smartDraw4.Chart.OriginY = 20; - this.smartDraw4.Chart.XIncrement = 1; - this.smartDraw4.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw4.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw4.Location = new System.Drawing.Point(3, 42); - this.smartDraw4.Name = "smartDraw4"; - this.smartDraw4.OverlapOptimize = false; - this.smartDraw4.Size = new System.Drawing.Size(192, 102); - this.smartDraw4.TabIndex = 11; - this.smartDraw4.Text = "smartDraw4"; - this.smartDraw4.Visible = false; - this.smartDraw4.Click += new System.EventHandler(this.smartDraw4_Click); + this.smartLabel23.BackGround = this.smartGroupBox1; + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 172); + this.smartLabel23.Name = "smartLabel23"; + this.smartLabel23.OverlapOptimize = true; + 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.TabIndex = 39; + this.smartLabel23.Text = "MAdc"; + this.smartLabel23.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel23.Wordwrap = false; // // smartGroupBox1 // this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.labelPressureWork1); + this.smartGroupBox1.Controls.Add(this.labelDiffMadc1); + this.smartGroupBox1.Controls.Add(this.smartLabel2); + this.smartGroupBox1.Controls.Add(this.smartSeparatorLine21); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine11); - this.smartGroupBox1.Controls.Add(this.labelResult1_1); - this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); - this.smartGroupBox1.Controls.Add(this.labelResultSD1); - this.smartGroupBox1.Controls.Add(this.smartLabel10); this.smartGroupBox1.Controls.Add(this.labelResult1); + this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); + this.smartGroupBox1.Controls.Add(this.labelPressureMaster1); + this.smartGroupBox1.Controls.Add(this.smartLabel10); this.smartGroupBox1.Controls.Add(this.smartLabel12); - this.smartGroupBox1.Controls.Add(this.labelStDev1); + this.smartGroupBox1.Controls.Add(this.labelDiffSecDiff1); this.smartGroupBox1.Controls.Add(this.smartLabel8); - this.smartGroupBox1.Controls.Add(this.labelMaxValue1); + this.smartGroupBox1.Controls.Add(this.labelDispMData1); this.smartGroupBox1.Controls.Add(this.smartLabel6); this.smartGroupBox1.Controls.Add(this.smartLabel61); - this.smartGroupBox1.Controls.Add(this.labelCurrentValue1); + this.smartGroupBox1.Controls.Add(this.labelDispRData1); this.smartGroupBox1.Controls.Add(this.smartLabel3); - this.smartGroupBox1.Controls.Add(this.smartDraw1); 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; @@ -1283,6 +728,88 @@ this.smartGroupBox1.Text = "Lane 1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // labelPressureWork1 + // + this.labelPressureWork1.BackGround = null; + this.labelPressureWork1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork1.LineSpacing = 0F; + this.labelPressureWork1.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork1.Name = "labelPressureWork1"; + this.labelPressureWork1.OverlapOptimize = true; + this.labelPressureWork1.PasswordChar = '\0'; + this.labelPressureWork1.Radius = 3; + this.labelPressureWork1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork1.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork1.TabIndex = 27; + this.labelPressureWork1.Text = "0.0023"; + this.labelPressureWork1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork1.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork1.Wordwrap = false; + // + // labelDiffMadc1 + // + this.labelDiffMadc1.BackGround = null; + this.labelDiffMadc1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc1.LineSpacing = 0F; + this.labelDiffMadc1.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc1.Name = "labelDiffMadc1"; + this.labelDiffMadc1.OverlapOptimize = true; + this.labelDiffMadc1.PasswordChar = '\0'; + this.labelDiffMadc1.Radius = 3; + this.labelDiffMadc1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc1.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc1.TabIndex = 26; + this.labelDiffMadc1.Text = "0.0023"; + this.labelDiffMadc1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc1.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = this.smartGroupBox1; + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(3, 172); + 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(80, 20); + this.smartLabel2.TabIndex = 25; + this.smartLabel2.Text = "MAdc"; + 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.Middle; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // + // smartSeparatorLine21 + // + this.smartSeparatorLine21.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine21.Line1Width = 1F; + this.smartSeparatorLine21.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine21.Line2Width = 1F; + this.smartSeparatorLine21.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine21.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine21.Name = "smartSeparatorLine21"; + this.smartSeparatorLine21.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine21.TabIndex = 24; + this.smartSeparatorLine21.Text = "smartSeparatorLine21"; + // // smartSeparatorLine11 // this.smartSeparatorLine11.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -1290,35 +817,35 @@ this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine11.Line2Width = 1F; this.smartSeparatorLine11.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine11.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine11.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine11.Name = "smartSeparatorLine11"; this.smartSeparatorLine11.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine11.TabIndex = 23; this.smartSeparatorLine11.Text = "smartSeparatorLine11"; // - // labelResult1_1 + // labelResult1 // - this.labelResult1_1.BackGround = null; - this.labelResult1_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult1_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult1_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); - this.labelResult1_1.LineSpacing = 0F; - this.labelResult1_1.Location = new System.Drawing.Point(3, 42); - this.labelResult1_1.Name = "labelResult1_1"; - this.labelResult1_1.OverlapOptimize = true; - this.labelResult1_1.PasswordChar = '\0'; - this.labelResult1_1.Radius = 3; - this.labelResult1_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult1_1.Size = new System.Drawing.Size(192, 98); - this.labelResult1_1.TabIndex = 22; - this.labelResult1_1.Text = "실패"; - this.labelResult1_1.TextColor = System.Drawing.Color.Black; - this.labelResult1_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult1_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult1_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult1_1.Visible = false; - this.labelResult1_1.Wordwrap = false; + this.labelResult1.BackGround = null; + this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelResult1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); + this.labelResult1.LineSpacing = 0F; + this.labelResult1.Location = new System.Drawing.Point(3, 42); + this.labelResult1.Name = "labelResult1"; + this.labelResult1.OverlapOptimize = true; + this.labelResult1.PasswordChar = '\0'; + this.labelResult1.Radius = 3; + this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelResult1.Size = new System.Drawing.Size(192, 60); + this.labelResult1.TabIndex = 22; + this.labelResult1.Text = "실패"; + this.labelResult1.TextColor = System.Drawing.Color.Black; + this.labelResult1.TextColorDisable = System.Drawing.Color.Gray; + this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelResult1.Visible = false; + this.labelResult1.Wordwrap = false; // // smartSeparatorLine1 // @@ -1327,34 +854,34 @@ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 224); + this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 222); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; this.smartSeparatorLine1.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine1.TabIndex = 21; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // - // labelResultSD1 + // labelPressureMaster1 // - this.labelResultSD1.BackGround = null; - this.labelResultSD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD1.LineSpacing = 0F; - this.labelResultSD1.Location = new System.Drawing.Point(89, 254); - this.labelResultSD1.Name = "labelResultSD1"; - this.labelResultSD1.OverlapOptimize = true; - this.labelResultSD1.PasswordChar = '\0'; - this.labelResultSD1.Radius = 3; - this.labelResultSD1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD1.Size = new System.Drawing.Size(100, 20); - this.labelResultSD1.TabIndex = 20; - this.labelResultSD1.Text = "0.0023"; - this.labelResultSD1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD1.Wordwrap = false; + this.labelPressureMaster1.BackGround = null; + this.labelPressureMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster1.LineSpacing = 0F; + this.labelPressureMaster1.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster1.Name = "labelPressureMaster1"; + this.labelPressureMaster1.OverlapOptimize = true; + this.labelPressureMaster1.PasswordChar = '\0'; + this.labelPressureMaster1.Radius = 3; + this.labelPressureMaster1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster1.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster1.TabIndex = 20; + this.labelPressureMaster1.Text = "0.0023"; + this.labelPressureMaster1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster1.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster1.Wordwrap = false; // // smartLabel10 // @@ -1364,7 +891,7 @@ 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(3, 254); + this.smartLabel10.Location = new System.Drawing.Point(3, 252); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; @@ -1372,36 +899,13 @@ this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel10.Size = new System.Drawing.Size(80, 20); this.smartLabel10.TabIndex = 19; - this.smartLabel10.Text = "감도"; + this.smartLabel10.Text = "master"; 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.Middle; this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel10.Wordwrap = false; // - // labelResult1 - // - this.labelResult1.BackGround = null; - this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResult1.LineSpacing = 0F; - this.labelResult1.Location = new System.Drawing.Point(89, 232); - this.labelResult1.Name = "labelResult1"; - this.labelResult1.OverlapOptimize = true; - this.labelResult1.PasswordChar = '\0'; - this.labelResult1.Radius = 3; - this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult1.Size = new System.Drawing.Size(100, 20); - this.labelResult1.TabIndex = 18; - this.labelResult1.Text = "정상"; - this.labelResult1.TextColor = System.Drawing.Color.Green; - this.labelResult1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult1.Wordwrap = false; - // // smartLabel12 // this.smartLabel12.BackGround = this.smartGroupBox1; @@ -1410,7 +914,7 @@ this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(3, 232); + this.smartLabel12.Location = new System.Drawing.Point(3, 230); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -1418,35 +922,35 @@ this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel12.Size = new System.Drawing.Size(80, 20); this.smartLabel12.TabIndex = 17; - this.smartLabel12.Text = "판정"; + this.smartLabel12.Text = "work"; this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel12.Wordwrap = false; // - // labelStDev1 + // labelDiffSecDiff1 // - this.labelStDev1.BackGround = null; - this.labelStDev1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev1.LineSpacing = 0F; - this.labelStDev1.Location = new System.Drawing.Point(89, 198); - this.labelStDev1.Name = "labelStDev1"; - this.labelStDev1.OverlapOptimize = true; - this.labelStDev1.PasswordChar = '\0'; - this.labelStDev1.Radius = 3; - this.labelStDev1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev1.Size = new System.Drawing.Size(100, 20); - this.labelStDev1.TabIndex = 16; - this.labelStDev1.Text = "0.0023"; - this.labelStDev1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev1.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev1.Wordwrap = false; + this.labelDiffSecDiff1.BackGround = null; + this.labelDiffSecDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff1.LineSpacing = 0F; + this.labelDiffSecDiff1.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff1.Name = "labelDiffSecDiff1"; + this.labelDiffSecDiff1.OverlapOptimize = true; + this.labelDiffSecDiff1.PasswordChar = '\0'; + this.labelDiffSecDiff1.Radius = 3; + this.labelDiffSecDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff1.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff1.TabIndex = 16; + this.labelDiffSecDiff1.Text = "0.0023"; + this.labelDiffSecDiff1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff1.Wordwrap = false; // // smartLabel8 // @@ -1456,7 +960,7 @@ 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(3, 198); + this.smartLabel8.Location = new System.Drawing.Point(3, 194); this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.OverlapOptimize = true; this.smartLabel8.PasswordChar = '\0'; @@ -1464,35 +968,35 @@ this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel8.Size = new System.Drawing.Size(80, 20); this.smartLabel8.TabIndex = 15; - this.smartLabel8.Text = "감도"; + this.smartLabel8.Text = "SecDiff"; 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.Middle; this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel8.Wordwrap = false; // - // labelMaxValue1 + // labelDispMData1 // - this.labelMaxValue1.BackGround = null; - this.labelMaxValue1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue1.LineSpacing = 0F; - this.labelMaxValue1.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue1.Name = "labelMaxValue1"; - this.labelMaxValue1.OverlapOptimize = true; - this.labelMaxValue1.PasswordChar = '\0'; - this.labelMaxValue1.Radius = 3; - this.labelMaxValue1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue1.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue1.TabIndex = 14; - this.labelMaxValue1.Text = "9.2354"; - this.labelMaxValue1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue1.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue1.Wordwrap = false; + this.labelDispMData1.BackGround = null; + this.labelDispMData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData1.LineSpacing = 0F; + this.labelDispMData1.Location = new System.Drawing.Point(89, 138); + 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(100, 20); + this.labelDispMData1.TabIndex = 14; + this.labelDispMData1.Text = "9.2354"; + this.labelDispMData1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData1.Wordwrap = false; // // smartLabel6 // @@ -1502,7 +1006,7 @@ 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(3, 176); + this.smartLabel6.Location = new System.Drawing.Point(3, 138); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -1510,7 +1014,7 @@ this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel6.Size = new System.Drawing.Size(80, 20); this.smartLabel6.TabIndex = 13; - this.smartLabel6.Text = "최대값"; + this.smartLabel6.Text = "MData"; 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.Middle; @@ -1540,28 +1044,28 @@ this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel61.Wordwrap = false; // - // labelCurrentValue1 + // labelDispRData1 // - this.labelCurrentValue1.BackGround = null; - this.labelCurrentValue1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue1.LineSpacing = 0F; - this.labelCurrentValue1.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue1.Name = "labelCurrentValue1"; - this.labelCurrentValue1.OverlapOptimize = true; - this.labelCurrentValue1.PasswordChar = '\0'; - this.labelCurrentValue1.Radius = 3; - this.labelCurrentValue1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue1.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue1.TabIndex = 12; - this.labelCurrentValue1.Text = "-9.23 / -10.00"; - this.labelCurrentValue1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue1.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue1.Wordwrap = false; + this.labelDispRData1.BackGround = null; + this.labelDispRData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData1.LineSpacing = 0F; + this.labelDispRData1.Location = new System.Drawing.Point(89, 116); + 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(100, 20); + this.labelDispRData1.TabIndex = 12; + this.labelDispRData1.Text = "-9.23 / -10.00"; + this.labelDispRData1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData1.Wordwrap = false; // // smartLabel3 // @@ -1571,7 +1075,7 @@ 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(3, 154); + this.smartLabel3.Location = new System.Drawing.Point(3, 116); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -1579,55 +1083,677 @@ this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel3.Size = new System.Drawing.Size(80, 20); this.smartLabel3.TabIndex = 12; - this.smartLabel3.Text = "현재값"; + this.smartLabel3.Text = "RData"; 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.Middle; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // - // smartDraw1 + // smartSeparatorLine3 // - this.smartDraw1.BackGround = null; - this.smartDraw1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw1.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw1.Chart.ChartDrawStep = 1; - this.smartDraw1.Chart.ChartHeight = 102; - this.smartDraw1.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw1.Chart.ChartWidth = 192; - this.smartDraw1.Chart.OriginX = 0; - this.smartDraw1.Chart.OriginY = 102; - this.smartDraw1.Chart.XIncrement = 1; - this.smartDraw1.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw1.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw1.Location = new System.Drawing.Point(3, 42); - this.smartDraw1.Name = "smartDraw1"; - this.smartDraw1.OverlapOptimize = false; - this.smartDraw1.Size = new System.Drawing.Size(192, 102); - this.smartDraw1.TabIndex = 11; - this.smartDraw1.Text = "smartDraw1"; - this.smartDraw1.Click += new System.EventHandler(this.smartDraw1_Click); + this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine3.Line1Width = 1F; + this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine3.Line2Width = 1F; + this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine3.Name = "smartSeparatorLine3"; + this.smartSeparatorLine3.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine3.TabIndex = 38; + this.smartSeparatorLine3.Text = "smartSeparatorLine3"; + // + // smartSeparatorLine23 + // + this.smartSeparatorLine23.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine23.Line1Width = 1F; + this.smartSeparatorLine23.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine23.Line2Width = 1F; + this.smartSeparatorLine23.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine23.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine23.Name = "smartSeparatorLine23"; + this.smartSeparatorLine23.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine23.TabIndex = 37; + this.smartSeparatorLine23.Text = "smartSeparatorLine23"; + // + // labelPressureMaster3 + // + this.labelPressureMaster3.BackGround = null; + this.labelPressureMaster3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster3.LineSpacing = 0F; + this.labelPressureMaster3.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster3.Name = "labelPressureMaster3"; + this.labelPressureMaster3.OverlapOptimize = true; + this.labelPressureMaster3.PasswordChar = '\0'; + this.labelPressureMaster3.Radius = 3; + this.labelPressureMaster3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster3.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster3.TabIndex = 36; + this.labelPressureMaster3.Text = "0.0023"; + this.labelPressureMaster3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster3.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster3.Wordwrap = false; + // + // smartLabel25 + // + this.smartLabel25.BackGround = this.smartGroupBox1; + this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel25.LineSpacing = 0F; + this.smartLabel25.Location = new System.Drawing.Point(3, 252); + this.smartLabel25.Name = "smartLabel25"; + this.smartLabel25.OverlapOptimize = true; + this.smartLabel25.PasswordChar = '\0'; + this.smartLabel25.Radius = 3; + this.smartLabel25.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel25.Size = new System.Drawing.Size(80, 20); + this.smartLabel25.TabIndex = 35; + this.smartLabel25.Text = "master"; + this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel25.Wordwrap = false; + // + // smartLabel26 + // + this.smartLabel26.BackGround = this.smartGroupBox1; + this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel26.LineSpacing = 0F; + this.smartLabel26.Location = new System.Drawing.Point(3, 230); + this.smartLabel26.Name = "smartLabel26"; + this.smartLabel26.OverlapOptimize = true; + this.smartLabel26.PasswordChar = '\0'; + this.smartLabel26.Radius = 3; + this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel26.Size = new System.Drawing.Size(80, 20); + this.smartLabel26.TabIndex = 34; + this.smartLabel26.Text = "work"; + this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel26.Wordwrap = false; + // + // labelDiffSecDiff3 + // + this.labelDiffSecDiff3.BackGround = null; + this.labelDiffSecDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff3.LineSpacing = 0F; + this.labelDiffSecDiff3.Location = new System.Drawing.Point(89, 194); + 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(100, 20); + this.labelDiffSecDiff3.TabIndex = 33; + this.labelDiffSecDiff3.Text = "0.0023"; + this.labelDiffSecDiff3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff3.Wordwrap = false; + // + // smartLabel28 + // + this.smartLabel28.BackGround = this.smartGroupBox1; + this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel28.LineSpacing = 0F; + this.smartLabel28.Location = new System.Drawing.Point(3, 194); + this.smartLabel28.Name = "smartLabel28"; + this.smartLabel28.OverlapOptimize = true; + 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.TabIndex = 32; + this.smartLabel28.Text = "SecDiff"; + this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel28.Wordwrap = false; + // + // labelDispMData3 + // + this.labelDispMData3.BackGround = null; + this.labelDispMData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData3.LineSpacing = 0F; + this.labelDispMData3.Location = new System.Drawing.Point(89, 138); + 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(100, 20); + this.labelDispMData3.TabIndex = 31; + this.labelDispMData3.Text = "9.2354"; + this.labelDispMData3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData3.Wordwrap = false; + // + // smartLabel30 + // + this.smartLabel30.BackGround = this.smartGroupBox1; + this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel30.LineSpacing = 0F; + this.smartLabel30.Location = new System.Drawing.Point(3, 138); + this.smartLabel30.Name = "smartLabel30"; + this.smartLabel30.OverlapOptimize = true; + this.smartLabel30.PasswordChar = '\0'; + this.smartLabel30.Radius = 3; + this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel30.Size = new System.Drawing.Size(80, 20); + this.smartLabel30.TabIndex = 30; + this.smartLabel30.Text = "MData"; + this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel30.Wordwrap = false; + // + // labelDispRData3 + // + this.labelDispRData3.BackGround = null; + this.labelDispRData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData3.LineSpacing = 0F; + this.labelDispRData3.Location = new System.Drawing.Point(89, 116); + 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(100, 20); + this.labelDispRData3.TabIndex = 28; + this.labelDispRData3.Text = "-9.23 / -10.00"; + this.labelDispRData3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData3.Wordwrap = false; + // + // smartLabel32 + // + this.smartLabel32.BackGround = this.smartGroupBox1; + this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 116); + this.smartLabel32.Name = "smartLabel32"; + this.smartLabel32.OverlapOptimize = true; + this.smartLabel32.PasswordChar = '\0'; + this.smartLabel32.Radius = 3; + this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel32.Size = new System.Drawing.Size(80, 20); + this.smartLabel32.TabIndex = 29; + this.smartLabel32.Text = "RData"; + this.smartLabel32.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel32.Wordwrap = false; + // + // smartSeparatorLine13 + // + this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine13.Line1Width = 1F; + this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine13.Line2Width = 1F; + this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine13.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine13.Name = "smartSeparatorLine13"; + this.smartSeparatorLine13.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine13.TabIndex = 25; + this.smartSeparatorLine13.Text = "smartSeparatorLine13"; + // + // labelResult3 + // + this.labelResult3.BackGround = null; + this.labelResult3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelResult3.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.labelResult3.LineSpacing = 0F; + this.labelResult3.Location = new System.Drawing.Point(3, 42); + this.labelResult3.Name = "labelResult3"; + this.labelResult3.OverlapOptimize = true; + this.labelResult3.PasswordChar = '\0'; + this.labelResult3.Radius = 3; + this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelResult3.Size = new System.Drawing.Size(192, 60); + this.labelResult3.TabIndex = 24; + this.labelResult3.Text = "제품 없음"; + this.labelResult3.TextColor = System.Drawing.Color.Black; + this.labelResult3.TextColorDisable = System.Drawing.Color.Gray; + this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelResult3.Visible = false; + this.labelResult3.Wordwrap = false; + // + // smartGroupBox5 + // + this.smartGroupBox5.BackGround = null; + this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox5.BackImage = null; + this.smartGroupBox5.Controls.Add(this.labelPressureWork4); + this.smartGroupBox5.Controls.Add(this.labelDiffMadc4); + this.smartGroupBox5.Controls.Add(this.smartLabel35); + this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4); + this.smartGroupBox5.Controls.Add(this.smartSeparatorLine5); + this.smartGroupBox5.Controls.Add(this.labelPressureMaster4); + this.smartGroupBox5.Controls.Add(this.smartLabel37); + this.smartGroupBox5.Controls.Add(this.smartLabel38); + this.smartGroupBox5.Controls.Add(this.labelDiffSecDiff4); + this.smartGroupBox5.Controls.Add(this.smartLabel40); + this.smartGroupBox5.Controls.Add(this.labelDispMData4); + this.smartGroupBox5.Controls.Add(this.smartLabel42); + this.smartGroupBox5.Controls.Add(this.labelDispRData4); + this.smartGroupBox5.Controls.Add(this.smartLabel44); + this.smartGroupBox5.Controls.Add(this.smartSeparatorLine14); + this.smartGroupBox5.Controls.Add(this.labelResult4); + this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox5.FrameLineThickness = 2; + this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox5.HeaderHeightOffset = 12; + this.smartGroupBox5.Location = new System.Drawing.Point(618, 119); + this.smartGroupBox5.Name = "smartGroupBox5"; + this.smartGroupBox5.RoundRadius = 5; + this.smartGroupBox5.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox5.TabIndex = 40; + this.smartGroupBox5.Text = "Lane 4"; + this.smartGroupBox5.TextColor = System.Drawing.Color.White; + // + // labelPressureWork4 + // + this.labelPressureWork4.BackGround = null; + this.labelPressureWork4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork4.LineSpacing = 0F; + this.labelPressureWork4.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork4.Name = "labelPressureWork4"; + this.labelPressureWork4.OverlapOptimize = true; + this.labelPressureWork4.PasswordChar = '\0'; + this.labelPressureWork4.Radius = 3; + this.labelPressureWork4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork4.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork4.TabIndex = 41; + this.labelPressureWork4.Text = "0.0023"; + this.labelPressureWork4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork4.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork4.Wordwrap = false; + // + // labelDiffMadc4 + // + this.labelDiffMadc4.BackGround = null; + this.labelDiffMadc4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc4.LineSpacing = 0F; + this.labelDiffMadc4.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc4.Name = "labelDiffMadc4"; + this.labelDiffMadc4.OverlapOptimize = true; + this.labelDiffMadc4.PasswordChar = '\0'; + this.labelDiffMadc4.Radius = 3; + this.labelDiffMadc4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc4.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc4.TabIndex = 40; + this.labelDiffMadc4.Text = "0.0023"; + this.labelDiffMadc4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc4.Wordwrap = false; + // + // smartLabel35 + // + this.smartLabel35.BackGround = this.smartGroupBox1; + this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel35.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel35.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel35.LineSpacing = 0F; + this.smartLabel35.Location = new System.Drawing.Point(3, 172); + this.smartLabel35.Name = "smartLabel35"; + this.smartLabel35.OverlapOptimize = true; + this.smartLabel35.PasswordChar = '\0'; + this.smartLabel35.Radius = 3; + this.smartLabel35.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel35.Size = new System.Drawing.Size(80, 20); + this.smartLabel35.TabIndex = 39; + this.smartLabel35.Text = "MAdc"; + this.smartLabel35.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel35.Wordwrap = false; + // + // smartSeparatorLine4 + // + this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine4.Line1Width = 1F; + this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine4.Line2Width = 1F; + this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine4.Name = "smartSeparatorLine4"; + this.smartSeparatorLine4.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine4.TabIndex = 38; + this.smartSeparatorLine4.Text = "smartSeparatorLine4"; + // + // smartSeparatorLine5 + // + this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine5.Line1Width = 1F; + this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine5.Line2Width = 1F; + this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine5.Name = "smartSeparatorLine5"; + this.smartSeparatorLine5.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine5.TabIndex = 37; + this.smartSeparatorLine5.Text = "smartSeparatorLine5"; + // + // labelPressureMaster4 + // + this.labelPressureMaster4.BackGround = null; + this.labelPressureMaster4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(89, 252); + this.labelPressureMaster4.Name = "labelPressureMaster4"; + this.labelPressureMaster4.OverlapOptimize = true; + this.labelPressureMaster4.PasswordChar = '\0'; + this.labelPressureMaster4.Radius = 3; + this.labelPressureMaster4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster4.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster4.TabIndex = 36; + this.labelPressureMaster4.Text = "0.0023"; + this.labelPressureMaster4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster4.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster4.Wordwrap = false; + // + // smartLabel37 + // + this.smartLabel37.BackGround = this.smartGroupBox1; + this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel37.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 252); + this.smartLabel37.Name = "smartLabel37"; + this.smartLabel37.OverlapOptimize = true; + this.smartLabel37.PasswordChar = '\0'; + this.smartLabel37.Radius = 3; + this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel37.Size = new System.Drawing.Size(80, 20); + this.smartLabel37.TabIndex = 35; + this.smartLabel37.Text = "master"; + this.smartLabel37.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel37.Wordwrap = false; + // + // smartLabel38 + // + this.smartLabel38.BackGround = this.smartGroupBox1; + this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel38.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel38.LineSpacing = 0F; + this.smartLabel38.Location = new System.Drawing.Point(3, 230); + this.smartLabel38.Name = "smartLabel38"; + this.smartLabel38.OverlapOptimize = true; + this.smartLabel38.PasswordChar = '\0'; + this.smartLabel38.Radius = 3; + this.smartLabel38.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel38.Size = new System.Drawing.Size(80, 20); + this.smartLabel38.TabIndex = 34; + this.smartLabel38.Text = "work"; + this.smartLabel38.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel38.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel38.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel38.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel38.Wordwrap = false; + // + // labelDiffSecDiff4 + // + this.labelDiffSecDiff4.BackGround = null; + this.labelDiffSecDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff4.LineSpacing = 0F; + this.labelDiffSecDiff4.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff4.Name = "labelDiffSecDiff4"; + this.labelDiffSecDiff4.OverlapOptimize = true; + this.labelDiffSecDiff4.PasswordChar = '\0'; + this.labelDiffSecDiff4.Radius = 3; + this.labelDiffSecDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff4.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff4.TabIndex = 33; + this.labelDiffSecDiff4.Text = "0.0023"; + this.labelDiffSecDiff4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff4.Wordwrap = false; + // + // smartLabel40 + // + this.smartLabel40.BackGround = this.smartGroupBox1; + this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel40.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel40.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel40.LineSpacing = 0F; + this.smartLabel40.Location = new System.Drawing.Point(3, 194); + this.smartLabel40.Name = "smartLabel40"; + this.smartLabel40.OverlapOptimize = true; + this.smartLabel40.PasswordChar = '\0'; + this.smartLabel40.Radius = 3; + this.smartLabel40.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel40.Size = new System.Drawing.Size(80, 20); + this.smartLabel40.TabIndex = 32; + this.smartLabel40.Text = "SecDiff"; + this.smartLabel40.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel40.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel40.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel40.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel40.Wordwrap = false; + // + // labelDispMData4 + // + this.labelDispMData4.BackGround = null; + this.labelDispMData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData4.LineSpacing = 0F; + this.labelDispMData4.Location = new System.Drawing.Point(89, 138); + this.labelDispMData4.Name = "labelDispMData4"; + this.labelDispMData4.OverlapOptimize = true; + this.labelDispMData4.PasswordChar = '\0'; + this.labelDispMData4.Radius = 3; + this.labelDispMData4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData4.Size = new System.Drawing.Size(100, 20); + this.labelDispMData4.TabIndex = 31; + this.labelDispMData4.Text = "9.2354"; + this.labelDispMData4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData4.Wordwrap = false; + // + // smartLabel42 + // + this.smartLabel42.BackGround = this.smartGroupBox1; + this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel42.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 138); + this.smartLabel42.Name = "smartLabel42"; + this.smartLabel42.OverlapOptimize = true; + this.smartLabel42.PasswordChar = '\0'; + this.smartLabel42.Radius = 3; + this.smartLabel42.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel42.Size = new System.Drawing.Size(80, 20); + this.smartLabel42.TabIndex = 30; + this.smartLabel42.Text = "MData"; + this.smartLabel42.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel42.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel42.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel42.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel42.Wordwrap = false; + // + // labelDispRData4 + // + this.labelDispRData4.BackGround = null; + this.labelDispRData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData4.LineSpacing = 0F; + this.labelDispRData4.Location = new System.Drawing.Point(89, 116); + this.labelDispRData4.Name = "labelDispRData4"; + this.labelDispRData4.OverlapOptimize = true; + this.labelDispRData4.PasswordChar = '\0'; + this.labelDispRData4.Radius = 3; + this.labelDispRData4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData4.Size = new System.Drawing.Size(100, 20); + this.labelDispRData4.TabIndex = 28; + this.labelDispRData4.Text = "-9.23 / -10.00"; + this.labelDispRData4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData4.Wordwrap = false; + // + // smartLabel44 + // + this.smartLabel44.BackGround = this.smartGroupBox1; + this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel44.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 116); + this.smartLabel44.Name = "smartLabel44"; + this.smartLabel44.OverlapOptimize = true; + this.smartLabel44.PasswordChar = '\0'; + this.smartLabel44.Radius = 3; + this.smartLabel44.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel44.Size = new System.Drawing.Size(80, 20); + this.smartLabel44.TabIndex = 29; + this.smartLabel44.Text = "RData"; + this.smartLabel44.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel44.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel44.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel44.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel44.Wordwrap = false; + // + // smartSeparatorLine14 + // + this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine14.Line1Width = 1F; + this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine14.Line2Width = 1F; + this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine14.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine14.Name = "smartSeparatorLine14"; + this.smartSeparatorLine14.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine14.TabIndex = 25; + this.smartSeparatorLine14.Text = "smartSeparatorLine14"; + // + // labelResult4 + // + this.labelResult4.BackGround = null; + this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelResult4.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); + this.labelResult4.LineSpacing = 0F; + this.labelResult4.Location = new System.Drawing.Point(3, 42); + this.labelResult4.Name = "labelResult4"; + this.labelResult4.OverlapOptimize = true; + this.labelResult4.PasswordChar = '\0'; + this.labelResult4.Radius = 3; + this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelResult4.Size = new System.Drawing.Size(192, 60); + this.labelResult4.TabIndex = 24; + this.labelResult4.Text = "오류"; + this.labelResult4.TextColor = System.Drawing.Color.Black; + this.labelResult4.TextColorDisable = System.Drawing.Color.Gray; + this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelResult4.Visible = false; + this.labelResult4.Wordwrap = false; // // smartGroupBox3 // this.smartGroupBox3.BackGround = null; this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox3.BackImage = null; - this.smartGroupBox3.Controls.Add(this.smartSeparatorLine12); + this.smartGroupBox3.Controls.Add(this.labelPressureWork2); + this.smartGroupBox3.Controls.Add(this.labelDiffMadc2); + this.smartGroupBox3.Controls.Add(this.smartLabel9); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2); - this.smartGroupBox3.Controls.Add(this.labelResult2_1); - this.smartGroupBox3.Controls.Add(this.labelResultSD2); + this.smartGroupBox3.Controls.Add(this.smartSeparatorLine22); + this.smartGroupBox3.Controls.Add(this.labelPressureMaster2); + this.smartGroupBox3.Controls.Add(this.smartLabel13); this.smartGroupBox3.Controls.Add(this.smartLabel14); - this.smartGroupBox3.Controls.Add(this.labelResult2); + this.smartGroupBox3.Controls.Add(this.labelDiffSecDiff2); this.smartGroupBox3.Controls.Add(this.smartLabel16); - this.smartGroupBox3.Controls.Add(this.labelStDev2); + this.smartGroupBox3.Controls.Add(this.labelDispMData2); this.smartGroupBox3.Controls.Add(this.smartLabel18); - this.smartGroupBox3.Controls.Add(this.labelMaxValue2); + this.smartGroupBox3.Controls.Add(this.labelDispRData2); this.smartGroupBox3.Controls.Add(this.smartLabel20); - this.smartGroupBox3.Controls.Add(this.labelCurrentValue2); - this.smartGroupBox3.Controls.Add(this.smartLabel22); - this.smartGroupBox3.Controls.Add(this.smartDraw2); + this.smartGroupBox3.Controls.Add(this.smartSeparatorLine12); + this.smartGroupBox3.Controls.Add(this.labelResult2); this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineThickness = 2; @@ -1641,18 +1767,74 @@ this.smartGroupBox3.Text = "Lane 2"; this.smartGroupBox3.TextColor = System.Drawing.Color.White; // - // smartSeparatorLine12 + // labelPressureWork2 // - this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine12.Line1Width = 1F; - this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine12.Line2Width = 1F; - this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine12.Location = new System.Drawing.Point(9, 146); - this.smartSeparatorLine12.Name = "smartSeparatorLine12"; - this.smartSeparatorLine12.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine12.TabIndex = 25; - this.smartSeparatorLine12.Text = "smartSeparatorLine12"; + this.labelPressureWork2.BackGround = null; + this.labelPressureWork2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork2.LineSpacing = 0F; + this.labelPressureWork2.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork2.Name = "labelPressureWork2"; + this.labelPressureWork2.OverlapOptimize = true; + this.labelPressureWork2.PasswordChar = '\0'; + this.labelPressureWork2.Radius = 3; + this.labelPressureWork2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork2.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork2.TabIndex = 41; + this.labelPressureWork2.Text = "0.0023"; + this.labelPressureWork2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork2.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork2.Wordwrap = false; + // + // labelDiffMadc2 + // + this.labelDiffMadc2.BackGround = null; + this.labelDiffMadc2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc2.LineSpacing = 0F; + this.labelDiffMadc2.Location = new System.Drawing.Point(89, 172); + 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(100, 20); + this.labelDiffMadc2.TabIndex = 40; + this.labelDiffMadc2.Text = "0.0023"; + this.labelDiffMadc2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc2.Wordwrap = false; + // + // smartLabel9 + // + this.smartLabel9.BackGround = this.smartGroupBox1; + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(3, 172); + 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(80, 20); + this.smartLabel9.TabIndex = 39; + this.smartLabel9.Text = "MAdc"; + 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.Middle; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel9.Wordwrap = false; // // smartSeparatorLine2 // @@ -1661,308 +1843,290 @@ this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine2.Line2Width = 1F; this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 224); + this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 164); this.smartSeparatorLine2.Name = "smartSeparatorLine2"; this.smartSeparatorLine2.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine2.TabIndex = 21; + this.smartSeparatorLine2.TabIndex = 38; this.smartSeparatorLine2.Text = "smartSeparatorLine2"; // - // labelResult2_1 + // smartSeparatorLine22 // - this.labelResult2_1.BackGround = null; - this.labelResult2_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult2_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult2_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult2_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); - this.labelResult2_1.LineSpacing = 0F; - this.labelResult2_1.Location = new System.Drawing.Point(3, 42); - this.labelResult2_1.Name = "labelResult2_1"; - this.labelResult2_1.OverlapOptimize = true; - this.labelResult2_1.PasswordChar = '\0'; - this.labelResult2_1.Radius = 3; - this.labelResult2_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult2_1.Size = new System.Drawing.Size(192, 98); - this.labelResult2_1.TabIndex = 24; - this.labelResult2_1.Text = "-"; - this.labelResult2_1.TextColor = System.Drawing.Color.Black; - this.labelResult2_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult2_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult2_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult2_1.Visible = false; - this.labelResult2_1.Wordwrap = false; + this.smartSeparatorLine22.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine22.Line1Width = 1F; + this.smartSeparatorLine22.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine22.Line2Width = 1F; + this.smartSeparatorLine22.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine22.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine22.Name = "smartSeparatorLine22"; + this.smartSeparatorLine22.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine22.TabIndex = 37; + this.smartSeparatorLine22.Text = "smartSeparatorLine22"; // - // labelResultSD2 + // labelPressureMaster2 // - this.labelResultSD2.BackGround = null; - this.labelResultSD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD2.LineSpacing = 0F; - this.labelResultSD2.Location = new System.Drawing.Point(89, 254); - this.labelResultSD2.Name = "labelResultSD2"; - this.labelResultSD2.OverlapOptimize = true; - this.labelResultSD2.PasswordChar = '\0'; - this.labelResultSD2.Radius = 3; - this.labelResultSD2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD2.Size = new System.Drawing.Size(100, 20); - this.labelResultSD2.TabIndex = 20; - this.labelResultSD2.Text = "0.0235"; - this.labelResultSD2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD2.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD2.Wordwrap = false; + this.labelPressureMaster2.BackGround = null; + this.labelPressureMaster2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster2.LineSpacing = 0F; + this.labelPressureMaster2.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster2.Name = "labelPressureMaster2"; + this.labelPressureMaster2.OverlapOptimize = true; + this.labelPressureMaster2.PasswordChar = '\0'; + this.labelPressureMaster2.Radius = 3; + this.labelPressureMaster2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster2.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster2.TabIndex = 36; + this.labelPressureMaster2.Text = "0.0023"; + this.labelPressureMaster2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster2.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster2.Wordwrap = false; + // + // smartLabel13 + // + this.smartLabel13.BackGround = this.smartGroupBox1; + this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel13.LineSpacing = 0F; + this.smartLabel13.Location = new System.Drawing.Point(3, 252); + 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(80, 20); + this.smartLabel13.TabIndex = 35; + this.smartLabel13.Text = "master"; + 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.Middle; + this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel13.Wordwrap = false; // // smartLabel14 // - this.smartLabel14.BackGround = this.smartGroupBox3; + this.smartLabel14.BackGround = this.smartGroupBox1; this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(3, 254); + this.smartLabel14.Location = new System.Drawing.Point(3, 230); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; this.smartLabel14.Radius = 3; this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel14.Size = new System.Drawing.Size(80, 20); - this.smartLabel14.TabIndex = 19; - this.smartLabel14.Text = "감도"; + this.smartLabel14.TabIndex = 34; + this.smartLabel14.Text = "work"; this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel14.Wordwrap = false; // + // labelDiffSecDiff2 + // + this.labelDiffSecDiff2.BackGround = null; + this.labelDiffSecDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff2.LineSpacing = 0F; + this.labelDiffSecDiff2.Location = new System.Drawing.Point(89, 194); + 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(100, 20); + this.labelDiffSecDiff2.TabIndex = 33; + this.labelDiffSecDiff2.Text = "0.0023"; + this.labelDiffSecDiff2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff2.Wordwrap = false; + // + // smartLabel16 + // + this.smartLabel16.BackGround = this.smartGroupBox1; + this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel16.LineSpacing = 0F; + this.smartLabel16.Location = new System.Drawing.Point(3, 194); + 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(80, 20); + this.smartLabel16.TabIndex = 32; + this.smartLabel16.Text = "SecDiff"; + 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.Middle; + this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel16.Wordwrap = false; + // + // labelDispMData2 + // + this.labelDispMData2.BackGround = null; + this.labelDispMData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData2.LineSpacing = 0F; + this.labelDispMData2.Location = new System.Drawing.Point(89, 138); + 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(100, 20); + this.labelDispMData2.TabIndex = 31; + this.labelDispMData2.Text = "9.2354"; + this.labelDispMData2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData2.Wordwrap = false; + // + // smartLabel18 + // + this.smartLabel18.BackGround = this.smartGroupBox1; + this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 138); + this.smartLabel18.Name = "smartLabel18"; + this.smartLabel18.OverlapOptimize = true; + this.smartLabel18.PasswordChar = '\0'; + this.smartLabel18.Radius = 3; + this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel18.Size = new System.Drawing.Size(80, 20); + this.smartLabel18.TabIndex = 30; + this.smartLabel18.Text = "MData"; + this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel18.Wordwrap = false; + // + // labelDispRData2 + // + this.labelDispRData2.BackGround = null; + this.labelDispRData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData2.LineSpacing = 0F; + this.labelDispRData2.Location = new System.Drawing.Point(89, 116); + 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(100, 20); + this.labelDispRData2.TabIndex = 28; + this.labelDispRData2.Text = "-9.23 / -10.00"; + this.labelDispRData2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData2.Wordwrap = false; + // + // smartLabel20 + // + this.smartLabel20.BackGround = this.smartGroupBox1; + this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel20.LineSpacing = 0F; + this.smartLabel20.Location = new System.Drawing.Point(3, 116); + this.smartLabel20.Name = "smartLabel20"; + this.smartLabel20.OverlapOptimize = true; + this.smartLabel20.PasswordChar = '\0'; + this.smartLabel20.Radius = 3; + this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel20.Size = new System.Drawing.Size(80, 20); + this.smartLabel20.TabIndex = 29; + this.smartLabel20.Text = "RData"; + this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel20.Wordwrap = false; + // + // smartSeparatorLine12 + // + this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine12.Line1Width = 1F; + this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine12.Line2Width = 1F; + this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine12.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine12.Name = "smartSeparatorLine12"; + this.smartSeparatorLine12.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine12.TabIndex = 25; + this.smartSeparatorLine12.Text = "smartSeparatorLine12"; + // // labelResult2 // this.labelResult2.BackGround = null; this.labelResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult2.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); this.labelResult2.LineSpacing = 0F; - this.labelResult2.Location = new System.Drawing.Point(89, 232); + this.labelResult2.Location = new System.Drawing.Point(3, 42); this.labelResult2.Name = "labelResult2"; this.labelResult2.OverlapOptimize = true; this.labelResult2.PasswordChar = '\0'; this.labelResult2.Radius = 3; this.labelResult2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult2.Size = new System.Drawing.Size(100, 20); - this.labelResult2.TabIndex = 18; - this.labelResult2.Text = "리크"; - this.labelResult2.TextColor = System.Drawing.Color.Red; + this.labelResult2.Size = new System.Drawing.Size(192, 60); + this.labelResult2.TabIndex = 24; + this.labelResult2.Text = "-"; + this.labelResult2.TextColor = System.Drawing.Color.Black; this.labelResult2.TextColorDisable = System.Drawing.Color.Gray; this.labelResult2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelResult2.Visible = false; this.labelResult2.Wordwrap = false; // - // smartLabel16 - // - this.smartLabel16.BackGround = this.smartGroupBox3; - this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(3, 232); - 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(80, 20); - this.smartLabel16.TabIndex = 17; - this.smartLabel16.Text = "판정"; - 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.Middle; - this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel16.Wordwrap = false; - // - // labelStDev2 - // - this.labelStDev2.BackGround = null; - this.labelStDev2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev2.LineSpacing = 0F; - this.labelStDev2.Location = new System.Drawing.Point(89, 198); - this.labelStDev2.Name = "labelStDev2"; - this.labelStDev2.OverlapOptimize = true; - this.labelStDev2.PasswordChar = '\0'; - this.labelStDev2.Radius = 3; - this.labelStDev2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev2.Size = new System.Drawing.Size(100, 20); - this.labelStDev2.TabIndex = 16; - this.labelStDev2.Text = "0.0235"; - this.labelStDev2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev2.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev2.Wordwrap = false; - // - // smartLabel18 - // - this.smartLabel18.BackGround = this.smartGroupBox3; - this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 198); - this.smartLabel18.Name = "smartLabel18"; - this.smartLabel18.OverlapOptimize = true; - this.smartLabel18.PasswordChar = '\0'; - this.smartLabel18.Radius = 3; - this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel18.Size = new System.Drawing.Size(80, 20); - this.smartLabel18.TabIndex = 15; - this.smartLabel18.Text = "감도"; - this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel18.Wordwrap = false; - // - // labelMaxValue2 - // - this.labelMaxValue2.BackGround = null; - this.labelMaxValue2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue2.LineSpacing = 0F; - this.labelMaxValue2.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue2.Name = "labelMaxValue2"; - this.labelMaxValue2.OverlapOptimize = true; - this.labelMaxValue2.PasswordChar = '\0'; - this.labelMaxValue2.Radius = 3; - this.labelMaxValue2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue2.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue2.TabIndex = 14; - this.labelMaxValue2.Text = "9.3542"; - this.labelMaxValue2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue2.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue2.Wordwrap = false; - // - // smartLabel20 - // - this.smartLabel20.BackGround = this.smartGroupBox3; - this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(3, 176); - this.smartLabel20.Name = "smartLabel20"; - this.smartLabel20.OverlapOptimize = true; - this.smartLabel20.PasswordChar = '\0'; - this.smartLabel20.Radius = 3; - this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel20.Size = new System.Drawing.Size(80, 20); - this.smartLabel20.TabIndex = 13; - this.smartLabel20.Text = "최대값"; - this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel20.Wordwrap = false; - // - // labelCurrentValue2 - // - this.labelCurrentValue2.BackGround = null; - this.labelCurrentValue2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue2.LineSpacing = 0F; - this.labelCurrentValue2.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue2.Name = "labelCurrentValue2"; - this.labelCurrentValue2.OverlapOptimize = true; - this.labelCurrentValue2.PasswordChar = '\0'; - this.labelCurrentValue2.Radius = 3; - this.labelCurrentValue2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue2.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue2.TabIndex = 12; - this.labelCurrentValue2.Text = "8.2563"; - this.labelCurrentValue2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue2.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue2.Wordwrap = false; - // - // smartLabel22 - // - this.smartLabel22.BackGround = this.smartGroupBox3; - this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 154); - this.smartLabel22.Name = "smartLabel22"; - this.smartLabel22.OverlapOptimize = true; - this.smartLabel22.PasswordChar = '\0'; - this.smartLabel22.Radius = 3; - this.smartLabel22.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel22.Size = new System.Drawing.Size(80, 20); - this.smartLabel22.TabIndex = 12; - this.smartLabel22.Text = "현재값"; - this.smartLabel22.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel22.Wordwrap = false; - // - // smartDraw2 - // - this.smartDraw2.BackGround = null; - this.smartDraw2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw2.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw2.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw2.Chart.ChartDrawStep = 1; - this.smartDraw2.Chart.ChartHeight = 0; - this.smartDraw2.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw2.Chart.ChartWidth = 0; - this.smartDraw2.Chart.OriginX = 30; - this.smartDraw2.Chart.OriginY = 20; - this.smartDraw2.Chart.XIncrement = 1; - this.smartDraw2.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw2.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw2.Location = new System.Drawing.Point(3, 42); - this.smartDraw2.Name = "smartDraw2"; - this.smartDraw2.OverlapOptimize = false; - this.smartDraw2.Size = new System.Drawing.Size(192, 102); - this.smartDraw2.TabIndex = 11; - this.smartDraw2.Text = "smartDraw2"; - this.smartDraw2.Click += new System.EventHandler(this.smartDraw2_Click); - // // smartGroupBox6 // this.smartGroupBox6.BackGround = null; this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox6.BackImage = null; - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine15); - this.smartGroupBox6.Controls.Add(this.labelResult5_1); - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine5); - this.smartGroupBox6.Controls.Add(this.labelResultSD5); - this.smartGroupBox6.Controls.Add(this.smartLabel44); - this.smartGroupBox6.Controls.Add(this.labelResult5); - this.smartGroupBox6.Controls.Add(this.smartLabel46); - this.smartGroupBox6.Controls.Add(this.labelStDev5); - this.smartGroupBox6.Controls.Add(this.smartLabel48); - this.smartGroupBox6.Controls.Add(this.labelMaxValue5); + this.smartGroupBox6.Controls.Add(this.labelPressureWork5); + this.smartGroupBox6.Controls.Add(this.labelDiffMadc5); + this.smartGroupBox6.Controls.Add(this.smartLabel47); + this.smartGroupBox6.Controls.Add(this.smartSeparatorLine6); + this.smartGroupBox6.Controls.Add(this.smartSeparatorLine7); + this.smartGroupBox6.Controls.Add(this.labelPressureMaster5); + this.smartGroupBox6.Controls.Add(this.smartLabel49); this.smartGroupBox6.Controls.Add(this.smartLabel50); - this.smartGroupBox6.Controls.Add(this.labelCurrentValue5); + this.smartGroupBox6.Controls.Add(this.labelDiffSecDiff5); this.smartGroupBox6.Controls.Add(this.smartLabel52); - this.smartGroupBox6.Controls.Add(this.smartDraw5); + this.smartGroupBox6.Controls.Add(this.labelDispMData5); + this.smartGroupBox6.Controls.Add(this.smartLabel54); + this.smartGroupBox6.Controls.Add(this.labelDispRData5); + this.smartGroupBox6.Controls.Add(this.smartLabel56); + this.smartGroupBox6.Controls.Add(this.smartSeparatorLine15); + this.smartGroupBox6.Controls.Add(this.labelResult5); this.smartGroupBox6.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox6.FrameLineThickness = 2; @@ -1976,6 +2140,308 @@ this.smartGroupBox6.Text = "Lane 5"; this.smartGroupBox6.TextColor = System.Drawing.Color.White; // + // labelPressureWork5 + // + this.labelPressureWork5.BackGround = null; + this.labelPressureWork5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork5.LineSpacing = 0F; + this.labelPressureWork5.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork5.Name = "labelPressureWork5"; + this.labelPressureWork5.OverlapOptimize = true; + this.labelPressureWork5.PasswordChar = '\0'; + this.labelPressureWork5.Radius = 3; + this.labelPressureWork5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork5.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork5.TabIndex = 41; + this.labelPressureWork5.Text = "0.0023"; + this.labelPressureWork5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork5.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork5.Wordwrap = false; + // + // labelDiffMadc5 + // + this.labelDiffMadc5.BackGround = null; + this.labelDiffMadc5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc5.LineSpacing = 0F; + this.labelDiffMadc5.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc5.Name = "labelDiffMadc5"; + this.labelDiffMadc5.OverlapOptimize = true; + this.labelDiffMadc5.PasswordChar = '\0'; + this.labelDiffMadc5.Radius = 3; + this.labelDiffMadc5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc5.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc5.TabIndex = 40; + this.labelDiffMadc5.Text = "0.0023"; + this.labelDiffMadc5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc5.Wordwrap = false; + // + // smartLabel47 + // + this.smartLabel47.BackGround = this.smartGroupBox1; + this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel47.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel47.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel47.LineSpacing = 0F; + this.smartLabel47.Location = new System.Drawing.Point(3, 172); + this.smartLabel47.Name = "smartLabel47"; + this.smartLabel47.OverlapOptimize = true; + this.smartLabel47.PasswordChar = '\0'; + this.smartLabel47.Radius = 3; + this.smartLabel47.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel47.Size = new System.Drawing.Size(80, 20); + this.smartLabel47.TabIndex = 39; + this.smartLabel47.Text = "MAdc"; + this.smartLabel47.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel47.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel47.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel47.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel47.Wordwrap = false; + // + // smartSeparatorLine6 + // + this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine6.Line1Width = 1F; + this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine6.Line2Width = 1F; + this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine6.Name = "smartSeparatorLine6"; + this.smartSeparatorLine6.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine6.TabIndex = 38; + this.smartSeparatorLine6.Text = "smartSeparatorLine6"; + // + // smartSeparatorLine7 + // + this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine7.Line1Width = 1F; + this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine7.Line2Width = 1F; + this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine7.Name = "smartSeparatorLine7"; + this.smartSeparatorLine7.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine7.TabIndex = 37; + this.smartSeparatorLine7.Text = "smartSeparatorLine7"; + // + // labelPressureMaster5 + // + this.labelPressureMaster5.BackGround = null; + this.labelPressureMaster5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(89, 252); + this.labelPressureMaster5.Name = "labelPressureMaster5"; + this.labelPressureMaster5.OverlapOptimize = true; + this.labelPressureMaster5.PasswordChar = '\0'; + this.labelPressureMaster5.Radius = 3; + this.labelPressureMaster5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster5.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster5.TabIndex = 36; + this.labelPressureMaster5.Text = "0.0023"; + this.labelPressureMaster5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster5.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster5.Wordwrap = false; + // + // smartLabel49 + // + this.smartLabel49.BackGround = this.smartGroupBox1; + this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 252); + this.smartLabel49.Name = "smartLabel49"; + this.smartLabel49.OverlapOptimize = true; + this.smartLabel49.PasswordChar = '\0'; + this.smartLabel49.Radius = 3; + this.smartLabel49.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel49.Size = new System.Drawing.Size(80, 20); + this.smartLabel49.TabIndex = 35; + this.smartLabel49.Text = "master"; + this.smartLabel49.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel49.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel49.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel49.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel49.Wordwrap = false; + // + // smartLabel50 + // + this.smartLabel50.BackGround = this.smartGroupBox1; + this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel50.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel50.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel50.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel50.LineSpacing = 0F; + this.smartLabel50.Location = new System.Drawing.Point(3, 230); + this.smartLabel50.Name = "smartLabel50"; + this.smartLabel50.OverlapOptimize = true; + this.smartLabel50.PasswordChar = '\0'; + this.smartLabel50.Radius = 3; + this.smartLabel50.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel50.Size = new System.Drawing.Size(80, 20); + this.smartLabel50.TabIndex = 34; + this.smartLabel50.Text = "work"; + this.smartLabel50.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel50.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel50.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel50.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel50.Wordwrap = false; + // + // labelDiffSecDiff5 + // + this.labelDiffSecDiff5.BackGround = null; + this.labelDiffSecDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff5.LineSpacing = 0F; + this.labelDiffSecDiff5.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff5.Name = "labelDiffSecDiff5"; + this.labelDiffSecDiff5.OverlapOptimize = true; + this.labelDiffSecDiff5.PasswordChar = '\0'; + this.labelDiffSecDiff5.Radius = 3; + this.labelDiffSecDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff5.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff5.TabIndex = 33; + this.labelDiffSecDiff5.Text = "0.0023"; + this.labelDiffSecDiff5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff5.Wordwrap = false; + // + // smartLabel52 + // + this.smartLabel52.BackGround = this.smartGroupBox1; + this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel52.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel52.LineSpacing = 0F; + this.smartLabel52.Location = new System.Drawing.Point(3, 194); + this.smartLabel52.Name = "smartLabel52"; + this.smartLabel52.OverlapOptimize = true; + this.smartLabel52.PasswordChar = '\0'; + this.smartLabel52.Radius = 3; + this.smartLabel52.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel52.Size = new System.Drawing.Size(80, 20); + this.smartLabel52.TabIndex = 32; + this.smartLabel52.Text = "SecDiff"; + this.smartLabel52.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel52.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel52.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel52.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel52.Wordwrap = false; + // + // labelDispMData5 + // + this.labelDispMData5.BackGround = null; + this.labelDispMData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData5.LineSpacing = 0F; + this.labelDispMData5.Location = new System.Drawing.Point(89, 138); + this.labelDispMData5.Name = "labelDispMData5"; + this.labelDispMData5.OverlapOptimize = true; + this.labelDispMData5.PasswordChar = '\0'; + this.labelDispMData5.Radius = 3; + this.labelDispMData5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData5.Size = new System.Drawing.Size(100, 20); + this.labelDispMData5.TabIndex = 31; + this.labelDispMData5.Text = "9.2354"; + this.labelDispMData5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData5.Wordwrap = false; + // + // smartLabel54 + // + this.smartLabel54.BackGround = this.smartGroupBox1; + this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel54.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 138); + this.smartLabel54.Name = "smartLabel54"; + this.smartLabel54.OverlapOptimize = true; + this.smartLabel54.PasswordChar = '\0'; + this.smartLabel54.Radius = 3; + this.smartLabel54.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel54.Size = new System.Drawing.Size(80, 20); + this.smartLabel54.TabIndex = 30; + this.smartLabel54.Text = "MData"; + this.smartLabel54.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel54.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel54.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel54.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel54.Wordwrap = false; + // + // labelDispRData5 + // + this.labelDispRData5.BackGround = null; + this.labelDispRData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData5.LineSpacing = 0F; + this.labelDispRData5.Location = new System.Drawing.Point(89, 116); + this.labelDispRData5.Name = "labelDispRData5"; + this.labelDispRData5.OverlapOptimize = true; + this.labelDispRData5.PasswordChar = '\0'; + this.labelDispRData5.Radius = 3; + this.labelDispRData5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData5.Size = new System.Drawing.Size(100, 20); + this.labelDispRData5.TabIndex = 28; + this.labelDispRData5.Text = "-9.23 / -10.00"; + this.labelDispRData5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData5.Wordwrap = false; + // + // smartLabel56 + // + this.smartLabel56.BackGround = this.smartGroupBox1; + this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel56.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 116); + this.smartLabel56.Name = "smartLabel56"; + this.smartLabel56.OverlapOptimize = true; + this.smartLabel56.PasswordChar = '\0'; + this.smartLabel56.Radius = 3; + this.smartLabel56.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel56.Size = new System.Drawing.Size(80, 20); + this.smartLabel56.TabIndex = 29; + this.smartLabel56.Text = "RData"; + this.smartLabel56.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel56.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel56.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel56.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel56.Wordwrap = false; + // // smartSeparatorLine15 // this.smartSeparatorLine15.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -1983,322 +2449,57 @@ this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine15.Line2Width = 1F; this.smartSeparatorLine15.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine15.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine15.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine15.Name = "smartSeparatorLine15"; this.smartSeparatorLine15.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine15.TabIndex = 25; this.smartSeparatorLine15.Text = "smartSeparatorLine15"; // - // labelResult5_1 - // - this.labelResult5_1.BackGround = null; - this.labelResult5_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult5_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult5_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult5_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); - this.labelResult5_1.LineSpacing = 0F; - this.labelResult5_1.Location = new System.Drawing.Point(3, 42); - this.labelResult5_1.Name = "labelResult5_1"; - this.labelResult5_1.OverlapOptimize = true; - this.labelResult5_1.PasswordChar = '\0'; - this.labelResult5_1.Radius = 3; - this.labelResult5_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult5_1.Size = new System.Drawing.Size(192, 98); - this.labelResult5_1.TabIndex = 24; - this.labelResult5_1.Text = "테스트 오류"; - this.labelResult5_1.TextColor = System.Drawing.Color.Black; - this.labelResult5_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult5_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult5_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult5_1.Visible = false; - this.labelResult5_1.Wordwrap = false; - // - // smartSeparatorLine5 - // - this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine5.Line1Width = 1F; - this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine5.Line2Width = 1F; - this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine5.Name = "smartSeparatorLine5"; - this.smartSeparatorLine5.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine5.TabIndex = 21; - this.smartSeparatorLine5.Text = "smartSeparatorLine5"; - // - // labelResultSD5 - // - this.labelResultSD5.BackGround = null; - this.labelResultSD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD5.LineSpacing = 0F; - this.labelResultSD5.Location = new System.Drawing.Point(89, 254); - this.labelResultSD5.Name = "labelResultSD5"; - this.labelResultSD5.OverlapOptimize = true; - this.labelResultSD5.PasswordChar = '\0'; - this.labelResultSD5.Radius = 3; - this.labelResultSD5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD5.Size = new System.Drawing.Size(100, 20); - this.labelResultSD5.TabIndex = 20; - this.labelResultSD5.Text = "0.0023"; - this.labelResultSD5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD5.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD5.Wordwrap = false; - // - // smartLabel44 - // - this.smartLabel44.BackGround = this.smartGroupBox6; - this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel44.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 254); - this.smartLabel44.Name = "smartLabel44"; - this.smartLabel44.OverlapOptimize = true; - this.smartLabel44.PasswordChar = '\0'; - this.smartLabel44.Radius = 3; - this.smartLabel44.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel44.Size = new System.Drawing.Size(80, 20); - this.smartLabel44.TabIndex = 19; - this.smartLabel44.Text = "감도"; - this.smartLabel44.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel44.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel44.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel44.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel44.Wordwrap = false; - // // labelResult5 // this.labelResult5.BackGround = null; this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult5.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult5.LineSpacing = 0F; - this.labelResult5.Location = new System.Drawing.Point(89, 232); + this.labelResult5.Location = new System.Drawing.Point(3, 42); this.labelResult5.Name = "labelResult5"; this.labelResult5.OverlapOptimize = true; this.labelResult5.PasswordChar = '\0'; this.labelResult5.Radius = 3; this.labelResult5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult5.Size = new System.Drawing.Size(100, 20); - this.labelResult5.TabIndex = 18; - this.labelResult5.Text = "정상"; - this.labelResult5.TextColor = System.Drawing.Color.Green; + this.labelResult5.Size = new System.Drawing.Size(192, 60); + this.labelResult5.TabIndex = 24; + this.labelResult5.Text = "테스트 오류"; + this.labelResult5.TextColor = System.Drawing.Color.Black; this.labelResult5.TextColorDisable = System.Drawing.Color.Gray; this.labelResult5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelResult5.Visible = false; this.labelResult5.Wordwrap = false; // - // smartLabel46 - // - this.smartLabel46.BackGround = this.smartGroupBox6; - this.smartLabel46.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel46.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 232); - this.smartLabel46.Name = "smartLabel46"; - this.smartLabel46.OverlapOptimize = true; - this.smartLabel46.PasswordChar = '\0'; - this.smartLabel46.Radius = 3; - this.smartLabel46.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel46.Size = new System.Drawing.Size(80, 20); - this.smartLabel46.TabIndex = 17; - this.smartLabel46.Text = "판정"; - this.smartLabel46.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel46.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel46.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel46.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel46.Wordwrap = false; - // - // labelStDev5 - // - this.labelStDev5.BackGround = null; - this.labelStDev5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev5.LineSpacing = 0F; - this.labelStDev5.Location = new System.Drawing.Point(89, 198); - this.labelStDev5.Name = "labelStDev5"; - this.labelStDev5.OverlapOptimize = true; - this.labelStDev5.PasswordChar = '\0'; - this.labelStDev5.Radius = 3; - this.labelStDev5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev5.Size = new System.Drawing.Size(100, 20); - this.labelStDev5.TabIndex = 16; - this.labelStDev5.Text = "0.0023"; - this.labelStDev5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev5.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev5.Wordwrap = false; - // - // smartLabel48 - // - this.smartLabel48.BackGround = this.smartGroupBox6; - this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 198); - this.smartLabel48.Name = "smartLabel48"; - this.smartLabel48.OverlapOptimize = true; - this.smartLabel48.PasswordChar = '\0'; - this.smartLabel48.Radius = 3; - this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel48.Size = new System.Drawing.Size(80, 20); - this.smartLabel48.TabIndex = 15; - this.smartLabel48.Text = "감도"; - this.smartLabel48.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel48.Wordwrap = false; - // - // labelMaxValue5 - // - this.labelMaxValue5.BackGround = null; - this.labelMaxValue5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue5.LineSpacing = 0F; - this.labelMaxValue5.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue5.Name = "labelMaxValue5"; - this.labelMaxValue5.OverlapOptimize = true; - this.labelMaxValue5.PasswordChar = '\0'; - this.labelMaxValue5.Radius = 3; - this.labelMaxValue5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue5.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue5.TabIndex = 14; - this.labelMaxValue5.Text = "9.2354"; - this.labelMaxValue5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue5.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue5.Wordwrap = false; - // - // smartLabel50 - // - this.smartLabel50.BackGround = this.smartGroupBox6; - this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel50.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel50.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel50.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel50.LineSpacing = 0F; - this.smartLabel50.Location = new System.Drawing.Point(3, 176); - this.smartLabel50.Name = "smartLabel50"; - this.smartLabel50.OverlapOptimize = true; - this.smartLabel50.PasswordChar = '\0'; - this.smartLabel50.Radius = 3; - this.smartLabel50.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel50.Size = new System.Drawing.Size(80, 20); - this.smartLabel50.TabIndex = 13; - this.smartLabel50.Text = "최대값"; - this.smartLabel50.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel50.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel50.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel50.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel50.Wordwrap = false; - // - // labelCurrentValue5 - // - this.labelCurrentValue5.BackGround = null; - this.labelCurrentValue5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue5.LineSpacing = 0F; - this.labelCurrentValue5.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue5.Name = "labelCurrentValue5"; - this.labelCurrentValue5.OverlapOptimize = true; - this.labelCurrentValue5.PasswordChar = '\0'; - this.labelCurrentValue5.Radius = 3; - this.labelCurrentValue5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue5.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue5.TabIndex = 12; - this.labelCurrentValue5.Text = "9.2354"; - this.labelCurrentValue5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue5.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue5.Wordwrap = false; - // - // smartLabel52 - // - this.smartLabel52.BackGround = this.smartGroupBox6; - this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel52.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel52.LineSpacing = 0F; - this.smartLabel52.Location = new System.Drawing.Point(3, 154); - this.smartLabel52.Name = "smartLabel52"; - this.smartLabel52.OverlapOptimize = true; - this.smartLabel52.PasswordChar = '\0'; - this.smartLabel52.Radius = 3; - this.smartLabel52.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel52.Size = new System.Drawing.Size(80, 20); - this.smartLabel52.TabIndex = 12; - this.smartLabel52.Text = "현재값"; - this.smartLabel52.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel52.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel52.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel52.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel52.Wordwrap = false; - // - // smartDraw5 - // - this.smartDraw5.BackGround = null; - this.smartDraw5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw5.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw5.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw5.Chart.ChartDrawStep = 1; - this.smartDraw5.Chart.ChartHeight = 0; - this.smartDraw5.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw5.Chart.ChartWidth = 0; - this.smartDraw5.Chart.OriginX = 30; - this.smartDraw5.Chart.OriginY = 20; - this.smartDraw5.Chart.XIncrement = 1; - this.smartDraw5.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw5.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw5.Location = new System.Drawing.Point(3, 42); - this.smartDraw5.Name = "smartDraw5"; - this.smartDraw5.OverlapOptimize = false; - this.smartDraw5.Size = new System.Drawing.Size(192, 102); - this.smartDraw5.TabIndex = 11; - this.smartDraw5.Text = "smartDraw5"; - this.smartDraw5.Visible = false; - this.smartDraw5.Click += new System.EventHandler(this.smartDraw5_Click); - // // smartGroupBox7 // this.smartGroupBox7.BackGround = null; this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox7.BackImage = null; + this.smartGroupBox7.Controls.Add(this.labelPressureWork9); + this.smartGroupBox7.Controls.Add(this.labelDiffMadc9); + this.smartGroupBox7.Controls.Add(this.smartLabel96); + this.smartGroupBox7.Controls.Add(this.smartSeparatorLine27); + this.smartGroupBox7.Controls.Add(this.smartSeparatorLine28); + this.smartGroupBox7.Controls.Add(this.labelPressureMaster9); + this.smartGroupBox7.Controls.Add(this.smartLabel98); + this.smartGroupBox7.Controls.Add(this.smartLabel99); + this.smartGroupBox7.Controls.Add(this.labelDiffSecDiff9); + this.smartGroupBox7.Controls.Add(this.smartLabel101); + this.smartGroupBox7.Controls.Add(this.labelDispMData9); + this.smartGroupBox7.Controls.Add(this.smartLabel103); + this.smartGroupBox7.Controls.Add(this.labelDispRData9); + this.smartGroupBox7.Controls.Add(this.smartLabel105); this.smartGroupBox7.Controls.Add(this.smartSeparatorLine19); - this.smartGroupBox7.Controls.Add(this.labelResult9_1); - this.smartGroupBox7.Controls.Add(this.smartSeparatorLine7); - this.smartGroupBox7.Controls.Add(this.labelResultSD9); - this.smartGroupBox7.Controls.Add(this.smartLabel64); this.smartGroupBox7.Controls.Add(this.labelResult9); - this.smartGroupBox7.Controls.Add(this.smartLabel66); - this.smartGroupBox7.Controls.Add(this.labelStDev9); - this.smartGroupBox7.Controls.Add(this.smartLabel68); - this.smartGroupBox7.Controls.Add(this.labelMaxValue9); - this.smartGroupBox7.Controls.Add(this.smartLabel70); - this.smartGroupBox7.Controls.Add(this.labelCurrentValue9); - this.smartGroupBox7.Controls.Add(this.smartLabel72); - this.smartGroupBox7.Controls.Add(this.smartDraw9); this.smartGroupBox7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox7.FrameLineThickness = 2; @@ -2312,6 +2513,308 @@ this.smartGroupBox7.Text = "Lane 9"; this.smartGroupBox7.TextColor = System.Drawing.Color.White; // + // labelPressureWork9 + // + this.labelPressureWork9.BackGround = null; + this.labelPressureWork9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork9.LineSpacing = 0F; + this.labelPressureWork9.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork9.Name = "labelPressureWork9"; + this.labelPressureWork9.OverlapOptimize = true; + this.labelPressureWork9.PasswordChar = '\0'; + this.labelPressureWork9.Radius = 3; + this.labelPressureWork9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork9.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork9.TabIndex = 41; + this.labelPressureWork9.Text = "0.0023"; + this.labelPressureWork9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork9.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork9.Wordwrap = false; + // + // labelDiffMadc9 + // + this.labelDiffMadc9.BackGround = null; + this.labelDiffMadc9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc9.LineSpacing = 0F; + this.labelDiffMadc9.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc9.Name = "labelDiffMadc9"; + this.labelDiffMadc9.OverlapOptimize = true; + this.labelDiffMadc9.PasswordChar = '\0'; + this.labelDiffMadc9.Radius = 3; + this.labelDiffMadc9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc9.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc9.TabIndex = 40; + this.labelDiffMadc9.Text = "0.0023"; + this.labelDiffMadc9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc9.Wordwrap = false; + // + // smartLabel96 + // + this.smartLabel96.BackGround = this.smartGroupBox1; + this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel96.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel96.LineSpacing = 0F; + this.smartLabel96.Location = new System.Drawing.Point(3, 172); + this.smartLabel96.Name = "smartLabel96"; + this.smartLabel96.OverlapOptimize = true; + this.smartLabel96.PasswordChar = '\0'; + this.smartLabel96.Radius = 3; + this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel96.Size = new System.Drawing.Size(80, 20); + this.smartLabel96.TabIndex = 39; + this.smartLabel96.Text = "MAdc"; + this.smartLabel96.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel96.Wordwrap = false; + // + // smartSeparatorLine27 + // + this.smartSeparatorLine27.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine27.Line1Width = 1F; + this.smartSeparatorLine27.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine27.Line2Width = 1F; + this.smartSeparatorLine27.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine27.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine27.Name = "smartSeparatorLine27"; + this.smartSeparatorLine27.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine27.TabIndex = 38; + this.smartSeparatorLine27.Text = "smartSeparatorLine27"; + // + // smartSeparatorLine28 + // + this.smartSeparatorLine28.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine28.Line1Width = 1F; + this.smartSeparatorLine28.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine28.Line2Width = 1F; + this.smartSeparatorLine28.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine28.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine28.Name = "smartSeparatorLine28"; + this.smartSeparatorLine28.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine28.TabIndex = 37; + this.smartSeparatorLine28.Text = "smartSeparatorLine28"; + // + // labelPressureMaster9 + // + this.labelPressureMaster9.BackGround = null; + this.labelPressureMaster9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster9.LineSpacing = 0F; + this.labelPressureMaster9.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster9.Name = "labelPressureMaster9"; + this.labelPressureMaster9.OverlapOptimize = true; + this.labelPressureMaster9.PasswordChar = '\0'; + this.labelPressureMaster9.Radius = 3; + this.labelPressureMaster9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster9.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster9.TabIndex = 36; + this.labelPressureMaster9.Text = "0.0023"; + this.labelPressureMaster9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster9.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster9.Wordwrap = false; + // + // smartLabel98 + // + this.smartLabel98.BackGround = this.smartGroupBox1; + this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel98.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel98.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel98.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel98.LineSpacing = 0F; + this.smartLabel98.Location = new System.Drawing.Point(3, 252); + this.smartLabel98.Name = "smartLabel98"; + this.smartLabel98.OverlapOptimize = true; + this.smartLabel98.PasswordChar = '\0'; + this.smartLabel98.Radius = 3; + this.smartLabel98.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel98.Size = new System.Drawing.Size(80, 20); + this.smartLabel98.TabIndex = 35; + this.smartLabel98.Text = "master"; + this.smartLabel98.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel98.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel98.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel98.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel98.Wordwrap = false; + // + // smartLabel99 + // + this.smartLabel99.BackGround = this.smartGroupBox1; + this.smartLabel99.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel99.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel99.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel99.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel99.LineSpacing = 0F; + this.smartLabel99.Location = new System.Drawing.Point(3, 230); + this.smartLabel99.Name = "smartLabel99"; + this.smartLabel99.OverlapOptimize = true; + this.smartLabel99.PasswordChar = '\0'; + this.smartLabel99.Radius = 3; + this.smartLabel99.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel99.Size = new System.Drawing.Size(80, 20); + this.smartLabel99.TabIndex = 34; + this.smartLabel99.Text = "work"; + this.smartLabel99.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel99.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel99.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel99.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel99.Wordwrap = false; + // + // labelDiffSecDiff9 + // + this.labelDiffSecDiff9.BackGround = null; + this.labelDiffSecDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff9.LineSpacing = 0F; + this.labelDiffSecDiff9.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff9.Name = "labelDiffSecDiff9"; + this.labelDiffSecDiff9.OverlapOptimize = true; + this.labelDiffSecDiff9.PasswordChar = '\0'; + this.labelDiffSecDiff9.Radius = 3; + this.labelDiffSecDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff9.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff9.TabIndex = 33; + this.labelDiffSecDiff9.Text = "0.0023"; + this.labelDiffSecDiff9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff9.Wordwrap = false; + // + // smartLabel101 + // + this.smartLabel101.BackGround = this.smartGroupBox1; + this.smartLabel101.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel101.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel101.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel101.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel101.LineSpacing = 0F; + this.smartLabel101.Location = new System.Drawing.Point(3, 194); + this.smartLabel101.Name = "smartLabel101"; + this.smartLabel101.OverlapOptimize = true; + this.smartLabel101.PasswordChar = '\0'; + this.smartLabel101.Radius = 3; + this.smartLabel101.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel101.Size = new System.Drawing.Size(80, 20); + this.smartLabel101.TabIndex = 32; + this.smartLabel101.Text = "SecDiff"; + this.smartLabel101.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel101.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel101.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel101.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel101.Wordwrap = false; + // + // labelDispMData9 + // + this.labelDispMData9.BackGround = null; + this.labelDispMData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData9.LineSpacing = 0F; + this.labelDispMData9.Location = new System.Drawing.Point(89, 138); + this.labelDispMData9.Name = "labelDispMData9"; + this.labelDispMData9.OverlapOptimize = true; + this.labelDispMData9.PasswordChar = '\0'; + this.labelDispMData9.Radius = 3; + this.labelDispMData9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData9.Size = new System.Drawing.Size(100, 20); + this.labelDispMData9.TabIndex = 31; + this.labelDispMData9.Text = "9.2354"; + this.labelDispMData9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData9.Wordwrap = false; + // + // smartLabel103 + // + this.smartLabel103.BackGround = this.smartGroupBox1; + this.smartLabel103.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel103.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel103.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel103.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel103.LineSpacing = 0F; + this.smartLabel103.Location = new System.Drawing.Point(3, 138); + this.smartLabel103.Name = "smartLabel103"; + this.smartLabel103.OverlapOptimize = true; + this.smartLabel103.PasswordChar = '\0'; + this.smartLabel103.Radius = 3; + this.smartLabel103.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel103.Size = new System.Drawing.Size(80, 20); + this.smartLabel103.TabIndex = 30; + this.smartLabel103.Text = "MData"; + this.smartLabel103.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel103.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel103.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel103.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel103.Wordwrap = false; + // + // labelDispRData9 + // + this.labelDispRData9.BackGround = null; + this.labelDispRData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData9.LineSpacing = 0F; + this.labelDispRData9.Location = new System.Drawing.Point(89, 116); + this.labelDispRData9.Name = "labelDispRData9"; + this.labelDispRData9.OverlapOptimize = true; + this.labelDispRData9.PasswordChar = '\0'; + this.labelDispRData9.Radius = 3; + this.labelDispRData9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData9.Size = new System.Drawing.Size(100, 20); + this.labelDispRData9.TabIndex = 28; + this.labelDispRData9.Text = "-9.23 / -10.00"; + this.labelDispRData9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData9.Wordwrap = false; + // + // smartLabel105 + // + this.smartLabel105.BackGround = this.smartGroupBox1; + this.smartLabel105.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel105.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel105.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel105.LineSpacing = 0F; + this.smartLabel105.Location = new System.Drawing.Point(3, 116); + this.smartLabel105.Name = "smartLabel105"; + this.smartLabel105.OverlapOptimize = true; + this.smartLabel105.PasswordChar = '\0'; + this.smartLabel105.Radius = 3; + this.smartLabel105.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel105.Size = new System.Drawing.Size(80, 20); + this.smartLabel105.TabIndex = 29; + this.smartLabel105.Text = "RData"; + this.smartLabel105.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel105.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel105.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel105.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel105.Wordwrap = false; + // // smartSeparatorLine19 // this.smartSeparatorLine19.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -2319,110 +2822,28 @@ this.smartSeparatorLine19.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine19.Line2Width = 1F; this.smartSeparatorLine19.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine19.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine19.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine19.Name = "smartSeparatorLine19"; this.smartSeparatorLine19.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine19.TabIndex = 25; this.smartSeparatorLine19.Text = "smartSeparatorLine19"; // - // labelResult9_1 - // - this.labelResult9_1.BackGround = null; - this.labelResult9_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult9_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult9_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult9_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); - this.labelResult9_1.LineSpacing = 0F; - this.labelResult9_1.Location = new System.Drawing.Point(3, 42); - this.labelResult9_1.Name = "labelResult9_1"; - this.labelResult9_1.OverlapOptimize = true; - this.labelResult9_1.PasswordChar = '\0'; - this.labelResult9_1.Radius = 3; - this.labelResult9_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult9_1.Size = new System.Drawing.Size(192, 98); - this.labelResult9_1.TabIndex = 24; - this.labelResult9_1.Text = "정상"; - this.labelResult9_1.TextColor = System.Drawing.Color.Green; - this.labelResult9_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult9_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult9_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult9_1.Wordwrap = false; - // - // smartSeparatorLine7 - // - this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine7.Line1Width = 1F; - this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine7.Line2Width = 1F; - this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine7.Name = "smartSeparatorLine7"; - this.smartSeparatorLine7.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine7.TabIndex = 21; - this.smartSeparatorLine7.Text = "smartSeparatorLine7"; - // - // labelResultSD9 - // - this.labelResultSD9.BackGround = null; - this.labelResultSD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD9.LineSpacing = 0F; - this.labelResultSD9.Location = new System.Drawing.Point(89, 254); - this.labelResultSD9.Name = "labelResultSD9"; - this.labelResultSD9.OverlapOptimize = true; - this.labelResultSD9.PasswordChar = '\0'; - this.labelResultSD9.Radius = 3; - this.labelResultSD9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD9.Size = new System.Drawing.Size(100, 20); - this.labelResultSD9.TabIndex = 20; - this.labelResultSD9.Text = "0.0023"; - this.labelResultSD9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD9.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD9.Wordwrap = false; - // - // smartLabel64 - // - this.smartLabel64.BackGround = this.smartGroupBox7; - this.smartLabel64.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel64.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel64.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel64.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel64.LineSpacing = 0F; - this.smartLabel64.Location = new System.Drawing.Point(3, 254); - this.smartLabel64.Name = "smartLabel64"; - this.smartLabel64.OverlapOptimize = true; - this.smartLabel64.PasswordChar = '\0'; - this.smartLabel64.Radius = 3; - this.smartLabel64.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel64.Size = new System.Drawing.Size(80, 20); - this.smartLabel64.TabIndex = 19; - this.smartLabel64.Text = "감도"; - this.smartLabel64.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel64.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel64.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel64.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel64.Wordwrap = false; - // // labelResult9 // this.labelResult9.BackGround = null; this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult9.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); this.labelResult9.LineSpacing = 0F; - this.labelResult9.Location = new System.Drawing.Point(89, 232); + this.labelResult9.Location = new System.Drawing.Point(3, 42); this.labelResult9.Name = "labelResult9"; this.labelResult9.OverlapOptimize = true; this.labelResult9.PasswordChar = '\0'; this.labelResult9.Radius = 3; this.labelResult9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult9.Size = new System.Drawing.Size(100, 20); - this.labelResult9.TabIndex = 18; + this.labelResult9.Size = new System.Drawing.Size(192, 60); + this.labelResult9.TabIndex = 24; this.labelResult9.Text = "정상"; this.labelResult9.TextColor = System.Drawing.Color.Green; this.labelResult9.TextColorDisable = System.Drawing.Color.Gray; @@ -2430,191 +2851,6 @@ this.labelResult9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult9.Wordwrap = false; // - // smartLabel66 - // - this.smartLabel66.BackGround = this.smartGroupBox7; - this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel66.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel66.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel66.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel66.LineSpacing = 0F; - this.smartLabel66.Location = new System.Drawing.Point(3, 232); - this.smartLabel66.Name = "smartLabel66"; - this.smartLabel66.OverlapOptimize = true; - this.smartLabel66.PasswordChar = '\0'; - this.smartLabel66.Radius = 3; - this.smartLabel66.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel66.Size = new System.Drawing.Size(80, 20); - this.smartLabel66.TabIndex = 17; - this.smartLabel66.Text = "판정"; - this.smartLabel66.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel66.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel66.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel66.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel66.Wordwrap = false; - // - // labelStDev9 - // - this.labelStDev9.BackGround = null; - this.labelStDev9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev9.LineSpacing = 0F; - this.labelStDev9.Location = new System.Drawing.Point(89, 198); - this.labelStDev9.Name = "labelStDev9"; - this.labelStDev9.OverlapOptimize = true; - this.labelStDev9.PasswordChar = '\0'; - this.labelStDev9.Radius = 3; - this.labelStDev9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev9.Size = new System.Drawing.Size(100, 20); - this.labelStDev9.TabIndex = 16; - this.labelStDev9.Text = "0.0023"; - this.labelStDev9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev9.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev9.Wordwrap = false; - // - // smartLabel68 - // - this.smartLabel68.BackGround = this.smartGroupBox7; - this.smartLabel68.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel68.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel68.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel68.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel68.LineSpacing = 0F; - this.smartLabel68.Location = new System.Drawing.Point(3, 198); - this.smartLabel68.Name = "smartLabel68"; - this.smartLabel68.OverlapOptimize = true; - this.smartLabel68.PasswordChar = '\0'; - this.smartLabel68.Radius = 3; - this.smartLabel68.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel68.Size = new System.Drawing.Size(80, 20); - this.smartLabel68.TabIndex = 15; - this.smartLabel68.Text = "감도"; - this.smartLabel68.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel68.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel68.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel68.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel68.Wordwrap = false; - // - // labelMaxValue9 - // - this.labelMaxValue9.BackGround = null; - this.labelMaxValue9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue9.LineSpacing = 0F; - this.labelMaxValue9.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue9.Name = "labelMaxValue9"; - this.labelMaxValue9.OverlapOptimize = true; - this.labelMaxValue9.PasswordChar = '\0'; - this.labelMaxValue9.Radius = 3; - this.labelMaxValue9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue9.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue9.TabIndex = 14; - this.labelMaxValue9.Text = "9.2354"; - this.labelMaxValue9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue9.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue9.Wordwrap = false; - // - // smartLabel70 - // - this.smartLabel70.BackGround = this.smartGroupBox7; - this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel70.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel70.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel70.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel70.LineSpacing = 0F; - this.smartLabel70.Location = new System.Drawing.Point(3, 176); - this.smartLabel70.Name = "smartLabel70"; - this.smartLabel70.OverlapOptimize = true; - this.smartLabel70.PasswordChar = '\0'; - this.smartLabel70.Radius = 3; - this.smartLabel70.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel70.Size = new System.Drawing.Size(80, 20); - this.smartLabel70.TabIndex = 13; - this.smartLabel70.Text = "최대값"; - this.smartLabel70.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel70.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel70.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel70.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel70.Wordwrap = false; - // - // labelCurrentValue9 - // - this.labelCurrentValue9.BackGround = null; - this.labelCurrentValue9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue9.LineSpacing = 0F; - this.labelCurrentValue9.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue9.Name = "labelCurrentValue9"; - this.labelCurrentValue9.OverlapOptimize = true; - this.labelCurrentValue9.PasswordChar = '\0'; - this.labelCurrentValue9.Radius = 3; - this.labelCurrentValue9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue9.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue9.TabIndex = 12; - this.labelCurrentValue9.Text = "9.2354"; - this.labelCurrentValue9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue9.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue9.Wordwrap = false; - // - // smartLabel72 - // - this.smartLabel72.BackGround = this.smartGroupBox7; - this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel72.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel72.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel72.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel72.LineSpacing = 0F; - this.smartLabel72.Location = new System.Drawing.Point(3, 154); - this.smartLabel72.Name = "smartLabel72"; - this.smartLabel72.OverlapOptimize = true; - this.smartLabel72.PasswordChar = '\0'; - this.smartLabel72.Radius = 3; - this.smartLabel72.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel72.Size = new System.Drawing.Size(80, 20); - this.smartLabel72.TabIndex = 12; - this.smartLabel72.Text = "현재값"; - this.smartLabel72.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel72.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel72.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel72.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel72.Wordwrap = false; - // - // smartDraw9 - // - this.smartDraw9.BackGround = null; - this.smartDraw9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw9.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw9.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw9.Chart.ChartDrawStep = 1; - this.smartDraw9.Chart.ChartHeight = 0; - this.smartDraw9.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw9.Chart.ChartWidth = 0; - this.smartDraw9.Chart.OriginX = 30; - this.smartDraw9.Chart.OriginY = 20; - this.smartDraw9.Chart.XIncrement = 1; - this.smartDraw9.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw9.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw9.Location = new System.Drawing.Point(3, 42); - this.smartDraw9.Name = "smartDraw9"; - this.smartDraw9.OverlapOptimize = false; - this.smartDraw9.Size = new System.Drawing.Size(192, 102); - this.smartDraw9.TabIndex = 11; - this.smartDraw9.Text = "smartDraw7"; - this.smartDraw9.Visible = false; - this.smartDraw9.Click += new System.EventHandler(this.smartDraw9_Click); - // // labelProgress8 // this.labelProgress8.BackGround = null; @@ -2804,20 +3040,28 @@ this.smartGroupBox2.BackGround = null; this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox2.BackImage = null; + this.smartGroupBox2.Controls.Add(this.smartProgressBar6); + this.smartGroupBox2.Controls.Add(this.smartProgressBar5); + this.smartGroupBox2.Controls.Add(this.smartProgressBar4); + this.smartGroupBox2.Controls.Add(this.smartProgressBar3); + this.smartGroupBox2.Controls.Add(this.smartProgressBar2); + this.smartGroupBox2.Controls.Add(this.smartProgressBar1); + this.smartGroupBox2.Controls.Add(this.labelPressureWork10); + this.smartGroupBox2.Controls.Add(this.labelDiffMadc10); + this.smartGroupBox2.Controls.Add(this.smartLabel108); + this.smartGroupBox2.Controls.Add(this.smartSeparatorLine29); + this.smartGroupBox2.Controls.Add(this.smartSeparatorLine30); + this.smartGroupBox2.Controls.Add(this.labelPressureMaster10); + this.smartGroupBox2.Controls.Add(this.smartLabel110); + this.smartGroupBox2.Controls.Add(this.smartLabel111); + this.smartGroupBox2.Controls.Add(this.labelDiffSecDiff10); + this.smartGroupBox2.Controls.Add(this.smartLabel113); + this.smartGroupBox2.Controls.Add(this.labelDispMData10); + this.smartGroupBox2.Controls.Add(this.smartLabel115); + this.smartGroupBox2.Controls.Add(this.labelDispRData10); + this.smartGroupBox2.Controls.Add(this.smartLabel117); this.smartGroupBox2.Controls.Add(this.smartSeparatorLine20); - this.smartGroupBox2.Controls.Add(this.labelResult10_1); - this.smartGroupBox2.Controls.Add(this.labelCurrentValue10); - this.smartGroupBox2.Controls.Add(this.smartSeparatorLine6); - this.smartGroupBox2.Controls.Add(this.labelResultSD10); - this.smartGroupBox2.Controls.Add(this.smartLabel54); this.smartGroupBox2.Controls.Add(this.labelResult10); - this.smartGroupBox2.Controls.Add(this.smartLabel56); - this.smartGroupBox2.Controls.Add(this.labelStDev10); - this.smartGroupBox2.Controls.Add(this.smartLabel58); - this.smartGroupBox2.Controls.Add(this.labelMaxValue10); - this.smartGroupBox2.Controls.Add(this.smartLabel60); - this.smartGroupBox2.Controls.Add(this.smartLabel62); - this.smartGroupBox2.Controls.Add(this.smartDraw10); this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox2.FrameLineThickness = 2; @@ -2831,6 +3075,308 @@ this.smartGroupBox2.Text = "Lane 10"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // + // labelPressureWork10 + // + this.labelPressureWork10.BackGround = null; + this.labelPressureWork10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork10.LineSpacing = 0F; + this.labelPressureWork10.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork10.Name = "labelPressureWork10"; + this.labelPressureWork10.OverlapOptimize = true; + this.labelPressureWork10.PasswordChar = '\0'; + this.labelPressureWork10.Radius = 3; + this.labelPressureWork10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork10.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork10.TabIndex = 41; + this.labelPressureWork10.Text = "0.0023"; + this.labelPressureWork10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork10.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork10.Wordwrap = false; + // + // labelDiffMadc10 + // + this.labelDiffMadc10.BackGround = null; + this.labelDiffMadc10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc10.LineSpacing = 0F; + this.labelDiffMadc10.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc10.Name = "labelDiffMadc10"; + this.labelDiffMadc10.OverlapOptimize = true; + this.labelDiffMadc10.PasswordChar = '\0'; + this.labelDiffMadc10.Radius = 3; + this.labelDiffMadc10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc10.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc10.TabIndex = 40; + this.labelDiffMadc10.Text = "0.0023"; + this.labelDiffMadc10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc10.Wordwrap = false; + // + // smartLabel108 + // + this.smartLabel108.BackGround = this.smartGroupBox1; + this.smartLabel108.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel108.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel108.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel108.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel108.LineSpacing = 0F; + this.smartLabel108.Location = new System.Drawing.Point(3, 172); + this.smartLabel108.Name = "smartLabel108"; + this.smartLabel108.OverlapOptimize = true; + this.smartLabel108.PasswordChar = '\0'; + this.smartLabel108.Radius = 3; + this.smartLabel108.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel108.Size = new System.Drawing.Size(80, 20); + this.smartLabel108.TabIndex = 39; + this.smartLabel108.Text = "MAdc"; + this.smartLabel108.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel108.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel108.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel108.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel108.Wordwrap = false; + // + // smartSeparatorLine29 + // + this.smartSeparatorLine29.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine29.Line1Width = 1F; + this.smartSeparatorLine29.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine29.Line2Width = 1F; + this.smartSeparatorLine29.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine29.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine29.Name = "smartSeparatorLine29"; + this.smartSeparatorLine29.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine29.TabIndex = 38; + this.smartSeparatorLine29.Text = "smartSeparatorLine29"; + // + // smartSeparatorLine30 + // + this.smartSeparatorLine30.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine30.Line1Width = 1F; + this.smartSeparatorLine30.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine30.Line2Width = 1F; + this.smartSeparatorLine30.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine30.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine30.Name = "smartSeparatorLine30"; + this.smartSeparatorLine30.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine30.TabIndex = 37; + this.smartSeparatorLine30.Text = "smartSeparatorLine30"; + // + // labelPressureMaster10 + // + this.labelPressureMaster10.BackGround = null; + this.labelPressureMaster10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster10.LineSpacing = 0F; + this.labelPressureMaster10.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster10.Name = "labelPressureMaster10"; + this.labelPressureMaster10.OverlapOptimize = true; + this.labelPressureMaster10.PasswordChar = '\0'; + this.labelPressureMaster10.Radius = 3; + this.labelPressureMaster10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster10.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster10.TabIndex = 36; + this.labelPressureMaster10.Text = "0.0023"; + this.labelPressureMaster10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster10.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster10.Wordwrap = false; + // + // smartLabel110 + // + this.smartLabel110.BackGround = this.smartGroupBox1; + this.smartLabel110.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel110.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel110.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel110.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel110.LineSpacing = 0F; + this.smartLabel110.Location = new System.Drawing.Point(3, 252); + this.smartLabel110.Name = "smartLabel110"; + this.smartLabel110.OverlapOptimize = true; + this.smartLabel110.PasswordChar = '\0'; + this.smartLabel110.Radius = 3; + this.smartLabel110.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel110.Size = new System.Drawing.Size(80, 20); + this.smartLabel110.TabIndex = 35; + this.smartLabel110.Text = "master"; + this.smartLabel110.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel110.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel110.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel110.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel110.Wordwrap = false; + // + // smartLabel111 + // + this.smartLabel111.BackGround = this.smartGroupBox1; + this.smartLabel111.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel111.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel111.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel111.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel111.LineSpacing = 0F; + this.smartLabel111.Location = new System.Drawing.Point(3, 230); + this.smartLabel111.Name = "smartLabel111"; + this.smartLabel111.OverlapOptimize = true; + this.smartLabel111.PasswordChar = '\0'; + this.smartLabel111.Radius = 3; + this.smartLabel111.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel111.Size = new System.Drawing.Size(80, 20); + this.smartLabel111.TabIndex = 34; + this.smartLabel111.Text = "work"; + this.smartLabel111.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel111.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel111.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel111.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel111.Wordwrap = false; + // + // labelDiffSecDiff10 + // + this.labelDiffSecDiff10.BackGround = null; + this.labelDiffSecDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff10.LineSpacing = 0F; + this.labelDiffSecDiff10.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff10.Name = "labelDiffSecDiff10"; + this.labelDiffSecDiff10.OverlapOptimize = true; + this.labelDiffSecDiff10.PasswordChar = '\0'; + this.labelDiffSecDiff10.Radius = 3; + this.labelDiffSecDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff10.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff10.TabIndex = 33; + this.labelDiffSecDiff10.Text = "0.0023"; + this.labelDiffSecDiff10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff10.Wordwrap = false; + // + // smartLabel113 + // + this.smartLabel113.BackGround = this.smartGroupBox1; + this.smartLabel113.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel113.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel113.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel113.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel113.LineSpacing = 0F; + this.smartLabel113.Location = new System.Drawing.Point(3, 194); + this.smartLabel113.Name = "smartLabel113"; + this.smartLabel113.OverlapOptimize = true; + this.smartLabel113.PasswordChar = '\0'; + this.smartLabel113.Radius = 3; + this.smartLabel113.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel113.Size = new System.Drawing.Size(80, 20); + this.smartLabel113.TabIndex = 32; + this.smartLabel113.Text = "SecDiff"; + this.smartLabel113.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel113.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel113.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel113.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel113.Wordwrap = false; + // + // labelDispMData10 + // + this.labelDispMData10.BackGround = null; + this.labelDispMData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData10.LineSpacing = 0F; + this.labelDispMData10.Location = new System.Drawing.Point(89, 138); + this.labelDispMData10.Name = "labelDispMData10"; + this.labelDispMData10.OverlapOptimize = true; + this.labelDispMData10.PasswordChar = '\0'; + this.labelDispMData10.Radius = 3; + this.labelDispMData10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData10.Size = new System.Drawing.Size(100, 20); + this.labelDispMData10.TabIndex = 31; + this.labelDispMData10.Text = "9.2354"; + this.labelDispMData10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData10.Wordwrap = false; + // + // smartLabel115 + // + this.smartLabel115.BackGround = this.smartGroupBox1; + this.smartLabel115.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel115.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel115.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel115.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel115.LineSpacing = 0F; + this.smartLabel115.Location = new System.Drawing.Point(3, 138); + this.smartLabel115.Name = "smartLabel115"; + this.smartLabel115.OverlapOptimize = true; + this.smartLabel115.PasswordChar = '\0'; + this.smartLabel115.Radius = 3; + this.smartLabel115.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel115.Size = new System.Drawing.Size(80, 20); + this.smartLabel115.TabIndex = 30; + this.smartLabel115.Text = "MData"; + this.smartLabel115.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel115.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel115.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel115.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel115.Wordwrap = false; + // + // labelDispRData10 + // + this.labelDispRData10.BackGround = null; + this.labelDispRData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData10.LineSpacing = 0F; + this.labelDispRData10.Location = new System.Drawing.Point(89, 116); + this.labelDispRData10.Name = "labelDispRData10"; + this.labelDispRData10.OverlapOptimize = true; + this.labelDispRData10.PasswordChar = '\0'; + this.labelDispRData10.Radius = 3; + this.labelDispRData10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData10.Size = new System.Drawing.Size(100, 20); + this.labelDispRData10.TabIndex = 28; + this.labelDispRData10.Text = "-9.23 / -10.00"; + this.labelDispRData10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData10.Wordwrap = false; + // + // smartLabel117 + // + this.smartLabel117.BackGround = this.smartGroupBox1; + this.smartLabel117.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel117.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel117.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel117.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel117.LineSpacing = 0F; + this.smartLabel117.Location = new System.Drawing.Point(3, 116); + this.smartLabel117.Name = "smartLabel117"; + this.smartLabel117.OverlapOptimize = true; + this.smartLabel117.PasswordChar = '\0'; + this.smartLabel117.Radius = 3; + this.smartLabel117.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel117.Size = new System.Drawing.Size(80, 20); + this.smartLabel117.TabIndex = 29; + this.smartLabel117.Text = "RData"; + this.smartLabel117.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel117.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel117.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel117.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel117.Wordwrap = false; + // // smartSeparatorLine20 // this.smartSeparatorLine20.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -2838,133 +3384,28 @@ this.smartSeparatorLine20.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine20.Line2Width = 1F; this.smartSeparatorLine20.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine20.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine20.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine20.Name = "smartSeparatorLine20"; this.smartSeparatorLine20.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine20.TabIndex = 25; this.smartSeparatorLine20.Text = "smartSeparatorLine20"; // - // labelResult10_1 - // - this.labelResult10_1.BackGround = null; - this.labelResult10_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult10_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult10_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult10_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); - this.labelResult10_1.LineSpacing = 0F; - this.labelResult10_1.Location = new System.Drawing.Point(3, 42); - this.labelResult10_1.Name = "labelResult10_1"; - this.labelResult10_1.OverlapOptimize = true; - this.labelResult10_1.PasswordChar = '\0'; - this.labelResult10_1.Radius = 3; - this.labelResult10_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult10_1.Size = new System.Drawing.Size(192, 98); - this.labelResult10_1.TabIndex = 24; - this.labelResult10_1.Text = "정상"; - this.labelResult10_1.TextColor = System.Drawing.Color.Green; - this.labelResult10_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult10_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult10_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult10_1.Wordwrap = false; - // - // labelCurrentValue10 - // - this.labelCurrentValue10.BackGround = null; - this.labelCurrentValue10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue10.LineSpacing = 0F; - this.labelCurrentValue10.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue10.Name = "labelCurrentValue10"; - this.labelCurrentValue10.OverlapOptimize = true; - this.labelCurrentValue10.PasswordChar = '\0'; - this.labelCurrentValue10.Radius = 3; - this.labelCurrentValue10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue10.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue10.TabIndex = 22; - this.labelCurrentValue10.Text = "9.2354"; - this.labelCurrentValue10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue10.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue10.Wordwrap = false; - // - // smartSeparatorLine6 - // - this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine6.Line1Width = 1F; - this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine6.Line2Width = 1F; - this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine6.Name = "smartSeparatorLine6"; - this.smartSeparatorLine6.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine6.TabIndex = 21; - this.smartSeparatorLine6.Text = "smartSeparatorLine6"; - // - // labelResultSD10 - // - this.labelResultSD10.BackGround = null; - this.labelResultSD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD10.LineSpacing = 0F; - this.labelResultSD10.Location = new System.Drawing.Point(89, 254); - this.labelResultSD10.Name = "labelResultSD10"; - this.labelResultSD10.OverlapOptimize = true; - this.labelResultSD10.PasswordChar = '\0'; - this.labelResultSD10.Radius = 3; - this.labelResultSD10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD10.Size = new System.Drawing.Size(100, 20); - this.labelResultSD10.TabIndex = 20; - this.labelResultSD10.Text = "0.0023"; - this.labelResultSD10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD10.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD10.Wordwrap = false; - // - // smartLabel54 - // - this.smartLabel54.BackGround = this.smartGroupBox2; - this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel54.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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, 254); - this.smartLabel54.Name = "smartLabel54"; - this.smartLabel54.OverlapOptimize = true; - this.smartLabel54.PasswordChar = '\0'; - this.smartLabel54.Radius = 3; - this.smartLabel54.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel54.Size = new System.Drawing.Size(80, 20); - this.smartLabel54.TabIndex = 19; - this.smartLabel54.Text = "감도"; - this.smartLabel54.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel54.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel54.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel54.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel54.Wordwrap = false; - // // labelResult10 // this.labelResult10.BackGround = null; this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult10.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); this.labelResult10.LineSpacing = 0F; - this.labelResult10.Location = new System.Drawing.Point(89, 232); + this.labelResult10.Location = new System.Drawing.Point(3, 42); this.labelResult10.Name = "labelResult10"; this.labelResult10.OverlapOptimize = true; this.labelResult10.PasswordChar = '\0'; this.labelResult10.Radius = 3; this.labelResult10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult10.Size = new System.Drawing.Size(100, 20); - this.labelResult10.TabIndex = 18; + this.labelResult10.Size = new System.Drawing.Size(192, 60); + this.labelResult10.TabIndex = 24; this.labelResult10.Text = "정상"; this.labelResult10.TextColor = System.Drawing.Color.Green; this.labelResult10.TextColorDisable = System.Drawing.Color.Gray; @@ -2972,187 +3413,27 @@ this.labelResult10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult10.Wordwrap = false; // - // smartLabel56 - // - this.smartLabel56.BackGround = this.smartGroupBox2; - this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel56.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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(3, 232); - this.smartLabel56.Name = "smartLabel56"; - this.smartLabel56.OverlapOptimize = true; - this.smartLabel56.PasswordChar = '\0'; - this.smartLabel56.Radius = 3; - this.smartLabel56.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel56.Size = new System.Drawing.Size(80, 20); - this.smartLabel56.TabIndex = 17; - this.smartLabel56.Text = "판정"; - this.smartLabel56.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel56.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel56.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel56.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel56.Wordwrap = false; - // - // labelStDev10 - // - this.labelStDev10.BackGround = null; - this.labelStDev10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev10.LineSpacing = 0F; - this.labelStDev10.Location = new System.Drawing.Point(89, 198); - this.labelStDev10.Name = "labelStDev10"; - this.labelStDev10.OverlapOptimize = true; - this.labelStDev10.PasswordChar = '\0'; - this.labelStDev10.Radius = 3; - this.labelStDev10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev10.Size = new System.Drawing.Size(100, 20); - this.labelStDev10.TabIndex = 16; - this.labelStDev10.Text = "0.0023"; - this.labelStDev10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev10.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev10.Wordwrap = false; - // - // smartLabel58 - // - this.smartLabel58.BackGround = this.smartGroupBox2; - this.smartLabel58.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel58.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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, 198); - this.smartLabel58.Name = "smartLabel58"; - this.smartLabel58.OverlapOptimize = true; - this.smartLabel58.PasswordChar = '\0'; - this.smartLabel58.Radius = 3; - this.smartLabel58.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel58.Size = new System.Drawing.Size(80, 20); - this.smartLabel58.TabIndex = 15; - this.smartLabel58.Text = "감도"; - this.smartLabel58.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel58.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel58.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel58.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel58.Wordwrap = false; - // - // labelMaxValue10 - // - this.labelMaxValue10.BackGround = null; - this.labelMaxValue10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue10.LineSpacing = 0F; - this.labelMaxValue10.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue10.Name = "labelMaxValue10"; - this.labelMaxValue10.OverlapOptimize = true; - this.labelMaxValue10.PasswordChar = '\0'; - this.labelMaxValue10.Radius = 3; - this.labelMaxValue10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue10.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue10.TabIndex = 14; - this.labelMaxValue10.Text = "9.2354"; - this.labelMaxValue10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue10.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue10.Wordwrap = false; - // - // smartLabel60 - // - this.smartLabel60.BackGround = this.smartGroupBox2; - this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel60.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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, 176); - this.smartLabel60.Name = "smartLabel60"; - this.smartLabel60.OverlapOptimize = true; - this.smartLabel60.PasswordChar = '\0'; - this.smartLabel60.Radius = 3; - this.smartLabel60.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel60.Size = new System.Drawing.Size(80, 20); - this.smartLabel60.TabIndex = 13; - this.smartLabel60.Text = "최대값"; - this.smartLabel60.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel60.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel60.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel60.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel60.Wordwrap = false; - // - // smartLabel62 - // - this.smartLabel62.BackGround = this.smartGroupBox2; - this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel62.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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, 154); - this.smartLabel62.Name = "smartLabel62"; - this.smartLabel62.OverlapOptimize = true; - this.smartLabel62.PasswordChar = '\0'; - this.smartLabel62.Radius = 3; - this.smartLabel62.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel62.Size = new System.Drawing.Size(80, 20); - this.smartLabel62.TabIndex = 12; - this.smartLabel62.Text = "현재값"; - this.smartLabel62.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel62.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel62.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel62.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel62.Wordwrap = false; - // - // smartDraw10 - // - this.smartDraw10.BackGround = null; - this.smartDraw10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw10.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw10.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw10.Chart.ChartDrawStep = 1; - this.smartDraw10.Chart.ChartHeight = 0; - this.smartDraw10.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw10.Chart.ChartWidth = 0; - this.smartDraw10.Chart.OriginX = 30; - this.smartDraw10.Chart.OriginY = 20; - this.smartDraw10.Chart.XIncrement = 1; - this.smartDraw10.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw10.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw10.Location = new System.Drawing.Point(3, 42); - this.smartDraw10.Name = "smartDraw10"; - this.smartDraw10.OverlapOptimize = false; - this.smartDraw10.Size = new System.Drawing.Size(192, 102); - this.smartDraw10.TabIndex = 11; - this.smartDraw10.Text = "smartDraw6"; - this.smartDraw10.Visible = false; - this.smartDraw10.Click += new System.EventHandler(this.smartDraw10_Click); - // // smartGroupBox8 // this.smartGroupBox8.BackGround = null; this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox8.BackImage = null; + this.smartGroupBox8.Controls.Add(this.labelPressureWork8); + this.smartGroupBox8.Controls.Add(this.labelDiffMadc8); + this.smartGroupBox8.Controls.Add(this.smartLabel84); + this.smartGroupBox8.Controls.Add(this.smartSeparatorLine25); + this.smartGroupBox8.Controls.Add(this.smartSeparatorLine26); + this.smartGroupBox8.Controls.Add(this.labelPressureMaster8); + this.smartGroupBox8.Controls.Add(this.smartLabel86); + this.smartGroupBox8.Controls.Add(this.smartLabel87); + this.smartGroupBox8.Controls.Add(this.labelDiffSecDiff8); + this.smartGroupBox8.Controls.Add(this.smartLabel89); + this.smartGroupBox8.Controls.Add(this.labelDispMData8); + this.smartGroupBox8.Controls.Add(this.smartLabel91); + this.smartGroupBox8.Controls.Add(this.labelDispRData8); + this.smartGroupBox8.Controls.Add(this.smartLabel93); this.smartGroupBox8.Controls.Add(this.smartSeparatorLine18); - this.smartGroupBox8.Controls.Add(this.labelResult8_1); - this.smartGroupBox8.Controls.Add(this.smartSeparatorLine8); - this.smartGroupBox8.Controls.Add(this.labelResultSD8); - this.smartGroupBox8.Controls.Add(this.smartLabel74); this.smartGroupBox8.Controls.Add(this.labelResult8); - this.smartGroupBox8.Controls.Add(this.smartLabel76); - this.smartGroupBox8.Controls.Add(this.labelStDev8); - this.smartGroupBox8.Controls.Add(this.smartLabel78); - this.smartGroupBox8.Controls.Add(this.labelMaxValue8); - this.smartGroupBox8.Controls.Add(this.smartLabel80); - this.smartGroupBox8.Controls.Add(this.labelCurrentValue8); - this.smartGroupBox8.Controls.Add(this.smartLabel82); - this.smartGroupBox8.Controls.Add(this.smartDraw8); this.smartGroupBox8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox8.FrameLineThickness = 2; @@ -3166,6 +3447,308 @@ this.smartGroupBox8.Text = "Lane 8"; this.smartGroupBox8.TextColor = System.Drawing.Color.White; // + // labelPressureWork8 + // + this.labelPressureWork8.BackGround = null; + this.labelPressureWork8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork8.LineSpacing = 0F; + this.labelPressureWork8.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork8.Name = "labelPressureWork8"; + this.labelPressureWork8.OverlapOptimize = true; + this.labelPressureWork8.PasswordChar = '\0'; + this.labelPressureWork8.Radius = 3; + this.labelPressureWork8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork8.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork8.TabIndex = 41; + this.labelPressureWork8.Text = "0.0023"; + this.labelPressureWork8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork8.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork8.Wordwrap = false; + // + // labelDiffMadc8 + // + this.labelDiffMadc8.BackGround = null; + this.labelDiffMadc8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc8.LineSpacing = 0F; + this.labelDiffMadc8.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc8.Name = "labelDiffMadc8"; + this.labelDiffMadc8.OverlapOptimize = true; + this.labelDiffMadc8.PasswordChar = '\0'; + this.labelDiffMadc8.Radius = 3; + this.labelDiffMadc8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc8.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc8.TabIndex = 40; + this.labelDiffMadc8.Text = "0.0023"; + this.labelDiffMadc8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc8.Wordwrap = false; + // + // smartLabel84 + // + this.smartLabel84.BackGround = this.smartGroupBox1; + this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel84.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel84.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel84.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel84.LineSpacing = 0F; + this.smartLabel84.Location = new System.Drawing.Point(3, 172); + this.smartLabel84.Name = "smartLabel84"; + this.smartLabel84.OverlapOptimize = true; + this.smartLabel84.PasswordChar = '\0'; + this.smartLabel84.Radius = 3; + this.smartLabel84.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel84.Size = new System.Drawing.Size(80, 20); + this.smartLabel84.TabIndex = 39; + this.smartLabel84.Text = "MAdc"; + this.smartLabel84.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel84.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel84.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel84.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel84.Wordwrap = false; + // + // smartSeparatorLine25 + // + this.smartSeparatorLine25.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine25.Line1Width = 1F; + this.smartSeparatorLine25.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine25.Line2Width = 1F; + this.smartSeparatorLine25.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine25.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine25.Name = "smartSeparatorLine25"; + this.smartSeparatorLine25.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine25.TabIndex = 38; + this.smartSeparatorLine25.Text = "smartSeparatorLine25"; + // + // smartSeparatorLine26 + // + this.smartSeparatorLine26.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine26.Line1Width = 1F; + this.smartSeparatorLine26.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine26.Line2Width = 1F; + this.smartSeparatorLine26.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine26.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine26.Name = "smartSeparatorLine26"; + this.smartSeparatorLine26.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine26.TabIndex = 37; + this.smartSeparatorLine26.Text = "smartSeparatorLine26"; + // + // labelPressureMaster8 + // + this.labelPressureMaster8.BackGround = null; + this.labelPressureMaster8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster8.LineSpacing = 0F; + this.labelPressureMaster8.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster8.Name = "labelPressureMaster8"; + this.labelPressureMaster8.OverlapOptimize = true; + this.labelPressureMaster8.PasswordChar = '\0'; + this.labelPressureMaster8.Radius = 3; + this.labelPressureMaster8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster8.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster8.TabIndex = 36; + this.labelPressureMaster8.Text = "0.0023"; + this.labelPressureMaster8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster8.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster8.Wordwrap = false; + // + // smartLabel86 + // + this.smartLabel86.BackGround = this.smartGroupBox1; + this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel86.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel86.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel86.LineSpacing = 0F; + this.smartLabel86.Location = new System.Drawing.Point(3, 252); + this.smartLabel86.Name = "smartLabel86"; + this.smartLabel86.OverlapOptimize = true; + this.smartLabel86.PasswordChar = '\0'; + this.smartLabel86.Radius = 3; + this.smartLabel86.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel86.Size = new System.Drawing.Size(80, 20); + this.smartLabel86.TabIndex = 35; + this.smartLabel86.Text = "master"; + this.smartLabel86.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel86.Wordwrap = false; + // + // smartLabel87 + // + this.smartLabel87.BackGround = this.smartGroupBox1; + this.smartLabel87.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel87.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel87.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel87.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel87.LineSpacing = 0F; + this.smartLabel87.Location = new System.Drawing.Point(3, 230); + this.smartLabel87.Name = "smartLabel87"; + this.smartLabel87.OverlapOptimize = true; + this.smartLabel87.PasswordChar = '\0'; + this.smartLabel87.Radius = 3; + this.smartLabel87.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel87.Size = new System.Drawing.Size(80, 20); + this.smartLabel87.TabIndex = 34; + this.smartLabel87.Text = "work"; + this.smartLabel87.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel87.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel87.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel87.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel87.Wordwrap = false; + // + // labelDiffSecDiff8 + // + this.labelDiffSecDiff8.BackGround = null; + this.labelDiffSecDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff8.LineSpacing = 0F; + this.labelDiffSecDiff8.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff8.Name = "labelDiffSecDiff8"; + this.labelDiffSecDiff8.OverlapOptimize = true; + this.labelDiffSecDiff8.PasswordChar = '\0'; + this.labelDiffSecDiff8.Radius = 3; + this.labelDiffSecDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff8.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff8.TabIndex = 33; + this.labelDiffSecDiff8.Text = "0.0023"; + this.labelDiffSecDiff8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff8.Wordwrap = false; + // + // smartLabel89 + // + this.smartLabel89.BackGround = this.smartGroupBox1; + this.smartLabel89.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel89.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel89.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel89.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel89.LineSpacing = 0F; + this.smartLabel89.Location = new System.Drawing.Point(3, 194); + this.smartLabel89.Name = "smartLabel89"; + this.smartLabel89.OverlapOptimize = true; + this.smartLabel89.PasswordChar = '\0'; + this.smartLabel89.Radius = 3; + this.smartLabel89.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel89.Size = new System.Drawing.Size(80, 20); + this.smartLabel89.TabIndex = 32; + this.smartLabel89.Text = "SecDiff"; + this.smartLabel89.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel89.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel89.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel89.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel89.Wordwrap = false; + // + // labelDispMData8 + // + this.labelDispMData8.BackGround = null; + this.labelDispMData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData8.LineSpacing = 0F; + this.labelDispMData8.Location = new System.Drawing.Point(89, 138); + this.labelDispMData8.Name = "labelDispMData8"; + this.labelDispMData8.OverlapOptimize = true; + this.labelDispMData8.PasswordChar = '\0'; + this.labelDispMData8.Radius = 3; + this.labelDispMData8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData8.Size = new System.Drawing.Size(100, 20); + this.labelDispMData8.TabIndex = 31; + this.labelDispMData8.Text = "9.2354"; + this.labelDispMData8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData8.Wordwrap = false; + // + // smartLabel91 + // + this.smartLabel91.BackGround = this.smartGroupBox1; + this.smartLabel91.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel91.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel91.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel91.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel91.LineSpacing = 0F; + this.smartLabel91.Location = new System.Drawing.Point(3, 138); + this.smartLabel91.Name = "smartLabel91"; + this.smartLabel91.OverlapOptimize = true; + this.smartLabel91.PasswordChar = '\0'; + this.smartLabel91.Radius = 3; + this.smartLabel91.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel91.Size = new System.Drawing.Size(80, 20); + this.smartLabel91.TabIndex = 30; + this.smartLabel91.Text = "MData"; + this.smartLabel91.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel91.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel91.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel91.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel91.Wordwrap = false; + // + // labelDispRData8 + // + this.labelDispRData8.BackGround = null; + this.labelDispRData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData8.LineSpacing = 0F; + this.labelDispRData8.Location = new System.Drawing.Point(89, 116); + this.labelDispRData8.Name = "labelDispRData8"; + this.labelDispRData8.OverlapOptimize = true; + this.labelDispRData8.PasswordChar = '\0'; + this.labelDispRData8.Radius = 3; + this.labelDispRData8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData8.Size = new System.Drawing.Size(100, 20); + this.labelDispRData8.TabIndex = 28; + this.labelDispRData8.Text = "-9.23 / -10.00"; + this.labelDispRData8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData8.Wordwrap = false; + // + // smartLabel93 + // + this.smartLabel93.BackGround = this.smartGroupBox1; + this.smartLabel93.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel93.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel93.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel93.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel93.LineSpacing = 0F; + this.smartLabel93.Location = new System.Drawing.Point(3, 116); + this.smartLabel93.Name = "smartLabel93"; + this.smartLabel93.OverlapOptimize = true; + this.smartLabel93.PasswordChar = '\0'; + this.smartLabel93.Radius = 3; + this.smartLabel93.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel93.Size = new System.Drawing.Size(80, 20); + this.smartLabel93.TabIndex = 29; + this.smartLabel93.Text = "RData"; + this.smartLabel93.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel93.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel93.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel93.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel93.Wordwrap = false; + // // smartSeparatorLine18 // this.smartSeparatorLine18.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -3173,110 +3756,28 @@ this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine18.Line2Width = 1F; this.smartSeparatorLine18.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine18.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine18.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine18.Name = "smartSeparatorLine18"; this.smartSeparatorLine18.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine18.TabIndex = 25; this.smartSeparatorLine18.Text = "smartSeparatorLine18"; // - // labelResult8_1 - // - this.labelResult8_1.BackGround = null; - this.labelResult8_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult8_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult8_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult8_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); - this.labelResult8_1.LineSpacing = 0F; - this.labelResult8_1.Location = new System.Drawing.Point(3, 42); - this.labelResult8_1.Name = "labelResult8_1"; - this.labelResult8_1.OverlapOptimize = true; - this.labelResult8_1.PasswordChar = '\0'; - this.labelResult8_1.Radius = 3; - this.labelResult8_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult8_1.Size = new System.Drawing.Size(192, 98); - this.labelResult8_1.TabIndex = 24; - this.labelResult8_1.Text = "리크"; - this.labelResult8_1.TextColor = System.Drawing.Color.Red; - this.labelResult8_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult8_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult8_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult8_1.Wordwrap = false; - // - // smartSeparatorLine8 - // - this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine8.Line1Width = 1F; - this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine8.Line2Width = 1F; - this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine8.Name = "smartSeparatorLine8"; - this.smartSeparatorLine8.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine8.TabIndex = 21; - this.smartSeparatorLine8.Text = "smartSeparatorLine8"; - // - // labelResultSD8 - // - this.labelResultSD8.BackGround = null; - this.labelResultSD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD8.LineSpacing = 0F; - this.labelResultSD8.Location = new System.Drawing.Point(89, 254); - this.labelResultSD8.Name = "labelResultSD8"; - this.labelResultSD8.OverlapOptimize = true; - this.labelResultSD8.PasswordChar = '\0'; - this.labelResultSD8.Radius = 3; - this.labelResultSD8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD8.Size = new System.Drawing.Size(100, 20); - this.labelResultSD8.TabIndex = 20; - this.labelResultSD8.Text = "0.0235"; - this.labelResultSD8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD8.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD8.Wordwrap = false; - // - // smartLabel74 - // - this.smartLabel74.BackGround = this.smartGroupBox8; - this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel74.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel74.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel74.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel74.LineSpacing = 0F; - this.smartLabel74.Location = new System.Drawing.Point(3, 254); - this.smartLabel74.Name = "smartLabel74"; - this.smartLabel74.OverlapOptimize = true; - this.smartLabel74.PasswordChar = '\0'; - this.smartLabel74.Radius = 3; - this.smartLabel74.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel74.Size = new System.Drawing.Size(80, 20); - this.smartLabel74.TabIndex = 19; - this.smartLabel74.Text = "감도"; - this.smartLabel74.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel74.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel74.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel74.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel74.Wordwrap = false; - // // labelResult8 // this.labelResult8.BackGround = null; this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult8.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); this.labelResult8.LineSpacing = 0F; - this.labelResult8.Location = new System.Drawing.Point(89, 232); + this.labelResult8.Location = new System.Drawing.Point(3, 42); this.labelResult8.Name = "labelResult8"; this.labelResult8.OverlapOptimize = true; this.labelResult8.PasswordChar = '\0'; this.labelResult8.Radius = 3; this.labelResult8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult8.Size = new System.Drawing.Size(100, 20); - this.labelResult8.TabIndex = 18; + this.labelResult8.Size = new System.Drawing.Size(192, 60); + this.labelResult8.TabIndex = 24; this.labelResult8.Text = "리크"; this.labelResult8.TextColor = System.Drawing.Color.Red; this.labelResult8.TextColorDisable = System.Drawing.Color.Gray; @@ -3284,210 +3785,27 @@ this.labelResult8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult8.Wordwrap = false; // - // smartLabel76 - // - this.smartLabel76.BackGround = this.smartGroupBox8; - this.smartLabel76.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel76.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel76.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel76.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel76.LineSpacing = 0F; - this.smartLabel76.Location = new System.Drawing.Point(3, 232); - this.smartLabel76.Name = "smartLabel76"; - this.smartLabel76.OverlapOptimize = true; - this.smartLabel76.PasswordChar = '\0'; - this.smartLabel76.Radius = 3; - this.smartLabel76.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel76.Size = new System.Drawing.Size(80, 20); - this.smartLabel76.TabIndex = 17; - this.smartLabel76.Text = "판정"; - this.smartLabel76.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel76.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel76.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel76.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel76.Wordwrap = false; - // - // labelStDev8 - // - this.labelStDev8.BackGround = null; - this.labelStDev8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev8.LineSpacing = 0F; - this.labelStDev8.Location = new System.Drawing.Point(89, 198); - this.labelStDev8.Name = "labelStDev8"; - this.labelStDev8.OverlapOptimize = true; - this.labelStDev8.PasswordChar = '\0'; - this.labelStDev8.Radius = 3; - this.labelStDev8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev8.Size = new System.Drawing.Size(100, 20); - this.labelStDev8.TabIndex = 16; - this.labelStDev8.Text = "0.0235"; - this.labelStDev8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev8.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev8.Wordwrap = false; - // - // smartLabel78 - // - this.smartLabel78.BackGround = this.smartGroupBox8; - this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel78.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel78.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel78.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel78.LineSpacing = 0F; - this.smartLabel78.Location = new System.Drawing.Point(3, 198); - this.smartLabel78.Name = "smartLabel78"; - this.smartLabel78.OverlapOptimize = true; - this.smartLabel78.PasswordChar = '\0'; - this.smartLabel78.Radius = 3; - this.smartLabel78.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel78.Size = new System.Drawing.Size(80, 20); - this.smartLabel78.TabIndex = 15; - this.smartLabel78.Text = "감도"; - this.smartLabel78.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel78.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel78.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel78.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel78.Wordwrap = false; - // - // labelMaxValue8 - // - this.labelMaxValue8.BackGround = null; - this.labelMaxValue8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue8.LineSpacing = 0F; - this.labelMaxValue8.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue8.Name = "labelMaxValue8"; - this.labelMaxValue8.OverlapOptimize = true; - this.labelMaxValue8.PasswordChar = '\0'; - this.labelMaxValue8.Radius = 3; - this.labelMaxValue8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue8.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue8.TabIndex = 14; - this.labelMaxValue8.Text = "9.3542"; - this.labelMaxValue8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue8.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue8.Wordwrap = false; - // - // smartLabel80 - // - this.smartLabel80.BackGround = this.smartGroupBox8; - this.smartLabel80.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel80.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel80.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel80.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel80.LineSpacing = 0F; - this.smartLabel80.Location = new System.Drawing.Point(3, 176); - this.smartLabel80.Name = "smartLabel80"; - this.smartLabel80.OverlapOptimize = true; - this.smartLabel80.PasswordChar = '\0'; - this.smartLabel80.Radius = 3; - this.smartLabel80.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel80.Size = new System.Drawing.Size(80, 20); - this.smartLabel80.TabIndex = 13; - this.smartLabel80.Text = "최대값"; - this.smartLabel80.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel80.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel80.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel80.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel80.Wordwrap = false; - // - // labelCurrentValue8 - // - this.labelCurrentValue8.BackGround = null; - this.labelCurrentValue8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue8.LineSpacing = 0F; - this.labelCurrentValue8.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue8.Name = "labelCurrentValue8"; - this.labelCurrentValue8.OverlapOptimize = true; - this.labelCurrentValue8.PasswordChar = '\0'; - this.labelCurrentValue8.Radius = 3; - this.labelCurrentValue8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue8.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue8.TabIndex = 12; - this.labelCurrentValue8.Text = "8.2563"; - this.labelCurrentValue8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue8.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue8.Wordwrap = false; - // - // smartLabel82 - // - this.smartLabel82.BackGround = this.smartGroupBox8; - this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel82.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel82.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel82.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel82.LineSpacing = 0F; - this.smartLabel82.Location = new System.Drawing.Point(3, 154); - this.smartLabel82.Name = "smartLabel82"; - this.smartLabel82.OverlapOptimize = true; - this.smartLabel82.PasswordChar = '\0'; - this.smartLabel82.Radius = 3; - this.smartLabel82.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel82.Size = new System.Drawing.Size(80, 20); - this.smartLabel82.TabIndex = 12; - this.smartLabel82.Text = "현재값"; - this.smartLabel82.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel82.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel82.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel82.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel82.Wordwrap = false; - // - // smartDraw8 - // - this.smartDraw8.BackGround = null; - this.smartDraw8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw8.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw8.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw8.Chart.ChartDrawStep = 1; - this.smartDraw8.Chart.ChartHeight = 0; - this.smartDraw8.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw8.Chart.ChartWidth = 0; - this.smartDraw8.Chart.OriginX = 30; - this.smartDraw8.Chart.OriginY = 20; - this.smartDraw8.Chart.XIncrement = 1; - this.smartDraw8.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw8.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw8.Location = new System.Drawing.Point(3, 42); - this.smartDraw8.Name = "smartDraw8"; - this.smartDraw8.OverlapOptimize = false; - this.smartDraw8.Size = new System.Drawing.Size(192, 102); - this.smartDraw8.TabIndex = 11; - this.smartDraw8.Text = "smartDraw8"; - this.smartDraw8.Visible = false; - this.smartDraw8.Click += new System.EventHandler(this.smartDraw8_Click); - // // smartGroupBox9 // this.smartGroupBox9.BackGround = null; this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox9.BackImage = null; + this.smartGroupBox9.Controls.Add(this.labelPressureWork7); + this.smartGroupBox9.Controls.Add(this.labelDiffMadc7); + this.smartGroupBox9.Controls.Add(this.smartLabel72); + this.smartGroupBox9.Controls.Add(this.smartSeparatorLine10); + this.smartGroupBox9.Controls.Add(this.smartSeparatorLine24); + this.smartGroupBox9.Controls.Add(this.labelPressureMaster7); + this.smartGroupBox9.Controls.Add(this.smartLabel74); + this.smartGroupBox9.Controls.Add(this.smartLabel75); + this.smartGroupBox9.Controls.Add(this.labelDiffSecDiff7); + this.smartGroupBox9.Controls.Add(this.smartLabel77); + this.smartGroupBox9.Controls.Add(this.labelDispMData7); + this.smartGroupBox9.Controls.Add(this.smartLabel79); + this.smartGroupBox9.Controls.Add(this.labelDispRData7); + this.smartGroupBox9.Controls.Add(this.smartLabel81); this.smartGroupBox9.Controls.Add(this.smartSeparatorLine17); - this.smartGroupBox9.Controls.Add(this.labelResult7_1); - this.smartGroupBox9.Controls.Add(this.smartSeparatorLine9); - this.smartGroupBox9.Controls.Add(this.labelResultSD7); - this.smartGroupBox9.Controls.Add(this.smartLabel84); this.smartGroupBox9.Controls.Add(this.labelResult7); - this.smartGroupBox9.Controls.Add(this.smartLabel86); - this.smartGroupBox9.Controls.Add(this.labelStDev7); - this.smartGroupBox9.Controls.Add(this.smartLabel88); - this.smartGroupBox9.Controls.Add(this.labelMaxValue7); - this.smartGroupBox9.Controls.Add(this.smartLabel90); - this.smartGroupBox9.Controls.Add(this.labelCurrentValue7); - this.smartGroupBox9.Controls.Add(this.smartLabel92); - this.smartGroupBox9.Controls.Add(this.smartDraw7); this.smartGroupBox9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox9.FrameLineThickness = 2; @@ -3501,6 +3819,308 @@ this.smartGroupBox9.Text = "Lane 7"; this.smartGroupBox9.TextColor = System.Drawing.Color.White; // + // labelPressureWork7 + // + this.labelPressureWork7.BackGround = null; + this.labelPressureWork7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork7.LineSpacing = 0F; + this.labelPressureWork7.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork7.Name = "labelPressureWork7"; + this.labelPressureWork7.OverlapOptimize = true; + this.labelPressureWork7.PasswordChar = '\0'; + this.labelPressureWork7.Radius = 3; + this.labelPressureWork7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork7.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork7.TabIndex = 41; + this.labelPressureWork7.Text = "0.0023"; + this.labelPressureWork7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork7.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork7.Wordwrap = false; + // + // labelDiffMadc7 + // + this.labelDiffMadc7.BackGround = null; + this.labelDiffMadc7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc7.LineSpacing = 0F; + this.labelDiffMadc7.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc7.Name = "labelDiffMadc7"; + this.labelDiffMadc7.OverlapOptimize = true; + this.labelDiffMadc7.PasswordChar = '\0'; + this.labelDiffMadc7.Radius = 3; + this.labelDiffMadc7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc7.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc7.TabIndex = 40; + this.labelDiffMadc7.Text = "0.0023"; + this.labelDiffMadc7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc7.Wordwrap = false; + // + // smartLabel72 + // + this.smartLabel72.BackGround = this.smartGroupBox1; + this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel72.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel72.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel72.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel72.LineSpacing = 0F; + this.smartLabel72.Location = new System.Drawing.Point(3, 172); + this.smartLabel72.Name = "smartLabel72"; + this.smartLabel72.OverlapOptimize = true; + this.smartLabel72.PasswordChar = '\0'; + this.smartLabel72.Radius = 3; + this.smartLabel72.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel72.Size = new System.Drawing.Size(80, 20); + this.smartLabel72.TabIndex = 39; + this.smartLabel72.Text = "MAdc"; + this.smartLabel72.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel72.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel72.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel72.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel72.Wordwrap = false; + // + // smartSeparatorLine10 + // + this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine10.Line1Width = 1F; + this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine10.Line2Width = 1F; + this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine10.Name = "smartSeparatorLine10"; + this.smartSeparatorLine10.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine10.TabIndex = 38; + this.smartSeparatorLine10.Text = "smartSeparatorLine10"; + // + // smartSeparatorLine24 + // + this.smartSeparatorLine24.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine24.Line1Width = 1F; + this.smartSeparatorLine24.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine24.Line2Width = 1F; + this.smartSeparatorLine24.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine24.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine24.Name = "smartSeparatorLine24"; + this.smartSeparatorLine24.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine24.TabIndex = 37; + this.smartSeparatorLine24.Text = "smartSeparatorLine24"; + // + // labelPressureMaster7 + // + this.labelPressureMaster7.BackGround = null; + this.labelPressureMaster7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureMaster7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster7.LineSpacing = 0F; + this.labelPressureMaster7.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster7.Name = "labelPressureMaster7"; + this.labelPressureMaster7.OverlapOptimize = true; + this.labelPressureMaster7.PasswordChar = '\0'; + this.labelPressureMaster7.Radius = 3; + this.labelPressureMaster7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster7.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster7.TabIndex = 36; + this.labelPressureMaster7.Text = "0.0023"; + this.labelPressureMaster7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster7.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster7.Wordwrap = false; + // + // smartLabel74 + // + this.smartLabel74.BackGround = this.smartGroupBox1; + this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel74.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel74.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel74.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel74.LineSpacing = 0F; + this.smartLabel74.Location = new System.Drawing.Point(3, 252); + this.smartLabel74.Name = "smartLabel74"; + this.smartLabel74.OverlapOptimize = true; + this.smartLabel74.PasswordChar = '\0'; + this.smartLabel74.Radius = 3; + this.smartLabel74.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel74.Size = new System.Drawing.Size(80, 20); + this.smartLabel74.TabIndex = 35; + this.smartLabel74.Text = "master"; + this.smartLabel74.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel74.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel74.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel74.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel74.Wordwrap = false; + // + // smartLabel75 + // + this.smartLabel75.BackGround = this.smartGroupBox1; + this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel75.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel75.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel75.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel75.LineSpacing = 0F; + this.smartLabel75.Location = new System.Drawing.Point(3, 230); + this.smartLabel75.Name = "smartLabel75"; + this.smartLabel75.OverlapOptimize = true; + this.smartLabel75.PasswordChar = '\0'; + this.smartLabel75.Radius = 3; + this.smartLabel75.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel75.Size = new System.Drawing.Size(80, 20); + this.smartLabel75.TabIndex = 34; + this.smartLabel75.Text = "work"; + this.smartLabel75.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel75.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel75.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel75.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel75.Wordwrap = false; + // + // labelDiffSecDiff7 + // + this.labelDiffSecDiff7.BackGround = null; + this.labelDiffSecDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff7.LineSpacing = 0F; + this.labelDiffSecDiff7.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff7.Name = "labelDiffSecDiff7"; + this.labelDiffSecDiff7.OverlapOptimize = true; + this.labelDiffSecDiff7.PasswordChar = '\0'; + this.labelDiffSecDiff7.Radius = 3; + this.labelDiffSecDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff7.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff7.TabIndex = 33; + this.labelDiffSecDiff7.Text = "0.0023"; + this.labelDiffSecDiff7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff7.Wordwrap = false; + // + // smartLabel77 + // + this.smartLabel77.BackGround = this.smartGroupBox1; + this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel77.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel77.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel77.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel77.LineSpacing = 0F; + this.smartLabel77.Location = new System.Drawing.Point(3, 194); + this.smartLabel77.Name = "smartLabel77"; + this.smartLabel77.OverlapOptimize = true; + this.smartLabel77.PasswordChar = '\0'; + this.smartLabel77.Radius = 3; + this.smartLabel77.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel77.Size = new System.Drawing.Size(80, 20); + this.smartLabel77.TabIndex = 32; + this.smartLabel77.Text = "SecDiff"; + this.smartLabel77.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel77.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel77.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel77.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel77.Wordwrap = false; + // + // labelDispMData7 + // + this.labelDispMData7.BackGround = null; + this.labelDispMData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData7.LineSpacing = 0F; + this.labelDispMData7.Location = new System.Drawing.Point(89, 138); + this.labelDispMData7.Name = "labelDispMData7"; + this.labelDispMData7.OverlapOptimize = true; + this.labelDispMData7.PasswordChar = '\0'; + this.labelDispMData7.Radius = 3; + this.labelDispMData7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData7.Size = new System.Drawing.Size(100, 20); + this.labelDispMData7.TabIndex = 31; + this.labelDispMData7.Text = "9.2354"; + this.labelDispMData7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData7.Wordwrap = false; + // + // smartLabel79 + // + this.smartLabel79.BackGround = this.smartGroupBox1; + this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel79.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel79.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel79.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel79.LineSpacing = 0F; + this.smartLabel79.Location = new System.Drawing.Point(3, 138); + this.smartLabel79.Name = "smartLabel79"; + this.smartLabel79.OverlapOptimize = true; + this.smartLabel79.PasswordChar = '\0'; + this.smartLabel79.Radius = 3; + this.smartLabel79.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel79.Size = new System.Drawing.Size(80, 20); + this.smartLabel79.TabIndex = 30; + this.smartLabel79.Text = "MData"; + this.smartLabel79.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel79.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel79.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel79.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel79.Wordwrap = false; + // + // labelDispRData7 + // + this.labelDispRData7.BackGround = null; + this.labelDispRData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData7.LineSpacing = 0F; + this.labelDispRData7.Location = new System.Drawing.Point(89, 116); + this.labelDispRData7.Name = "labelDispRData7"; + this.labelDispRData7.OverlapOptimize = true; + this.labelDispRData7.PasswordChar = '\0'; + this.labelDispRData7.Radius = 3; + this.labelDispRData7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData7.Size = new System.Drawing.Size(100, 20); + this.labelDispRData7.TabIndex = 28; + this.labelDispRData7.Text = "-9.23 / -10.00"; + this.labelDispRData7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData7.Wordwrap = false; + // + // smartLabel81 + // + this.smartLabel81.BackGround = this.smartGroupBox1; + this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel81.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel81.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel81.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel81.LineSpacing = 0F; + this.smartLabel81.Location = new System.Drawing.Point(3, 116); + this.smartLabel81.Name = "smartLabel81"; + this.smartLabel81.OverlapOptimize = true; + this.smartLabel81.PasswordChar = '\0'; + this.smartLabel81.Radius = 3; + this.smartLabel81.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel81.Size = new System.Drawing.Size(80, 20); + this.smartLabel81.TabIndex = 29; + this.smartLabel81.Text = "RData"; + this.smartLabel81.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel81.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel81.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel81.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel81.Wordwrap = false; + // // smartSeparatorLine17 // this.smartSeparatorLine17.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -3508,110 +4128,28 @@ this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine17.Line2Width = 1F; this.smartSeparatorLine17.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine17.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine17.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine17.Name = "smartSeparatorLine17"; this.smartSeparatorLine17.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine17.TabIndex = 25; this.smartSeparatorLine17.Text = "smartSeparatorLine17"; // - // labelResult7_1 - // - this.labelResult7_1.BackGround = null; - this.labelResult7_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult7_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult7_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult7_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); - this.labelResult7_1.LineSpacing = 0F; - this.labelResult7_1.Location = new System.Drawing.Point(3, 42); - this.labelResult7_1.Name = "labelResult7_1"; - this.labelResult7_1.OverlapOptimize = true; - this.labelResult7_1.PasswordChar = '\0'; - this.labelResult7_1.Radius = 3; - this.labelResult7_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult7_1.Size = new System.Drawing.Size(192, 98); - this.labelResult7_1.TabIndex = 24; - this.labelResult7_1.Text = "정상"; - this.labelResult7_1.TextColor = System.Drawing.Color.Green; - this.labelResult7_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult7_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult7_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult7_1.Wordwrap = false; - // - // smartSeparatorLine9 - // - this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine9.Line1Width = 1F; - this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine9.Line2Width = 1F; - this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine9.Name = "smartSeparatorLine9"; - this.smartSeparatorLine9.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine9.TabIndex = 21; - this.smartSeparatorLine9.Text = "smartSeparatorLine9"; - // - // labelResultSD7 - // - this.labelResultSD7.BackGround = null; - this.labelResultSD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD7.LineSpacing = 0F; - this.labelResultSD7.Location = new System.Drawing.Point(89, 254); - this.labelResultSD7.Name = "labelResultSD7"; - this.labelResultSD7.OverlapOptimize = true; - this.labelResultSD7.PasswordChar = '\0'; - this.labelResultSD7.Radius = 3; - this.labelResultSD7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD7.Size = new System.Drawing.Size(100, 20); - this.labelResultSD7.TabIndex = 20; - this.labelResultSD7.Text = "0.0023"; - this.labelResultSD7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD7.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD7.Wordwrap = false; - // - // smartLabel84 - // - this.smartLabel84.BackGround = this.smartGroupBox9; - this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel84.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel84.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel84.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel84.LineSpacing = 0F; - this.smartLabel84.Location = new System.Drawing.Point(3, 254); - this.smartLabel84.Name = "smartLabel84"; - this.smartLabel84.OverlapOptimize = true; - this.smartLabel84.PasswordChar = '\0'; - this.smartLabel84.Radius = 3; - this.smartLabel84.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel84.Size = new System.Drawing.Size(80, 20); - this.smartLabel84.TabIndex = 19; - this.smartLabel84.Text = "감도"; - this.smartLabel84.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel84.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel84.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel84.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel84.Wordwrap = false; - // // labelResult7 // this.labelResult7.BackGround = null; this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult7.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); this.labelResult7.LineSpacing = 0F; - this.labelResult7.Location = new System.Drawing.Point(89, 232); + this.labelResult7.Location = new System.Drawing.Point(3, 42); this.labelResult7.Name = "labelResult7"; this.labelResult7.OverlapOptimize = true; this.labelResult7.PasswordChar = '\0'; this.labelResult7.Radius = 3; this.labelResult7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult7.Size = new System.Drawing.Size(100, 20); - this.labelResult7.TabIndex = 18; + this.labelResult7.Size = new System.Drawing.Size(192, 60); + this.labelResult7.TabIndex = 24; this.labelResult7.Text = "정상"; this.labelResult7.TextColor = System.Drawing.Color.Green; this.labelResult7.TextColorDisable = System.Drawing.Color.Gray; @@ -3619,210 +4157,27 @@ this.labelResult7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult7.Wordwrap = false; // - // smartLabel86 - // - this.smartLabel86.BackGround = this.smartGroupBox9; - this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel86.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel86.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel86.LineSpacing = 0F; - this.smartLabel86.Location = new System.Drawing.Point(3, 232); - this.smartLabel86.Name = "smartLabel86"; - this.smartLabel86.OverlapOptimize = true; - this.smartLabel86.PasswordChar = '\0'; - this.smartLabel86.Radius = 3; - this.smartLabel86.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel86.Size = new System.Drawing.Size(80, 20); - this.smartLabel86.TabIndex = 17; - this.smartLabel86.Text = "판정"; - this.smartLabel86.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel86.Wordwrap = false; - // - // labelStDev7 - // - this.labelStDev7.BackGround = null; - this.labelStDev7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev7.LineSpacing = 0F; - this.labelStDev7.Location = new System.Drawing.Point(89, 198); - this.labelStDev7.Name = "labelStDev7"; - this.labelStDev7.OverlapOptimize = true; - this.labelStDev7.PasswordChar = '\0'; - this.labelStDev7.Radius = 3; - this.labelStDev7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev7.Size = new System.Drawing.Size(100, 20); - this.labelStDev7.TabIndex = 16; - this.labelStDev7.Text = "0.0023"; - this.labelStDev7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev7.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev7.Wordwrap = false; - // - // smartLabel88 - // - this.smartLabel88.BackGround = this.smartGroupBox9; - this.smartLabel88.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel88.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel88.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel88.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel88.LineSpacing = 0F; - this.smartLabel88.Location = new System.Drawing.Point(3, 198); - this.smartLabel88.Name = "smartLabel88"; - this.smartLabel88.OverlapOptimize = true; - this.smartLabel88.PasswordChar = '\0'; - this.smartLabel88.Radius = 3; - this.smartLabel88.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel88.Size = new System.Drawing.Size(80, 20); - this.smartLabel88.TabIndex = 15; - this.smartLabel88.Text = "감도"; - this.smartLabel88.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel88.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel88.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel88.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel88.Wordwrap = false; - // - // labelMaxValue7 - // - this.labelMaxValue7.BackGround = null; - this.labelMaxValue7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue7.LineSpacing = 0F; - this.labelMaxValue7.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue7.Name = "labelMaxValue7"; - this.labelMaxValue7.OverlapOptimize = true; - this.labelMaxValue7.PasswordChar = '\0'; - this.labelMaxValue7.Radius = 3; - this.labelMaxValue7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue7.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue7.TabIndex = 14; - this.labelMaxValue7.Text = "9.2354"; - this.labelMaxValue7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue7.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue7.Wordwrap = false; - // - // smartLabel90 - // - this.smartLabel90.BackGround = this.smartGroupBox9; - this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel90.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel90.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel90.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel90.LineSpacing = 0F; - this.smartLabel90.Location = new System.Drawing.Point(3, 176); - this.smartLabel90.Name = "smartLabel90"; - this.smartLabel90.OverlapOptimize = true; - this.smartLabel90.PasswordChar = '\0'; - this.smartLabel90.Radius = 3; - this.smartLabel90.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel90.Size = new System.Drawing.Size(80, 20); - this.smartLabel90.TabIndex = 13; - this.smartLabel90.Text = "최대값"; - this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel90.Wordwrap = false; - // - // labelCurrentValue7 - // - this.labelCurrentValue7.BackGround = null; - this.labelCurrentValue7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue7.LineSpacing = 0F; - this.labelCurrentValue7.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue7.Name = "labelCurrentValue7"; - this.labelCurrentValue7.OverlapOptimize = true; - this.labelCurrentValue7.PasswordChar = '\0'; - this.labelCurrentValue7.Radius = 3; - this.labelCurrentValue7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue7.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue7.TabIndex = 12; - this.labelCurrentValue7.Text = "9.2354"; - this.labelCurrentValue7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue7.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue7.Wordwrap = false; - // - // smartLabel92 - // - this.smartLabel92.BackGround = this.smartGroupBox9; - this.smartLabel92.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel92.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel92.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel92.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel92.LineSpacing = 0F; - this.smartLabel92.Location = new System.Drawing.Point(3, 154); - this.smartLabel92.Name = "smartLabel92"; - this.smartLabel92.OverlapOptimize = true; - this.smartLabel92.PasswordChar = '\0'; - this.smartLabel92.Radius = 3; - this.smartLabel92.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel92.Size = new System.Drawing.Size(80, 20); - this.smartLabel92.TabIndex = 12; - this.smartLabel92.Text = "현재값"; - this.smartLabel92.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel92.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel92.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel92.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel92.Wordwrap = false; - // - // smartDraw7 - // - this.smartDraw7.BackGround = null; - this.smartDraw7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw7.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw7.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw7.Chart.ChartDrawStep = 1; - this.smartDraw7.Chart.ChartHeight = 0; - this.smartDraw7.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw7.Chart.ChartWidth = 0; - this.smartDraw7.Chart.OriginX = 30; - this.smartDraw7.Chart.OriginY = 20; - this.smartDraw7.Chart.XIncrement = 1; - this.smartDraw7.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw7.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw7.Location = new System.Drawing.Point(3, 42); - this.smartDraw7.Name = "smartDraw7"; - this.smartDraw7.OverlapOptimize = false; - this.smartDraw7.Size = new System.Drawing.Size(192, 102); - this.smartDraw7.TabIndex = 11; - this.smartDraw7.Text = "smartDraw9"; - this.smartDraw7.Visible = false; - this.smartDraw7.Click += new System.EventHandler(this.smartDraw7_Click); - // // smartGroupBox10 // this.smartGroupBox10.BackGround = null; this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox10.BackImage = null; + this.smartGroupBox10.Controls.Add(this.labelPressureWork6); + this.smartGroupBox10.Controls.Add(this.labelDiffMadc6); + this.smartGroupBox10.Controls.Add(this.smartLabel59); + this.smartGroupBox10.Controls.Add(this.smartSeparatorLine8); + this.smartGroupBox10.Controls.Add(this.smartSeparatorLine9); + this.smartGroupBox10.Controls.Add(this.labelPressureMaster6); + this.smartGroupBox10.Controls.Add(this.smartLabel62); + this.smartGroupBox10.Controls.Add(this.smartLabel63); + this.smartGroupBox10.Controls.Add(this.labelDiffSecDiff6); + this.smartGroupBox10.Controls.Add(this.smartLabel65); + this.smartGroupBox10.Controls.Add(this.labelDispMData6); + this.smartGroupBox10.Controls.Add(this.smartLabel67); + this.smartGroupBox10.Controls.Add(this.labelDispRData6); + this.smartGroupBox10.Controls.Add(this.smartLabel69); this.smartGroupBox10.Controls.Add(this.smartSeparatorLine16); - this.smartGroupBox10.Controls.Add(this.labelResult6_1); - this.smartGroupBox10.Controls.Add(this.smartSeparatorLine10); - this.smartGroupBox10.Controls.Add(this.labelResultSD6); - this.smartGroupBox10.Controls.Add(this.smartLabel94); this.smartGroupBox10.Controls.Add(this.labelResult6); - this.smartGroupBox10.Controls.Add(this.smartLabel96); - this.smartGroupBox10.Controls.Add(this.labelStDev6); - this.smartGroupBox10.Controls.Add(this.smartLabel98); - this.smartGroupBox10.Controls.Add(this.labelMaxValue6); - this.smartGroupBox10.Controls.Add(this.smartLabel100); - this.smartGroupBox10.Controls.Add(this.labelCurrentValue6); - this.smartGroupBox10.Controls.Add(this.smartLabel102); - this.smartGroupBox10.Controls.Add(this.smartDraw6); this.smartGroupBox10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox10.FrameLineThickness = 2; @@ -3836,6 +4191,308 @@ this.smartGroupBox10.Text = "Lane 6"; this.smartGroupBox10.TextColor = System.Drawing.Color.White; // + // labelPressureWork6 + // + this.labelPressureWork6.BackGround = null; + this.labelPressureWork6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelPressureWork6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork6.LineSpacing = 0F; + this.labelPressureWork6.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork6.Name = "labelPressureWork6"; + this.labelPressureWork6.OverlapOptimize = true; + this.labelPressureWork6.PasswordChar = '\0'; + this.labelPressureWork6.Radius = 3; + this.labelPressureWork6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureWork6.Size = new System.Drawing.Size(100, 20); + this.labelPressureWork6.TabIndex = 41; + this.labelPressureWork6.Text = "0.0023"; + this.labelPressureWork6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureWork6.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureWork6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureWork6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureWork6.Wordwrap = false; + // + // labelDiffMadc6 + // + this.labelDiffMadc6.BackGround = null; + this.labelDiffMadc6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMadc6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc6.LineSpacing = 0F; + this.labelDiffMadc6.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc6.Name = "labelDiffMadc6"; + this.labelDiffMadc6.OverlapOptimize = true; + this.labelDiffMadc6.PasswordChar = '\0'; + this.labelDiffMadc6.Radius = 3; + this.labelDiffMadc6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMadc6.Size = new System.Drawing.Size(100, 20); + this.labelDiffMadc6.TabIndex = 40; + this.labelDiffMadc6.Text = "0.0023"; + this.labelDiffMadc6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMadc6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMadc6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMadc6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMadc6.Wordwrap = false; + // + // smartLabel59 + // + this.smartLabel59.BackGround = this.smartGroupBox1; + this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel59.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel59.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel59.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel59.LineSpacing = 0F; + this.smartLabel59.Location = new System.Drawing.Point(3, 172); + this.smartLabel59.Name = "smartLabel59"; + this.smartLabel59.OverlapOptimize = true; + this.smartLabel59.PasswordChar = '\0'; + this.smartLabel59.Radius = 3; + this.smartLabel59.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel59.Size = new System.Drawing.Size(80, 20); + this.smartLabel59.TabIndex = 39; + this.smartLabel59.Text = "MAdc"; + this.smartLabel59.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel59.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel59.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel59.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel59.Wordwrap = false; + // + // smartSeparatorLine8 + // + this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine8.Line1Width = 1F; + this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine8.Line2Width = 1F; + this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine8.Name = "smartSeparatorLine8"; + this.smartSeparatorLine8.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine8.TabIndex = 38; + this.smartSeparatorLine8.Text = "smartSeparatorLine8"; + // + // smartSeparatorLine9 + // + this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine9.Line1Width = 1F; + this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine9.Line2Width = 1F; + this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; + this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine9.Name = "smartSeparatorLine9"; + this.smartSeparatorLine9.Size = new System.Drawing.Size(180, 2); + this.smartSeparatorLine9.TabIndex = 37; + this.smartSeparatorLine9.Text = "smartSeparatorLine9"; + // + // labelPressureMaster6 + // + this.labelPressureMaster6.BackGround = null; + this.labelPressureMaster6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(89, 252); + this.labelPressureMaster6.Name = "labelPressureMaster6"; + this.labelPressureMaster6.OverlapOptimize = true; + this.labelPressureMaster6.PasswordChar = '\0'; + this.labelPressureMaster6.Radius = 3; + this.labelPressureMaster6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPressureMaster6.Size = new System.Drawing.Size(100, 20); + this.labelPressureMaster6.TabIndex = 36; + this.labelPressureMaster6.Text = "0.0023"; + this.labelPressureMaster6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPressureMaster6.TextColorDisable = System.Drawing.Color.Gray; + this.labelPressureMaster6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelPressureMaster6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPressureMaster6.Wordwrap = false; + // + // smartLabel62 + // + this.smartLabel62.BackGround = this.smartGroupBox1; + this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel62.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 252); + this.smartLabel62.Name = "smartLabel62"; + this.smartLabel62.OverlapOptimize = true; + this.smartLabel62.PasswordChar = '\0'; + this.smartLabel62.Radius = 3; + this.smartLabel62.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel62.Size = new System.Drawing.Size(80, 20); + this.smartLabel62.TabIndex = 35; + this.smartLabel62.Text = "master"; + this.smartLabel62.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel62.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel62.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel62.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel62.Wordwrap = false; + // + // smartLabel63 + // + this.smartLabel63.BackGround = this.smartGroupBox1; + this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel63.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 230); + this.smartLabel63.Name = "smartLabel63"; + this.smartLabel63.OverlapOptimize = true; + this.smartLabel63.PasswordChar = '\0'; + this.smartLabel63.Radius = 3; + this.smartLabel63.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel63.Size = new System.Drawing.Size(80, 20); + this.smartLabel63.TabIndex = 34; + this.smartLabel63.Text = "work"; + this.smartLabel63.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel63.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel63.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel63.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel63.Wordwrap = false; + // + // labelDiffSecDiff6 + // + this.labelDiffSecDiff6.BackGround = null; + this.labelDiffSecDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff6.LineSpacing = 0F; + this.labelDiffSecDiff6.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff6.Name = "labelDiffSecDiff6"; + this.labelDiffSecDiff6.OverlapOptimize = true; + this.labelDiffSecDiff6.PasswordChar = '\0'; + this.labelDiffSecDiff6.Radius = 3; + this.labelDiffSecDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecDiff6.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecDiff6.TabIndex = 33; + this.labelDiffSecDiff6.Text = "0.0023"; + this.labelDiffSecDiff6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecDiff6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecDiff6.Wordwrap = false; + // + // smartLabel65 + // + this.smartLabel65.BackGround = this.smartGroupBox1; + this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel65.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel65.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel65.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel65.LineSpacing = 0F; + this.smartLabel65.Location = new System.Drawing.Point(3, 194); + this.smartLabel65.Name = "smartLabel65"; + this.smartLabel65.OverlapOptimize = true; + this.smartLabel65.PasswordChar = '\0'; + this.smartLabel65.Radius = 3; + this.smartLabel65.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel65.Size = new System.Drawing.Size(80, 20); + this.smartLabel65.TabIndex = 32; + this.smartLabel65.Text = "SecDiff"; + this.smartLabel65.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel65.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel65.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel65.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel65.Wordwrap = false; + // + // labelDispMData6 + // + this.labelDispMData6.BackGround = null; + this.labelDispMData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData6.LineSpacing = 0F; + this.labelDispMData6.Location = new System.Drawing.Point(89, 138); + this.labelDispMData6.Name = "labelDispMData6"; + this.labelDispMData6.OverlapOptimize = true; + this.labelDispMData6.PasswordChar = '\0'; + this.labelDispMData6.Radius = 3; + this.labelDispMData6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMData6.Size = new System.Drawing.Size(100, 20); + this.labelDispMData6.TabIndex = 31; + this.labelDispMData6.Text = "9.2354"; + this.labelDispMData6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMData6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMData6.Wordwrap = false; + // + // smartLabel67 + // + this.smartLabel67.BackGround = this.smartGroupBox1; + this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel67.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel67.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel67.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel67.LineSpacing = 0F; + this.smartLabel67.Location = new System.Drawing.Point(3, 138); + this.smartLabel67.Name = "smartLabel67"; + this.smartLabel67.OverlapOptimize = true; + this.smartLabel67.PasswordChar = '\0'; + this.smartLabel67.Radius = 3; + this.smartLabel67.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel67.Size = new System.Drawing.Size(80, 20); + this.smartLabel67.TabIndex = 30; + this.smartLabel67.Text = "MData"; + this.smartLabel67.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel67.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel67.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel67.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel67.Wordwrap = false; + // + // labelDispRData6 + // + this.labelDispRData6.BackGround = null; + this.labelDispRData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispRData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData6.LineSpacing = 0F; + this.labelDispRData6.Location = new System.Drawing.Point(89, 116); + this.labelDispRData6.Name = "labelDispRData6"; + this.labelDispRData6.OverlapOptimize = true; + this.labelDispRData6.PasswordChar = '\0'; + this.labelDispRData6.Radius = 3; + this.labelDispRData6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispRData6.Size = new System.Drawing.Size(100, 20); + this.labelDispRData6.TabIndex = 28; + this.labelDispRData6.Text = "-9.23 / -10.00"; + this.labelDispRData6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispRData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispRData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispRData6.Wordwrap = false; + // + // smartLabel69 + // + this.smartLabel69.BackGround = this.smartGroupBox1; + this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel69.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel69.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel69.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel69.LineSpacing = 0F; + this.smartLabel69.Location = new System.Drawing.Point(3, 116); + this.smartLabel69.Name = "smartLabel69"; + this.smartLabel69.OverlapOptimize = true; + this.smartLabel69.PasswordChar = '\0'; + this.smartLabel69.Radius = 3; + this.smartLabel69.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel69.Size = new System.Drawing.Size(80, 20); + this.smartLabel69.TabIndex = 29; + this.smartLabel69.Text = "RData"; + this.smartLabel69.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel69.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel69.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel69.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel69.Wordwrap = false; + // // smartSeparatorLine16 // this.smartSeparatorLine16.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -3843,301 +4500,41 @@ this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine16.Line2Width = 1F; this.smartSeparatorLine16.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine16.Location = new System.Drawing.Point(9, 146); + this.smartSeparatorLine16.Location = new System.Drawing.Point(9, 108); this.smartSeparatorLine16.Name = "smartSeparatorLine16"; this.smartSeparatorLine16.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine16.TabIndex = 25; this.smartSeparatorLine16.Text = "smartSeparatorLine16"; // - // labelResult6_1 - // - this.labelResult6_1.BackGround = null; - this.labelResult6_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResult6_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResult6_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult6_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); - this.labelResult6_1.LineSpacing = 0F; - this.labelResult6_1.Location = new System.Drawing.Point(3, 42); - this.labelResult6_1.Name = "labelResult6_1"; - this.labelResult6_1.OverlapOptimize = true; - this.labelResult6_1.PasswordChar = '\0'; - this.labelResult6_1.Radius = 3; - this.labelResult6_1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult6_1.Size = new System.Drawing.Size(192, 98); - this.labelResult6_1.TabIndex = 24; - this.labelResult6_1.Text = "검사 중.."; - this.labelResult6_1.TextColor = System.Drawing.Color.Green; - this.labelResult6_1.TextColorDisable = System.Drawing.Color.Gray; - this.labelResult6_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResult6_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResult6_1.Wordwrap = false; - // - // smartSeparatorLine10 - // - this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine10.Line1Width = 1F; - this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine10.Line2Width = 1F; - this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 224); - this.smartSeparatorLine10.Name = "smartSeparatorLine10"; - this.smartSeparatorLine10.Size = new System.Drawing.Size(180, 2); - this.smartSeparatorLine10.TabIndex = 21; - this.smartSeparatorLine10.Text = "smartSeparatorLine10"; - // - // labelResultSD6 - // - this.labelResultSD6.BackGround = null; - this.labelResultSD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelResultSD6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultSD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelResultSD6.LineSpacing = 0F; - this.labelResultSD6.Location = new System.Drawing.Point(89, 254); - this.labelResultSD6.Name = "labelResultSD6"; - this.labelResultSD6.OverlapOptimize = true; - this.labelResultSD6.PasswordChar = '\0'; - this.labelResultSD6.Radius = 3; - this.labelResultSD6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResultSD6.Size = new System.Drawing.Size(100, 20); - this.labelResultSD6.TabIndex = 20; - this.labelResultSD6.Text = "0.0023"; - this.labelResultSD6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelResultSD6.TextColorDisable = System.Drawing.Color.Gray; - this.labelResultSD6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelResultSD6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelResultSD6.Wordwrap = false; - // - // smartLabel94 - // - this.smartLabel94.BackGround = this.smartGroupBox10; - this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel94.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel94.LineSpacing = 0F; - this.smartLabel94.Location = new System.Drawing.Point(3, 254); - this.smartLabel94.Name = "smartLabel94"; - this.smartLabel94.OverlapOptimize = true; - this.smartLabel94.PasswordChar = '\0'; - this.smartLabel94.Radius = 3; - this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel94.Size = new System.Drawing.Size(80, 20); - this.smartLabel94.TabIndex = 19; - this.smartLabel94.Text = "감도"; - this.smartLabel94.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel94.Wordwrap = false; - // // labelResult6 // this.labelResult6.BackGround = null; this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResult6.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult6.LineSpacing = 0F; - this.labelResult6.Location = new System.Drawing.Point(89, 232); + this.labelResult6.Location = new System.Drawing.Point(3, 42); this.labelResult6.Name = "labelResult6"; this.labelResult6.OverlapOptimize = true; this.labelResult6.PasswordChar = '\0'; this.labelResult6.Radius = 3; this.labelResult6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult6.Size = new System.Drawing.Size(100, 20); - this.labelResult6.TabIndex = 18; - this.labelResult6.Text = "정상"; + this.labelResult6.Size = new System.Drawing.Size(192, 60); + this.labelResult6.TabIndex = 24; + this.labelResult6.Text = "검사 중.."; this.labelResult6.TextColor = System.Drawing.Color.Green; this.labelResult6.TextColorDisable = System.Drawing.Color.Gray; this.labelResult6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult6.Wordwrap = false; // - // smartLabel96 + // smartDraw_ChartChannelPenStyle1 // - this.smartLabel96.BackGround = this.smartGroupBox10; - this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel96.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel96.LineSpacing = 0F; - this.smartLabel96.Location = new System.Drawing.Point(3, 232); - this.smartLabel96.Name = "smartLabel96"; - this.smartLabel96.OverlapOptimize = true; - this.smartLabel96.PasswordChar = '\0'; - this.smartLabel96.Radius = 3; - this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel96.Size = new System.Drawing.Size(80, 20); - this.smartLabel96.TabIndex = 17; - this.smartLabel96.Text = "판정"; - this.smartLabel96.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel96.Wordwrap = false; - // - // labelStDev6 - // - this.labelStDev6.BackGround = null; - this.labelStDev6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelStDev6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelStDev6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelStDev6.LineSpacing = 0F; - this.labelStDev6.Location = new System.Drawing.Point(89, 198); - this.labelStDev6.Name = "labelStDev6"; - this.labelStDev6.OverlapOptimize = true; - this.labelStDev6.PasswordChar = '\0'; - this.labelStDev6.Radius = 3; - this.labelStDev6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelStDev6.Size = new System.Drawing.Size(100, 20); - this.labelStDev6.TabIndex = 16; - this.labelStDev6.Text = "0.0023"; - this.labelStDev6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelStDev6.TextColorDisable = System.Drawing.Color.Gray; - this.labelStDev6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelStDev6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelStDev6.Wordwrap = false; - // - // smartLabel98 - // - this.smartLabel98.BackGround = this.smartGroupBox10; - this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel98.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel98.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel98.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel98.LineSpacing = 0F; - this.smartLabel98.Location = new System.Drawing.Point(3, 198); - this.smartLabel98.Name = "smartLabel98"; - this.smartLabel98.OverlapOptimize = true; - this.smartLabel98.PasswordChar = '\0'; - this.smartLabel98.Radius = 3; - this.smartLabel98.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel98.Size = new System.Drawing.Size(80, 20); - this.smartLabel98.TabIndex = 15; - this.smartLabel98.Text = "감도"; - this.smartLabel98.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel98.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel98.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel98.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel98.Wordwrap = false; - // - // labelMaxValue6 - // - this.labelMaxValue6.BackGround = null; - this.labelMaxValue6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelMaxValue6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMaxValue6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelMaxValue6.LineSpacing = 0F; - this.labelMaxValue6.Location = new System.Drawing.Point(89, 176); - this.labelMaxValue6.Name = "labelMaxValue6"; - this.labelMaxValue6.OverlapOptimize = true; - this.labelMaxValue6.PasswordChar = '\0'; - this.labelMaxValue6.Radius = 3; - this.labelMaxValue6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelMaxValue6.Size = new System.Drawing.Size(100, 20); - this.labelMaxValue6.TabIndex = 14; - this.labelMaxValue6.Text = "9.2354"; - this.labelMaxValue6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelMaxValue6.TextColorDisable = System.Drawing.Color.Gray; - this.labelMaxValue6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelMaxValue6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelMaxValue6.Wordwrap = false; - // - // smartLabel100 - // - this.smartLabel100.BackGround = this.smartGroupBox10; - this.smartLabel100.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel100.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel100.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel100.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel100.LineSpacing = 0F; - this.smartLabel100.Location = new System.Drawing.Point(3, 176); - this.smartLabel100.Name = "smartLabel100"; - this.smartLabel100.OverlapOptimize = true; - this.smartLabel100.PasswordChar = '\0'; - this.smartLabel100.Radius = 3; - this.smartLabel100.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel100.Size = new System.Drawing.Size(80, 20); - this.smartLabel100.TabIndex = 13; - this.smartLabel100.Text = "최대값"; - this.smartLabel100.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel100.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel100.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel100.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel100.Wordwrap = false; - // - // labelCurrentValue6 - // - this.labelCurrentValue6.BackGround = null; - this.labelCurrentValue6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCurrentValue6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentValue6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelCurrentValue6.LineSpacing = 0F; - this.labelCurrentValue6.Location = new System.Drawing.Point(89, 154); - this.labelCurrentValue6.Name = "labelCurrentValue6"; - this.labelCurrentValue6.OverlapOptimize = true; - this.labelCurrentValue6.PasswordChar = '\0'; - this.labelCurrentValue6.Radius = 3; - this.labelCurrentValue6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCurrentValue6.Size = new System.Drawing.Size(100, 20); - this.labelCurrentValue6.TabIndex = 12; - this.labelCurrentValue6.Text = "9.2354"; - this.labelCurrentValue6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelCurrentValue6.TextColorDisable = System.Drawing.Color.Gray; - this.labelCurrentValue6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelCurrentValue6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelCurrentValue6.Wordwrap = false; - // - // smartLabel102 - // - this.smartLabel102.BackGround = this.smartGroupBox10; - this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel102.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel102.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel102.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel102.LineSpacing = 0F; - this.smartLabel102.Location = new System.Drawing.Point(3, 154); - this.smartLabel102.Name = "smartLabel102"; - this.smartLabel102.OverlapOptimize = true; - this.smartLabel102.PasswordChar = '\0'; - this.smartLabel102.Radius = 3; - this.smartLabel102.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel102.Size = new System.Drawing.Size(80, 20); - this.smartLabel102.TabIndex = 12; - this.smartLabel102.Text = "현재값"; - this.smartLabel102.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel102.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel102.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel102.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel102.Wordwrap = false; - // - // smartDraw6 - // - this.smartDraw6.BackGround = null; - this.smartDraw6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220))))); - this.smartDraw6.Chart.ChartAreaMarkingDesignTime = true; - this.smartDraw6.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; - this.smartDraw6.Chart.ChartDrawStep = 1; - this.smartDraw6.Chart.ChartHeight = 0; - this.smartDraw6.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL; - this.smartDraw6.Chart.ChartWidth = 0; - this.smartDraw6.Chart.OriginX = 30; - this.smartDraw6.Chart.OriginY = 20; - this.smartDraw6.Chart.XIncrement = 1; - this.smartDraw6.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto; - this.smartDraw6.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw6.Location = new System.Drawing.Point(3, 42); - this.smartDraw6.Name = "smartDraw6"; - this.smartDraw6.OverlapOptimize = false; - this.smartDraw6.Size = new System.Drawing.Size(192, 102); - this.smartDraw6.TabIndex = 11; - this.smartDraw6.Text = "smartDraw10"; - this.smartDraw6.Visible = false; - this.smartDraw6.Click += new System.EventHandler(this.smartDraw6_Click); + chartPenStyle1.ChannelColor = System.Drawing.Color.Green; + chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle1.PenWidth = 2; + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1); // // timerOff // @@ -4149,6 +4546,275 @@ this.timerOn.Interval = 1000; this.timerOn.Tick += new System.EventHandler(this.timerOn_Tick); // + // smartLabel1 + // + this.smartLabel1.BackGround = this.smartForm1; + this.smartLabel1.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + 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(15, 701); + 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(355, 60); + this.smartLabel1.TabIndex = 73; + this.smartLabel1.Text = "00. Emergency Stop"; + this.smartLabel1.TextColor = System.Drawing.Color.Black; + 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; + // + // smartProgressBar1 + // + this.smartProgressBar1.AutoColorSet = true; + this.smartProgressBar1.BackGround = this.smartGroupBox2; + this.smartProgressBar1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartProgressBar1.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar1.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar1.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar1.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar1.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar1.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar1.FormatString = ""; + this.smartProgressBar1.Location = new System.Drawing.Point(89, 116); + this.smartProgressBar1.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar1.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar1.Name = "smartProgressBar1"; + this.smartProgressBar1.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar1.OverlapOptimize = true; + this.smartProgressBar1.RoundedCorners = true; + this.smartProgressBar1.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar1.TabIndex = 42; + this.smartProgressBar1.Text = "smartProgressBar1"; + this.smartProgressBar1.TextAutoRotation = true; + this.smartProgressBar1.TextColor = System.Drawing.Color.White; + this.smartProgressBar1.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar1.Units = ""; + this.smartProgressBar1.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar1.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // + // smartProgressBar2 + // + this.smartProgressBar2.AutoColorSet = true; + this.smartProgressBar2.BackGround = this.smartGroupBox2; + this.smartProgressBar2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar2.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar2.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar2.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar2.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar2.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar2.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar2.FormatString = ""; + this.smartProgressBar2.Location = new System.Drawing.Point(89, 138); + this.smartProgressBar2.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar2.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar2.Name = "smartProgressBar2"; + this.smartProgressBar2.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar2.OverlapOptimize = true; + this.smartProgressBar2.RoundedCorners = true; + this.smartProgressBar2.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar2.TabIndex = 43; + this.smartProgressBar2.Text = "smartProgressBar2"; + this.smartProgressBar2.TextAutoRotation = true; + this.smartProgressBar2.TextColor = System.Drawing.Color.White; + this.smartProgressBar2.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar2.Units = ""; + this.smartProgressBar2.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar2.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // + // smartProgressBar3 + // + this.smartProgressBar3.AutoColorSet = true; + this.smartProgressBar3.BackGround = this.smartGroupBox2; + this.smartProgressBar3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar3.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar3.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar3.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar3.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar3.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar3.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar3.FormatString = ""; + this.smartProgressBar3.Location = new System.Drawing.Point(89, 172); + this.smartProgressBar3.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar3.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar3.Name = "smartProgressBar3"; + this.smartProgressBar3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar3.OverlapOptimize = true; + this.smartProgressBar3.RoundedCorners = true; + this.smartProgressBar3.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar3.TabIndex = 44; + this.smartProgressBar3.Text = "smartProgressBar3"; + this.smartProgressBar3.TextAutoRotation = true; + this.smartProgressBar3.TextColor = System.Drawing.Color.White; + this.smartProgressBar3.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar3.Units = ""; + this.smartProgressBar3.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar3.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // + // smartProgressBar4 + // + this.smartProgressBar4.AutoColorSet = true; + this.smartProgressBar4.BackGround = this.smartGroupBox2; + this.smartProgressBar4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar4.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar4.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar4.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar4.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar4.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar4.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar4.FormatString = ""; + this.smartProgressBar4.Location = new System.Drawing.Point(89, 194); + this.smartProgressBar4.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar4.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar4.Name = "smartProgressBar4"; + this.smartProgressBar4.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar4.OverlapOptimize = true; + this.smartProgressBar4.RoundedCorners = true; + this.smartProgressBar4.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar4.TabIndex = 45; + this.smartProgressBar4.Text = "smartProgressBar4"; + this.smartProgressBar4.TextAutoRotation = true; + this.smartProgressBar4.TextColor = System.Drawing.Color.White; + this.smartProgressBar4.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar4.Units = ""; + this.smartProgressBar4.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar4.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // + // smartProgressBar5 + // + this.smartProgressBar5.AutoColorSet = true; + this.smartProgressBar5.BackGround = this.smartGroupBox2; + this.smartProgressBar5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar5.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar5.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar5.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar5.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar5.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar5.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar5.FormatString = ""; + this.smartProgressBar5.Location = new System.Drawing.Point(89, 230); + this.smartProgressBar5.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar5.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar5.Name = "smartProgressBar5"; + this.smartProgressBar5.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar5.OverlapOptimize = true; + this.smartProgressBar5.RoundedCorners = true; + this.smartProgressBar5.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar5.TabIndex = 46; + this.smartProgressBar5.Text = "smartProgressBar5"; + this.smartProgressBar5.TextAutoRotation = true; + this.smartProgressBar5.TextColor = System.Drawing.Color.White; + this.smartProgressBar5.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar5.Units = ""; + this.smartProgressBar5.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar5.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // + // smartProgressBar6 + // + this.smartProgressBar6.AutoColorSet = true; + this.smartProgressBar6.BackGround = this.smartGroupBox2; + this.smartProgressBar6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar6.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar6.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar6.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar6.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar6.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar6.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar6.FormatString = ""; + this.smartProgressBar6.Location = new System.Drawing.Point(89, 252); + this.smartProgressBar6.Maximum = new decimal(new int[] { + 5000, + 0, + 0, + 0}); + this.smartProgressBar6.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar6.Name = "smartProgressBar6"; + this.smartProgressBar6.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar6.OverlapOptimize = true; + this.smartProgressBar6.RoundedCorners = true; + this.smartProgressBar6.Size = new System.Drawing.Size(100, 20); + this.smartProgressBar6.TabIndex = 47; + this.smartProgressBar6.Text = "smartProgressBar6"; + this.smartProgressBar6.TextAutoRotation = true; + this.smartProgressBar6.TextColor = System.Drawing.Color.White; + this.smartProgressBar6.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar6.Units = ""; + this.smartProgressBar6.Value = new decimal(new int[] { + 215012, + 0, + 0, + 131072}); + this.smartProgressBar6.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + // // FormMainDisplay1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -4161,25 +4827,15 @@ this.Text = "FormMainDisplay1"; this.smartForm1.ResumeLayout(false); this.smartGroupBox4.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).EndInit(); - this.smartGroupBox5.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).EndInit(); this.smartGroupBox1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).EndInit(); + this.smartGroupBox5.ResumeLayout(false); this.smartGroupBox3.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).EndInit(); this.smartGroupBox6.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).EndInit(); this.smartGroupBox7.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).EndInit(); this.smartGroupBox2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).EndInit(); this.smartGroupBox8.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).EndInit(); this.smartGroupBox9.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).EndInit(); this.smartGroupBox10.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).EndInit(); this.ResumeLayout(false); } @@ -4188,84 +4844,22 @@ private SmartX.SmartForm smartForm1; private SmartX.SmartGroupBox smartGroupBox4; - private SmartX.SmartSeparatorLine smartSeparatorLine3; - private SmartX.SmartLabel labelResultSD3; - private SmartX.SmartLabel smartLabel24; - private SmartX.SmartLabel labelResult3; - private SmartX.SmartLabel smartLabel26; - private SmartX.SmartLabel labelStDev3; - private SmartX.SmartLabel smartLabel28; - private SmartX.SmartLabel labelMaxValue3; - private SmartX.SmartLabel smartLabel30; - private SmartX.SmartLabel labelCurrentValue3; - private SmartX.SmartLabel smartLabel32; - private SmartX.SmartDraw smartDraw3; private SmartX.SmartGroupBox smartGroupBox5; - private SmartX.SmartSeparatorLine smartSeparatorLine4; - private SmartX.SmartLabel labelResultSD4; - private SmartX.SmartLabel smartLabel34; - private SmartX.SmartLabel labelResult4; - private SmartX.SmartLabel smartLabel36; - private SmartX.SmartLabel labelStDev4; - private SmartX.SmartLabel smartLabel38; - private SmartX.SmartLabel labelMaxValue4; - private SmartX.SmartLabel smartLabel40; - private SmartX.SmartLabel labelCurrentValue4; - private SmartX.SmartLabel smartLabel42; - private SmartX.SmartDraw smartDraw4; private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartSeparatorLine smartSeparatorLine1; - private SmartX.SmartLabel labelResultSD1; + private SmartX.SmartLabel labelPressureMaster1; private SmartX.SmartLabel smartLabel10; - private SmartX.SmartLabel labelResult1; private SmartX.SmartLabel smartLabel12; - private SmartX.SmartLabel labelStDev1; + private SmartX.SmartLabel labelDiffSecDiff1; private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel labelMaxValue1; + private SmartX.SmartLabel labelDispMData1; private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel smartLabel61; - private SmartX.SmartLabel labelCurrentValue1; + private SmartX.SmartLabel labelDispRData1; private SmartX.SmartLabel smartLabel3; - private SmartX.SmartDraw smartDraw1; private SmartX.SmartGroupBox smartGroupBox3; - private SmartX.SmartSeparatorLine smartSeparatorLine2; - private SmartX.SmartLabel labelResultSD2; - private SmartX.SmartLabel smartLabel14; - private SmartX.SmartLabel labelResult2; - private SmartX.SmartLabel smartLabel16; - private SmartX.SmartLabel labelStDev2; - private SmartX.SmartLabel smartLabel18; - private SmartX.SmartLabel labelMaxValue2; - private SmartX.SmartLabel smartLabel20; - private SmartX.SmartLabel labelCurrentValue2; - private SmartX.SmartLabel smartLabel22; - private SmartX.SmartDraw smartDraw2; private SmartX.SmartGroupBox smartGroupBox6; - private SmartX.SmartSeparatorLine smartSeparatorLine5; - private SmartX.SmartLabel labelResultSD5; - private SmartX.SmartLabel smartLabel44; - private SmartX.SmartLabel labelResult5; - private SmartX.SmartLabel smartLabel46; - private SmartX.SmartLabel labelStDev5; - private SmartX.SmartLabel smartLabel48; - private SmartX.SmartLabel labelMaxValue5; - private SmartX.SmartLabel smartLabel50; - private SmartX.SmartLabel labelCurrentValue5; - private SmartX.SmartLabel smartLabel52; - private SmartX.SmartDraw smartDraw5; private SmartX.SmartGroupBox smartGroupBox7; - private SmartX.SmartSeparatorLine smartSeparatorLine7; - private SmartX.SmartLabel labelResultSD9; - private SmartX.SmartLabel smartLabel64; - private SmartX.SmartLabel labelResult9; - private SmartX.SmartLabel smartLabel66; - private SmartX.SmartLabel labelStDev9; - private SmartX.SmartLabel smartLabel68; - private SmartX.SmartLabel labelMaxValue9; - private SmartX.SmartLabel smartLabel70; - private SmartX.SmartLabel labelCurrentValue9; - private SmartX.SmartLabel smartLabel72; - private SmartX.SmartDraw smartDraw9; private SmartX.SmartLabel labelProgress8; private SmartX.SmartLabel labelProgress7; private SmartX.SmartLabel labelProgress6; @@ -4275,59 +4869,11 @@ private SmartX.SmartLabel labelProgress1; private SmartX.SmartLabel labelProgress0; private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartSeparatorLine smartSeparatorLine6; - private SmartX.SmartLabel labelResultSD10; - private SmartX.SmartLabel smartLabel54; - private SmartX.SmartLabel labelResult10; - private SmartX.SmartLabel smartLabel56; - private SmartX.SmartLabel labelStDev10; - private SmartX.SmartLabel smartLabel58; - private SmartX.SmartLabel labelMaxValue10; - private SmartX.SmartLabel smartLabel60; - private SmartX.SmartLabel smartLabel62; - private SmartX.SmartDraw smartDraw10; private SmartX.SmartGroupBox smartGroupBox8; - private SmartX.SmartSeparatorLine smartSeparatorLine8; - private SmartX.SmartLabel labelResultSD8; - private SmartX.SmartLabel smartLabel74; - private SmartX.SmartLabel labelResult8; - private SmartX.SmartLabel smartLabel76; - private SmartX.SmartLabel labelStDev8; - private SmartX.SmartLabel smartLabel78; - private SmartX.SmartLabel labelMaxValue8; - private SmartX.SmartLabel smartLabel80; - private SmartX.SmartLabel labelCurrentValue8; - private SmartX.SmartLabel smartLabel82; - private SmartX.SmartDraw smartDraw8; private SmartX.SmartGroupBox smartGroupBox9; - private SmartX.SmartSeparatorLine smartSeparatorLine9; - private SmartX.SmartLabel labelResultSD7; - private SmartX.SmartLabel smartLabel84; - private SmartX.SmartLabel labelResult7; - private SmartX.SmartLabel smartLabel86; - private SmartX.SmartLabel labelStDev7; - private SmartX.SmartLabel smartLabel88; - private SmartX.SmartLabel labelMaxValue7; - private SmartX.SmartLabel smartLabel90; - private SmartX.SmartLabel labelCurrentValue7; - private SmartX.SmartLabel smartLabel92; - private SmartX.SmartDraw smartDraw7; private SmartX.SmartGroupBox smartGroupBox10; - private SmartX.SmartSeparatorLine smartSeparatorLine10; - private SmartX.SmartLabel labelResultSD6; - private SmartX.SmartLabel smartLabel94; - private SmartX.SmartLabel labelResult6; - private SmartX.SmartLabel smartLabel96; - private SmartX.SmartLabel labelStDev6; - private SmartX.SmartLabel smartLabel98; - private SmartX.SmartLabel labelMaxValue6; - private SmartX.SmartLabel smartLabel100; - private SmartX.SmartLabel labelCurrentValue6; - private SmartX.SmartLabel smartLabel102; - private SmartX.SmartDraw smartDraw6; private SmartX.SmartButton buttonMenu; private SmartX.SmartLabel labelTime; - private SmartX.SmartLabel labelCurrentValue10; private SmartX.SmartLabel labelStart; private SmartX.SmartLabel labelStop; private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1; @@ -4342,23 +4888,160 @@ private SmartX.SmartSeparatorLine smartSeparatorLine12; private SmartX.SmartSeparatorLine smartSeparatorLine15; private SmartX.SmartSeparatorLine smartSeparatorLine19; - private SmartX.SmartLabel labelResult9_1; + private SmartX.SmartLabel labelResult9; private SmartX.SmartSeparatorLine smartSeparatorLine20; - private SmartX.SmartLabel labelResult10_1; + private SmartX.SmartLabel labelResult10; private SmartX.SmartSeparatorLine smartSeparatorLine18; - private SmartX.SmartLabel labelResult8_1; + private SmartX.SmartLabel labelResult8; private SmartX.SmartSeparatorLine smartSeparatorLine17; - private SmartX.SmartLabel labelResult7_1; + private SmartX.SmartLabel labelResult7; private SmartX.SmartSeparatorLine smartSeparatorLine16; - private SmartX.SmartLabel labelResult6_1; + private SmartX.SmartLabel labelResult6; private System.Windows.Forms.Timer timerOff; private System.Windows.Forms.Timer timerOn; private SmartX.SmartLabel labelProgress5; private SmartX.SmartButton buttonDisplay; - private SmartX.SmartLabel labelResult3_1; - private SmartX.SmartLabel labelResult4_1; - private SmartX.SmartLabel labelResult1_1; - private SmartX.SmartLabel labelResult2_1; - private SmartX.SmartLabel labelResult5_1; + private SmartX.SmartLabel labelResult3; + private SmartX.SmartLabel labelResult4; + private SmartX.SmartLabel labelResult1; + private SmartX.SmartLabel labelResult2; + private SmartX.SmartLabel labelResult5; + private SmartX.SmartLabel labelPressureWork1; + private SmartX.SmartLabel labelDiffMadc1; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartSeparatorLine smartSeparatorLine21; + private SmartX.SmartLabel labelPressureWork3; + private SmartX.SmartLabel labelDiffMadc3; + private SmartX.SmartLabel smartLabel23; + private SmartX.SmartSeparatorLine smartSeparatorLine3; + private SmartX.SmartSeparatorLine smartSeparatorLine23; + private SmartX.SmartLabel labelPressureMaster3; + private SmartX.SmartLabel smartLabel25; + private SmartX.SmartLabel smartLabel26; + private SmartX.SmartLabel labelDiffSecDiff3; + private SmartX.SmartLabel smartLabel28; + private SmartX.SmartLabel labelDispMData3; + private SmartX.SmartLabel smartLabel30; + private SmartX.SmartLabel labelDispRData3; + private SmartX.SmartLabel smartLabel32; + private SmartX.SmartLabel labelPressureWork4; + private SmartX.SmartLabel labelDiffMadc4; + private SmartX.SmartLabel smartLabel35; + private SmartX.SmartSeparatorLine smartSeparatorLine4; + private SmartX.SmartSeparatorLine smartSeparatorLine5; + private SmartX.SmartLabel labelPressureMaster4; + private SmartX.SmartLabel smartLabel37; + private SmartX.SmartLabel smartLabel38; + private SmartX.SmartLabel labelDiffSecDiff4; + private SmartX.SmartLabel smartLabel40; + private SmartX.SmartLabel labelDispMData4; + private SmartX.SmartLabel smartLabel42; + private SmartX.SmartLabel labelDispRData4; + private SmartX.SmartLabel smartLabel44; + private SmartX.SmartLabel labelPressureWork2; + private SmartX.SmartLabel labelDiffMadc2; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartSeparatorLine smartSeparatorLine2; + private SmartX.SmartSeparatorLine smartSeparatorLine22; + private SmartX.SmartLabel labelPressureMaster2; + private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel labelDiffSecDiff2; + private SmartX.SmartLabel smartLabel16; + private SmartX.SmartLabel labelDispMData2; + private SmartX.SmartLabel smartLabel18; + private SmartX.SmartLabel labelDispRData2; + private SmartX.SmartLabel smartLabel20; + private SmartX.SmartLabel labelPressureWork5; + private SmartX.SmartLabel labelDiffMadc5; + private SmartX.SmartLabel smartLabel47; + private SmartX.SmartSeparatorLine smartSeparatorLine6; + private SmartX.SmartSeparatorLine smartSeparatorLine7; + private SmartX.SmartLabel labelPressureMaster5; + private SmartX.SmartLabel smartLabel49; + private SmartX.SmartLabel smartLabel50; + private SmartX.SmartLabel labelDiffSecDiff5; + private SmartX.SmartLabel smartLabel52; + private SmartX.SmartLabel labelDispMData5; + private SmartX.SmartLabel smartLabel54; + private SmartX.SmartLabel labelDispRData5; + private SmartX.SmartLabel smartLabel56; + private SmartX.SmartLabel labelPressureWork9; + private SmartX.SmartLabel labelDiffMadc9; + private SmartX.SmartLabel smartLabel96; + private SmartX.SmartSeparatorLine smartSeparatorLine27; + private SmartX.SmartSeparatorLine smartSeparatorLine28; + private SmartX.SmartLabel labelPressureMaster9; + private SmartX.SmartLabel smartLabel98; + private SmartX.SmartLabel smartLabel99; + private SmartX.SmartLabel labelDiffSecDiff9; + private SmartX.SmartLabel smartLabel101; + private SmartX.SmartLabel labelDispMData9; + private SmartX.SmartLabel smartLabel103; + private SmartX.SmartLabel labelDispRData9; + private SmartX.SmartLabel smartLabel105; + private SmartX.SmartLabel labelPressureWork10; + private SmartX.SmartLabel labelDiffMadc10; + private SmartX.SmartLabel smartLabel108; + private SmartX.SmartSeparatorLine smartSeparatorLine29; + private SmartX.SmartSeparatorLine smartSeparatorLine30; + private SmartX.SmartLabel labelPressureMaster10; + private SmartX.SmartLabel smartLabel110; + private SmartX.SmartLabel smartLabel111; + private SmartX.SmartLabel labelDiffSecDiff10; + private SmartX.SmartLabel smartLabel113; + private SmartX.SmartLabel labelDispMData10; + private SmartX.SmartLabel smartLabel115; + private SmartX.SmartLabel labelDispRData10; + private SmartX.SmartLabel smartLabel117; + private SmartX.SmartLabel labelPressureWork8; + private SmartX.SmartLabel labelDiffMadc8; + private SmartX.SmartLabel smartLabel84; + private SmartX.SmartSeparatorLine smartSeparatorLine25; + private SmartX.SmartSeparatorLine smartSeparatorLine26; + private SmartX.SmartLabel labelPressureMaster8; + private SmartX.SmartLabel smartLabel86; + private SmartX.SmartLabel smartLabel87; + private SmartX.SmartLabel labelDiffSecDiff8; + private SmartX.SmartLabel smartLabel89; + private SmartX.SmartLabel labelDispMData8; + private SmartX.SmartLabel smartLabel91; + private SmartX.SmartLabel labelDispRData8; + private SmartX.SmartLabel smartLabel93; + private SmartX.SmartLabel labelPressureWork7; + private SmartX.SmartLabel labelDiffMadc7; + private SmartX.SmartLabel smartLabel72; + private SmartX.SmartSeparatorLine smartSeparatorLine10; + private SmartX.SmartSeparatorLine smartSeparatorLine24; + private SmartX.SmartLabel labelPressureMaster7; + private SmartX.SmartLabel smartLabel74; + private SmartX.SmartLabel smartLabel75; + private SmartX.SmartLabel labelDiffSecDiff7; + private SmartX.SmartLabel smartLabel77; + private SmartX.SmartLabel labelDispMData7; + private SmartX.SmartLabel smartLabel79; + private SmartX.SmartLabel labelDispRData7; + private SmartX.SmartLabel smartLabel81; + private SmartX.SmartLabel labelPressureWork6; + private SmartX.SmartLabel labelDiffMadc6; + private SmartX.SmartLabel smartLabel59; + private SmartX.SmartSeparatorLine smartSeparatorLine8; + private SmartX.SmartSeparatorLine smartSeparatorLine9; + private SmartX.SmartLabel labelPressureMaster6; + private SmartX.SmartLabel smartLabel62; + private SmartX.SmartLabel smartLabel63; + private SmartX.SmartLabel labelDiffSecDiff6; + private SmartX.SmartLabel smartLabel65; + private SmartX.SmartLabel labelDispMData6; + private SmartX.SmartLabel smartLabel67; + private SmartX.SmartLabel labelDispRData6; + private SmartX.SmartLabel smartLabel69; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartProgressBar smartProgressBar6; + private SmartX.SmartProgressBar smartProgressBar5; + private SmartX.SmartProgressBar smartProgressBar4; + private SmartX.SmartProgressBar smartProgressBar3; + private SmartX.SmartProgressBar smartProgressBar2; + private SmartX.SmartProgressBar smartProgressBar1; } } \ No newline at end of file diff --git a/INT_PT002/Forms/FormMainDisplay1.cs b/INT_PT002/Forms/FormMainDisplay1.cs index 6c19be7..7db367a 100644 --- a/INT_PT002/Forms/FormMainDisplay1.cs +++ b/INT_PT002/Forms/FormMainDisplay1.cs @@ -27,13 +27,13 @@ namespace INT_PT002.Forms private FormMain m_ParentForm; - private Collection CollectionCurrentValue; - private Collection CollectionMaxValue; - private Collection CollectionStDev; private Collection CollectionResult; - private Collection CollectionResultSD; - private Collection CollectionResult1; - private Collection CollectionDraw; + private Collection CollectionDispRData; + private Collection CollectionDispMData; + private Collection CollectionDiffMadc; + private Collection CollectionDiffSecDiff; + private Collection CollectionPressureWork; + private Collection CollectionPressureMaster; private ControlMainDisplay ChildControl; #endregion @@ -46,7 +46,6 @@ namespace INT_PT002.Forms this.ParentForm = parent; this.DefaultSetting(); - this.InitializeDraw(); this.InitializeData(); } #endregion @@ -70,42 +69,6 @@ namespace INT_PT002.Forms this.ColorResultNG = Color.Red; this.ColorResultNone = Color.Black; - this.CollectionCurrentValue = new Collection(); - this.CollectionCurrentValue.Add(this.labelCurrentValue5); - this.CollectionCurrentValue.Add(this.labelCurrentValue4); - this.CollectionCurrentValue.Add(this.labelCurrentValue3); - this.CollectionCurrentValue.Add(this.labelCurrentValue2); - this.CollectionCurrentValue.Add(this.labelCurrentValue1); - this.CollectionCurrentValue.Add(this.labelCurrentValue6); - this.CollectionCurrentValue.Add(this.labelCurrentValue7); - this.CollectionCurrentValue.Add(this.labelCurrentValue8); - this.CollectionCurrentValue.Add(this.labelCurrentValue9); - this.CollectionCurrentValue.Add(this.labelCurrentValue10); - - this.CollectionMaxValue = new Collection(); - this.CollectionMaxValue.Add(this.labelMaxValue5); - this.CollectionMaxValue.Add(this.labelMaxValue4); - this.CollectionMaxValue.Add(this.labelMaxValue3); - this.CollectionMaxValue.Add(this.labelMaxValue2); - this.CollectionMaxValue.Add(this.labelMaxValue1); - this.CollectionMaxValue.Add(this.labelMaxValue6); - this.CollectionMaxValue.Add(this.labelMaxValue7); - this.CollectionMaxValue.Add(this.labelMaxValue8); - this.CollectionMaxValue.Add(this.labelMaxValue9); - this.CollectionMaxValue.Add(this.labelMaxValue10); - - this.CollectionStDev = new Collection(); - this.CollectionStDev.Add(this.labelStDev5); - this.CollectionStDev.Add(this.labelStDev4); - this.CollectionStDev.Add(this.labelStDev3); - this.CollectionStDev.Add(this.labelStDev2); - this.CollectionStDev.Add(this.labelStDev1); - this.CollectionStDev.Add(this.labelStDev6); - this.CollectionStDev.Add(this.labelStDev7); - this.CollectionStDev.Add(this.labelStDev8); - this.CollectionStDev.Add(this.labelStDev9); - this.CollectionStDev.Add(this.labelStDev10); - this.CollectionResult = new Collection(); this.CollectionResult.Add(this.labelResult1); this.CollectionResult.Add(this.labelResult2); @@ -118,41 +81,77 @@ namespace INT_PT002.Forms this.CollectionResult.Add(this.labelResult9); this.CollectionResult.Add(this.labelResult10); - this.CollectionResultSD = new Collection(); - this.CollectionResultSD.Add(this.labelResultSD1); - this.CollectionResultSD.Add(this.labelResultSD2); - this.CollectionResultSD.Add(this.labelResultSD3); - this.CollectionResultSD.Add(this.labelResultSD4); - this.CollectionResultSD.Add(this.labelResultSD5); - this.CollectionResultSD.Add(this.labelResultSD6); - this.CollectionResultSD.Add(this.labelResultSD7); - this.CollectionResultSD.Add(this.labelResultSD8); - this.CollectionResultSD.Add(this.labelResultSD9); - this.CollectionResultSD.Add(this.labelResultSD10); + this.CollectionDispRData = new Collection(); + this.CollectionDispRData.Add(this.labelDispRData1); + this.CollectionDispRData.Add(this.labelDispRData2); + this.CollectionDispRData.Add(this.labelDispRData3); + this.CollectionDispRData.Add(this.labelDispRData4); + this.CollectionDispRData.Add(this.labelDispRData5); + this.CollectionDispRData.Add(this.labelDispRData6); + this.CollectionDispRData.Add(this.labelDispRData7); + this.CollectionDispRData.Add(this.labelDispRData8); + this.CollectionDispRData.Add(this.labelDispRData9); + this.CollectionDispRData.Add(this.labelDispRData10); - this.CollectionResult1 = new Collection(); - this.CollectionResult1.Add(this.labelResult1_1); - this.CollectionResult1.Add(this.labelResult2_1); - this.CollectionResult1.Add(this.labelResult3_1); - this.CollectionResult1.Add(this.labelResult4_1); - this.CollectionResult1.Add(this.labelResult5_1); - this.CollectionResult1.Add(this.labelResult6_1); - this.CollectionResult1.Add(this.labelResult7_1); - this.CollectionResult1.Add(this.labelResult8_1); - this.CollectionResult1.Add(this.labelResult9_1); - this.CollectionResult1.Add(this.labelResult10_1); + this.CollectionDispMData = new Collection(); + this.CollectionDispMData.Add(this.labelDispMData1); + this.CollectionDispMData.Add(this.labelDispMData2); + this.CollectionDispMData.Add(this.labelDispMData3); + this.CollectionDispMData.Add(this.labelDispMData4); + this.CollectionDispMData.Add(this.labelDispMData5); + this.CollectionDispMData.Add(this.labelDispMData6); + this.CollectionDispMData.Add(this.labelDispMData7); + this.CollectionDispMData.Add(this.labelDispMData8); + this.CollectionDispMData.Add(this.labelDispMData9); + this.CollectionDispMData.Add(this.labelDispMData10); - this.CollectionDraw = new Collection(); - this.CollectionDraw.Add(this.smartDraw1); - this.CollectionDraw.Add(this.smartDraw2); - this.CollectionDraw.Add(this.smartDraw3); - this.CollectionDraw.Add(this.smartDraw4); - this.CollectionDraw.Add(this.smartDraw5); - this.CollectionDraw.Add(this.smartDraw6); - this.CollectionDraw.Add(this.smartDraw7); - this.CollectionDraw.Add(this.smartDraw8); - this.CollectionDraw.Add(this.smartDraw9); - this.CollectionDraw.Add(this.smartDraw10); + this.CollectionDiffMadc = new Collection(); + this.CollectionDiffMadc.Add(this.labelDiffMadc1); + this.CollectionDiffMadc.Add(this.labelDiffMadc2); + this.CollectionDiffMadc.Add(this.labelDiffMadc3); + this.CollectionDiffMadc.Add(this.labelDiffMadc4); + this.CollectionDiffMadc.Add(this.labelDiffMadc5); + this.CollectionDiffMadc.Add(this.labelDiffMadc6); + this.CollectionDiffMadc.Add(this.labelDiffMadc7); + this.CollectionDiffMadc.Add(this.labelDiffMadc8); + this.CollectionDiffMadc.Add(this.labelDiffMadc9); + this.CollectionDiffMadc.Add(this.labelDiffMadc10); + + this.CollectionDiffSecDiff = new Collection(); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff1); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff2); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff3); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff4); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff5); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff6); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff7); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff8); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff9); + this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff10); + + this.CollectionPressureWork = new Collection(); + this.CollectionPressureWork.Add(this.labelPressureWork1); + this.CollectionPressureWork.Add(this.labelPressureWork2); + this.CollectionPressureWork.Add(this.labelPressureWork3); + this.CollectionPressureWork.Add(this.labelPressureWork4); + this.CollectionPressureWork.Add(this.labelPressureWork5); + this.CollectionPressureWork.Add(this.labelPressureWork6); + this.CollectionPressureWork.Add(this.labelPressureWork7); + this.CollectionPressureWork.Add(this.labelPressureWork8); + this.CollectionPressureWork.Add(this.labelPressureWork9); + this.CollectionPressureWork.Add(this.labelPressureWork10); + + this.CollectionPressureMaster = new Collection(); + this.CollectionPressureMaster.Add(this.labelPressureMaster1); + this.CollectionPressureMaster.Add(this.labelPressureMaster2); + this.CollectionPressureMaster.Add(this.labelPressureMaster3); + this.CollectionPressureMaster.Add(this.labelPressureMaster4); + this.CollectionPressureMaster.Add(this.labelPressureMaster5); + this.CollectionPressureMaster.Add(this.labelPressureMaster6); + this.CollectionPressureMaster.Add(this.labelPressureMaster7); + this.CollectionPressureMaster.Add(this.labelPressureMaster8); + this.CollectionPressureMaster.Add(this.labelPressureMaster9); + this.CollectionPressureMaster.Add(this.labelPressureMaster10); this.ChildControl = new ControlMainDisplay(this.ParentForm); this.Controls.Add(this.ChildControl); @@ -164,57 +163,41 @@ namespace INT_PT002.Forms { for (int i = 0; i < 10; i++) { - this.CollectionCurrentValue[i].Text = "0.000"; - this.CollectionMaxValue[i].Text = "0.000"; - this.CollectionStDev[i].Text = "0.0000"; this.CollectionResult[i].Text = "-"; this.CollectionResult[i].TextColor = this.ColorResultNone; - this.CollectionResult1[i].Text = "-"; - this.CollectionResult1[i].TextColor = this.ColorResultNone; - this.CollectionResult1[i].Font = new Font("New Gulim", 48, FontStyle.Bold); - this.CollectionResultSD[i].Text = "0.0000"; - this.CollectionDraw[i].Chart.PutDataAllClear(); - } - } - private void InitializeDraw() - { - for (int i = 0; i < 10; i++) - { - // SetChartConfig - this.CollectionDraw[i].Chart.SetChartConfig(0, 102, 192, 102, 1, SmartDraw.ChartRefresh.LEFTSCROLL); - // BackLayer "0" 기준선 표시 - this.CollectionDraw[i].BackLayer.SetPenStyle(Color.Gray, 1); - this.CollectionDraw[i].BackLayer.Line(0, 90, 192, 90); + this.CollectionResult[i].Font = new Font("New Gulim", 48, FontStyle.Bold); + this.CollectionDispRData[i].Text = "0.00"; + this.CollectionDispMData[i].Text = "0.00"; + this.CollectionDiffMadc[i].Text = "0.00"; + this.CollectionDiffSecDiff[i].Text = "0.00"; + this.CollectionPressureWork[i].Text = "0.0"; + this.CollectionPressureMaster[i].Text = "0.0"; } } - private void GetJudgmentResult(LeakData data, SmartLabel label1, SmartLabel label2) + private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label2) { string value = ""; - switch (data.JudgmentStatus) + switch (judg) { case Define.E_JudgmentStatus.None: value = "-"; - label1.TextColor = this.ColorResultNone; label2.TextColor = this.ColorResultNone; label2.Font = new Font("New Gulim", 40, FontStyle.Bold); break; case Define.E_JudgmentStatus.Pass: value = "정상"; - label1.TextColor = this.ColorResultPass; label2.TextColor = this.ColorResultPass; label2.Font = new Font("New Gulim", 40, FontStyle.Bold); break; case Define.E_JudgmentStatus.Ng: value = "리크"; - label1.TextColor = this.ColorResultNG; label2.TextColor = this.ColorResultNG; label2.Font = new Font("New Gulim", 40, FontStyle.Bold); break; case Define.E_JudgmentStatus.Error: value = "제품 없음"; - label1.TextColor = this.ColorResultNone; label2.TextColor = this.ColorResultNone; label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; @@ -222,17 +205,15 @@ namespace INT_PT002.Forms break; } - if (label1.Text != value) - label1.Text = value; if (label2.Text != value) label2.Text = value; } - private void UpdateProgressStatusDisplay(Define.E_ProgressStatus status) + public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status) { switch (status) { - case Define.E_ProgressStatus.None: + case Define.E_ProcessStatus.None: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -242,7 +223,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.Initial: + case Define.E_ProcessStatus.Initial: this.labelProgress0.BackGroundColor = this.ColorProgressOn; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -252,7 +233,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.ProductEntry: + case Define.E_ProcessStatus.ProductEntry: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOn; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -265,7 +246,7 @@ namespace INT_PT002.Forms // Label Initialize //this.InitializeLabel(); break; - case Define.E_ProgressStatus.ChamberConbined: + case Define.E_ProcessStatus.ChamberConbined: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOn; @@ -275,7 +256,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.VacuumStart: + case Define.E_ProcessStatus.VacuumStart: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -285,7 +266,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.VacuumHold: + case Define.E_ProcessStatus.VacuumHold: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -295,9 +276,9 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.Judgment: + case Define.E_ProcessStatus.Judgment: break; - case Define.E_ProgressStatus.VacuumBreak: + case Define.E_ProcessStatus.VacuumBreak: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -307,7 +288,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.ChamberSeparation: + case Define.E_ProcessStatus.ChamberSeparation: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -317,7 +298,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOn; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProgressStatus.ProductRelease: + case Define.E_ProcessStatus.ProductRelease: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -331,7 +312,7 @@ namespace INT_PT002.Forms break; } } - private void UpdateDotGraphDisplay(SmartDraw draw, LeakData data) + private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff) { int iValue = 0; double dValue = 0.0; @@ -351,6 +332,26 @@ namespace INT_PT002.Forms draw.Chart.PutData(iValue); } + private void UpdateDisplayDotGraphDisp(SmartDraw draw, DispData disp) + { + int iValue = 0; + double dValue = 0.0; + + // 값 표시 범위 + // 15.000 ~ -2.000 (17.000 ~ 0) + // 그래프 영역 높이 102 + // 17000 / 102 = 166.666666~ + //dValue = (int.Parse(data.CurrentValueSign + data.CurrentValue) + 2000) / 166.66666; + + if (dValue > 110) + dValue = 110; + if (dValue < 1) + dValue = 1; + + iValue = int.Parse(string.Format("{0:f0}", dValue)); + + draw.Chart.PutData(iValue); + } public void UpdateEquipmentStatusDisplay(Define.E_EquipmentStatus status) { if (status == Define.E_EquipmentStatus.Start) @@ -368,7 +369,8 @@ namespace INT_PT002.Forms #endregion } } - public void UpdateNomalLeakDataDisplay(Collection datas) + + public void UpdateDisplayDiffData(Collection datas) { string value = ""; bool bValue = false; @@ -381,186 +383,102 @@ namespace INT_PT002.Forms else this.FlagIgnoreCNT++; - this.UpdateProgressStatusDisplay(datas[0].ProgressStatus); - - for (int i = 0; i < datas.Count; i++) + for (int i = 0; i < this.ParentForm.EquipmentColumn; i++) { - // Current Value - //value = Helper.StringToDecimalPlaces(datas[i].CurrentValue, this.ParentForm.DecimalPlaces3); - //if (datas[i].CurrentValueSign == "-") - // value = string.Format("{0}{1}", datas[i].CurrentValueSign, value); - if (this.CollectionCurrentValue[i].Text != value) - this.CollectionCurrentValue[i].Text = value; + value = datas[i].MAdc; + if (this.CollectionDiffMadc[i].Text != value) + this.CollectionDiffMadc[i].Text = value; - // Max Value - //value = Helper.StringToDecimalPlaces(datas[i].MaxValue, this.ParentForm.DecimalPlaces3); - //if (datas[i].MaxValueSign == "-") - // value = string.Format("{0}{1}", datas[i].MaxValueSign, value); - if (this.CollectionMaxValue[i].Text != value) - this.CollectionMaxValue[i].Text = value; - - // Standard Deviation - //value = Helper.StringToDecimalPlaces(datas[i].StDev, this.ParentForm.DecimalPlaces4); - if (this.CollectionStDev[i].Text != value) - this.CollectionStDev[i].Text = value; - - // Draw - if (bValue == true) - this.UpdateDotGraphDisplay(this.CollectionDraw[i], datas[i]); + value = datas[i].SecBufDiff; + if (this.CollectionDiffSecDiff[i].Text != value) + this.CollectionDiffSecDiff[i].Text = value; } - - this.ChildControl.UpdateNomalLeakDataDisplay(datas); } - public void UpdateStartLeakDataDisplay(Collection datas) + public void UpdateDisplayDispData(Collection datas) + { + string value = ""; + bool bValue = false; + + if (this.FlagIgnoreCNT == this.ParentForm.SystemConfig.CHART1_DRAW_STEP) + { + bValue = true; + this.FlagIgnoreCNT = 0; + } + else + this.FlagIgnoreCNT++; + + for (int i = 0; i < this.ParentForm.EquipmentColumn; i++) + { + value = datas[i].RData; + if (this.CollectionDispRData[i].Text != value) + this.CollectionDispRData[i].Text = value; + + value = datas[i].MData; + if (this.CollectionDispMData[i].Text != value) + this.CollectionDispMData[i].Text = value; + } + } + + public void UpdateDisplayJudgmentData(LeakData datas) { this.timerOn.Enabled = false; this.timerOff.Enabled = false; for (int i = 0; i < 10; i++) - this.CollectionResult1[i].Visible = true; + this.CollectionResult[i].Visible = true; - this.UpdateStartLeakData1Display(datas[4]); - this.UpdateStartLeakData2Display(datas[3]); - this.UpdateStartLeakData3Display(datas[2]); - this.UpdateStartLeakData4Display(datas[1]); - this.UpdateStartLeakData5Display(datas[0]); - this.UpdateStartLeakData6Display(datas[5]); - this.UpdateStartLeakData7Display(datas[6]); - this.UpdateStartLeakData8Display(datas[7]); - this.UpdateStartLeakData9Display(datas[8]); - this.UpdateStartLeakData10Display(datas[9]); + this.UpdateDisplayJudgmentData1(datas); + this.UpdateDisplayJudgmentData2(datas); + this.UpdateDisplayJudgmentData3(datas); + this.UpdateDisplayJudgmentData4(datas); + this.UpdateDisplayJudgmentData5(datas); + this.UpdateDisplayJudgmentData6(datas); + this.UpdateDisplayJudgmentData7(datas); + this.UpdateDisplayJudgmentData8(datas); + this.UpdateDisplayJudgmentData9(datas); + this.UpdateDisplayJudgmentData10(datas); this.ChildControl.UpdateStartLeakDataDisplay(datas); } - public void UpdateStartLeakData1Display(LeakData data) + private void UpdateDisplayJudgmentData1(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult1.Text != value) - // this.labelResult1.Text = value; - this.GetJudgmentResult(data, this.labelResult1, this.labelResult1_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD1.Text != value) - this.labelResultSD1.Text = value; + this.GetJudgmentResult(data.CollJudgment[0], this.labelResult1); } - public void UpdateStartLeakData2Display(LeakData data) + private void UpdateDisplayJudgmentData2(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult2.Text != value) - // this.labelResult2.Text = value; - this.GetJudgmentResult(data, this.labelResult2, this.labelResult2_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD2.Text != value) - this.labelResultSD2.Text = value; + this.GetJudgmentResult(data.CollJudgment[1], this.labelResult2); } - public void UpdateStartLeakData3Display(LeakData data) + private void UpdateDisplayJudgmentData3(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult3.Text != value) - // this.labelResult3.Text = value; - this.GetJudgmentResult(data, this.labelResult3, this.labelResult3_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD3.Text != value) - this.labelResultSD3.Text = value; + this.GetJudgmentResult(data.CollJudgment[2], this.labelResult3); } - public void UpdateStartLeakData4Display(LeakData data) + private void UpdateDisplayJudgmentData4(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult4.Text != value) - // this.labelResult4.Text = value; - this.GetJudgmentResult(data, this.labelResult4, this.labelResult4_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD4.Text != value) - this.labelResultSD4.Text = value; + this.GetJudgmentResult(data.CollJudgment[3], this.labelResult4); } - public void UpdateStartLeakData5Display(LeakData data) + private void UpdateDisplayJudgmentData5(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult5.Text != value) - // this.labelResult5.Text = value; - this.GetJudgmentResult(data, this.labelResult5, this.labelResult5_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD5.Text != value) - this.labelResultSD5.Text = value; + this.GetJudgmentResult(data.CollJudgment[4], this.labelResult5); } - public void UpdateStartLeakData6Display(LeakData data) + private void UpdateDisplayJudgmentData6(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult6.Text != value) - // this.labelResult6.Text = value; - this.GetJudgmentResult(data, this.labelResult6, this.labelResult6_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD6.Text != value) - this.labelResultSD6.Text = value; + this.GetJudgmentResult(data.CollJudgment[5], this.labelResult6); } - public void UpdateStartLeakData7Display(LeakData data) + private void UpdateDisplayJudgmentData7(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult7.Text != value) - // this.labelResult7.Text = value; - this.GetJudgmentResult(data, this.labelResult7, this.labelResult7_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD7.Text != value) - this.labelResultSD7.Text = value; + this.GetJudgmentResult(data.CollJudgment[6], this.labelResult7); } - public void UpdateStartLeakData8Display(LeakData data) + private void UpdateDisplayJudgmentData8(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult8.Text != value) - // this.labelResult8.Text = value; - this.GetJudgmentResult(data, this.labelResult8, this.labelResult8_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD8.Text != value) - this.labelResultSD8.Text = value; + this.GetJudgmentResult(data.CollJudgment[7], this.labelResult8); } - public void UpdateStartLeakData9Display(LeakData data) + private void UpdateDisplayJudgmentData9(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult9.Text != value) - // this.labelResult9.Text = value; - this.GetJudgmentResult(data, this.labelResult9, this.labelResult9_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD9.Text != value) - this.labelResultSD9.Text = value; + this.GetJudgmentResult(data.CollJudgment[8], this.labelResult9); } - public void UpdateStartLeakData10Display(LeakData data) + private void UpdateDisplayJudgmentData10(LeakData data) { - string value = ""; - - //value = data.JudgmentStatus.ToString(); - //if (this.labelResult10.Text != value) - // this.labelResult10.Text = value; - this.GetJudgmentResult(data, this.labelResult10, this.labelResult10_1); - - //value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4); - if (this.labelResultSD10.Text != value) - this.labelResultSD10.Text = value; + this.GetJudgmentResult(data.CollJudgment[9], this.labelResult10); } public void UpdateDisplayTime() { @@ -601,8 +519,8 @@ namespace INT_PT002.Forms for (int i = 0; i < 10; i++) { - this.CollectionResult1[i].Font = new Font("New Gulim", 20, FontStyle.Bold); - this.CollectionResult1[i].Text = "검사 중.."; + this.CollectionResult[i].Font = new Font("New Gulim", 20, FontStyle.Bold); + this.CollectionResult[i].Text = "검사 중.."; } this.timerOn.Enabled = true; @@ -669,7 +587,7 @@ namespace INT_PT002.Forms this.timerOn.Enabled = false; for (int i = 0; i < 10; i++) - this.CollectionResult1[i].Visible = false; + this.CollectionResult[i].Visible = false; this.timerOff.Enabled = true; } @@ -678,118 +596,12 @@ namespace INT_PT002.Forms this.timerOff.Enabled = false; for (int i = 0; i < 10; i++) - this.CollectionResult1[i].Visible = true; + this.CollectionResult[i].Visible = true; this.timerOn.Enabled = true; } #endregion - private void smartButton1_Click(object sender, EventArgs e) - { - int iValue1 = 0, iValue2 = 0; - - iValue1 = -2000; - - this.smartDraw1.Chart.PutDataAllClear(); - this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL); - this.smartDraw1.Chart.ChartDrawStep = 1; - this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID); - - for (int j = 0; j < 192; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - - } - private void smartButton4_Click(object sender, EventArgs e) - { - int iValue1 = 0, iValue2 = 0; - - iValue1 = 0; - - this.smartDraw1.Chart.PutDataAllClear(); - this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL); - this.smartDraw1.Chart.ChartDrawStep = 1; - this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID); - - for (int j = 0; j < 192; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - - } - private void smartButton5_Click(object sender, EventArgs e) - { - int iValue1 = 0, iValue2 = 0; - - iValue1 = 7000; - - this.smartDraw1.Chart.PutDataAllClear(); - this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw; - this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL); - this.smartDraw1.Chart.ChartDrawStep = 1; - this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID); - - for (int j = 0; j < 192; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - - } - private void smartButton6_Click(object sender, EventArgs e) - { - int iValue1 = 0, iValue2 = 0, iValue3 = 0; - - iValue1 = -1000; - - //this.smartDraw1.Chart.PutDataAllClear(); - //this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw; -// this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL); - this.smartDraw1.Chart.SetChartConfig(); - //this.smartDraw1.Chart.ChartDrawStep = 1; - //this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID); - - for (int j = 0; j < 30; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - - iValue3 = -1000; - for (int j = 0; j < 10; j++) - { - iValue2 = ((iValue3 + 2000) / 100) + 7; - iValue3 = iValue2; - this.smartDraw1.Chart.PutData(iValue2); - } - - iValue1 = 7000; - for (int j = 0; j < 110; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - iValue3 = 7000; - for (int j = 0; j < 10; j++) - { - iValue2 = ((iValue3 + 2000) / 100) - 7; - iValue3 = iValue2; - this.smartDraw1.Chart.PutData(iValue2); - } - - iValue1 = -1000; - for (int j = 0; j < 30; j++) - { - iValue2 = (iValue1 + 2000) / 100; - this.smartDraw1.Chart.PutData(iValue2); - } - } - private void buttonExit_Click(object sender, EventArgs e) { this.ParentForm.CloseSmartUartLink(); diff --git a/INT_PT002/Forms/FormMenu.cs b/INT_PT002/Forms/FormMenu.cs index f3ada3e..d7f0ac6 100644 --- a/INT_PT002/Forms/FormMenu.cs +++ b/INT_PT002/Forms/FormMenu.cs @@ -383,6 +383,11 @@ namespace INT_PT002.Forms } } + public void UpdateDisplayRecipeData(Recipe item) + { + this.Child_Recipe_Setting.UpdateDisplayRecipeData(item); + } + public void DisplayRefresh() { this.SelectedTopMenu = Define.E_TopMenuStore.Recipe; diff --git a/INT_PT002/Helper.cs b/INT_PT002/Helper.cs index 794a431..bbdba0f 100644 --- a/INT_PT002/Helper.cs +++ b/INT_PT002/Helper.cs @@ -104,44 +104,77 @@ namespace INT_PT002 } } - public static Define.E_ProgressStatus StringToProgressStatus(string value) + public static Define.E_ProcessStatus StringToProcessStatus(string value) { - if (value.Length != 2) - return Define.E_ProgressStatus.None; + Define.E_ProcessStatus status; - if (value == "S0") - return Define.E_ProgressStatus.Initial; - else if (value == "S1") - return Define.E_ProgressStatus.ProductEntry; - else if (value == "S2") - return Define.E_ProgressStatus.ChamberConbined; - else if (value == "S3") - return Define.E_ProgressStatus.VacuumStart; - else if (value == "S4") - return Define.E_ProgressStatus.VacuumHold; - else if (value == "S5") - return Define.E_ProgressStatus.VacuumBreak; - else if (value == "S6") - return Define.E_ProgressStatus.ChamberSeparation; - else if (value == "S7") - return Define.E_ProgressStatus.ProductRelease; - else - return Define.E_ProgressStatus.None; + if (value.Length != 1) + return Define.E_ProcessStatus.None; + + switch (value) + { + case "0": + status = Define.E_ProcessStatus.Initial; + break; + case "1": + status = Define.E_ProcessStatus.ProductEntry; + break; + case "2": + status = Define.E_ProcessStatus.ChamberConbined; + break; + case "3": + status = Define.E_ProcessStatus.VacuumStart; + break; + case "4": + status = Define.E_ProcessStatus.VacuumHold; + break; + case "5": + status = Define.E_ProcessStatus.Judgment; + break; + case "6": + status = Define.E_ProcessStatus.VacuumBreak; + break; + case "7": + status = Define.E_ProcessStatus.ChamberSeparation; + break; + case "8": + status = Define.E_ProcessStatus.ProductRelease; + break; + default: + status = Define.E_ProcessStatus.None; + break; + } + + return status; } public static Define.E_JudgmentStatus StringToJudgmentStatus(string value) { - if (value.Length != 2) + Define.E_JudgmentStatus status; + + if (value.Length != 1) return Define.E_JudgmentStatus.None; - if (value == "sp") - return Define.E_JudgmentStatus.Pass; - else if (value == "sn") - return Define.E_JudgmentStatus.Ng; - else if (value == "se") - return Define.E_JudgmentStatus.Error; - else - return Define.E_JudgmentStatus.None; + switch (value) + { + case "0": + status = Define.E_JudgmentStatus.None; + break; + case "1": + status = Define.E_JudgmentStatus.Pass; + break; + case "2": + status = Define.E_JudgmentStatus.Ng; + break; + case "3": + status = Define.E_JudgmentStatus.Error; + break; + default: + status = Define.E_JudgmentStatus.None; + break; + } + + return status; } /// @@ -242,5 +275,31 @@ namespace INT_PT002 else return " "; } + /// + /// 8자리에 마춰 공백으로 채움 + /// + /// + /// + public static string StringBlankFillDigits8(string value) + { + if (value.Length == 1) + return string.Format(" {0}", value); + else if (value.Length == 2) + return string.Format(" {0}", value); + else if (value.Length == 3) + return string.Format(" {0}", value); + else if (value.Length == 4) + return string.Format(" {0}", value); + else if (value.Length == 5) + return string.Format(" {0}", value); + else if (value.Length == 6) + return string.Format(" {0}", value); + else if (value.Length == 7) + return string.Format(" {0}", value); + else if (value.Length == 8) + return value; + else + return " "; + } } } From 26a2aed149ff9f6323cf713c8c7d76e575225f23 Mon Sep 17 00:00:00 2001 From: Seonjae Date: Mon, 13 Mar 2023 09:50:04 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=BB=A8=EC=85=89=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ControlMenuManualIoTest.Designer.cs | 895 +++++++ INT_PT002/DataStore/Define.cs | 20 +- INT_PT002/DataStore/LeakData.cs | 2 +- INT_PT002/Forms/FormMainDisplay1.cs | 20 +- INT_PT002/Forms/FormMainDisplay2.Designer.cs | 2247 +++++++++++++++++ INT_PT002/Forms/FormMainDisplay2.cs | 467 ++++ INT_PT002/Forms/FormMainDisplay2.resx | 2155 ++++++++++++++++ INT_PT002/Helper.cs | 22 +- INT_PT002/INT_PT002.csproj | 10 + 9 files changed, 5806 insertions(+), 32 deletions(-) create mode 100644 INT_PT002/Forms/FormMainDisplay2.Designer.cs create mode 100644 INT_PT002/Forms/FormMainDisplay2.cs create mode 100644 INT_PT002/Forms/FormMainDisplay2.resx diff --git a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs index 150d339..5a4e759 100644 --- a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs +++ b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs @@ -29,6 +29,41 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); + this.smartLabel14 = new SmartX.SmartLabel(); + this.smartLabel13 = new SmartX.SmartLabel(); + this.labelMotor2Turn = new SmartX.SmartLabel(); + this.smartLabel17 = new SmartX.SmartLabel(); + this.labelMotor2Origin = new SmartX.SmartLabel(); + this.smartLabel19 = new SmartX.SmartLabel(); + this.labelMotor1Back = new SmartX.SmartLabel(); + this.smartLabel12 = new SmartX.SmartLabel(); + this.labelMotor1Front = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); + this.labelMotor1Origin = new SmartX.SmartLabel(); + this.smartLabel15 = new SmartX.SmartLabel(); + this.buttonMotor2Origin = new SmartX.SmartButton(); + this.buttonMotor2Turn = new SmartX.SmartButton(); + this.buttonMotor1Origin = new SmartX.SmartButton(); + this.buttonMotor1Back = new SmartX.SmartButton(); + this.buttonMotor1Front = new SmartX.SmartButton(); + this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.smartButton4 = new SmartX.SmartButton(); + this.smartButton3 = new SmartX.SmartButton(); + this.smartButton2 = new SmartX.SmartButton(); + this.smartButton1 = new SmartX.SmartButton(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.smartLabel6 = new SmartX.SmartLabel(); + this.smartLabel7 = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.smartGroupBox1.SuspendLayout(); + this.smartGroupBox3.SuspendLayout(); + this.smartGroupBox2.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -36,6 +71,8 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartGroupBox3); + this.smartGroupBox1.Controls.Add(this.smartGroupBox2); 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; @@ -49,6 +86,829 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // smartGroupBox3 + // + this.smartGroupBox3.BackGround = null; + this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox3.BackImage = null; + this.smartGroupBox3.Controls.Add(this.smartSeparatorLine1); + this.smartGroupBox3.Controls.Add(this.smartLabel14); + this.smartGroupBox3.Controls.Add(this.smartLabel13); + this.smartGroupBox3.Controls.Add(this.labelMotor2Turn); + this.smartGroupBox3.Controls.Add(this.smartLabel17); + this.smartGroupBox3.Controls.Add(this.labelMotor2Origin); + this.smartGroupBox3.Controls.Add(this.smartLabel19); + this.smartGroupBox3.Controls.Add(this.labelMotor1Back); + this.smartGroupBox3.Controls.Add(this.smartLabel12); + this.smartGroupBox3.Controls.Add(this.labelMotor1Front); + this.smartGroupBox3.Controls.Add(this.smartLabel10); + this.smartGroupBox3.Controls.Add(this.labelMotor1Origin); + this.smartGroupBox3.Controls.Add(this.smartLabel15); + this.smartGroupBox3.Controls.Add(this.buttonMotor2Origin); + this.smartGroupBox3.Controls.Add(this.buttonMotor2Turn); + this.smartGroupBox3.Controls.Add(this.buttonMotor1Origin); + this.smartGroupBox3.Controls.Add(this.buttonMotor1Back); + this.smartGroupBox3.Controls.Add(this.buttonMotor1Front); + this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.FrameLineThickness = 2; + this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox3.HeaderHeightOffset = 12; + this.smartGroupBox3.Location = new System.Drawing.Point(361, 61); + this.smartGroupBox3.Name = "smartGroupBox3"; + this.smartGroupBox3.RoundRadius = 5; + this.smartGroupBox3.Size = new System.Drawing.Size(499, 571); + this.smartGroupBox3.TabIndex = 51; + this.smartGroupBox3.Text = "SERVO"; + this.smartGroupBox3.TextColor = System.Drawing.Color.White; + // + // smartSeparatorLine1 + // + this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine1.Line1Width = 1F; + this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine1.Line2Width = 1F; + this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical; + this.smartSeparatorLine1.Location = new System.Drawing.Point(251, 75); + this.smartSeparatorLine1.Name = "smartSeparatorLine1"; + this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 450); + this.smartSeparatorLine1.TabIndex = 117; + this.smartSeparatorLine1.Text = "smartSeparatorLine1"; + // + // smartLabel14 + // + this.smartLabel14.BackGround = null; + this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel14.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel14.LineSpacing = 0F; + this.smartLabel14.Location = new System.Drawing.Point(269, 75); + this.smartLabel14.Name = "smartLabel14"; + this.smartLabel14.OverlapOptimize = true; + this.smartLabel14.PasswordChar = '\0'; + this.smartLabel14.Radius = 3; + this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel14.Size = new System.Drawing.Size(206, 30); + this.smartLabel14.TabIndex = 116; + this.smartLabel14.Text = "MOTOR 2"; + this.smartLabel14.TextColor = System.Drawing.Color.Black; + this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel14.Wordwrap = false; + // + // smartLabel13 + // + this.smartLabel13.BackGround = null; + this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel13.LineSpacing = 0F; + this.smartLabel13.Location = new System.Drawing.Point(29, 75); + 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(206, 30); + this.smartLabel13.TabIndex = 115; + this.smartLabel13.Text = "MOTOR 1"; + this.smartLabel13.TextColor = System.Drawing.Color.Black; + this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel13.Wordwrap = false; + // + // labelMotor2Turn + // + this.labelMotor2Turn.BackGround = null; + this.labelMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor2Turn.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor2Turn.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor2Turn.LineSpacing = 0F; + this.labelMotor2Turn.Location = new System.Drawing.Point(375, 163); + this.labelMotor2Turn.Name = "labelMotor2Turn"; + this.labelMotor2Turn.OverlapOptimize = true; + this.labelMotor2Turn.PasswordChar = '\0'; + this.labelMotor2Turn.Radius = 3; + this.labelMotor2Turn.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMotor2Turn.Size = new System.Drawing.Size(100, 30); + this.labelMotor2Turn.TabIndex = 114; + this.labelMotor2Turn.Text = "12345"; + this.labelMotor2Turn.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor2Turn.TextColorDisable = System.Drawing.Color.Gray; + this.labelMotor2Turn.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMotor2Turn.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMotor2Turn.Wordwrap = false; + // + // smartLabel17 + // + this.smartLabel17.BackGround = null; + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel17.LineSpacing = 0F; + this.smartLabel17.Location = new System.Drawing.Point(269, 163); + this.smartLabel17.Name = "smartLabel17"; + this.smartLabel17.OverlapOptimize = true; + this.smartLabel17.PasswordChar = '\0'; + this.smartLabel17.Radius = 3; + this.smartLabel17.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel17.Size = new System.Drawing.Size(100, 30); + this.smartLabel17.TabIndex = 113; + this.smartLabel17.Text = "TURN"; + this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel17.Wordwrap = false; + // + // labelMotor2Origin + // + this.labelMotor2Origin.BackGround = null; + this.labelMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor2Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor2Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor2Origin.LineSpacing = 0F; + this.labelMotor2Origin.Location = new System.Drawing.Point(375, 127); + this.labelMotor2Origin.Name = "labelMotor2Origin"; + this.labelMotor2Origin.OverlapOptimize = true; + this.labelMotor2Origin.PasswordChar = '\0'; + this.labelMotor2Origin.Radius = 3; + this.labelMotor2Origin.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMotor2Origin.Size = new System.Drawing.Size(100, 30); + this.labelMotor2Origin.TabIndex = 112; + this.labelMotor2Origin.Text = "12345"; + this.labelMotor2Origin.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor2Origin.TextColorDisable = System.Drawing.Color.Gray; + this.labelMotor2Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMotor2Origin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMotor2Origin.Wordwrap = false; + // + // smartLabel19 + // + this.smartLabel19.BackGround = null; + this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel19.LineSpacing = 0F; + this.smartLabel19.Location = new System.Drawing.Point(269, 127); + this.smartLabel19.Name = "smartLabel19"; + this.smartLabel19.OverlapOptimize = true; + this.smartLabel19.PasswordChar = '\0'; + this.smartLabel19.Radius = 3; + this.smartLabel19.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel19.Size = new System.Drawing.Size(100, 30); + this.smartLabel19.TabIndex = 111; + this.smartLabel19.Text = "ORIGIN"; + this.smartLabel19.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel19.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel19.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel19.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel19.Wordwrap = false; + // + // labelMotor1Back + // + this.labelMotor1Back.BackGround = null; + this.labelMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Back.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Back.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Back.LineSpacing = 0F; + this.labelMotor1Back.Location = new System.Drawing.Point(135, 199); + this.labelMotor1Back.Name = "labelMotor1Back"; + this.labelMotor1Back.OverlapOptimize = true; + this.labelMotor1Back.PasswordChar = '\0'; + this.labelMotor1Back.Radius = 3; + this.labelMotor1Back.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMotor1Back.Size = new System.Drawing.Size(100, 30); + this.labelMotor1Back.TabIndex = 110; + this.labelMotor1Back.Text = "12345"; + this.labelMotor1Back.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Back.TextColorDisable = System.Drawing.Color.Gray; + this.labelMotor1Back.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMotor1Back.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMotor1Back.Wordwrap = false; + // + // smartLabel12 + // + this.smartLabel12.BackGround = null; + this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel12.LineSpacing = 0F; + this.smartLabel12.Location = new System.Drawing.Point(29, 199); + this.smartLabel12.Name = "smartLabel12"; + this.smartLabel12.OverlapOptimize = true; + this.smartLabel12.PasswordChar = '\0'; + this.smartLabel12.Radius = 3; + this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel12.Size = new System.Drawing.Size(100, 30); + this.smartLabel12.TabIndex = 109; + this.smartLabel12.Text = "BACK"; + this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel12.Wordwrap = false; + // + // labelMotor1Front + // + this.labelMotor1Front.BackGround = null; + this.labelMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Front.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Front.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Front.LineSpacing = 0F; + this.labelMotor1Front.Location = new System.Drawing.Point(135, 163); + this.labelMotor1Front.Name = "labelMotor1Front"; + this.labelMotor1Front.OverlapOptimize = true; + this.labelMotor1Front.PasswordChar = '\0'; + this.labelMotor1Front.Radius = 3; + this.labelMotor1Front.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMotor1Front.Size = new System.Drawing.Size(100, 30); + this.labelMotor1Front.TabIndex = 108; + this.labelMotor1Front.Text = "12345"; + this.labelMotor1Front.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Front.TextColorDisable = System.Drawing.Color.Gray; + this.labelMotor1Front.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMotor1Front.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMotor1Front.Wordwrap = false; + // + // smartLabel10 + // + this.smartLabel10.BackGround = null; + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(29, 163); + 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(100, 30); + this.smartLabel10.TabIndex = 107; + this.smartLabel10.Text = "FRONT"; + 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.Middle; + this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel10.Wordwrap = false; + // + // labelMotor1Origin + // + this.labelMotor1Origin.BackGround = null; + this.labelMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Origin.LineSpacing = 0F; + this.labelMotor1Origin.Location = new System.Drawing.Point(135, 127); + this.labelMotor1Origin.Name = "labelMotor1Origin"; + this.labelMotor1Origin.OverlapOptimize = true; + this.labelMotor1Origin.PasswordChar = '\0'; + this.labelMotor1Origin.Radius = 3; + this.labelMotor1Origin.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMotor1Origin.Size = new System.Drawing.Size(100, 30); + this.labelMotor1Origin.TabIndex = 106; + this.labelMotor1Origin.Text = "12345"; + this.labelMotor1Origin.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMotor1Origin.TextColorDisable = System.Drawing.Color.Gray; + this.labelMotor1Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMotor1Origin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMotor1Origin.Wordwrap = false; + // + // smartLabel15 + // + this.smartLabel15.BackGround = null; + this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(29, 127); + 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(100, 30); + this.smartLabel15.TabIndex = 105; + this.smartLabel15.Text = "ORIGIN"; + 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.Middle; + this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel15.Wordwrap = false; + // + // buttonMotor2Origin + // + this.buttonMotor2Origin.BackGround = this.smartGroupBox3; + this.buttonMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor2Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonMotor2Origin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor2Origin.ButtonImageAutoSize = true; + this.buttonMotor2Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor2Origin.ButtonText = "MOTOR 2 - ORIGIN"; + this.buttonMotor2Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor2Origin.GroupID = 0; + this.buttonMotor2Origin.ImageDisable = null; + this.buttonMotor2Origin.ImageDown = null; + this.buttonMotor2Origin.ImageUp = null; + this.buttonMotor2Origin.Location = new System.Drawing.Point(269, 377); + this.buttonMotor2Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor2Origin.Name = "buttonMotor2Origin"; + this.buttonMotor2Origin.NestedClickEventPrevent = false; + this.buttonMotor2Origin.OutlinePixel = 2; + this.buttonMotor2Origin.OverlapOptimize = true; + this.buttonMotor2Origin.RepeatInterval = 200; + this.buttonMotor2Origin.RepeatIntervalAccelerate = null; + this.buttonMotor2Origin.RoundSize = 10; + this.buttonMotor2Origin.SafeInterval = 200; + this.buttonMotor2Origin.Size = new System.Drawing.Size(206, 70); + this.buttonMotor2Origin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor2Origin.TabIndex = 51; + this.buttonMotor2Origin.Text = null; + this.buttonMotor2Origin.TextColor = System.Drawing.Color.White; + this.buttonMotor2Origin.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor2Origin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor2Origin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor2Origin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + // + // buttonMotor2Turn + // + this.buttonMotor2Turn.BackGround = this.smartGroupBox3; + this.buttonMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor2Turn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonMotor2Turn.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor2Turn.ButtonImageAutoSize = true; + this.buttonMotor2Turn.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor2Turn.ButtonText = "MOTOR 2 - TURN"; + this.buttonMotor2Turn.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor2Turn.GroupID = 0; + this.buttonMotor2Turn.ImageDisable = null; + this.buttonMotor2Turn.ImageDown = null; + this.buttonMotor2Turn.ImageUp = null; + this.buttonMotor2Turn.Location = new System.Drawing.Point(269, 301); + this.buttonMotor2Turn.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor2Turn.Name = "buttonMotor2Turn"; + this.buttonMotor2Turn.NestedClickEventPrevent = false; + this.buttonMotor2Turn.OutlinePixel = 2; + this.buttonMotor2Turn.OverlapOptimize = true; + this.buttonMotor2Turn.RepeatInterval = 200; + this.buttonMotor2Turn.RepeatIntervalAccelerate = null; + this.buttonMotor2Turn.RoundSize = 10; + this.buttonMotor2Turn.SafeInterval = 200; + this.buttonMotor2Turn.Size = new System.Drawing.Size(206, 70); + this.buttonMotor2Turn.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor2Turn.TabIndex = 50; + this.buttonMotor2Turn.Text = null; + this.buttonMotor2Turn.TextColor = System.Drawing.Color.White; + this.buttonMotor2Turn.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor2Turn.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor2Turn.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor2Turn.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + // + // buttonMotor1Origin + // + this.buttonMotor1Origin.BackGround = this.smartGroupBox3; + this.buttonMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonMotor1Origin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Origin.ButtonImageAutoSize = true; + this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor1Origin.ButtonText = "MOTOR 1 - ORIGIN"; + this.buttonMotor1Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Origin.GroupID = 0; + this.buttonMotor1Origin.ImageDisable = null; + this.buttonMotor1Origin.ImageDown = null; + this.buttonMotor1Origin.ImageUp = null; + this.buttonMotor1Origin.Location = new System.Drawing.Point(29, 453); + this.buttonMotor1Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor1Origin.Name = "buttonMotor1Origin"; + this.buttonMotor1Origin.NestedClickEventPrevent = false; + this.buttonMotor1Origin.OutlinePixel = 2; + this.buttonMotor1Origin.OverlapOptimize = true; + this.buttonMotor1Origin.RepeatInterval = 200; + this.buttonMotor1Origin.RepeatIntervalAccelerate = null; + this.buttonMotor1Origin.RoundSize = 10; + this.buttonMotor1Origin.SafeInterval = 200; + this.buttonMotor1Origin.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Origin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor1Origin.TabIndex = 49; + this.buttonMotor1Origin.Text = null; + this.buttonMotor1Origin.TextColor = System.Drawing.Color.White; + this.buttonMotor1Origin.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor1Origin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor1Origin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor1Origin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + // + // buttonMotor1Back + // + this.buttonMotor1Back.BackGround = this.smartGroupBox3; + this.buttonMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor1Back.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonMotor1Back.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Back.ButtonImageAutoSize = true; + this.buttonMotor1Back.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor1Back.ButtonText = "MOTOR 1 - BACK"; + this.buttonMotor1Back.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Back.GroupID = 0; + this.buttonMotor1Back.ImageDisable = null; + this.buttonMotor1Back.ImageDown = null; + this.buttonMotor1Back.ImageUp = null; + this.buttonMotor1Back.Location = new System.Drawing.Point(29, 377); + this.buttonMotor1Back.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor1Back.Name = "buttonMotor1Back"; + this.buttonMotor1Back.NestedClickEventPrevent = false; + this.buttonMotor1Back.OutlinePixel = 2; + this.buttonMotor1Back.OverlapOptimize = true; + this.buttonMotor1Back.RepeatInterval = 200; + this.buttonMotor1Back.RepeatIntervalAccelerate = null; + this.buttonMotor1Back.RoundSize = 10; + this.buttonMotor1Back.SafeInterval = 200; + this.buttonMotor1Back.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Back.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor1Back.TabIndex = 48; + this.buttonMotor1Back.Text = null; + this.buttonMotor1Back.TextColor = System.Drawing.Color.White; + this.buttonMotor1Back.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor1Back.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor1Back.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor1Back.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + // + // buttonMotor1Front + // + this.buttonMotor1Front.BackGround = this.smartGroupBox3; + this.buttonMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor1Front.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonMotor1Front.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Front.ButtonImageAutoSize = true; + this.buttonMotor1Front.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor1Front.ButtonText = "MOTOR 1 - FRONT"; + this.buttonMotor1Front.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Front.GroupID = 0; + this.buttonMotor1Front.ImageDisable = null; + this.buttonMotor1Front.ImageDown = null; + this.buttonMotor1Front.ImageUp = null; + this.buttonMotor1Front.Location = new System.Drawing.Point(29, 301); + this.buttonMotor1Front.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor1Front.Name = "buttonMotor1Front"; + this.buttonMotor1Front.NestedClickEventPrevent = false; + this.buttonMotor1Front.OutlinePixel = 2; + this.buttonMotor1Front.OverlapOptimize = true; + this.buttonMotor1Front.RepeatInterval = 200; + this.buttonMotor1Front.RepeatIntervalAccelerate = null; + this.buttonMotor1Front.RoundSize = 10; + this.buttonMotor1Front.SafeInterval = 200; + this.buttonMotor1Front.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Front.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor1Front.TabIndex = 47; + this.buttonMotor1Front.Text = null; + this.buttonMotor1Front.TextColor = System.Drawing.Color.White; + this.buttonMotor1Front.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor1Front.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor1Front.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor1Front.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + // + // smartGroupBox2 + // + this.smartGroupBox2.BackGround = null; + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox2.BackImage = null; + this.smartGroupBox2.Controls.Add(this.smartButton4); + this.smartGroupBox2.Controls.Add(this.smartButton3); + this.smartGroupBox2.Controls.Add(this.smartButton2); + this.smartGroupBox2.Controls.Add(this.smartButton1); + this.smartGroupBox2.Controls.Add(this.smartLabel5); + this.smartGroupBox2.Controls.Add(this.smartLabel6); + this.smartGroupBox2.Controls.Add(this.smartLabel7); + this.smartGroupBox2.Controls.Add(this.smartLabel8); + this.smartGroupBox2.Controls.Add(this.smartLabel4); + this.smartGroupBox2.Controls.Add(this.smartLabel3); + this.smartGroupBox2.Controls.Add(this.smartLabel2); + this.smartGroupBox2.Controls.Add(this.smartLabel1); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineThickness = 2; + this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox2.HeaderHeightOffset = 12; + this.smartGroupBox2.Location = new System.Drawing.Point(35, 61); + this.smartGroupBox2.Name = "smartGroupBox2"; + this.smartGroupBox2.RoundRadius = 5; + this.smartGroupBox2.Size = new System.Drawing.Size(308, 571); + this.smartGroupBox2.TabIndex = 38; + this.smartGroupBox2.Text = "INPUT / OUTPUT"; + this.smartGroupBox2.TextColor = System.Drawing.Color.White; + // + // smartButton4 + // + this.smartButton4.BackGround = this.smartGroupBox2; + this.smartButton4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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 = "OUT 1"; + 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(31, 453); + 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(200, 70); + this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton4.TabIndex = 50; + 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; + // + // smartButton3 + // + this.smartButton3.BackGround = this.smartGroupBox2; + this.smartButton3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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 = "OUT 1"; + 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(31, 377); + 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(200, 70); + this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton3.TabIndex = 49; + 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; + // + // smartButton2 + // + this.smartButton2.BackGround = this.smartGroupBox2; + this.smartButton2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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 = "OUT 1"; + 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(31, 301); + 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(200, 70); + this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton2.TabIndex = 48; + 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; + // + // smartButton1 + // + this.smartButton1.BackGround = this.smartGroupBox2; + this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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 = "OUT 1"; + 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(31, 225); + 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(200, 70); + this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton1.TabIndex = 47; + 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; + // + // smartLabel5 + // + this.smartLabel5.BackGround = null; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel5.Location = new System.Drawing.Point(198, 127); + 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(100, 30); + this.smartLabel5.TabIndex = 46; + this.smartLabel5.Text = "INPUT 4"; + this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + 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)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(198, 91); + 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(100, 30); + this.smartLabel6.TabIndex = 45; + this.smartLabel6.Text = "INPUT 2"; + 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.Middle; + this.smartLabel6.Wordwrap = false; + // + // smartLabel7 + // + this.smartLabel7.BackGround = null; + this.smartLabel7.BackGroundColor = System.Drawing.Color.DarkGray; + 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.LineSpacing = 0F; + this.smartLabel7.Location = new System.Drawing.Point(162, 127); + 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(30, 30); + this.smartLabel7.TabIndex = 44; + this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel7.Wordwrap = false; + // + // smartLabel8 + // + this.smartLabel8.BackGround = null; + this.smartLabel8.BackGroundColor = System.Drawing.Color.LimeGreen; + 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(162, 91); + 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, 30); + this.smartLabel8.TabIndex = 43; + 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; + // + // smartLabel4 + // + this.smartLabel4.BackGround = null; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(56, 127); + 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(100, 30); + this.smartLabel4.TabIndex = 42; + this.smartLabel4.Text = "INPUT 3"; + this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel4.Wordwrap = false; + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(56, 91); + 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(100, 30); + this.smartLabel3.TabIndex = 41; + this.smartLabel3.Text = "INPUT 1"; + 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.Middle; + this.smartLabel3.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.DarkGray; + 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(20, 127); + 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, 30); + this.smartLabel2.TabIndex = 40; + 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; + // + // smartLabel1 + // + this.smartLabel1.BackGround = null; + this.smartLabel1.BackGroundColor = System.Drawing.Color.LimeGreen; + 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(20, 91); + 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, 30); + this.smartLabel1.TabIndex = 39; + 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; + // // ControlMenuManualIoTest // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -56,6 +916,9 @@ this.Controls.Add(this.smartGroupBox1); this.Name = "ControlMenuManualIoTest"; this.Size = new System.Drawing.Size(909, 664); + this.smartGroupBox1.ResumeLayout(false); + this.smartGroupBox3.ResumeLayout(false); + this.smartGroupBox2.ResumeLayout(false); this.ResumeLayout(false); } @@ -63,5 +926,37 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; + private SmartX.SmartGroupBox smartGroupBox2; + private SmartX.SmartButton smartButton1; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel smartLabel7; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartButton smartButton4; + private SmartX.SmartButton smartButton3; + private SmartX.SmartButton smartButton2; + private SmartX.SmartGroupBox smartGroupBox3; + private SmartX.SmartButton buttonMotor2Origin; + private SmartX.SmartButton buttonMotor2Turn; + private SmartX.SmartButton buttonMotor1Origin; + private SmartX.SmartButton buttonMotor1Back; + private SmartX.SmartButton buttonMotor1Front; + private SmartX.SmartLabel labelMotor1Origin; + private SmartX.SmartLabel smartLabel15; + private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel labelMotor2Turn; + private SmartX.SmartLabel smartLabel17; + private SmartX.SmartLabel labelMotor2Origin; + private SmartX.SmartLabel smartLabel19; + private SmartX.SmartLabel labelMotor1Back; + private SmartX.SmartLabel smartLabel12; + private SmartX.SmartLabel labelMotor1Front; + private SmartX.SmartLabel smartLabel10; + private SmartX.SmartSeparatorLine smartSeparatorLine1; } } diff --git a/INT_PT002/DataStore/Define.cs b/INT_PT002/DataStore/Define.cs index 41d4f54..0728d0f 100644 --- a/INT_PT002/DataStore/Define.cs +++ b/INT_PT002/DataStore/Define.cs @@ -65,16 +65,16 @@ namespace INT_PT002.DataStore public enum E_ProcessStatus { - None = 0, - Initial, - ProductEntry, - ChamberConbined, - VacuumStart, - VacuumHold, - Judgment, - VacuumBreak, - ChamberSeparation, - ProductRelease, + _0_None = 0, + _1_Initial, + _2_ProductEntry, + _3_ChamberConbined, + _4_VacuumStart, + _5_VacuumHold, + _6_Judgment, + _7_VacuumBreak, + _8_ChamberSeparation, + _9_ProductRelease, }; public enum E_JudgmentStatus diff --git a/INT_PT002/DataStore/LeakData.cs b/INT_PT002/DataStore/LeakData.cs index 2d1ac0a..e2162d2 100644 --- a/INT_PT002/DataStore/LeakData.cs +++ b/INT_PT002/DataStore/LeakData.cs @@ -55,7 +55,7 @@ namespace INT_PT002.DataStore #region Method private void Initialize(int column) { - this.ProcessStatus = Define.E_ProcessStatus.None; + this.ProcessStatus = Define.E_ProcessStatus._0_None; this.CollJudgment = new Collection(); this.CollDispData = new Collection(); diff --git a/INT_PT002/Forms/FormMainDisplay1.cs b/INT_PT002/Forms/FormMainDisplay1.cs index 7db367a..6e8e58d 100644 --- a/INT_PT002/Forms/FormMainDisplay1.cs +++ b/INT_PT002/Forms/FormMainDisplay1.cs @@ -213,7 +213,7 @@ namespace INT_PT002.Forms { switch (status) { - case Define.E_ProcessStatus.None: + case Define.E_ProcessStatus._0_None: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -223,7 +223,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.Initial: + case Define.E_ProcessStatus._1_Initial: this.labelProgress0.BackGroundColor = this.ColorProgressOn; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -233,7 +233,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.ProductEntry: + case Define.E_ProcessStatus._2_ProductEntry: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOn; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -246,7 +246,7 @@ namespace INT_PT002.Forms // Label Initialize //this.InitializeLabel(); break; - case Define.E_ProcessStatus.ChamberConbined: + case Define.E_ProcessStatus._3_ChamberConbined: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOn; @@ -256,7 +256,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.VacuumStart: + case Define.E_ProcessStatus._4_VacuumStart: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -266,7 +266,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.VacuumHold: + case Define.E_ProcessStatus._5_VacuumHold: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -276,9 +276,9 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.Judgment: + case Define.E_ProcessStatus._6_Judgment: break; - case Define.E_ProcessStatus.VacuumBreak: + case Define.E_ProcessStatus._7_VacuumBreak: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -288,7 +288,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.ChamberSeparation: + case Define.E_ProcessStatus._8_ChamberSeparation: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; @@ -298,7 +298,7 @@ namespace INT_PT002.Forms this.labelProgress7.BackGroundColor = this.ColorProgressOn; this.labelProgress8.BackGroundColor = this.ColorProgressOff; break; - case Define.E_ProcessStatus.ProductRelease: + case Define.E_ProcessStatus._9_ProductRelease: this.labelProgress0.BackGroundColor = this.ColorProgressOff; this.labelProgress1.BackGroundColor = this.ColorProgressOff; this.labelProgress2.BackGroundColor = this.ColorProgressOff; diff --git a/INT_PT002/Forms/FormMainDisplay2.Designer.cs b/INT_PT002/Forms/FormMainDisplay2.Designer.cs new file mode 100644 index 0000000..de6d74d --- /dev/null +++ b/INT_PT002/Forms/FormMainDisplay2.Designer.cs @@ -0,0 +1,2247 @@ +namespace INT_PT002.Forms +{ + partial class FormMainDisplay2 + { + /// + /// 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 Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2)); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + this.smartForm1 = new SmartX.SmartForm(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel2 = new SmartX.SmartLabel(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.labelTime = new SmartX.SmartLabel(); + this.labelProgress5 = new SmartX.SmartLabel(); + this.labelStop = new SmartX.SmartLabel(); + this.labelStart = new SmartX.SmartLabel(); + this.buttonExit = new SmartX.SmartButton(); + this.labelCommunicationStatus = new SmartX.SmartLabel(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.buttonCut = new SmartX.SmartButton(); + this.buttonClear = new SmartX.SmartButton(); + this.buttonMenu = new SmartX.SmartButton(); + this.buttonDisplay = new SmartX.SmartButton(); + this.labelProgress8 = new SmartX.SmartLabel(); + this.labelProgress7 = new SmartX.SmartLabel(); + this.labelProgress6 = new SmartX.SmartLabel(); + this.labelProgress4 = new SmartX.SmartLabel(); + this.labelProgress3 = new SmartX.SmartLabel(); + this.labelProgress2 = new SmartX.SmartLabel(); + this.labelProgress1 = new SmartX.SmartLabel(); + this.labelProgress0 = new SmartX.SmartLabel(); + this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle(); + this.timerOff = new System.Windows.Forms.Timer(); + this.timerOn = new System.Windows.Forms.Timer(); + this.smartButton1 = new SmartX.SmartButton(); + this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.smartLabel6 = new SmartX.SmartLabel(); + this.smartLabel7 = new SmartX.SmartLabel(); + this.smartLabel8 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); + this.smartLabel11 = new SmartX.SmartLabel(); + this.smartLabel12 = new SmartX.SmartLabel(); + this.smartLabel13 = new SmartX.SmartLabel(); + this.smartLabel14 = new SmartX.SmartLabel(); + this.smartLabel15 = new SmartX.SmartLabel(); + this.smartLabel16 = new SmartX.SmartLabel(); + this.smartLabel17 = new SmartX.SmartLabel(); + this.smartLabel18 = new SmartX.SmartLabel(); + this.smartLabel19 = new SmartX.SmartLabel(); + this.smartLabel20 = new SmartX.SmartLabel(); + this.smartLabel21 = new SmartX.SmartLabel(); + this.smartLabel22 = new SmartX.SmartLabel(); + this.smartLabel23 = new SmartX.SmartLabel(); + this.smartLabel24 = new SmartX.SmartLabel(); + this.smartLabel25 = new SmartX.SmartLabel(); + this.smartLabel26 = new SmartX.SmartLabel(); + this.smartLabel27 = new SmartX.SmartLabel(); + this.smartLabel28 = new SmartX.SmartLabel(); + this.smartLabel29 = new SmartX.SmartLabel(); + this.smartLabel30 = new SmartX.SmartLabel(); + this.smartLabel31 = new SmartX.SmartLabel(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.smartProgressBar1 = new SmartX.SmartProgressBar(); + this.smartProgressBar2 = new SmartX.SmartProgressBar(); + this.smartProgressBar3 = new SmartX.SmartProgressBar(); + this.smartProgressBar4 = new SmartX.SmartProgressBar(); + this.smartProgressBar5 = new SmartX.SmartProgressBar(); + this.smartProgressBar6 = new SmartX.SmartProgressBar(); + this.smartProgressBar7 = new SmartX.SmartProgressBar(); + this.smartProgressBar8 = new SmartX.SmartProgressBar(); + this.smartProgressBar11 = new SmartX.SmartProgressBar(); + this.smartProgressBar12 = new SmartX.SmartProgressBar(); + this.smartProgressBar13 = new SmartX.SmartProgressBar(); + this.smartProgressBar14 = new SmartX.SmartProgressBar(); + this.smartProgressBar15 = new SmartX.SmartProgressBar(); + this.smartProgressBar16 = new SmartX.SmartProgressBar(); + this.smartProgressBar19 = new SmartX.SmartProgressBar(); + this.smartProgressBar20 = new SmartX.SmartProgressBar(); + this.smartLabel32 = new SmartX.SmartLabel(); + this.smartLabel33 = new SmartX.SmartLabel(); + this.smartForm1.SuspendLayout(); + this.smartGroupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // smartForm1 + // + this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1; + this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); + this.smartForm1.CenterLocation = false; + this.smartForm1.Controls.Add(this.pictureBox2); + this.smartForm1.Controls.Add(this.smartLabel31); + this.smartForm1.Controls.Add(this.smartLabel30); + this.smartForm1.Controls.Add(this.smartLabel29); + this.smartForm1.Controls.Add(this.smartLabel28); + this.smartForm1.Controls.Add(this.smartLabel27); + this.smartForm1.Controls.Add(this.smartLabel26); + this.smartForm1.Controls.Add(this.smartLabel25); + this.smartForm1.Controls.Add(this.smartLabel24); + this.smartForm1.Controls.Add(this.smartGroupBox1); + this.smartForm1.Controls.Add(this.smartButton1); + this.smartForm1.Controls.Add(this.labelCommunicationStatus); + this.smartForm1.Controls.Add(this.smartLabel3); + this.smartForm1.Controls.Add(this.smartLabel2); + this.smartForm1.Controls.Add(this.smartLabel1); + this.smartForm1.Controls.Add(this.labelTime); + this.smartForm1.Controls.Add(this.labelProgress5); + this.smartForm1.Controls.Add(this.labelStop); + this.smartForm1.Controls.Add(this.labelStart); + this.smartForm1.Controls.Add(this.buttonExit); + this.smartForm1.Controls.Add(this.pictureBox1); + this.smartForm1.Controls.Add(this.buttonCut); + this.smartForm1.Controls.Add(this.buttonClear); + this.smartForm1.Controls.Add(this.buttonMenu); + this.smartForm1.Controls.Add(this.buttonDisplay); + this.smartForm1.Controls.Add(this.labelProgress8); + this.smartForm1.Controls.Add(this.labelProgress7); + this.smartForm1.Controls.Add(this.labelProgress6); + this.smartForm1.Controls.Add(this.labelProgress4); + this.smartForm1.Controls.Add(this.labelProgress3); + this.smartForm1.Controls.Add(this.labelProgress2); + this.smartForm1.Controls.Add(this.labelProgress1); + this.smartForm1.Controls.Add(this.labelProgress0); + this.smartForm1.GradationColorBottom = System.Drawing.Color.Gray; + this.smartForm1.GradationColorTop = System.Drawing.Color.White; + this.smartForm1.LCDDirection = SmartXUIBase.SmartUIControlFormBase.LCDDIRECTIONS.HORIZONTAL; + this.smartForm1.LCDSize = SmartXUIBase.SmartUIControlFormBase.LCDRESOLUTION.LCD1024X768; + this.smartForm1.Location = new System.Drawing.Point(0, 0); + this.smartForm1.MainForm = null; + this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME; + this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; + this.smartForm1.Name = "smartForm1"; + this.smartForm1.Size = new System.Drawing.Size(1024, 768); + this.smartForm1.SpecialFunctionClickPointSize = 100; + this.smartForm1.UseMainMenu = false; + // + // smartLabel3 + // + this.smartLabel3.BackGround = null; + this.smartLabel3.BackGroundColor = System.Drawing.Color.CadetBlue; + 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(759, 300); + 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(100, 30); + this.smartLabel3.TabIndex = 76; + this.smartLabel3.Text = "25 sec"; + this.smartLabel3.TextColor = System.Drawing.Color.White; + this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel3.Wordwrap = false; + // + // smartLabel2 + // + this.smartLabel2.BackGround = null; + this.smartLabel2.BackGroundColor = System.Drawing.Color.CadetBlue; + 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(759, 157); + 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(100, 30); + this.smartLabel2.TabIndex = 75; + this.smartLabel2.Text = "39 sec"; + this.smartLabel2.TextColor = System.Drawing.Color.White; + this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel2.Wordwrap = false; + // + // smartLabel1 + // + this.smartLabel1.BackGround = this.smartForm1; + this.smartLabel1.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + 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(208, 701); + 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(682, 60); + this.smartLabel1.TabIndex = 73; + this.smartLabel1.Text = "00. Emergency Stop 01. Servo Alarm 02. Diff Sensor Error"; + this.smartLabel1.TextColor = System.Drawing.Color.Black; + 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; + // + // labelTime + // + this.labelTime.BackGround = this.smartForm1; + this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTime.LineSpacing = 0F; + this.labelTime.Location = new System.Drawing.Point(21, 741); + this.labelTime.Name = "labelTime"; + this.labelTime.OverlapOptimize = true; + this.labelTime.PasswordChar = '\0'; + this.labelTime.Radius = 3; + this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTime.Size = new System.Drawing.Size(181, 20); + this.labelTime.TabIndex = 57; + this.labelTime.Text = "2022.05.12 17:25:28"; + this.labelTime.TextColor = System.Drawing.Color.Black; + this.labelTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTime.Wordwrap = false; + // + // labelProgress5 + // + this.labelProgress5.BackGround = this.smartForm1; + this.labelProgress5.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress5.BorderColor = System.Drawing.Color.CadetBlue; + this.labelProgress5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelProgress5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelProgress5.LineSpacing = 0F; + this.labelProgress5.Location = new System.Drawing.Point(708, 373); + this.labelProgress5.Name = "labelProgress5"; + this.labelProgress5.OverlapOptimize = true; + this.labelProgress5.PasswordChar = '\0'; + this.labelProgress5.Radius = 20; + this.labelProgress5.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress5.Size = new System.Drawing.Size(170, 100); + this.labelProgress5.TabIndex = 71; + this.labelProgress5.Text = "판정"; + this.labelProgress5.TextColor = System.Drawing.Color.White; + this.labelProgress5.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress5.Wordwrap = false; + // + // labelStop + // + this.labelStop.BackGround = this.smartForm1; + this.labelStop.BackGroundColor = System.Drawing.Color.Red; + this.labelStop.BorderColor = System.Drawing.Color.Red; + this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelStop.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); + this.labelStop.LineSpacing = 0F; + this.labelStop.Location = new System.Drawing.Point(907, 8); + this.labelStop.Name = "labelStop"; + this.labelStop.OverlapOptimize = true; + this.labelStop.PasswordChar = '\0'; + this.labelStop.Radius = 50; + this.labelStop.RoundRectFillColor = System.Drawing.Color.Red; + this.labelStop.Size = new System.Drawing.Size(110, 60); + this.labelStop.TabIndex = 62; + this.labelStop.Text = "STOP"; + this.labelStop.TextColor = System.Drawing.Color.White; + this.labelStop.TextColorDisable = System.Drawing.Color.Gray; + this.labelStop.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelStop.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelStop.Wordwrap = false; + this.labelStop.Click += new System.EventHandler(this.labelStop_Click); + // + // labelStart + // + this.labelStart.BackGround = this.smartForm1; + this.labelStart.BackGroundColor = System.Drawing.Color.Lime; + this.labelStart.BorderColor = System.Drawing.Color.DarkGreen; + this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); + this.labelStart.LineSpacing = 0F; + this.labelStart.Location = new System.Drawing.Point(907, 8); + this.labelStart.Name = "labelStart"; + this.labelStart.OverlapOptimize = true; + this.labelStart.PasswordChar = '\0'; + this.labelStart.Radius = 50; + this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen; + this.labelStart.Size = new System.Drawing.Size(110, 60); + this.labelStart.TabIndex = 63; + this.labelStart.Text = "START"; + this.labelStart.TextColor = System.Drawing.Color.White; + this.labelStart.TextColorDisable = System.Drawing.Color.Gray; + this.labelStart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelStart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelStart.Wordwrap = false; + this.labelStart.Click += new System.EventHandler(this.labelStart_Click); + // + // buttonExit + // + this.buttonExit.BackGround = this.smartForm1; + this.buttonExit.BackGroundColor = System.Drawing.Color.Gray; + this.buttonExit.ButtonColor = System.Drawing.Color.Black; + this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonExit.ButtonImageAutoSize = true; + this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.buttonExit.ButtonText = "EXIT"; + this.buttonExit.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonExit.GroupID = 0; + this.buttonExit.ImageDisable = null; + this.buttonExit.ImageDown = null; + this.buttonExit.ImageUp = null; + this.buttonExit.Location = new System.Drawing.Point(907, 626); + this.buttonExit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonExit.Name = "buttonExit"; + this.buttonExit.NestedClickEventPrevent = false; + this.buttonExit.OutlinePixel = 2; + this.buttonExit.OverlapOptimize = true; + this.buttonExit.RepeatInterval = 200; + this.buttonExit.RepeatIntervalAccelerate = null; + this.buttonExit.RoundSize = 10; + this.buttonExit.SafeInterval = 200; + this.buttonExit.Size = new System.Drawing.Size(110, 39); + this.buttonExit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonExit.TabIndex = 22; + this.buttonExit.Text = null; + this.buttonExit.TextColor = System.Drawing.Color.White; + this.buttonExit.TextColorDisable = System.Drawing.Color.Gray; + this.buttonExit.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click); + // + // labelCommunicationStatus + // + this.labelCommunicationStatus.BackGround = null; + this.labelCommunicationStatus.BackGroundColor = System.Drawing.Color.Lime; + this.labelCommunicationStatus.BorderColor = System.Drawing.Color.Lime; + this.labelCommunicationStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelCommunicationStatus.LineSpacing = 0F; + this.labelCommunicationStatus.Location = new System.Drawing.Point(880, 58); + this.labelCommunicationStatus.Name = "labelCommunicationStatus"; + this.labelCommunicationStatus.OverlapOptimize = true; + this.labelCommunicationStatus.PasswordChar = '\0'; + this.labelCommunicationStatus.Radius = 20; + this.labelCommunicationStatus.RoundRectFillColor = System.Drawing.Color.Lime; + this.labelCommunicationStatus.Size = new System.Drawing.Size(10, 10); + this.labelCommunicationStatus.TabIndex = 69; + this.labelCommunicationStatus.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelCommunicationStatus.TextColorDisable = System.Drawing.Color.Gray; + this.labelCommunicationStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelCommunicationStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelCommunicationStatus.Wordwrap = false; + // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(0, 3); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(1024, 70); + // + // buttonCut + // + this.buttonCut.BackGround = this.smartForm1; + this.buttonCut.BackGroundColor = System.Drawing.Color.Gray; + this.buttonCut.ButtonColor = System.Drawing.Color.Black; + this.buttonCut.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonCut.ButtonImageAutoSize = true; + this.buttonCut.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.buttonCut.ButtonText = "측정시작"; + this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonCut.GroupID = 0; + this.buttonCut.ImageDisable = null; + this.buttonCut.ImageDown = null; + this.buttonCut.ImageUp = null; + this.buttonCut.Location = new System.Drawing.Point(907, 88); + this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonCut.Name = "buttonCut"; + this.buttonCut.NestedClickEventPrevent = false; + this.buttonCut.OutlinePixel = 2; + this.buttonCut.OverlapOptimize = true; + this.buttonCut.RepeatInterval = 200; + this.buttonCut.RepeatIntervalAccelerate = null; + this.buttonCut.RoundSize = 10; + this.buttonCut.SafeInterval = 200; + this.buttonCut.Size = new System.Drawing.Size(110, 60); + this.buttonCut.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonCut.TabIndex = 70; + this.buttonCut.Text = null; + this.buttonCut.TextColor = System.Drawing.Color.White; + this.buttonCut.TextColorDisable = System.Drawing.Color.Gray; + this.buttonCut.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonCut.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonCut.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonCut.Click += new System.EventHandler(this.buttonCut_Click); + // + // buttonClear + // + this.buttonClear.BackGround = this.smartForm1; + this.buttonClear.BackGroundColor = System.Drawing.Color.Gray; + this.buttonClear.ButtonColor = System.Drawing.Color.Black; + this.buttonClear.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonClear.ButtonImageAutoSize = true; + this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.buttonClear.ButtonText = "데이터소거"; + this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonClear.GroupID = 0; + this.buttonClear.ImageDisable = null; + this.buttonClear.ImageDown = null; + this.buttonClear.ImageUp = null; + this.buttonClear.Location = new System.Drawing.Point(907, 154); + this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonClear.Name = "buttonClear"; + this.buttonClear.NestedClickEventPrevent = false; + this.buttonClear.OutlinePixel = 2; + this.buttonClear.OverlapOptimize = true; + this.buttonClear.RepeatInterval = 200; + this.buttonClear.RepeatIntervalAccelerate = null; + this.buttonClear.RoundSize = 10; + this.buttonClear.SafeInterval = 200; + this.buttonClear.Size = new System.Drawing.Size(110, 60); + this.buttonClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonClear.TabIndex = 64; + this.buttonClear.Text = null; + this.buttonClear.TextColor = System.Drawing.Color.White; + this.buttonClear.TextColorDisable = System.Drawing.Color.Gray; + this.buttonClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); + // + // buttonMenu + // + this.buttonMenu.BackGround = this.smartForm1; + this.buttonMenu.BackGroundColor = System.Drawing.Color.Gray; + this.buttonMenu.ButtonColor = System.Drawing.Color.Black; + this.buttonMenu.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonMenu.ButtonImageAutoSize = true; + this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.buttonMenu.ButtonText = "Menu"; + this.buttonMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMenu.GroupID = 0; + this.buttonMenu.ImageDisable = null; + this.buttonMenu.ImageDown = null; + this.buttonMenu.ImageUp = null; + this.buttonMenu.Location = new System.Drawing.Point(907, 701); + this.buttonMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMenu.Name = "buttonMenu"; + this.buttonMenu.NestedClickEventPrevent = false; + this.buttonMenu.OutlinePixel = 2; + this.buttonMenu.OverlapOptimize = true; + this.buttonMenu.RepeatInterval = 200; + this.buttonMenu.RepeatIntervalAccelerate = null; + this.buttonMenu.RoundSize = 10; + this.buttonMenu.SafeInterval = 200; + this.buttonMenu.Size = new System.Drawing.Size(110, 60); + this.buttonMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMenu.TabIndex = 60; + this.buttonMenu.Text = null; + this.buttonMenu.TextColor = System.Drawing.Color.White; + this.buttonMenu.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMenu.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMenu.Click += new System.EventHandler(this.buttonMenu_Click); + // + // buttonDisplay + // + this.buttonDisplay.BackGround = this.smartForm1; + this.buttonDisplay.BackGroundColor = System.Drawing.Color.Gray; + this.buttonDisplay.ButtonColor = System.Drawing.Color.Black; + this.buttonDisplay.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonDisplay.ButtonImageAutoSize = true; + this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.buttonDisplay.ButtonText = "Display"; + this.buttonDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonDisplay.GroupID = 0; + this.buttonDisplay.ImageDisable = null; + this.buttonDisplay.ImageDown = null; + this.buttonDisplay.ImageUp = null; + this.buttonDisplay.Location = new System.Drawing.Point(907, 220); + this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonDisplay.Name = "buttonDisplay"; + this.buttonDisplay.NestedClickEventPrevent = false; + this.buttonDisplay.OutlinePixel = 2; + this.buttonDisplay.OverlapOptimize = true; + this.buttonDisplay.RepeatInterval = 200; + this.buttonDisplay.RepeatIntervalAccelerate = null; + this.buttonDisplay.RoundSize = 10; + this.buttonDisplay.SafeInterval = 200; + this.buttonDisplay.Size = new System.Drawing.Size(110, 60); + this.buttonDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonDisplay.TabIndex = 55; + this.buttonDisplay.Text = null; + this.buttonDisplay.TextColor = System.Drawing.Color.White; + this.buttonDisplay.TextColorDisable = System.Drawing.Color.Gray; + this.buttonDisplay.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonDisplay.Visible = false; + this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplayGraph_Click); + // + // labelProgress8 + // + this.labelProgress8.BackGround = this.smartForm1; + this.labelProgress8.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress8.BorderColor = System.Drawing.Color.CadetBlue; + this.labelProgress8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelProgress8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelProgress8.LineSpacing = 0F; + this.labelProgress8.Location = new System.Drawing.Point(32, 373); + this.labelProgress8.Name = "labelProgress8"; + this.labelProgress8.OverlapOptimize = true; + this.labelProgress8.PasswordChar = '\0'; + this.labelProgress8.Radius = 20; + this.labelProgress8.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress8.Size = new System.Drawing.Size(170, 100); + this.labelProgress8.TabIndex = 54; + this.labelProgress8.Text = "배출"; + this.labelProgress8.TextColor = System.Drawing.Color.White; + this.labelProgress8.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress8.Wordwrap = false; + // + // labelProgress7 + // + this.labelProgress7.BackGround = this.smartForm1; + this.labelProgress7.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress7.BorderColor = System.Drawing.Color.CadetBlue; + this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelProgress7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelProgress7.LineSpacing = 0F; + this.labelProgress7.Location = new System.Drawing.Point(245, 373); + this.labelProgress7.Name = "labelProgress7"; + this.labelProgress7.OverlapOptimize = true; + this.labelProgress7.PasswordChar = '\0'; + this.labelProgress7.Radius = 20; + this.labelProgress7.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress7.Size = new System.Drawing.Size(170, 100); + this.labelProgress7.TabIndex = 53; + this.labelProgress7.Text = "챔버분리"; + this.labelProgress7.TextColor = System.Drawing.Color.White; + this.labelProgress7.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress7.Wordwrap = false; + // + // labelProgress6 + // + this.labelProgress6.BackGround = this.smartForm1; + this.labelProgress6.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress6.BorderColor = System.Drawing.Color.CadetBlue; + this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelProgress6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelProgress6.LineSpacing = 0F; + this.labelProgress6.Location = new System.Drawing.Point(465, 373); + this.labelProgress6.Name = "labelProgress6"; + this.labelProgress6.OverlapOptimize = true; + this.labelProgress6.PasswordChar = '\0'; + this.labelProgress6.Radius = 20; + this.labelProgress6.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress6.Size = new System.Drawing.Size(170, 100); + this.labelProgress6.TabIndex = 52; + this.labelProgress6.Text = "진공파기"; + this.labelProgress6.TextColor = System.Drawing.Color.White; + this.labelProgress6.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress6.Wordwrap = false; + // + // labelProgress4 + // + this.labelProgress4.BackGround = this.smartForm1; + this.labelProgress4.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress4.BorderColor = System.Drawing.Color.CadetBlue; + this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelProgress4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelProgress4.LineSpacing = 0F; + this.labelProgress4.Location = new System.Drawing.Point(708, 231); + this.labelProgress4.Name = "labelProgress4"; + this.labelProgress4.OverlapOptimize = true; + this.labelProgress4.PasswordChar = '\0'; + this.labelProgress4.Radius = 20; + this.labelProgress4.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress4.Size = new System.Drawing.Size(170, 100); + this.labelProgress4.TabIndex = 51; + this.labelProgress4.Text = "검사 진행중"; + this.labelProgress4.TextColor = System.Drawing.Color.White; + this.labelProgress4.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress4.Wordwrap = false; + // + // labelProgress3 + // + this.labelProgress3.BackGround = this.smartForm1; + this.labelProgress3.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress3.BorderColor = System.Drawing.Color.CadetBlue; + 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(708, 88); + this.labelProgress3.Name = "labelProgress3"; + this.labelProgress3.OverlapOptimize = true; + this.labelProgress3.PasswordChar = '\0'; + this.labelProgress3.Radius = 20; + this.labelProgress3.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress3.Size = new System.Drawing.Size(170, 100); + this.labelProgress3.TabIndex = 50; + this.labelProgress3.Text = "진공시작"; + this.labelProgress3.TextColor = System.Drawing.Color.White; + this.labelProgress3.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress3.Wordwrap = false; + // + // labelProgress2 + // + this.labelProgress2.BackGround = this.smartForm1; + this.labelProgress2.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress2.BorderColor = System.Drawing.Color.CadetBlue; + 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(465, 88); + this.labelProgress2.Name = "labelProgress2"; + this.labelProgress2.OverlapOptimize = true; + this.labelProgress2.PasswordChar = '\0'; + this.labelProgress2.Radius = 20; + this.labelProgress2.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress2.Size = new System.Drawing.Size(170, 100); + this.labelProgress2.TabIndex = 49; + this.labelProgress2.Text = "챔버결합"; + this.labelProgress2.TextColor = System.Drawing.Color.White; + this.labelProgress2.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress2.Wordwrap = false; + // + // labelProgress1 + // + this.labelProgress1.BackGround = this.smartForm1; + this.labelProgress1.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress1.BorderColor = System.Drawing.Color.CadetBlue; + 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(245, 88); + this.labelProgress1.Name = "labelProgress1"; + this.labelProgress1.OverlapOptimize = true; + this.labelProgress1.PasswordChar = '\0'; + this.labelProgress1.Radius = 20; + this.labelProgress1.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress1.Size = new System.Drawing.Size(170, 100); + this.labelProgress1.TabIndex = 48; + this.labelProgress1.Text = "제품진입"; + this.labelProgress1.TextColor = System.Drawing.Color.White; + this.labelProgress1.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress1.Wordwrap = false; + // + // labelProgress0 + // + this.labelProgress0.BackGround = this.smartForm1; + this.labelProgress0.BackGroundColor = System.Drawing.Color.CadetBlue; + this.labelProgress0.BorderColor = System.Drawing.Color.CadetBlue; + 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(32, 88); + this.labelProgress0.Name = "labelProgress0"; + this.labelProgress0.OverlapOptimize = true; + this.labelProgress0.PasswordChar = '\0'; + this.labelProgress0.Radius = 20; + this.labelProgress0.RoundRectFillColor = System.Drawing.Color.CadetBlue; + this.labelProgress0.Size = new System.Drawing.Size(170, 100); + this.labelProgress0.TabIndex = 47; + this.labelProgress0.Text = "초기상태"; + this.labelProgress0.TextColor = System.Drawing.Color.White; + this.labelProgress0.TextColorDisable = System.Drawing.Color.Gray; + this.labelProgress0.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelProgress0.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelProgress0.Wordwrap = false; + // + // smartDraw_ChartChannelPenStyle1 + // + chartPenStyle1.ChannelColor = System.Drawing.Color.Green; + chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle1.PenWidth = 2; + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1); + // + // timerOff + // + this.timerOff.Interval = 500; + this.timerOff.Tick += new System.EventHandler(this.timerOff_Tick); + // + // timerOn + // + this.timerOn.Interval = 1000; + this.timerOn.Tick += new System.EventHandler(this.timerOn_Tick); + // + // smartButton1 + // + this.smartButton1.BackGround = this.smartForm1; + this.smartButton1.BackGroundColor = System.Drawing.Color.Gray; + this.smartButton1.ButtonColor = System.Drawing.Color.Black; + this.smartButton1.ButtonDownColor = System.Drawing.Color.DarkGray; + this.smartButton1.ButtonImageAutoSize = true; + this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D; + this.smartButton1.ButtonText = "Login"; + 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(907, 286); + 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(110, 60); + this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.smartButton1.TabIndex = 78; + 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; + // + // smartGroupBox1 + // + this.smartGroupBox1.BackGround = null; + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.BackImage"))); + this.smartGroupBox1.Controls.Add(this.smartLabel33); + this.smartGroupBox1.Controls.Add(this.smartLabel32); + this.smartGroupBox1.Controls.Add(this.smartProgressBar19); + this.smartGroupBox1.Controls.Add(this.smartProgressBar20); + this.smartGroupBox1.Controls.Add(this.smartProgressBar11); + this.smartGroupBox1.Controls.Add(this.smartProgressBar12); + this.smartGroupBox1.Controls.Add(this.smartProgressBar13); + this.smartGroupBox1.Controls.Add(this.smartProgressBar14); + this.smartGroupBox1.Controls.Add(this.smartProgressBar15); + this.smartGroupBox1.Controls.Add(this.smartProgressBar16); + this.smartGroupBox1.Controls.Add(this.smartProgressBar5); + this.smartGroupBox1.Controls.Add(this.smartProgressBar6); + this.smartGroupBox1.Controls.Add(this.smartProgressBar7); + this.smartGroupBox1.Controls.Add(this.smartProgressBar8); + this.smartGroupBox1.Controls.Add(this.smartProgressBar3); + this.smartGroupBox1.Controls.Add(this.smartProgressBar4); + this.smartGroupBox1.Controls.Add(this.smartProgressBar2); + this.smartGroupBox1.Controls.Add(this.smartProgressBar1); + this.smartGroupBox1.Controls.Add(this.smartLabel19); + this.smartGroupBox1.Controls.Add(this.smartLabel20); + this.smartGroupBox1.Controls.Add(this.smartLabel21); + this.smartGroupBox1.Controls.Add(this.smartLabel22); + this.smartGroupBox1.Controls.Add(this.smartLabel23); + this.smartGroupBox1.Controls.Add(this.smartLabel18); + this.smartGroupBox1.Controls.Add(this.smartLabel17); + this.smartGroupBox1.Controls.Add(this.smartLabel16); + this.smartGroupBox1.Controls.Add(this.smartLabel15); + this.smartGroupBox1.Controls.Add(this.smartLabel14); + this.smartGroupBox1.Controls.Add(this.smartLabel9); + this.smartGroupBox1.Controls.Add(this.smartLabel10); + this.smartGroupBox1.Controls.Add(this.smartLabel11); + this.smartGroupBox1.Controls.Add(this.smartLabel12); + this.smartGroupBox1.Controls.Add(this.smartLabel13); + this.smartGroupBox1.Controls.Add(this.smartLabel8); + this.smartGroupBox1.Controls.Add(this.smartLabel7); + this.smartGroupBox1.Controls.Add(this.smartLabel6); + this.smartGroupBox1.Controls.Add(this.smartLabel5); + 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(21, 491); + this.smartGroupBox1.Name = "smartGroupBox1"; + this.smartGroupBox1.RoundRadius = 5; + this.smartGroupBox1.Size = new System.Drawing.Size(860, 190); + this.smartGroupBox1.TabIndex = 79; + this.smartGroupBox1.Text = "smartGroupBox1"; + this.smartGroupBox1.TextColor = System.Drawing.Color.White; + // + // smartLabel4 + // + this.smartLabel4.BackGround = this.smartGroupBox1; + this.smartLabel4.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel4.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(3, 3); + 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(64, 30); + this.smartLabel4.TabIndex = 0; + this.smartLabel4.Text = "1 Lane"; + this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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 = this.smartGroupBox1; + this.smartLabel5.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel5.LineSpacing = 0F; + this.smartLabel5.Location = new System.Drawing.Point(173, 3); + 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(64, 30); + this.smartLabel5.TabIndex = 1; + this.smartLabel5.Text = "2 Lane"; + this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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 = this.smartGroupBox1; + this.smartLabel6.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel6.LineSpacing = 0F; + this.smartLabel6.Location = new System.Drawing.Point(344, 3); + 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(64, 30); + this.smartLabel6.TabIndex = 2; + this.smartLabel6.Text = "3 Lane"; + 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.Middle; + this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel6.Wordwrap = false; + // + // smartLabel7 + // + this.smartLabel7.BackGround = this.smartGroupBox1; + this.smartLabel7.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel7.LineSpacing = 0F; + this.smartLabel7.Location = new System.Drawing.Point(516, 3); + 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(64, 30); + this.smartLabel7.TabIndex = 3; + this.smartLabel7.Text = "4 Lane"; + this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // smartLabel8 + // + this.smartLabel8.BackGround = this.smartGroupBox1; + this.smartLabel8.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel8.LineSpacing = 0F; + this.smartLabel8.Location = new System.Drawing.Point(688, 3); + 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(64, 30); + this.smartLabel8.TabIndex = 4; + this.smartLabel8.Text = "5 Lane"; + 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.Middle; + this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel8.Wordwrap = false; + // + // smartLabel9 + // + this.smartLabel9.BackGround = this.smartGroupBox1; + this.smartLabel9.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel9.LineSpacing = 0F; + this.smartLabel9.Location = new System.Drawing.Point(688, 96); + 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(64, 30); + this.smartLabel9.TabIndex = 9; + this.smartLabel9.Text = "10 Lane"; + 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.Middle; + this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel9.Wordwrap = false; + // + // smartLabel10 + // + this.smartLabel10.BackGround = this.smartGroupBox1; + this.smartLabel10.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel10.LineSpacing = 0F; + this.smartLabel10.Location = new System.Drawing.Point(516, 96); + 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(64, 30); + this.smartLabel10.TabIndex = 8; + this.smartLabel10.Text = "9 Lane"; + 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.Middle; + this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel10.Wordwrap = false; + // + // smartLabel11 + // + this.smartLabel11.BackGround = this.smartGroupBox1; + this.smartLabel11.BackGroundColor = System.Drawing.Color.SkyBlue; + 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("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel11.LineSpacing = 0F; + this.smartLabel11.Location = new System.Drawing.Point(344, 96); + 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(64, 30); + this.smartLabel11.TabIndex = 7; + this.smartLabel11.Text = "8 Lane"; + this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; + // + // smartLabel12 + // + this.smartLabel12.BackGround = this.smartGroupBox1; + this.smartLabel12.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel12.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel12.LineSpacing = 0F; + this.smartLabel12.Location = new System.Drawing.Point(173, 96); + this.smartLabel12.Name = "smartLabel12"; + this.smartLabel12.OverlapOptimize = true; + this.smartLabel12.PasswordChar = '\0'; + this.smartLabel12.Radius = 3; + this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel12.Size = new System.Drawing.Size(64, 30); + this.smartLabel12.TabIndex = 6; + this.smartLabel12.Text = "7 Lane"; + this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel12.Wordwrap = false; + // + // smartLabel13 + // + this.smartLabel13.BackGround = this.smartGroupBox1; + this.smartLabel13.BackGroundColor = System.Drawing.Color.SkyBlue; + 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.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel13.LineSpacing = 0F; + this.smartLabel13.Location = new System.Drawing.Point(3, 96); + 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(64, 30); + this.smartLabel13.TabIndex = 5; + this.smartLabel13.Text = "6 Lane"; + 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.Middle; + this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel13.Wordwrap = false; + // + // smartLabel14 + // + this.smartLabel14.BackGround = null; + this.smartLabel14.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel14.BorderColor = System.Drawing.Color.Lime; + this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel14.LineSpacing = 0F; + this.smartLabel14.Location = new System.Drawing.Point(142, 10); + this.smartLabel14.Name = "smartLabel14"; + this.smartLabel14.OverlapOptimize = true; + this.smartLabel14.PasswordChar = '\0'; + this.smartLabel14.Radius = 20; + this.smartLabel14.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel14.Size = new System.Drawing.Size(15, 15); + this.smartLabel14.TabIndex = 70; + this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel14.Wordwrap = false; + // + // smartLabel15 + // + this.smartLabel15.BackGround = null; + this.smartLabel15.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel15.BorderColor = System.Drawing.Color.Lime; + this.smartLabel15.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel15.LineSpacing = 0F; + this.smartLabel15.Location = new System.Drawing.Point(323, 10); + this.smartLabel15.Name = "smartLabel15"; + this.smartLabel15.OverlapOptimize = true; + this.smartLabel15.PasswordChar = '\0'; + this.smartLabel15.Radius = 20; + this.smartLabel15.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel15.Size = new System.Drawing.Size(15, 15); + this.smartLabel15.TabIndex = 71; + 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.Lime; + this.smartLabel16.BorderColor = System.Drawing.Color.Lime; + this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel16.LineSpacing = 0F; + this.smartLabel16.Location = new System.Drawing.Point(495, 10); + this.smartLabel16.Name = "smartLabel16"; + this.smartLabel16.OverlapOptimize = true; + this.smartLabel16.PasswordChar = '\0'; + this.smartLabel16.Radius = 20; + this.smartLabel16.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel16.Size = new System.Drawing.Size(15, 15); + this.smartLabel16.TabIndex = 72; + 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; + // + // smartLabel17 + // + this.smartLabel17.BackGround = null; + this.smartLabel17.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel17.BorderColor = System.Drawing.Color.Lime; + this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel17.LineSpacing = 0F; + this.smartLabel17.Location = new System.Drawing.Point(667, 10); + this.smartLabel17.Name = "smartLabel17"; + this.smartLabel17.OverlapOptimize = true; + this.smartLabel17.PasswordChar = '\0'; + this.smartLabel17.Radius = 20; + this.smartLabel17.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel17.Size = new System.Drawing.Size(15, 15); + this.smartLabel17.TabIndex = 73; + this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel17.Wordwrap = false; + // + // smartLabel18 + // + this.smartLabel18.BackGround = null; + this.smartLabel18.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel18.BorderColor = System.Drawing.Color.Lime; + this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel18.LineSpacing = 0F; + this.smartLabel18.Location = new System.Drawing.Point(842, 10); + this.smartLabel18.Name = "smartLabel18"; + this.smartLabel18.OverlapOptimize = true; + this.smartLabel18.PasswordChar = '\0'; + this.smartLabel18.Radius = 20; + this.smartLabel18.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel18.Size = new System.Drawing.Size(15, 15); + this.smartLabel18.TabIndex = 74; + this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel18.Wordwrap = false; + // + // smartLabel19 + // + this.smartLabel19.BackGround = null; + this.smartLabel19.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel19.BorderColor = System.Drawing.Color.Lime; + this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel19.LineSpacing = 0F; + this.smartLabel19.Location = new System.Drawing.Point(842, 103); + this.smartLabel19.Name = "smartLabel19"; + this.smartLabel19.OverlapOptimize = true; + this.smartLabel19.PasswordChar = '\0'; + this.smartLabel19.Radius = 20; + this.smartLabel19.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel19.Size = new System.Drawing.Size(15, 15); + this.smartLabel19.TabIndex = 79; + this.smartLabel19.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel19.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel19.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel19.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel19.Wordwrap = false; + // + // smartLabel20 + // + this.smartLabel20.BackGround = null; + this.smartLabel20.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel20.BorderColor = System.Drawing.Color.Lime; + this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel20.LineSpacing = 0F; + this.smartLabel20.Location = new System.Drawing.Point(667, 103); + this.smartLabel20.Name = "smartLabel20"; + this.smartLabel20.OverlapOptimize = true; + this.smartLabel20.PasswordChar = '\0'; + this.smartLabel20.Radius = 20; + this.smartLabel20.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel20.Size = new System.Drawing.Size(15, 15); + this.smartLabel20.TabIndex = 78; + this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel20.Wordwrap = false; + // + // smartLabel21 + // + this.smartLabel21.BackGround = null; + this.smartLabel21.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel21.BorderColor = System.Drawing.Color.Lime; + this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel21.LineSpacing = 0F; + this.smartLabel21.Location = new System.Drawing.Point(495, 103); + this.smartLabel21.Name = "smartLabel21"; + this.smartLabel21.OverlapOptimize = true; + this.smartLabel21.PasswordChar = '\0'; + this.smartLabel21.Radius = 20; + this.smartLabel21.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel21.Size = new System.Drawing.Size(15, 15); + this.smartLabel21.TabIndex = 77; + this.smartLabel21.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel21.Wordwrap = false; + // + // smartLabel22 + // + this.smartLabel22.BackGround = null; + this.smartLabel22.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel22.BorderColor = System.Drawing.Color.Lime; + this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel22.LineSpacing = 0F; + this.smartLabel22.Location = new System.Drawing.Point(323, 103); + this.smartLabel22.Name = "smartLabel22"; + this.smartLabel22.OverlapOptimize = true; + this.smartLabel22.PasswordChar = '\0'; + this.smartLabel22.Radius = 20; + this.smartLabel22.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel22.Size = new System.Drawing.Size(15, 15); + this.smartLabel22.TabIndex = 76; + this.smartLabel22.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel22.Wordwrap = false; + // + // smartLabel23 + // + this.smartLabel23.BackGround = null; + this.smartLabel23.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel23.BorderColor = System.Drawing.Color.Lime; + this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel23.LineSpacing = 0F; + this.smartLabel23.Location = new System.Drawing.Point(142, 103); + this.smartLabel23.Name = "smartLabel23"; + this.smartLabel23.OverlapOptimize = true; + this.smartLabel23.PasswordChar = '\0'; + this.smartLabel23.Radius = 20; + this.smartLabel23.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel23.Size = new System.Drawing.Size(15, 15); + this.smartLabel23.TabIndex = 75; + this.smartLabel23.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel23.Wordwrap = false; + // + // smartLabel24 + // + this.smartLabel24.BackGround = this.smartForm1; + this.smartLabel24.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(208, 88); + this.smartLabel24.Name = "smartLabel24"; + this.smartLabel24.OverlapOptimize = true; + this.smartLabel24.PasswordChar = '\0'; + this.smartLabel24.Radius = 3; + this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel24.Size = new System.Drawing.Size(31, 100); + this.smartLabel24.TabIndex = 80; + this.smartLabel24.Text = "▶"; + this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel24.Wordwrap = false; + // + // smartLabel25 + // + this.smartLabel25.BackGround = this.smartForm1; + this.smartLabel25.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel25.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel25.LineSpacing = 0F; + this.smartLabel25.Location = new System.Drawing.Point(421, 88); + this.smartLabel25.Name = "smartLabel25"; + this.smartLabel25.OverlapOptimize = true; + this.smartLabel25.PasswordChar = '\0'; + this.smartLabel25.Radius = 3; + this.smartLabel25.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel25.Size = new System.Drawing.Size(31, 100); + this.smartLabel25.TabIndex = 81; + this.smartLabel25.Text = "▶"; + this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel25.Wordwrap = false; + // + // smartLabel26 + // + this.smartLabel26.BackGround = this.smartForm1; + this.smartLabel26.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel26.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel26.LineSpacing = 0F; + this.smartLabel26.Location = new System.Drawing.Point(641, 88); + this.smartLabel26.Name = "smartLabel26"; + this.smartLabel26.OverlapOptimize = true; + this.smartLabel26.PasswordChar = '\0'; + this.smartLabel26.Radius = 3; + this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel26.Size = new System.Drawing.Size(31, 100); + this.smartLabel26.TabIndex = 82; + this.smartLabel26.Text = "▶"; + this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel26.Wordwrap = false; + // + // smartLabel27 + // + this.smartLabel27.BackGround = this.smartForm1; + this.smartLabel27.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel27.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel27.LineSpacing = 0F; + this.smartLabel27.Location = new System.Drawing.Point(709, 194); + this.smartLabel27.Name = "smartLabel27"; + this.smartLabel27.OverlapOptimize = true; + this.smartLabel27.PasswordChar = '\0'; + this.smartLabel27.Radius = 3; + this.smartLabel27.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel27.Size = new System.Drawing.Size(169, 31); + this.smartLabel27.TabIndex = 83; + this.smartLabel27.Text = "▼"; + this.smartLabel27.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel27.Wordwrap = false; + // + // smartLabel28 + // + this.smartLabel28.BackGround = this.smartForm1; + this.smartLabel28.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel28.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel28.LineSpacing = 0F; + this.smartLabel28.Location = new System.Drawing.Point(708, 336); + this.smartLabel28.Name = "smartLabel28"; + this.smartLabel28.OverlapOptimize = true; + this.smartLabel28.PasswordChar = '\0'; + this.smartLabel28.Radius = 3; + this.smartLabel28.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel28.Size = new System.Drawing.Size(169, 31); + this.smartLabel28.TabIndex = 84; + this.smartLabel28.Text = "▼"; + this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel28.Wordwrap = false; + // + // smartLabel29 + // + this.smartLabel29.BackGround = this.smartForm1; + this.smartLabel29.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel29.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel29.LineSpacing = 0F; + this.smartLabel29.Location = new System.Drawing.Point(652, 373); + this.smartLabel29.Name = "smartLabel29"; + this.smartLabel29.OverlapOptimize = true; + this.smartLabel29.PasswordChar = '\0'; + this.smartLabel29.Radius = 3; + this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel29.Size = new System.Drawing.Size(31, 100); + this.smartLabel29.TabIndex = 85; + this.smartLabel29.Text = "◀"; + this.smartLabel29.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel29.Wordwrap = false; + // + // smartLabel30 + // + this.smartLabel30.BackGround = this.smartForm1; + this.smartLabel30.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel30.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel30.LineSpacing = 0F; + this.smartLabel30.Location = new System.Drawing.Point(428, 373); + this.smartLabel30.Name = "smartLabel30"; + this.smartLabel30.OverlapOptimize = true; + this.smartLabel30.PasswordChar = '\0'; + this.smartLabel30.Radius = 3; + this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel30.Size = new System.Drawing.Size(31, 100); + this.smartLabel30.TabIndex = 86; + this.smartLabel30.Text = "◀"; + this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel30.Wordwrap = false; + // + // smartLabel31 + // + this.smartLabel31.BackGround = this.smartForm1; + this.smartLabel31.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel31.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular); + this.smartLabel31.LineSpacing = 0F; + this.smartLabel31.Location = new System.Drawing.Point(208, 373); + this.smartLabel31.Name = "smartLabel31"; + this.smartLabel31.OverlapOptimize = true; + this.smartLabel31.PasswordChar = '\0'; + this.smartLabel31.Radius = 3; + this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel31.Size = new System.Drawing.Size(31, 100); + this.smartLabel31.TabIndex = 87; + this.smartLabel31.Text = "◀"; + this.smartLabel31.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel31.Wordwrap = false; + // + // pictureBox2 + // + this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); + this.pictureBox2.Location = new System.Drawing.Point(124, 204); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(480, 150); + // + // smartProgressBar1 + // + this.smartProgressBar1.AutoColorSet = true; + this.smartProgressBar1.BackGround = this.smartGroupBox1; + this.smartProgressBar1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar1.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar1.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar1.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar1.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar1.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar1.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar1.FormatString = ""; + this.smartProgressBar1.Location = new System.Drawing.Point(11, 39); + this.smartProgressBar1.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar1.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar1.Name = "smartProgressBar1"; + this.smartProgressBar1.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar1.OverlapOptimize = true; + this.smartProgressBar1.RoundedCorners = true; + this.smartProgressBar1.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar1.TabIndex = 89; + this.smartProgressBar1.Text = "smartProgressBar1"; + this.smartProgressBar1.TextAutoRotation = true; + this.smartProgressBar1.TextColor = System.Drawing.Color.White; + this.smartProgressBar1.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar1.Units = ""; + this.smartProgressBar1.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar1.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar2 + // + this.smartProgressBar2.AutoColorSet = true; + this.smartProgressBar2.BackGround = this.smartGroupBox1; + this.smartProgressBar2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar2.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar2.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar2.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar2.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar2.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar2.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar2.FormatString = ""; + this.smartProgressBar2.Location = new System.Drawing.Point(11, 68); + this.smartProgressBar2.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar2.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar2.Name = "smartProgressBar2"; + this.smartProgressBar2.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar2.OverlapOptimize = true; + this.smartProgressBar2.RoundedCorners = true; + this.smartProgressBar2.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar2.TabIndex = 90; + this.smartProgressBar2.Text = "smartProgressBar2"; + this.smartProgressBar2.TextAutoRotation = true; + this.smartProgressBar2.TextColor = System.Drawing.Color.White; + this.smartProgressBar2.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar2.Units = ""; + this.smartProgressBar2.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar2.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar3 + // + this.smartProgressBar3.AutoColorSet = true; + this.smartProgressBar3.BackGround = this.smartGroupBox1; + this.smartProgressBar3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar3.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar3.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar3.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar3.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar3.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar3.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar3.FormatString = ""; + this.smartProgressBar3.Location = new System.Drawing.Point(187, 68); + this.smartProgressBar3.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar3.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar3.Name = "smartProgressBar3"; + this.smartProgressBar3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar3.OverlapOptimize = true; + this.smartProgressBar3.RoundedCorners = true; + this.smartProgressBar3.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar3.TabIndex = 92; + this.smartProgressBar3.Text = "smartProgressBar3"; + this.smartProgressBar3.TextAutoRotation = true; + this.smartProgressBar3.TextColor = System.Drawing.Color.White; + this.smartProgressBar3.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar3.Units = ""; + this.smartProgressBar3.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar3.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar4 + // + this.smartProgressBar4.AutoColorSet = true; + this.smartProgressBar4.BackGround = this.smartGroupBox1; + this.smartProgressBar4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar4.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar4.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar4.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar4.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar4.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar4.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar4.FormatString = ""; + this.smartProgressBar4.Location = new System.Drawing.Point(187, 39); + this.smartProgressBar4.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar4.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar4.Name = "smartProgressBar4"; + this.smartProgressBar4.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar4.OverlapOptimize = true; + this.smartProgressBar4.RoundedCorners = true; + this.smartProgressBar4.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar4.TabIndex = 91; + this.smartProgressBar4.Text = "smartProgressBar4"; + this.smartProgressBar4.TextAutoRotation = true; + this.smartProgressBar4.TextColor = System.Drawing.Color.White; + this.smartProgressBar4.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar4.Units = ""; + this.smartProgressBar4.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar4.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar5 + // + this.smartProgressBar5.AutoColorSet = true; + this.smartProgressBar5.BackGround = this.smartGroupBox1; + this.smartProgressBar5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar5.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar5.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar5.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar5.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar5.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar5.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar5.FormatString = ""; + this.smartProgressBar5.Location = new System.Drawing.Point(530, 68); + this.smartProgressBar5.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar5.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar5.Name = "smartProgressBar5"; + this.smartProgressBar5.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar5.OverlapOptimize = true; + this.smartProgressBar5.RoundedCorners = true; + this.smartProgressBar5.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar5.TabIndex = 96; + this.smartProgressBar5.Text = "smartProgressBar5"; + this.smartProgressBar5.TextAutoRotation = true; + this.smartProgressBar5.TextColor = System.Drawing.Color.White; + this.smartProgressBar5.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar5.Units = ""; + this.smartProgressBar5.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar5.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar6 + // + this.smartProgressBar6.AutoColorSet = true; + this.smartProgressBar6.BackGround = this.smartGroupBox1; + this.smartProgressBar6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar6.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar6.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar6.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar6.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar6.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar6.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar6.FormatString = ""; + this.smartProgressBar6.Location = new System.Drawing.Point(530, 39); + this.smartProgressBar6.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar6.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar6.Name = "smartProgressBar6"; + this.smartProgressBar6.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar6.OverlapOptimize = true; + this.smartProgressBar6.RoundedCorners = true; + this.smartProgressBar6.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar6.TabIndex = 95; + this.smartProgressBar6.Text = "smartProgressBar6"; + this.smartProgressBar6.TextAutoRotation = true; + this.smartProgressBar6.TextColor = System.Drawing.Color.White; + this.smartProgressBar6.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar6.Units = ""; + this.smartProgressBar6.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar6.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar7 + // + this.smartProgressBar7.AutoColorSet = true; + this.smartProgressBar7.BackGround = this.smartGroupBox1; + this.smartProgressBar7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar7.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar7.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar7.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar7.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar7.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar7.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar7.FormatString = ""; + this.smartProgressBar7.Location = new System.Drawing.Point(354, 68); + this.smartProgressBar7.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar7.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar7.Name = "smartProgressBar7"; + this.smartProgressBar7.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar7.OverlapOptimize = true; + this.smartProgressBar7.RoundedCorners = true; + this.smartProgressBar7.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar7.TabIndex = 94; + this.smartProgressBar7.Text = "smartProgressBar7"; + this.smartProgressBar7.TextAutoRotation = true; + this.smartProgressBar7.TextColor = System.Drawing.Color.White; + this.smartProgressBar7.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar7.Units = ""; + this.smartProgressBar7.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar7.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar8 + // + this.smartProgressBar8.AutoColorSet = true; + this.smartProgressBar8.BackGround = this.smartGroupBox1; + this.smartProgressBar8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar8.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar8.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar8.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar8.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar8.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar8.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar8.FormatString = ""; + this.smartProgressBar8.Location = new System.Drawing.Point(354, 39); + this.smartProgressBar8.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar8.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar8.Name = "smartProgressBar8"; + this.smartProgressBar8.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar8.OverlapOptimize = true; + this.smartProgressBar8.RoundedCorners = true; + this.smartProgressBar8.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar8.TabIndex = 93; + this.smartProgressBar8.Text = "smartProgressBar8"; + this.smartProgressBar8.TextAutoRotation = true; + this.smartProgressBar8.TextColor = System.Drawing.Color.White; + this.smartProgressBar8.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar8.Units = ""; + this.smartProgressBar8.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar8.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar11 + // + this.smartProgressBar11.AutoColorSet = true; + this.smartProgressBar11.BackGround = this.smartGroupBox1; + this.smartProgressBar11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar11.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar11.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar11.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar11.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar11.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar11.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar11.FormatString = ""; + this.smartProgressBar11.Location = new System.Drawing.Point(354, 161); + this.smartProgressBar11.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar11.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar11.Name = "smartProgressBar11"; + this.smartProgressBar11.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar11.OverlapOptimize = true; + this.smartProgressBar11.RoundedCorners = true; + this.smartProgressBar11.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar11.TabIndex = 102; + this.smartProgressBar11.Text = "smartProgressBar11"; + this.smartProgressBar11.TextAutoRotation = true; + this.smartProgressBar11.TextColor = System.Drawing.Color.White; + this.smartProgressBar11.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar11.Units = ""; + this.smartProgressBar11.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar11.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar12 + // + this.smartProgressBar12.AutoColorSet = true; + this.smartProgressBar12.BackGround = this.smartGroupBox1; + this.smartProgressBar12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar12.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar12.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar12.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar12.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar12.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar12.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar12.FormatString = ""; + this.smartProgressBar12.Location = new System.Drawing.Point(354, 132); + this.smartProgressBar12.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar12.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar12.Name = "smartProgressBar12"; + this.smartProgressBar12.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar12.OverlapOptimize = true; + this.smartProgressBar12.RoundedCorners = true; + this.smartProgressBar12.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar12.TabIndex = 101; + this.smartProgressBar12.Text = "smartProgressBar12"; + this.smartProgressBar12.TextAutoRotation = true; + this.smartProgressBar12.TextColor = System.Drawing.Color.White; + this.smartProgressBar12.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar12.Units = ""; + this.smartProgressBar12.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar12.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar13 + // + this.smartProgressBar13.AutoColorSet = true; + this.smartProgressBar13.BackGround = this.smartGroupBox1; + this.smartProgressBar13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar13.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar13.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar13.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar13.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar13.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar13.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar13.FormatString = ""; + this.smartProgressBar13.Location = new System.Drawing.Point(187, 161); + this.smartProgressBar13.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar13.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar13.Name = "smartProgressBar13"; + this.smartProgressBar13.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar13.OverlapOptimize = true; + this.smartProgressBar13.RoundedCorners = true; + this.smartProgressBar13.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar13.TabIndex = 100; + this.smartProgressBar13.Text = "smartProgressBar13"; + this.smartProgressBar13.TextAutoRotation = true; + this.smartProgressBar13.TextColor = System.Drawing.Color.White; + this.smartProgressBar13.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar13.Units = ""; + this.smartProgressBar13.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar13.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar14 + // + this.smartProgressBar14.AutoColorSet = true; + this.smartProgressBar14.BackGround = this.smartGroupBox1; + this.smartProgressBar14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar14.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar14.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar14.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar14.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar14.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar14.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar14.FormatString = ""; + this.smartProgressBar14.Location = new System.Drawing.Point(187, 132); + this.smartProgressBar14.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar14.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar14.Name = "smartProgressBar14"; + this.smartProgressBar14.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar14.OverlapOptimize = true; + this.smartProgressBar14.RoundedCorners = true; + this.smartProgressBar14.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar14.TabIndex = 99; + this.smartProgressBar14.Text = "smartProgressBar14"; + this.smartProgressBar14.TextAutoRotation = true; + this.smartProgressBar14.TextColor = System.Drawing.Color.White; + this.smartProgressBar14.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar14.Units = ""; + this.smartProgressBar14.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar14.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar15 + // + this.smartProgressBar15.AutoColorSet = true; + this.smartProgressBar15.BackGround = this.smartGroupBox1; + this.smartProgressBar15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar15.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar15.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar15.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar15.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar15.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar15.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar15.FormatString = ""; + this.smartProgressBar15.Location = new System.Drawing.Point(11, 161); + this.smartProgressBar15.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar15.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar15.Name = "smartProgressBar15"; + this.smartProgressBar15.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar15.OverlapOptimize = true; + this.smartProgressBar15.RoundedCorners = true; + this.smartProgressBar15.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar15.TabIndex = 98; + this.smartProgressBar15.Text = "smartProgressBar15"; + this.smartProgressBar15.TextAutoRotation = true; + this.smartProgressBar15.TextColor = System.Drawing.Color.White; + this.smartProgressBar15.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar15.Units = ""; + this.smartProgressBar15.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar15.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar16 + // + this.smartProgressBar16.AutoColorSet = true; + this.smartProgressBar16.BackGround = this.smartGroupBox1; + this.smartProgressBar16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar16.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar16.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar16.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar16.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar16.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar16.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar16.FormatString = ""; + this.smartProgressBar16.Location = new System.Drawing.Point(11, 132); + this.smartProgressBar16.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar16.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar16.Name = "smartProgressBar16"; + this.smartProgressBar16.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar16.OverlapOptimize = true; + this.smartProgressBar16.RoundedCorners = true; + this.smartProgressBar16.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar16.TabIndex = 97; + this.smartProgressBar16.Text = "smartProgressBar16"; + this.smartProgressBar16.TextAutoRotation = true; + this.smartProgressBar16.TextColor = System.Drawing.Color.White; + this.smartProgressBar16.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar16.Units = ""; + this.smartProgressBar16.Value = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.smartProgressBar16.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar19 + // + this.smartProgressBar19.AutoColorSet = true; + this.smartProgressBar19.BackGround = this.smartGroupBox1; + this.smartProgressBar19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar19.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar19.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar19.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar19.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar19.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar19.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar19.FormatString = ""; + this.smartProgressBar19.Location = new System.Drawing.Point(700, 68); + this.smartProgressBar19.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar19.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar19.Name = "smartProgressBar19"; + this.smartProgressBar19.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar19.OverlapOptimize = true; + this.smartProgressBar19.RoundedCorners = true; + this.smartProgressBar19.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar19.TabIndex = 106; + this.smartProgressBar19.Text = "smartProgressBar19"; + this.smartProgressBar19.TextAutoRotation = true; + this.smartProgressBar19.TextColor = System.Drawing.Color.White; + this.smartProgressBar19.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar19.Units = ""; + this.smartProgressBar19.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar19.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartProgressBar20 + // + this.smartProgressBar20.AutoColorSet = true; + this.smartProgressBar20.BackGround = this.smartGroupBox1; + this.smartProgressBar20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.smartProgressBar20.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.smartProgressBar20.BarBackColor2 = System.Drawing.Color.LightBlue; + this.smartProgressBar20.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar20.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); + this.smartProgressBar20.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; + this.smartProgressBar20.Direction = SmartX.SmartProgressBar.DIR.Horizontal; + this.smartProgressBar20.FormatString = ""; + this.smartProgressBar20.Location = new System.Drawing.Point(700, 39); + this.smartProgressBar20.Maximum = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.smartProgressBar20.Minimum = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.smartProgressBar20.Name = "smartProgressBar20"; + this.smartProgressBar20.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartProgressBar20.OverlapOptimize = true; + this.smartProgressBar20.RoundedCorners = true; + this.smartProgressBar20.Size = new System.Drawing.Size(146, 23); + this.smartProgressBar20.TabIndex = 105; + this.smartProgressBar20.Text = "smartProgressBar20"; + this.smartProgressBar20.TextAutoRotation = true; + this.smartProgressBar20.TextColor = System.Drawing.Color.White; + this.smartProgressBar20.TextColorDisable = System.Drawing.Color.Gray; + this.smartProgressBar20.Units = ""; + this.smartProgressBar20.Value = new decimal(new int[] { + 40, + 0, + 0, + 0}); + this.smartProgressBar20.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Percentage; + // + // smartLabel32 + // + this.smartLabel32.BackGround = this.smartGroupBox1; + this.smartLabel32.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel32.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); + this.smartLabel32.LineSpacing = 0F; + this.smartLabel32.Location = new System.Drawing.Point(530, 132); + this.smartLabel32.Name = "smartLabel32"; + this.smartLabel32.OverlapOptimize = true; + this.smartLabel32.PasswordChar = '\0'; + this.smartLabel32.Radius = 3; + this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel32.Size = new System.Drawing.Size(146, 52); + this.smartLabel32.TabIndex = 107; + this.smartLabel32.Text = "정 상"; + this.smartLabel32.TextColor = System.Drawing.Color.Green; + this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel32.Wordwrap = false; + // + // smartLabel33 + // + this.smartLabel33.BackGround = this.smartGroupBox1; + this.smartLabel33.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel33.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); + this.smartLabel33.LineSpacing = 0F; + this.smartLabel33.Location = new System.Drawing.Point(700, 132); + this.smartLabel33.Name = "smartLabel33"; + this.smartLabel33.OverlapOptimize = true; + this.smartLabel33.PasswordChar = '\0'; + this.smartLabel33.Radius = 3; + this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel33.Size = new System.Drawing.Size(146, 52); + this.smartLabel33.TabIndex = 108; + this.smartLabel33.Text = "불 량"; + this.smartLabel33.TextColor = System.Drawing.Color.DarkRed; + this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel33.Wordwrap = false; + // + // FormMainDisplay2 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.AutoScroll = true; + this.ClientSize = new System.Drawing.Size(1024, 768); + this.ControlBox = false; + this.Controls.Add(this.smartForm1); + this.Name = "FormMainDisplay2"; + this.Text = "FormMainDisplay1"; + this.smartForm1.ResumeLayout(false); + this.smartGroupBox1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private SmartX.SmartForm smartForm1; + private SmartX.SmartLabel labelProgress8; + private SmartX.SmartLabel labelProgress7; + private SmartX.SmartLabel labelProgress6; + private SmartX.SmartLabel labelProgress4; + private SmartX.SmartLabel labelProgress3; + private SmartX.SmartLabel labelProgress2; + private SmartX.SmartLabel labelProgress1; + private SmartX.SmartLabel labelProgress0; + private SmartX.SmartButton buttonMenu; + private SmartX.SmartLabel labelTime; + private SmartX.SmartLabel labelStart; + private SmartX.SmartLabel labelStop; + private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1; + private SmartX.SmartButton buttonClear; + public SmartX.SmartLabel labelCommunicationStatus; + private SmartX.SmartButton buttonCut; + private SmartX.SmartButton buttonExit; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Timer timerOff; + private System.Windows.Forms.Timer timerOn; + private SmartX.SmartLabel labelProgress5; + private SmartX.SmartButton buttonDisplay; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartGroupBox smartGroupBox1; + private SmartX.SmartButton smartButton1; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel smartLabel10; + private SmartX.SmartLabel smartLabel11; + private SmartX.SmartLabel smartLabel12; + private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel smartLabel7; + private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel smartLabel27; + private SmartX.SmartLabel smartLabel26; + private SmartX.SmartLabel smartLabel25; + private SmartX.SmartLabel smartLabel24; + public SmartX.SmartLabel smartLabel19; + public SmartX.SmartLabel smartLabel20; + public SmartX.SmartLabel smartLabel21; + public SmartX.SmartLabel smartLabel22; + public SmartX.SmartLabel smartLabel23; + public SmartX.SmartLabel smartLabel18; + public SmartX.SmartLabel smartLabel17; + public SmartX.SmartLabel smartLabel16; + public SmartX.SmartLabel smartLabel15; + public SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel smartLabel31; + private SmartX.SmartLabel smartLabel30; + private SmartX.SmartLabel smartLabel29; + private SmartX.SmartLabel smartLabel28; + private System.Windows.Forms.PictureBox pictureBox2; + private SmartX.SmartLabel smartLabel32; + private SmartX.SmartProgressBar smartProgressBar19; + private SmartX.SmartProgressBar smartProgressBar20; + private SmartX.SmartProgressBar smartProgressBar11; + private SmartX.SmartProgressBar smartProgressBar12; + private SmartX.SmartProgressBar smartProgressBar13; + private SmartX.SmartProgressBar smartProgressBar14; + private SmartX.SmartProgressBar smartProgressBar15; + private SmartX.SmartProgressBar smartProgressBar16; + private SmartX.SmartProgressBar smartProgressBar5; + private SmartX.SmartProgressBar smartProgressBar6; + private SmartX.SmartProgressBar smartProgressBar7; + private SmartX.SmartProgressBar smartProgressBar8; + private SmartX.SmartProgressBar smartProgressBar3; + private SmartX.SmartProgressBar smartProgressBar4; + private SmartX.SmartProgressBar smartProgressBar2; + private SmartX.SmartProgressBar smartProgressBar1; + private SmartX.SmartLabel smartLabel33; + } +} \ No newline at end of file diff --git a/INT_PT002/Forms/FormMainDisplay2.cs b/INT_PT002/Forms/FormMainDisplay2.cs new file mode 100644 index 0000000..effee7e --- /dev/null +++ b/INT_PT002/Forms/FormMainDisplay2.cs @@ -0,0 +1,467 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; + +using SmartX; +using INT_PT002.DataStore; +using INT_PT002.Controls; + +namespace INT_PT002.Forms +{ + public partial class FormMainDisplay2 : Form + { + #region Field + private int FlagIgnoreCNT; + + private Color ColorProgressOn; + private Color ColorProgressOff; + private Color ColorResultPass; + private Color ColorResultNG; + private Color ColorResultNone; + + private FormMain m_ParentForm; + + private ControlMainDisplay ChildControl; + #endregion + + #region Constructor + public FormMainDisplay2(FormMain parent) + { + InitializeComponent(); + + this.ParentForm = parent; + + this.DefaultSetting(); + this.InitializeData(); + } + #endregion + + #region Property + public FormMain ParentForm + { + get { return this.m_ParentForm; } + private set { this.m_ParentForm = value; } + } + #endregion + + #region Method + private void DefaultSetting() + { + this.FlagIgnoreCNT = 0; + + this.ColorProgressOff = Color.Azure; + this.ColorProgressOn = Color.Lime; + this.ColorResultPass = Color.Green; + this.ColorResultNG = Color.Red; + this.ColorResultNone = Color.Black; + + this.ChildControl = new ControlMainDisplay(this.ParentForm); + this.Controls.Add(this.ChildControl); + this.ChildControl.Location = new Point(0, 118); + this.ChildControl.BringToFront(); + this.ChildControl.Visible = false; + } + private void InitializeData() + { + + } + + private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label2) + { + string value = ""; + + switch (judg) + { + case Define.E_JudgmentStatus.None: + value = "-"; + label2.TextColor = this.ColorResultNone; + label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + break; + case Define.E_JudgmentStatus.Pass: + value = "정상"; + label2.TextColor = this.ColorResultPass; + label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + break; + case Define.E_JudgmentStatus.Ng: + value = "리크"; + label2.TextColor = this.ColorResultNG; + label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + break; + case Define.E_JudgmentStatus.Error: + value = "제품 없음"; + label2.TextColor = this.ColorResultNone; + label2.Font = new Font("New Gulim", 20, FontStyle.Bold); + break; + default: + break; + } + + if (label2.Text != value) + label2.Text = value; + } + + public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status) + { + switch (status) + { + case Define.E_ProcessStatus._0_None: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._1_Initial: + this.labelProgress0.BackGroundColor = this.ColorProgressOn; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._2_ProductEntry: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOn; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + + // Label Initialize + //this.InitializeLabel(); + break; + case Define.E_ProcessStatus._3_ChamberConbined: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOn; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._4_VacuumStart: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOn; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._5_VacuumHold: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOn; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._6_Judgment: + break; + case Define.E_ProcessStatus._7_VacuumBreak: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOn; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._8_ChamberSeparation: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOn; + this.labelProgress8.BackGroundColor = this.ColorProgressOff; + break; + case Define.E_ProcessStatus._9_ProductRelease: + this.labelProgress0.BackGroundColor = this.ColorProgressOff; + this.labelProgress1.BackGroundColor = this.ColorProgressOff; + this.labelProgress2.BackGroundColor = this.ColorProgressOff; + this.labelProgress3.BackGroundColor = this.ColorProgressOff; + this.labelProgress4.BackGroundColor = this.ColorProgressOff; + this.labelProgress6.BackGroundColor = this.ColorProgressOff; + this.labelProgress7.BackGroundColor = this.ColorProgressOff; + this.labelProgress8.BackGroundColor = this.ColorProgressOn; + break; + default: + break; + } + } + private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff) + { + int iValue = 0; + double dValue = 0.0; + + // 값 표시 범위 + // 15.000 ~ -2.000 (17.000 ~ 0) + // 그래프 영역 높이 102 + // 17000 / 102 = 166.666666~ + //dValue = (int.Parse(data.CurrentValueSign + data.CurrentValue) + 2000) / 166.66666; + + if (dValue > 110) + dValue = 110; + if (dValue < 1) + dValue = 1; + + iValue = int.Parse(string.Format("{0:f0}", dValue)); + + draw.Chart.PutData(iValue); + } + private void UpdateDisplayDotGraphDisp(SmartDraw draw, DispData disp) + { + int iValue = 0; + double dValue = 0.0; + + // 값 표시 범위 + // 15.000 ~ -2.000 (17.000 ~ 0) + // 그래프 영역 높이 102 + // 17000 / 102 = 166.666666~ + //dValue = (int.Parse(data.CurrentValueSign + data.CurrentValue) + 2000) / 166.66666; + + if (dValue > 110) + dValue = 110; + if (dValue < 1) + dValue = 1; + + iValue = int.Parse(string.Format("{0:f0}", dValue)); + + draw.Chart.PutData(iValue); + } + public void UpdateEquipmentStatusDisplay(Define.E_EquipmentStatus status) + { + if (status == Define.E_EquipmentStatus.Start) + { + #region Start + this.labelStart.Visible = true; + this.labelStop.Visible = false; + #endregion + } + else + { + #region Stop + this.labelStart.Visible = false; + this.labelStop.Visible = true; + #endregion + } + } + + public void UpdateDisplayDiffData(Collection datas) + { + + } + public void UpdateDisplayDispData(Collection datas) + { + + } + + public void UpdateDisplayJudgmentData(LeakData datas) + { + this.timerOn.Enabled = false; + this.timerOff.Enabled = false; + + + this.UpdateDisplayJudgmentData1(datas); + this.UpdateDisplayJudgmentData2(datas); + this.UpdateDisplayJudgmentData3(datas); + this.UpdateDisplayJudgmentData4(datas); + this.UpdateDisplayJudgmentData5(datas); + this.UpdateDisplayJudgmentData6(datas); + this.UpdateDisplayJudgmentData7(datas); + this.UpdateDisplayJudgmentData8(datas); + this.UpdateDisplayJudgmentData9(datas); + this.UpdateDisplayJudgmentData10(datas); + + this.ChildControl.UpdateStartLeakDataDisplay(datas); + } + private void UpdateDisplayJudgmentData1(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[0], this.labelResult1); + } + private void UpdateDisplayJudgmentData2(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[1], this.labelResult2); + } + private void UpdateDisplayJudgmentData3(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[2], this.labelResult3); + } + private void UpdateDisplayJudgmentData4(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[3], this.labelResult4); + } + private void UpdateDisplayJudgmentData5(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[4], this.labelResult5); + } + private void UpdateDisplayJudgmentData6(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[5], this.labelResult6); + } + private void UpdateDisplayJudgmentData7(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[6], this.labelResult7); + } + private void UpdateDisplayJudgmentData8(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[7], this.labelResult8); + } + private void UpdateDisplayJudgmentData9(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[8], this.labelResult9); + } + private void UpdateDisplayJudgmentData10(LeakData data) + { + //this.GetJudgmentResult(data.CollJudgment[9], this.labelResult10); + } + public void UpdateDisplayTime() + { + this.labelTime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); + } + + public void DisplayRefresh() + { + + } + #endregion + + #region Event Handler + private void labelStop_Click(object sender, EventArgs e) + { + this.ParentForm.TransferData(CommunicationCommand.Start, CommunicationID.MainBoard); + } + private void labelStart_Click(object sender, EventArgs e) + { + this.ParentForm.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard); + } + private void buttonMenu_Click(object sender, EventArgs e) + { + this.ParentForm.ChildFormMenu.DisplayRefresh(); + this.ParentForm.FormChange((int)Define.E_FormStore.FormMenu); + } + private void buttonDisplayGraph_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(1); + this.ChildControl.Visible = true; + } + private void buttonCut_Click(object sender, EventArgs e) + { + this.ParentForm.TransferData(CommunicationCommand.CutInpupt, CommunicationID.MainBoard); + + this.InitializeData(); + this.ChildControl.ClearAllData(); + + for (int i = 0; i < 10; i++) + { + //this.CollectionResult[i].Font = new Font("New Gulim", 20, FontStyle.Bold); + //this.CollectionResult[i].Text = "검사 중.."; + } + + this.timerOn.Enabled = true; + } + + private void smartDraw1_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(1); + this.ChildControl.Visible = true; + } + private void smartDraw2_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(2); + this.ChildControl.Visible = true; + } + private void smartDraw3_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(3); + this.ChildControl.Visible = true; + } + private void smartDraw4_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(4); + this.ChildControl.Visible = true; + } + private void smartDraw5_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(5); + this.ChildControl.Visible = true; + } + private void smartDraw6_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(6); + this.ChildControl.Visible = true; + } + private void smartDraw7_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(7); + this.ChildControl.Visible = true; + } + private void smartDraw8_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(8); + this.ChildControl.Visible = true; + } + private void smartDraw9_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(9); + this.ChildControl.Visible = true; + } + private void smartDraw10_Click(object sender, EventArgs e) + { + this.ChildControl.DisplayRefresh(10); + this.ChildControl.Visible = true; + } + private void buttonClear_Click(object sender, EventArgs e) + { + this.InitializeData(); + this.ChildControl.ClearAllData(); + } + + private void timerOn_Tick(object sender, EventArgs e) + { + this.timerOn.Enabled = false; + + //for (int i = 0; i < 10; i++) + // this.CollectionResult[i].Visible = false; + + this.timerOff.Enabled = true; + } + private void timerOff_Tick(object sender, EventArgs e) + { + this.timerOff.Enabled = false; + + //for (int i = 0; i < 10; i++) + // this.CollectionResult[i].Visible = true; + + this.timerOn.Enabled = true; + } + #endregion + + private void buttonExit_Click(object sender, EventArgs e) + { + this.ParentForm.CloseSmartUartLink(); + this.ParentForm.Dispose(); + this.ParentForm.Close(); + } + } +} \ No newline at end of file diff --git a/INT_PT002/Forms/FormMainDisplay2.resx b/INT_PT002/Forms/FormMainDisplay2.resx new file mode 100644 index 0000000..d2f5f4a --- /dev/null +++ b/INT_PT002/Forms/FormMainDisplay2.resx @@ -0,0 +1,2155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + 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 + AAAASUVORK5CYII= + + + + + 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 + BhgAAAAASUVORK5CYII= + + + + + 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 + gg== + + + + + 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 + + + + 17, 17 + + + 264, 17 + + + 351, 17 + + + WEBPAD + + + False + + + 36 + + \ No newline at end of file diff --git a/INT_PT002/Helper.cs b/INT_PT002/Helper.cs index bbdba0f..5b0349b 100644 --- a/INT_PT002/Helper.cs +++ b/INT_PT002/Helper.cs @@ -109,39 +109,39 @@ namespace INT_PT002 Define.E_ProcessStatus status; if (value.Length != 1) - return Define.E_ProcessStatus.None; + return Define.E_ProcessStatus._0_None; switch (value) { case "0": - status = Define.E_ProcessStatus.Initial; + status = Define.E_ProcessStatus._1_Initial; break; case "1": - status = Define.E_ProcessStatus.ProductEntry; + status = Define.E_ProcessStatus._2_ProductEntry; break; case "2": - status = Define.E_ProcessStatus.ChamberConbined; + status = Define.E_ProcessStatus._3_ChamberConbined; break; case "3": - status = Define.E_ProcessStatus.VacuumStart; + status = Define.E_ProcessStatus._4_VacuumStart; break; case "4": - status = Define.E_ProcessStatus.VacuumHold; + status = Define.E_ProcessStatus._5_VacuumHold; break; case "5": - status = Define.E_ProcessStatus.Judgment; + status = Define.E_ProcessStatus._6_Judgment; break; case "6": - status = Define.E_ProcessStatus.VacuumBreak; + status = Define.E_ProcessStatus._7_VacuumBreak; break; case "7": - status = Define.E_ProcessStatus.ChamberSeparation; + status = Define.E_ProcessStatus._8_ChamberSeparation; break; case "8": - status = Define.E_ProcessStatus.ProductRelease; + status = Define.E_ProcessStatus._9_ProductRelease; break; default: - status = Define.E_ProcessStatus.None; + status = Define.E_ProcessStatus._0_None; break; } diff --git a/INT_PT002/INT_PT002.csproj b/INT_PT002/INT_PT002.csproj index c30de7d..5b3ee82 100644 --- a/INT_PT002/INT_PT002.csproj +++ b/INT_PT002/INT_PT002.csproj @@ -184,6 +184,12 @@ DialogFormNumKeyPad.cs + + Form + + + FormMainDisplay2.cs + Form @@ -281,6 +287,10 @@ DialogFormNumKeyPad.cs Designer + + FormMainDisplay2.cs + Designer + FormConfiguration.cs Designer From 351a7c47f2994827e358e9b01764b94915503486 Mon Sep 17 00:00:00 2001 From: Seonjae Date: Fri, 17 Mar 2023 08:46:55 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=9E=A5=EB=B9=84=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8,=20=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4(=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=EB=AA=A8=EB=93=9C)=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20PressureData,=20SystemStatus,=20=20?= =?UTF-8?q?=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ControlMenuManualIoTest.Designer.cs | 3032 +++++++++++++++-- .../Manual/ControlMenuManualIoTest.cs | 352 +- .../Recipe/ControlMenuRecipeSetting.cs | 51 +- INT_PT002/DataStore/Communication.cs | 12 +- INT_PT002/DataStore/Define.cs | 10 +- INT_PT002/DataStore/LeakData.cs | 12 +- INT_PT002/DataStore/PressureData.cs | 43 + INT_PT002/DataStore/Recipe.cs | 2 +- INT_PT002/DataStore/SystemStatus.cs | 53 + INT_PT002/Forms/FormConfiguration.cs | 12 +- INT_PT002/Forms/FormMain.cs | 102 +- INT_PT002/Forms/FormMainDisplay1.Designer.cs | 2842 ++++++++++++--- INT_PT002/Forms/FormMainDisplay1.cs | 120 +- INT_PT002/Forms/FormMenu.cs | 24 +- INT_PT002/INT_PT002.csproj | 2 + 15 files changed, 5813 insertions(+), 856 deletions(-) create mode 100644 INT_PT002/DataStore/PressureData.cs create mode 100644 INT_PT002/DataStore/SystemStatus.cs diff --git a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs index 5a4e759..2de65c2 100644 --- a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs +++ b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs @@ -29,7 +29,90 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartGroupBox4 = new SmartX.SmartGroupBox(); + this.labelVacuum10 = new SmartX.SmartLabel(); + this.smartLabel57 = new SmartX.SmartLabel(); + this.labelDiff10 = new SmartX.SmartLabel(); + this.smartLabel59 = new SmartX.SmartLabel(); + this.labelDisp10 = new SmartX.SmartLabel(); + this.smartLabel61 = new SmartX.SmartLabel(); + this.labelVacuum9 = new SmartX.SmartLabel(); + this.smartLabel63 = new SmartX.SmartLabel(); + this.labelDiff9 = new SmartX.SmartLabel(); + this.smartLabel65 = new SmartX.SmartLabel(); + this.labelDisp9 = new SmartX.SmartLabel(); + this.smartLabel67 = new SmartX.SmartLabel(); + this.labelVacuum8 = new SmartX.SmartLabel(); + this.smartLabel69 = new SmartX.SmartLabel(); + this.labelDiff8 = new SmartX.SmartLabel(); + this.smartLabel71 = new SmartX.SmartLabel(); + this.labelDisp8 = new SmartX.SmartLabel(); + this.smartLabel73 = new SmartX.SmartLabel(); + this.labelVacuum7 = new SmartX.SmartLabel(); + this.smartLabel75 = new SmartX.SmartLabel(); + this.labelDiff7 = new SmartX.SmartLabel(); + this.smartLabel77 = new SmartX.SmartLabel(); + this.labelDisp7 = new SmartX.SmartLabel(); + this.smartLabel79 = new SmartX.SmartLabel(); + this.labelVacuum6 = new SmartX.SmartLabel(); + this.smartLabel81 = new SmartX.SmartLabel(); + this.labelDiff6 = new SmartX.SmartLabel(); + this.smartLabel83 = new SmartX.SmartLabel(); + this.labelDisp6 = new SmartX.SmartLabel(); + this.smartLabel85 = new SmartX.SmartLabel(); + this.smartLabel86 = new SmartX.SmartLabel(); + this.smartLabel87 = new SmartX.SmartLabel(); + this.smartLabel88 = new SmartX.SmartLabel(); + this.smartLabel89 = new SmartX.SmartLabel(); + this.smartLabel90 = new SmartX.SmartLabel(); + this.smartLabel91 = new SmartX.SmartLabel(); + this.smartLabel92 = new SmartX.SmartLabel(); + this.smartLabel93 = new SmartX.SmartLabel(); + this.smartLabel94 = new SmartX.SmartLabel(); + this.smartLabel95 = new SmartX.SmartLabel(); + this.labelVacuum5 = new SmartX.SmartLabel(); + this.smartLabel45 = new SmartX.SmartLabel(); + this.labelDiff5 = new SmartX.SmartLabel(); + this.smartLabel47 = new SmartX.SmartLabel(); + this.labelDisp5 = new SmartX.SmartLabel(); + this.smartLabel49 = new SmartX.SmartLabel(); + this.labelVacuum4 = new SmartX.SmartLabel(); + this.smartLabel51 = new SmartX.SmartLabel(); + this.labelDiff4 = new SmartX.SmartLabel(); + this.smartLabel53 = new SmartX.SmartLabel(); + this.labelDisp4 = new SmartX.SmartLabel(); + this.smartLabel55 = new SmartX.SmartLabel(); + this.labelVacuum3 = new SmartX.SmartLabel(); + this.smartLabel39 = new SmartX.SmartLabel(); + this.labelDiff3 = new SmartX.SmartLabel(); + this.smartLabel41 = new SmartX.SmartLabel(); + this.labelDisp3 = new SmartX.SmartLabel(); + this.smartLabel43 = new SmartX.SmartLabel(); + this.labelVacuum2 = new SmartX.SmartLabel(); + this.smartLabel27 = new SmartX.SmartLabel(); + this.labelDiff2 = new SmartX.SmartLabel(); + this.smartLabel29 = new SmartX.SmartLabel(); + this.labelDisp2 = new SmartX.SmartLabel(); + this.smartLabel33 = new SmartX.SmartLabel(); + this.labelVacuum1 = new SmartX.SmartLabel(); + this.smartLabel23 = new SmartX.SmartLabel(); + this.labelDiff1 = new SmartX.SmartLabel(); + this.smartLabel21 = new SmartX.SmartLabel(); + this.labelDisp1 = new SmartX.SmartLabel(); + this.smartLabel32 = new SmartX.SmartLabel(); + this.smartLabel18 = new SmartX.SmartLabel(); + this.smartLabel11 = new SmartX.SmartLabel(); + this.smartLabel16 = new SmartX.SmartLabel(); + this.smartLabel24 = new SmartX.SmartLabel(); + this.smartLabel25 = new SmartX.SmartLabel(); + this.smartLabel31 = new SmartX.SmartLabel(); + this.smartLabel34 = new SmartX.SmartLabel(); + this.smartLabel35 = new SmartX.SmartLabel(); + this.smartLabel36 = new SmartX.SmartLabel(); + this.smartLabel37 = new SmartX.SmartLabel(); this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.buttonMotor2AlarmClear = new SmartX.SmartButton(); + this.buttonMotor1AlarmClear = new SmartX.SmartButton(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.smartLabel14 = new SmartX.SmartLabel(); this.smartLabel13 = new SmartX.SmartLabel(); @@ -49,19 +132,28 @@ this.buttonMotor1Back = new SmartX.SmartButton(); this.buttonMotor1Front = new SmartX.SmartButton(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.smartButton4 = new SmartX.SmartButton(); - this.smartButton3 = new SmartX.SmartButton(); - this.smartButton2 = new SmartX.SmartButton(); - this.smartButton1 = new SmartX.SmartButton(); + this.buttonOut10 = new SmartX.SmartButton(); + this.buttonOut9 = new SmartX.SmartButton(); + this.buttonOut8 = new SmartX.SmartButton(); + this.buttonOut7 = new SmartX.SmartButton(); + this.buttonOut6 = new SmartX.SmartButton(); + this.buttonOut5 = new SmartX.SmartButton(); + this.smartLabel96 = new SmartX.SmartLabel(); + this.labelInput5 = new SmartX.SmartLabel(); + this.buttonOut4 = new SmartX.SmartButton(); + this.buttonOut3 = new SmartX.SmartButton(); + this.buttonOut2 = new SmartX.SmartButton(); + this.buttonOut1 = new SmartX.SmartButton(); this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); + this.labelInput4 = new SmartX.SmartLabel(); + this.labelInput2 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.labelInput3 = new SmartX.SmartLabel(); + this.labelInput1 = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); + this.smartGroupBox4.SuspendLayout(); this.smartGroupBox3.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); this.SuspendLayout(); @@ -71,6 +163,7 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartGroupBox4); this.smartGroupBox1.Controls.Add(this.smartGroupBox3); this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -86,11 +179,1931 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // smartGroupBox4 + // + this.smartGroupBox4.BackGround = null; + this.smartGroupBox4.BackGroundColor = System.Drawing.Color.Gray; + this.smartGroupBox4.BackImage = null; + this.smartGroupBox4.Controls.Add(this.labelVacuum10); + this.smartGroupBox4.Controls.Add(this.smartLabel57); + this.smartGroupBox4.Controls.Add(this.labelDiff10); + this.smartGroupBox4.Controls.Add(this.smartLabel59); + this.smartGroupBox4.Controls.Add(this.labelDisp10); + this.smartGroupBox4.Controls.Add(this.smartLabel61); + this.smartGroupBox4.Controls.Add(this.labelVacuum9); + this.smartGroupBox4.Controls.Add(this.smartLabel63); + this.smartGroupBox4.Controls.Add(this.labelDiff9); + this.smartGroupBox4.Controls.Add(this.smartLabel65); + this.smartGroupBox4.Controls.Add(this.labelDisp9); + this.smartGroupBox4.Controls.Add(this.smartLabel67); + this.smartGroupBox4.Controls.Add(this.labelVacuum8); + this.smartGroupBox4.Controls.Add(this.smartLabel69); + this.smartGroupBox4.Controls.Add(this.labelDiff8); + this.smartGroupBox4.Controls.Add(this.smartLabel71); + this.smartGroupBox4.Controls.Add(this.labelDisp8); + this.smartGroupBox4.Controls.Add(this.smartLabel73); + this.smartGroupBox4.Controls.Add(this.labelVacuum7); + this.smartGroupBox4.Controls.Add(this.smartLabel75); + this.smartGroupBox4.Controls.Add(this.labelDiff7); + this.smartGroupBox4.Controls.Add(this.smartLabel77); + this.smartGroupBox4.Controls.Add(this.labelDisp7); + this.smartGroupBox4.Controls.Add(this.smartLabel79); + this.smartGroupBox4.Controls.Add(this.labelVacuum6); + this.smartGroupBox4.Controls.Add(this.smartLabel81); + this.smartGroupBox4.Controls.Add(this.labelDiff6); + this.smartGroupBox4.Controls.Add(this.smartLabel83); + this.smartGroupBox4.Controls.Add(this.labelDisp6); + this.smartGroupBox4.Controls.Add(this.smartLabel85); + this.smartGroupBox4.Controls.Add(this.smartLabel86); + this.smartGroupBox4.Controls.Add(this.smartLabel87); + this.smartGroupBox4.Controls.Add(this.smartLabel88); + this.smartGroupBox4.Controls.Add(this.smartLabel89); + this.smartGroupBox4.Controls.Add(this.smartLabel90); + this.smartGroupBox4.Controls.Add(this.smartLabel91); + this.smartGroupBox4.Controls.Add(this.smartLabel92); + this.smartGroupBox4.Controls.Add(this.smartLabel93); + this.smartGroupBox4.Controls.Add(this.smartLabel94); + this.smartGroupBox4.Controls.Add(this.smartLabel95); + this.smartGroupBox4.Controls.Add(this.labelVacuum5); + this.smartGroupBox4.Controls.Add(this.smartLabel45); + this.smartGroupBox4.Controls.Add(this.labelDiff5); + this.smartGroupBox4.Controls.Add(this.smartLabel47); + this.smartGroupBox4.Controls.Add(this.labelDisp5); + this.smartGroupBox4.Controls.Add(this.smartLabel49); + this.smartGroupBox4.Controls.Add(this.labelVacuum4); + this.smartGroupBox4.Controls.Add(this.smartLabel51); + this.smartGroupBox4.Controls.Add(this.labelDiff4); + this.smartGroupBox4.Controls.Add(this.smartLabel53); + this.smartGroupBox4.Controls.Add(this.labelDisp4); + this.smartGroupBox4.Controls.Add(this.smartLabel55); + this.smartGroupBox4.Controls.Add(this.labelVacuum3); + this.smartGroupBox4.Controls.Add(this.smartLabel39); + this.smartGroupBox4.Controls.Add(this.labelDiff3); + this.smartGroupBox4.Controls.Add(this.smartLabel41); + this.smartGroupBox4.Controls.Add(this.labelDisp3); + this.smartGroupBox4.Controls.Add(this.smartLabel43); + this.smartGroupBox4.Controls.Add(this.labelVacuum2); + this.smartGroupBox4.Controls.Add(this.smartLabel27); + this.smartGroupBox4.Controls.Add(this.labelDiff2); + this.smartGroupBox4.Controls.Add(this.smartLabel29); + this.smartGroupBox4.Controls.Add(this.labelDisp2); + this.smartGroupBox4.Controls.Add(this.smartLabel33); + this.smartGroupBox4.Controls.Add(this.labelVacuum1); + this.smartGroupBox4.Controls.Add(this.smartLabel23); + this.smartGroupBox4.Controls.Add(this.labelDiff1); + this.smartGroupBox4.Controls.Add(this.smartLabel21); + this.smartGroupBox4.Controls.Add(this.labelDisp1); + this.smartGroupBox4.Controls.Add(this.smartLabel32); + this.smartGroupBox4.Controls.Add(this.smartLabel18); + this.smartGroupBox4.Controls.Add(this.smartLabel11); + this.smartGroupBox4.Controls.Add(this.smartLabel16); + this.smartGroupBox4.Controls.Add(this.smartLabel24); + this.smartGroupBox4.Controls.Add(this.smartLabel25); + this.smartGroupBox4.Controls.Add(this.smartLabel31); + this.smartGroupBox4.Controls.Add(this.smartLabel34); + this.smartGroupBox4.Controls.Add(this.smartLabel35); + this.smartGroupBox4.Controls.Add(this.smartLabel36); + this.smartGroupBox4.Controls.Add(this.smartLabel37); + this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox4.FrameLineThickness = 2; + this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; + this.smartGroupBox4.HeaderHeightOffset = 12; + this.smartGroupBox4.Location = new System.Drawing.Point(35, 444); + this.smartGroupBox4.Name = "smartGroupBox4"; + this.smartGroupBox4.RoundRadius = 5; + this.smartGroupBox4.Size = new System.Drawing.Size(825, 208); + this.smartGroupBox4.TabIndex = 1; + this.smartGroupBox4.Text = "smartGroupBox4"; + this.smartGroupBox4.TextColor = System.Drawing.Color.White; + // + // labelVacuum10 + // + this.labelVacuum10.BackGround = this.smartGroupBox1; + this.labelVacuum10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum10.LineSpacing = 0F; + this.labelVacuum10.Location = new System.Drawing.Point(732, 176); + this.labelVacuum10.Name = "labelVacuum10"; + this.labelVacuum10.OverlapOptimize = true; + this.labelVacuum10.PasswordChar = '\0'; + this.labelVacuum10.Radius = 3; + this.labelVacuum10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum10.Size = new System.Drawing.Size(79, 20); + this.labelVacuum10.TabIndex = 198; + this.labelVacuum10.Text = "-95.0"; + this.labelVacuum10.TextColor = System.Drawing.Color.White; + this.labelVacuum10.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum10.Wordwrap = false; + // + // smartLabel57 + // + this.smartLabel57.BackGround = this.smartGroupBox1; + this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel57.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel57.LineSpacing = 0F; + this.smartLabel57.Location = new System.Drawing.Point(661, 176); + this.smartLabel57.Name = "smartLabel57"; + this.smartLabel57.OverlapOptimize = true; + this.smartLabel57.PasswordChar = '\0'; + this.smartLabel57.Radius = 3; + this.smartLabel57.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel57.Size = new System.Drawing.Size(70, 20); + this.smartLabel57.TabIndex = 197; + this.smartLabel57.Text = "Vacuum"; + this.smartLabel57.TextColor = System.Drawing.Color.White; + this.smartLabel57.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel57.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel57.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel57.Wordwrap = false; + // + // labelDiff10 + // + this.labelDiff10.BackGround = this.smartGroupBox1; + this.labelDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff10.LineSpacing = 0F; + this.labelDiff10.Location = new System.Drawing.Point(732, 155); + this.labelDiff10.Name = "labelDiff10"; + this.labelDiff10.OverlapOptimize = true; + this.labelDiff10.PasswordChar = '\0'; + this.labelDiff10.Radius = 3; + this.labelDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff10.Size = new System.Drawing.Size(79, 20); + this.labelDiff10.TabIndex = 196; + this.labelDiff10.Text = "99999.99"; + this.labelDiff10.TextColor = System.Drawing.Color.White; + this.labelDiff10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff10.Wordwrap = false; + // + // smartLabel59 + // + this.smartLabel59.BackGround = this.smartGroupBox1; + this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel59.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel59.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel59.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel59.LineSpacing = 0F; + this.smartLabel59.Location = new System.Drawing.Point(661, 155); + this.smartLabel59.Name = "smartLabel59"; + this.smartLabel59.OverlapOptimize = true; + this.smartLabel59.PasswordChar = '\0'; + this.smartLabel59.Radius = 3; + this.smartLabel59.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel59.Size = new System.Drawing.Size(70, 20); + this.smartLabel59.TabIndex = 195; + this.smartLabel59.Text = "Diff"; + this.smartLabel59.TextColor = System.Drawing.Color.White; + this.smartLabel59.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel59.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel59.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel59.Wordwrap = false; + // + // labelDisp10 + // + this.labelDisp10.BackGround = this.smartGroupBox1; + this.labelDisp10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp10.LineSpacing = 0F; + this.labelDisp10.Location = new System.Drawing.Point(732, 134); + this.labelDisp10.Name = "labelDisp10"; + this.labelDisp10.OverlapOptimize = true; + this.labelDisp10.PasswordChar = '\0'; + this.labelDisp10.Radius = 3; + this.labelDisp10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp10.Size = new System.Drawing.Size(79, 20); + this.labelDisp10.TabIndex = 194; + this.labelDisp10.Text = "99.99"; + this.labelDisp10.TextColor = System.Drawing.Color.White; + this.labelDisp10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp10.Wordwrap = false; + // + // smartLabel61 + // + this.smartLabel61.BackGround = this.smartGroupBox1; + this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel61.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel61.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel61.LineSpacing = 0F; + this.smartLabel61.Location = new System.Drawing.Point(661, 134); + this.smartLabel61.Name = "smartLabel61"; + this.smartLabel61.OverlapOptimize = true; + this.smartLabel61.PasswordChar = '\0'; + this.smartLabel61.Radius = 3; + this.smartLabel61.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel61.Size = new System.Drawing.Size(70, 20); + this.smartLabel61.TabIndex = 193; + this.smartLabel61.Text = "Disp"; + this.smartLabel61.TextColor = System.Drawing.Color.White; + this.smartLabel61.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel61.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel61.Wordwrap = false; + // + // labelVacuum9 + // + this.labelVacuum9.BackGround = this.smartGroupBox1; + this.labelVacuum9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum9.LineSpacing = 0F; + this.labelVacuum9.Location = new System.Drawing.Point(571, 176); + this.labelVacuum9.Name = "labelVacuum9"; + this.labelVacuum9.OverlapOptimize = true; + this.labelVacuum9.PasswordChar = '\0'; + this.labelVacuum9.Radius = 3; + this.labelVacuum9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum9.Size = new System.Drawing.Size(79, 20); + this.labelVacuum9.TabIndex = 192; + this.labelVacuum9.Text = "-95.0"; + this.labelVacuum9.TextColor = System.Drawing.Color.White; + this.labelVacuum9.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum9.Wordwrap = false; + // + // smartLabel63 + // + this.smartLabel63.BackGround = this.smartGroupBox1; + this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel63.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel63.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel63.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel63.LineSpacing = 0F; + this.smartLabel63.Location = new System.Drawing.Point(500, 176); + this.smartLabel63.Name = "smartLabel63"; + this.smartLabel63.OverlapOptimize = true; + this.smartLabel63.PasswordChar = '\0'; + this.smartLabel63.Radius = 3; + this.smartLabel63.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel63.Size = new System.Drawing.Size(70, 20); + this.smartLabel63.TabIndex = 191; + this.smartLabel63.Text = "Vacuum"; + this.smartLabel63.TextColor = System.Drawing.Color.White; + this.smartLabel63.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel63.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel63.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel63.Wordwrap = false; + // + // labelDiff9 + // + this.labelDiff9.BackGround = this.smartGroupBox1; + this.labelDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff9.LineSpacing = 0F; + this.labelDiff9.Location = new System.Drawing.Point(571, 155); + this.labelDiff9.Name = "labelDiff9"; + this.labelDiff9.OverlapOptimize = true; + this.labelDiff9.PasswordChar = '\0'; + this.labelDiff9.Radius = 3; + this.labelDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff9.Size = new System.Drawing.Size(79, 20); + this.labelDiff9.TabIndex = 190; + this.labelDiff9.Text = "99999.99"; + this.labelDiff9.TextColor = System.Drawing.Color.White; + this.labelDiff9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff9.Wordwrap = false; + // + // smartLabel65 + // + this.smartLabel65.BackGround = this.smartGroupBox1; + this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel65.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel65.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel65.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel65.LineSpacing = 0F; + this.smartLabel65.Location = new System.Drawing.Point(500, 155); + this.smartLabel65.Name = "smartLabel65"; + this.smartLabel65.OverlapOptimize = true; + this.smartLabel65.PasswordChar = '\0'; + this.smartLabel65.Radius = 3; + this.smartLabel65.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel65.Size = new System.Drawing.Size(70, 20); + this.smartLabel65.TabIndex = 189; + this.smartLabel65.Text = "Diff"; + this.smartLabel65.TextColor = System.Drawing.Color.White; + this.smartLabel65.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel65.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel65.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel65.Wordwrap = false; + // + // labelDisp9 + // + this.labelDisp9.BackGround = this.smartGroupBox1; + this.labelDisp9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp9.LineSpacing = 0F; + this.labelDisp9.Location = new System.Drawing.Point(571, 134); + this.labelDisp9.Name = "labelDisp9"; + this.labelDisp9.OverlapOptimize = true; + this.labelDisp9.PasswordChar = '\0'; + this.labelDisp9.Radius = 3; + this.labelDisp9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp9.Size = new System.Drawing.Size(79, 20); + this.labelDisp9.TabIndex = 188; + this.labelDisp9.Text = "99.99"; + this.labelDisp9.TextColor = System.Drawing.Color.White; + this.labelDisp9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp9.Wordwrap = false; + // + // smartLabel67 + // + this.smartLabel67.BackGround = this.smartGroupBox1; + this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel67.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel67.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel67.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel67.LineSpacing = 0F; + this.smartLabel67.Location = new System.Drawing.Point(500, 134); + this.smartLabel67.Name = "smartLabel67"; + this.smartLabel67.OverlapOptimize = true; + this.smartLabel67.PasswordChar = '\0'; + this.smartLabel67.Radius = 3; + this.smartLabel67.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel67.Size = new System.Drawing.Size(70, 20); + this.smartLabel67.TabIndex = 187; + this.smartLabel67.Text = "Disp"; + this.smartLabel67.TextColor = System.Drawing.Color.White; + this.smartLabel67.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel67.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel67.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel67.Wordwrap = false; + // + // labelVacuum8 + // + this.labelVacuum8.BackGround = this.smartGroupBox1; + this.labelVacuum8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum8.LineSpacing = 0F; + this.labelVacuum8.Location = new System.Drawing.Point(410, 176); + this.labelVacuum8.Name = "labelVacuum8"; + this.labelVacuum8.OverlapOptimize = true; + this.labelVacuum8.PasswordChar = '\0'; + this.labelVacuum8.Radius = 3; + this.labelVacuum8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum8.Size = new System.Drawing.Size(79, 20); + this.labelVacuum8.TabIndex = 186; + this.labelVacuum8.Text = "-95.0"; + this.labelVacuum8.TextColor = System.Drawing.Color.White; + this.labelVacuum8.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum8.Wordwrap = false; + // + // smartLabel69 + // + this.smartLabel69.BackGround = this.smartGroupBox1; + this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel69.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel69.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel69.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel69.LineSpacing = 0F; + this.smartLabel69.Location = new System.Drawing.Point(339, 176); + this.smartLabel69.Name = "smartLabel69"; + this.smartLabel69.OverlapOptimize = true; + this.smartLabel69.PasswordChar = '\0'; + this.smartLabel69.Radius = 3; + this.smartLabel69.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel69.Size = new System.Drawing.Size(70, 20); + this.smartLabel69.TabIndex = 185; + this.smartLabel69.Text = "Vacuum"; + this.smartLabel69.TextColor = System.Drawing.Color.White; + this.smartLabel69.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel69.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel69.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel69.Wordwrap = false; + // + // labelDiff8 + // + this.labelDiff8.BackGround = this.smartGroupBox1; + this.labelDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff8.LineSpacing = 0F; + this.labelDiff8.Location = new System.Drawing.Point(410, 155); + this.labelDiff8.Name = "labelDiff8"; + this.labelDiff8.OverlapOptimize = true; + this.labelDiff8.PasswordChar = '\0'; + this.labelDiff8.Radius = 3; + this.labelDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff8.Size = new System.Drawing.Size(79, 20); + this.labelDiff8.TabIndex = 184; + this.labelDiff8.Text = "99999.99"; + this.labelDiff8.TextColor = System.Drawing.Color.White; + this.labelDiff8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff8.Wordwrap = false; + // + // smartLabel71 + // + this.smartLabel71.BackGround = this.smartGroupBox1; + this.smartLabel71.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel71.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel71.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel71.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel71.LineSpacing = 0F; + this.smartLabel71.Location = new System.Drawing.Point(339, 155); + this.smartLabel71.Name = "smartLabel71"; + this.smartLabel71.OverlapOptimize = true; + this.smartLabel71.PasswordChar = '\0'; + this.smartLabel71.Radius = 3; + this.smartLabel71.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel71.Size = new System.Drawing.Size(70, 20); + this.smartLabel71.TabIndex = 183; + this.smartLabel71.Text = "Diff"; + this.smartLabel71.TextColor = System.Drawing.Color.White; + this.smartLabel71.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel71.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel71.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel71.Wordwrap = false; + // + // labelDisp8 + // + this.labelDisp8.BackGround = this.smartGroupBox1; + this.labelDisp8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp8.LineSpacing = 0F; + this.labelDisp8.Location = new System.Drawing.Point(410, 134); + this.labelDisp8.Name = "labelDisp8"; + this.labelDisp8.OverlapOptimize = true; + this.labelDisp8.PasswordChar = '\0'; + this.labelDisp8.Radius = 3; + this.labelDisp8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp8.Size = new System.Drawing.Size(79, 20); + this.labelDisp8.TabIndex = 182; + this.labelDisp8.Text = "99.99"; + this.labelDisp8.TextColor = System.Drawing.Color.White; + this.labelDisp8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp8.Wordwrap = false; + // + // smartLabel73 + // + this.smartLabel73.BackGround = this.smartGroupBox1; + this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel73.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel73.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel73.LineSpacing = 0F; + this.smartLabel73.Location = new System.Drawing.Point(339, 134); + this.smartLabel73.Name = "smartLabel73"; + this.smartLabel73.OverlapOptimize = true; + this.smartLabel73.PasswordChar = '\0'; + this.smartLabel73.Radius = 3; + this.smartLabel73.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel73.Size = new System.Drawing.Size(70, 20); + this.smartLabel73.TabIndex = 181; + this.smartLabel73.Text = "Disp"; + this.smartLabel73.TextColor = System.Drawing.Color.White; + this.smartLabel73.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel73.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel73.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel73.Wordwrap = false; + // + // labelVacuum7 + // + this.labelVacuum7.BackGround = this.smartGroupBox1; + this.labelVacuum7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum7.LineSpacing = 0F; + this.labelVacuum7.Location = new System.Drawing.Point(249, 176); + this.labelVacuum7.Name = "labelVacuum7"; + this.labelVacuum7.OverlapOptimize = true; + this.labelVacuum7.PasswordChar = '\0'; + this.labelVacuum7.Radius = 3; + this.labelVacuum7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum7.Size = new System.Drawing.Size(79, 20); + this.labelVacuum7.TabIndex = 180; + this.labelVacuum7.Text = "-95.0"; + this.labelVacuum7.TextColor = System.Drawing.Color.White; + this.labelVacuum7.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum7.Wordwrap = false; + // + // smartLabel75 + // + this.smartLabel75.BackGround = this.smartGroupBox1; + this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel75.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel75.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel75.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel75.LineSpacing = 0F; + this.smartLabel75.Location = new System.Drawing.Point(178, 176); + this.smartLabel75.Name = "smartLabel75"; + this.smartLabel75.OverlapOptimize = true; + this.smartLabel75.PasswordChar = '\0'; + this.smartLabel75.Radius = 3; + this.smartLabel75.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel75.Size = new System.Drawing.Size(70, 20); + this.smartLabel75.TabIndex = 179; + this.smartLabel75.Text = "Vacuum"; + this.smartLabel75.TextColor = System.Drawing.Color.White; + this.smartLabel75.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel75.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel75.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel75.Wordwrap = false; + // + // labelDiff7 + // + this.labelDiff7.BackGround = this.smartGroupBox1; + this.labelDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff7.LineSpacing = 0F; + this.labelDiff7.Location = new System.Drawing.Point(249, 155); + this.labelDiff7.Name = "labelDiff7"; + this.labelDiff7.OverlapOptimize = true; + this.labelDiff7.PasswordChar = '\0'; + this.labelDiff7.Radius = 3; + this.labelDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff7.Size = new System.Drawing.Size(79, 20); + this.labelDiff7.TabIndex = 178; + this.labelDiff7.Text = "99999.99"; + this.labelDiff7.TextColor = System.Drawing.Color.White; + this.labelDiff7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff7.Wordwrap = false; + // + // smartLabel77 + // + this.smartLabel77.BackGround = this.smartGroupBox1; + this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel77.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel77.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel77.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel77.LineSpacing = 0F; + this.smartLabel77.Location = new System.Drawing.Point(178, 155); + this.smartLabel77.Name = "smartLabel77"; + this.smartLabel77.OverlapOptimize = true; + this.smartLabel77.PasswordChar = '\0'; + this.smartLabel77.Radius = 3; + this.smartLabel77.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel77.Size = new System.Drawing.Size(70, 20); + this.smartLabel77.TabIndex = 177; + this.smartLabel77.Text = "Diff"; + this.smartLabel77.TextColor = System.Drawing.Color.White; + this.smartLabel77.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel77.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel77.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel77.Wordwrap = false; + // + // labelDisp7 + // + this.labelDisp7.BackGround = this.smartGroupBox1; + this.labelDisp7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp7.LineSpacing = 0F; + this.labelDisp7.Location = new System.Drawing.Point(249, 134); + this.labelDisp7.Name = "labelDisp7"; + this.labelDisp7.OverlapOptimize = true; + this.labelDisp7.PasswordChar = '\0'; + this.labelDisp7.Radius = 3; + this.labelDisp7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp7.Size = new System.Drawing.Size(79, 20); + this.labelDisp7.TabIndex = 176; + this.labelDisp7.Text = "99.99"; + this.labelDisp7.TextColor = System.Drawing.Color.White; + this.labelDisp7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp7.Wordwrap = false; + // + // smartLabel79 + // + this.smartLabel79.BackGround = this.smartGroupBox1; + this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel79.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel79.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel79.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel79.LineSpacing = 0F; + this.smartLabel79.Location = new System.Drawing.Point(178, 134); + this.smartLabel79.Name = "smartLabel79"; + this.smartLabel79.OverlapOptimize = true; + this.smartLabel79.PasswordChar = '\0'; + this.smartLabel79.Radius = 3; + this.smartLabel79.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel79.Size = new System.Drawing.Size(70, 20); + this.smartLabel79.TabIndex = 175; + this.smartLabel79.Text = "Disp"; + this.smartLabel79.TextColor = System.Drawing.Color.White; + this.smartLabel79.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel79.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel79.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel79.Wordwrap = false; + // + // labelVacuum6 + // + this.labelVacuum6.BackGround = this.smartGroupBox1; + this.labelVacuum6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum6.LineSpacing = 0F; + this.labelVacuum6.Location = new System.Drawing.Point(88, 176); + this.labelVacuum6.Name = "labelVacuum6"; + this.labelVacuum6.OverlapOptimize = true; + this.labelVacuum6.PasswordChar = '\0'; + this.labelVacuum6.Radius = 3; + this.labelVacuum6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum6.Size = new System.Drawing.Size(79, 20); + this.labelVacuum6.TabIndex = 174; + this.labelVacuum6.Text = "-95.0"; + this.labelVacuum6.TextColor = System.Drawing.Color.White; + this.labelVacuum6.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum6.Wordwrap = false; + // + // smartLabel81 + // + this.smartLabel81.BackGround = this.smartGroupBox1; + this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel81.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel81.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel81.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel81.LineSpacing = 0F; + this.smartLabel81.Location = new System.Drawing.Point(17, 176); + this.smartLabel81.Name = "smartLabel81"; + this.smartLabel81.OverlapOptimize = true; + this.smartLabel81.PasswordChar = '\0'; + this.smartLabel81.Radius = 3; + this.smartLabel81.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel81.Size = new System.Drawing.Size(70, 20); + this.smartLabel81.TabIndex = 173; + this.smartLabel81.Text = "Vacuum"; + this.smartLabel81.TextColor = System.Drawing.Color.White; + this.smartLabel81.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel81.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel81.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel81.Wordwrap = false; + // + // labelDiff6 + // + this.labelDiff6.BackGround = this.smartGroupBox1; + this.labelDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff6.LineSpacing = 0F; + this.labelDiff6.Location = new System.Drawing.Point(88, 155); + this.labelDiff6.Name = "labelDiff6"; + this.labelDiff6.OverlapOptimize = true; + this.labelDiff6.PasswordChar = '\0'; + this.labelDiff6.Radius = 3; + this.labelDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff6.Size = new System.Drawing.Size(79, 20); + this.labelDiff6.TabIndex = 172; + this.labelDiff6.Text = "99999.99"; + this.labelDiff6.TextColor = System.Drawing.Color.White; + this.labelDiff6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff6.Wordwrap = false; + // + // smartLabel83 + // + this.smartLabel83.BackGround = this.smartGroupBox1; + this.smartLabel83.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel83.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel83.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel83.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel83.LineSpacing = 0F; + this.smartLabel83.Location = new System.Drawing.Point(17, 155); + this.smartLabel83.Name = "smartLabel83"; + this.smartLabel83.OverlapOptimize = true; + this.smartLabel83.PasswordChar = '\0'; + this.smartLabel83.Radius = 3; + this.smartLabel83.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel83.Size = new System.Drawing.Size(70, 20); + this.smartLabel83.TabIndex = 171; + this.smartLabel83.Text = "Diff"; + this.smartLabel83.TextColor = System.Drawing.Color.White; + this.smartLabel83.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel83.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel83.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel83.Wordwrap = false; + // + // labelDisp6 + // + this.labelDisp6.BackGround = this.smartGroupBox1; + this.labelDisp6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp6.LineSpacing = 0F; + this.labelDisp6.Location = new System.Drawing.Point(88, 134); + this.labelDisp6.Name = "labelDisp6"; + this.labelDisp6.OverlapOptimize = true; + this.labelDisp6.PasswordChar = '\0'; + this.labelDisp6.Radius = 3; + this.labelDisp6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp6.Size = new System.Drawing.Size(79, 20); + this.labelDisp6.TabIndex = 170; + this.labelDisp6.Text = "99.99"; + this.labelDisp6.TextColor = System.Drawing.Color.White; + this.labelDisp6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp6.Wordwrap = false; + // + // smartLabel85 + // + this.smartLabel85.BackGround = this.smartGroupBox1; + this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel85.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel85.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel85.LineSpacing = 0F; + this.smartLabel85.Location = new System.Drawing.Point(17, 134); + this.smartLabel85.Name = "smartLabel85"; + this.smartLabel85.OverlapOptimize = true; + this.smartLabel85.PasswordChar = '\0'; + this.smartLabel85.Radius = 3; + this.smartLabel85.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel85.Size = new System.Drawing.Size(70, 20); + this.smartLabel85.TabIndex = 169; + this.smartLabel85.Text = "Disp"; + this.smartLabel85.TextColor = System.Drawing.Color.White; + this.smartLabel85.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel85.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel85.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel85.Wordwrap = false; + // + // smartLabel86 + // + this.smartLabel86.BackGround = null; + this.smartLabel86.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel86.BorderColor = System.Drawing.Color.Lime; + this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel86.LineSpacing = 0F; + this.smartLabel86.Location = new System.Drawing.Point(791, 113); + this.smartLabel86.Name = "smartLabel86"; + this.smartLabel86.OverlapOptimize = true; + this.smartLabel86.PasswordChar = '\0'; + this.smartLabel86.Radius = 20; + this.smartLabel86.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel86.Size = new System.Drawing.Size(20, 20); + this.smartLabel86.TabIndex = 168; + this.smartLabel86.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel86.Wordwrap = false; + // + // smartLabel87 + // + this.smartLabel87.BackGround = null; + this.smartLabel87.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel87.BorderColor = System.Drawing.Color.Lime; + this.smartLabel87.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel87.LineSpacing = 0F; + this.smartLabel87.Location = new System.Drawing.Point(630, 113); + this.smartLabel87.Name = "smartLabel87"; + this.smartLabel87.OverlapOptimize = true; + this.smartLabel87.PasswordChar = '\0'; + this.smartLabel87.Radius = 20; + this.smartLabel87.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel87.Size = new System.Drawing.Size(20, 20); + this.smartLabel87.TabIndex = 167; + this.smartLabel87.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel87.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel87.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel87.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel87.Wordwrap = false; + // + // smartLabel88 + // + this.smartLabel88.BackGround = null; + this.smartLabel88.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel88.BorderColor = System.Drawing.Color.Lime; + this.smartLabel88.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel88.LineSpacing = 0F; + this.smartLabel88.Location = new System.Drawing.Point(469, 113); + this.smartLabel88.Name = "smartLabel88"; + this.smartLabel88.OverlapOptimize = true; + this.smartLabel88.PasswordChar = '\0'; + this.smartLabel88.Radius = 20; + this.smartLabel88.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel88.Size = new System.Drawing.Size(20, 20); + this.smartLabel88.TabIndex = 166; + this.smartLabel88.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel88.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel88.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel88.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel88.Wordwrap = false; + // + // smartLabel89 + // + this.smartLabel89.BackGround = null; + this.smartLabel89.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel89.BorderColor = System.Drawing.Color.Lime; + this.smartLabel89.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel89.LineSpacing = 0F; + this.smartLabel89.Location = new System.Drawing.Point(308, 113); + this.smartLabel89.Name = "smartLabel89"; + this.smartLabel89.OverlapOptimize = true; + this.smartLabel89.PasswordChar = '\0'; + this.smartLabel89.Radius = 20; + this.smartLabel89.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel89.Size = new System.Drawing.Size(20, 20); + this.smartLabel89.TabIndex = 165; + this.smartLabel89.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel89.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel89.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel89.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel89.Wordwrap = false; + // + // smartLabel90 + // + this.smartLabel90.BackGround = null; + this.smartLabel90.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel90.BorderColor = System.Drawing.Color.Lime; + this.smartLabel90.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel90.LineSpacing = 0F; + this.smartLabel90.Location = new System.Drawing.Point(147, 113); + this.smartLabel90.Name = "smartLabel90"; + this.smartLabel90.OverlapOptimize = true; + this.smartLabel90.PasswordChar = '\0'; + this.smartLabel90.Radius = 20; + this.smartLabel90.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel90.Size = new System.Drawing.Size(20, 20); + this.smartLabel90.TabIndex = 164; + this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel90.Wordwrap = false; + // + // smartLabel91 + // + this.smartLabel91.BackGround = this.smartGroupBox1; + this.smartLabel91.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel91.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel91.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel91.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel91.LineSpacing = 0F; + this.smartLabel91.Location = new System.Drawing.Point(661, 113); + this.smartLabel91.Name = "smartLabel91"; + this.smartLabel91.OverlapOptimize = true; + this.smartLabel91.PasswordChar = '\0'; + this.smartLabel91.Radius = 3; + this.smartLabel91.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel91.Size = new System.Drawing.Size(150, 20); + this.smartLabel91.TabIndex = 163; + this.smartLabel91.Text = "10 Lane"; + this.smartLabel91.TextColor = System.Drawing.Color.White; + this.smartLabel91.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel91.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel91.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel91.Wordwrap = false; + // + // smartLabel92 + // + this.smartLabel92.BackGround = this.smartGroupBox1; + this.smartLabel92.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel92.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel92.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel92.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel92.LineSpacing = 0F; + this.smartLabel92.Location = new System.Drawing.Point(500, 113); + this.smartLabel92.Name = "smartLabel92"; + this.smartLabel92.OverlapOptimize = true; + this.smartLabel92.PasswordChar = '\0'; + this.smartLabel92.Radius = 3; + this.smartLabel92.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel92.Size = new System.Drawing.Size(150, 20); + this.smartLabel92.TabIndex = 162; + this.smartLabel92.Text = "9 Lane"; + this.smartLabel92.TextColor = System.Drawing.Color.White; + this.smartLabel92.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel92.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel92.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel92.Wordwrap = false; + // + // smartLabel93 + // + this.smartLabel93.BackGround = this.smartGroupBox1; + this.smartLabel93.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel93.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel93.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel93.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel93.LineSpacing = 0F; + this.smartLabel93.Location = new System.Drawing.Point(339, 113); + this.smartLabel93.Name = "smartLabel93"; + this.smartLabel93.OverlapOptimize = true; + this.smartLabel93.PasswordChar = '\0'; + this.smartLabel93.Radius = 3; + this.smartLabel93.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel93.Size = new System.Drawing.Size(150, 20); + this.smartLabel93.TabIndex = 161; + this.smartLabel93.Text = "8 Lane"; + this.smartLabel93.TextColor = System.Drawing.Color.White; + this.smartLabel93.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel93.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel93.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel93.Wordwrap = false; + // + // smartLabel94 + // + this.smartLabel94.BackGround = this.smartGroupBox1; + this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel94.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel94.LineSpacing = 0F; + this.smartLabel94.Location = new System.Drawing.Point(178, 113); + this.smartLabel94.Name = "smartLabel94"; + this.smartLabel94.OverlapOptimize = true; + this.smartLabel94.PasswordChar = '\0'; + this.smartLabel94.Radius = 3; + this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel94.Size = new System.Drawing.Size(150, 20); + this.smartLabel94.TabIndex = 160; + this.smartLabel94.Text = "7 Lane"; + this.smartLabel94.TextColor = System.Drawing.Color.White; + this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel94.Wordwrap = false; + // + // smartLabel95 + // + this.smartLabel95.BackGround = this.smartGroupBox1; + this.smartLabel95.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel95.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel95.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel95.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel95.LineSpacing = 0F; + this.smartLabel95.Location = new System.Drawing.Point(17, 113); + this.smartLabel95.Name = "smartLabel95"; + this.smartLabel95.OverlapOptimize = true; + this.smartLabel95.PasswordChar = '\0'; + this.smartLabel95.Radius = 3; + this.smartLabel95.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel95.Size = new System.Drawing.Size(150, 20); + this.smartLabel95.TabIndex = 159; + this.smartLabel95.Text = "6 Lane"; + this.smartLabel95.TextColor = System.Drawing.Color.White; + this.smartLabel95.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel95.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel95.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel95.Wordwrap = false; + // + // labelVacuum5 + // + this.labelVacuum5.BackGround = this.smartGroupBox1; + this.labelVacuum5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum5.LineSpacing = 0F; + this.labelVacuum5.Location = new System.Drawing.Point(732, 75); + this.labelVacuum5.Name = "labelVacuum5"; + this.labelVacuum5.OverlapOptimize = true; + this.labelVacuum5.PasswordChar = '\0'; + this.labelVacuum5.Radius = 3; + this.labelVacuum5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum5.Size = new System.Drawing.Size(79, 20); + this.labelVacuum5.TabIndex = 158; + this.labelVacuum5.Text = "-95.0"; + this.labelVacuum5.TextColor = System.Drawing.Color.White; + this.labelVacuum5.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum5.Wordwrap = false; + // + // smartLabel45 + // + this.smartLabel45.BackGround = this.smartGroupBox1; + this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel45.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel45.LineSpacing = 0F; + this.smartLabel45.Location = new System.Drawing.Point(661, 75); + this.smartLabel45.Name = "smartLabel45"; + this.smartLabel45.OverlapOptimize = true; + this.smartLabel45.PasswordChar = '\0'; + this.smartLabel45.Radius = 3; + this.smartLabel45.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel45.Size = new System.Drawing.Size(70, 20); + this.smartLabel45.TabIndex = 157; + this.smartLabel45.Text = "Vacuum"; + this.smartLabel45.TextColor = System.Drawing.Color.White; + this.smartLabel45.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel45.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel45.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel45.Wordwrap = false; + // + // labelDiff5 + // + this.labelDiff5.BackGround = this.smartGroupBox1; + this.labelDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff5.LineSpacing = 0F; + this.labelDiff5.Location = new System.Drawing.Point(732, 54); + this.labelDiff5.Name = "labelDiff5"; + this.labelDiff5.OverlapOptimize = true; + this.labelDiff5.PasswordChar = '\0'; + this.labelDiff5.Radius = 3; + this.labelDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff5.Size = new System.Drawing.Size(79, 20); + this.labelDiff5.TabIndex = 156; + this.labelDiff5.Text = "99999.99"; + this.labelDiff5.TextColor = System.Drawing.Color.White; + this.labelDiff5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff5.Wordwrap = false; + // + // smartLabel47 + // + this.smartLabel47.BackGround = this.smartGroupBox1; + this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel47.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel47.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel47.LineSpacing = 0F; + this.smartLabel47.Location = new System.Drawing.Point(661, 54); + this.smartLabel47.Name = "smartLabel47"; + this.smartLabel47.OverlapOptimize = true; + this.smartLabel47.PasswordChar = '\0'; + this.smartLabel47.Radius = 3; + this.smartLabel47.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel47.Size = new System.Drawing.Size(70, 20); + this.smartLabel47.TabIndex = 155; + this.smartLabel47.Text = "Diff"; + this.smartLabel47.TextColor = System.Drawing.Color.White; + this.smartLabel47.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel47.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel47.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel47.Wordwrap = false; + // + // labelDisp5 + // + this.labelDisp5.BackGround = this.smartGroupBox1; + this.labelDisp5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp5.LineSpacing = 0F; + this.labelDisp5.Location = new System.Drawing.Point(732, 33); + this.labelDisp5.Name = "labelDisp5"; + this.labelDisp5.OverlapOptimize = true; + this.labelDisp5.PasswordChar = '\0'; + this.labelDisp5.Radius = 3; + this.labelDisp5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp5.Size = new System.Drawing.Size(79, 20); + this.labelDisp5.TabIndex = 154; + this.labelDisp5.Text = "99.99"; + this.labelDisp5.TextColor = System.Drawing.Color.White; + this.labelDisp5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp5.Wordwrap = false; + // + // smartLabel49 + // + this.smartLabel49.BackGround = this.smartGroupBox1; + this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel49.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel49.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel49.LineSpacing = 0F; + this.smartLabel49.Location = new System.Drawing.Point(661, 33); + this.smartLabel49.Name = "smartLabel49"; + this.smartLabel49.OverlapOptimize = true; + this.smartLabel49.PasswordChar = '\0'; + this.smartLabel49.Radius = 3; + this.smartLabel49.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel49.Size = new System.Drawing.Size(70, 20); + this.smartLabel49.TabIndex = 153; + this.smartLabel49.Text = "Disp"; + this.smartLabel49.TextColor = System.Drawing.Color.White; + this.smartLabel49.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel49.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel49.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel49.Wordwrap = false; + // + // labelVacuum4 + // + this.labelVacuum4.BackGround = this.smartGroupBox1; + this.labelVacuum4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum4.LineSpacing = 0F; + this.labelVacuum4.Location = new System.Drawing.Point(571, 75); + this.labelVacuum4.Name = "labelVacuum4"; + this.labelVacuum4.OverlapOptimize = true; + this.labelVacuum4.PasswordChar = '\0'; + this.labelVacuum4.Radius = 3; + this.labelVacuum4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum4.Size = new System.Drawing.Size(79, 20); + this.labelVacuum4.TabIndex = 152; + this.labelVacuum4.Text = "-95.0"; + this.labelVacuum4.TextColor = System.Drawing.Color.White; + this.labelVacuum4.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum4.Wordwrap = false; + // + // smartLabel51 + // + this.smartLabel51.BackGround = this.smartGroupBox1; + this.smartLabel51.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel51.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel51.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel51.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel51.LineSpacing = 0F; + this.smartLabel51.Location = new System.Drawing.Point(500, 75); + this.smartLabel51.Name = "smartLabel51"; + this.smartLabel51.OverlapOptimize = true; + this.smartLabel51.PasswordChar = '\0'; + this.smartLabel51.Radius = 3; + this.smartLabel51.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel51.Size = new System.Drawing.Size(70, 20); + this.smartLabel51.TabIndex = 151; + this.smartLabel51.Text = "Vacuum"; + this.smartLabel51.TextColor = System.Drawing.Color.White; + this.smartLabel51.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel51.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel51.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel51.Wordwrap = false; + // + // labelDiff4 + // + this.labelDiff4.BackGround = this.smartGroupBox1; + this.labelDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff4.LineSpacing = 0F; + this.labelDiff4.Location = new System.Drawing.Point(571, 54); + this.labelDiff4.Name = "labelDiff4"; + this.labelDiff4.OverlapOptimize = true; + this.labelDiff4.PasswordChar = '\0'; + this.labelDiff4.Radius = 3; + this.labelDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff4.Size = new System.Drawing.Size(79, 20); + this.labelDiff4.TabIndex = 150; + this.labelDiff4.Text = "99999.99"; + this.labelDiff4.TextColor = System.Drawing.Color.White; + this.labelDiff4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff4.Wordwrap = false; + // + // smartLabel53 + // + this.smartLabel53.BackGround = this.smartGroupBox1; + this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel53.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel53.LineSpacing = 0F; + this.smartLabel53.Location = new System.Drawing.Point(500, 54); + this.smartLabel53.Name = "smartLabel53"; + this.smartLabel53.OverlapOptimize = true; + this.smartLabel53.PasswordChar = '\0'; + this.smartLabel53.Radius = 3; + this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel53.Size = new System.Drawing.Size(70, 20); + this.smartLabel53.TabIndex = 149; + this.smartLabel53.Text = "Diff"; + this.smartLabel53.TextColor = System.Drawing.Color.White; + this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel53.Wordwrap = false; + // + // labelDisp4 + // + this.labelDisp4.BackGround = this.smartGroupBox1; + this.labelDisp4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp4.LineSpacing = 0F; + this.labelDisp4.Location = new System.Drawing.Point(571, 33); + this.labelDisp4.Name = "labelDisp4"; + this.labelDisp4.OverlapOptimize = true; + this.labelDisp4.PasswordChar = '\0'; + this.labelDisp4.Radius = 3; + this.labelDisp4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp4.Size = new System.Drawing.Size(79, 20); + this.labelDisp4.TabIndex = 148; + this.labelDisp4.Text = "99.99"; + this.labelDisp4.TextColor = System.Drawing.Color.White; + this.labelDisp4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp4.Wordwrap = false; + // + // smartLabel55 + // + this.smartLabel55.BackGround = this.smartGroupBox1; + this.smartLabel55.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel55.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel55.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel55.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel55.LineSpacing = 0F; + this.smartLabel55.Location = new System.Drawing.Point(500, 33); + this.smartLabel55.Name = "smartLabel55"; + this.smartLabel55.OverlapOptimize = true; + this.smartLabel55.PasswordChar = '\0'; + this.smartLabel55.Radius = 3; + this.smartLabel55.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel55.Size = new System.Drawing.Size(70, 20); + this.smartLabel55.TabIndex = 147; + this.smartLabel55.Text = "Disp"; + this.smartLabel55.TextColor = System.Drawing.Color.White; + this.smartLabel55.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel55.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel55.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel55.Wordwrap = false; + // + // labelVacuum3 + // + this.labelVacuum3.BackGround = this.smartGroupBox1; + this.labelVacuum3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum3.LineSpacing = 0F; + this.labelVacuum3.Location = new System.Drawing.Point(410, 75); + this.labelVacuum3.Name = "labelVacuum3"; + this.labelVacuum3.OverlapOptimize = true; + this.labelVacuum3.PasswordChar = '\0'; + this.labelVacuum3.Radius = 3; + this.labelVacuum3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum3.Size = new System.Drawing.Size(79, 20); + this.labelVacuum3.TabIndex = 146; + this.labelVacuum3.Text = "-95.0"; + this.labelVacuum3.TextColor = System.Drawing.Color.White; + this.labelVacuum3.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum3.Wordwrap = false; + // + // smartLabel39 + // + this.smartLabel39.BackGround = this.smartGroupBox1; + this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel39.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel39.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel39.LineSpacing = 0F; + this.smartLabel39.Location = new System.Drawing.Point(339, 75); + this.smartLabel39.Name = "smartLabel39"; + this.smartLabel39.OverlapOptimize = true; + this.smartLabel39.PasswordChar = '\0'; + this.smartLabel39.Radius = 3; + this.smartLabel39.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel39.Size = new System.Drawing.Size(70, 20); + this.smartLabel39.TabIndex = 145; + this.smartLabel39.Text = "Vacuum"; + this.smartLabel39.TextColor = System.Drawing.Color.White; + this.smartLabel39.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel39.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel39.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel39.Wordwrap = false; + // + // labelDiff3 + // + this.labelDiff3.BackGround = this.smartGroupBox1; + this.labelDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff3.LineSpacing = 0F; + this.labelDiff3.Location = new System.Drawing.Point(410, 54); + this.labelDiff3.Name = "labelDiff3"; + this.labelDiff3.OverlapOptimize = true; + this.labelDiff3.PasswordChar = '\0'; + this.labelDiff3.Radius = 3; + this.labelDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff3.Size = new System.Drawing.Size(79, 20); + this.labelDiff3.TabIndex = 144; + this.labelDiff3.Text = "99999.99"; + this.labelDiff3.TextColor = System.Drawing.Color.White; + this.labelDiff3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff3.Wordwrap = false; + // + // smartLabel41 + // + this.smartLabel41.BackGround = this.smartGroupBox1; + this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel41.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel41.LineSpacing = 0F; + this.smartLabel41.Location = new System.Drawing.Point(339, 54); + this.smartLabel41.Name = "smartLabel41"; + this.smartLabel41.OverlapOptimize = true; + this.smartLabel41.PasswordChar = '\0'; + this.smartLabel41.Radius = 3; + this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel41.Size = new System.Drawing.Size(70, 20); + this.smartLabel41.TabIndex = 143; + this.smartLabel41.Text = "Diff"; + this.smartLabel41.TextColor = System.Drawing.Color.White; + this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel41.Wordwrap = false; + // + // labelDisp3 + // + this.labelDisp3.BackGround = this.smartGroupBox1; + this.labelDisp3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp3.LineSpacing = 0F; + this.labelDisp3.Location = new System.Drawing.Point(410, 33); + this.labelDisp3.Name = "labelDisp3"; + this.labelDisp3.OverlapOptimize = true; + this.labelDisp3.PasswordChar = '\0'; + this.labelDisp3.Radius = 3; + this.labelDisp3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp3.Size = new System.Drawing.Size(79, 20); + this.labelDisp3.TabIndex = 142; + this.labelDisp3.Text = "99.99"; + this.labelDisp3.TextColor = System.Drawing.Color.White; + this.labelDisp3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp3.Wordwrap = false; + // + // smartLabel43 + // + this.smartLabel43.BackGround = this.smartGroupBox1; + this.smartLabel43.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel43.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel43.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel43.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel43.LineSpacing = 0F; + this.smartLabel43.Location = new System.Drawing.Point(339, 33); + this.smartLabel43.Name = "smartLabel43"; + this.smartLabel43.OverlapOptimize = true; + this.smartLabel43.PasswordChar = '\0'; + this.smartLabel43.Radius = 3; + this.smartLabel43.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel43.Size = new System.Drawing.Size(70, 20); + this.smartLabel43.TabIndex = 141; + this.smartLabel43.Text = "Disp"; + this.smartLabel43.TextColor = System.Drawing.Color.White; + this.smartLabel43.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel43.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel43.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel43.Wordwrap = false; + // + // labelVacuum2 + // + this.labelVacuum2.BackGround = this.smartGroupBox1; + this.labelVacuum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum2.LineSpacing = 0F; + this.labelVacuum2.Location = new System.Drawing.Point(249, 75); + this.labelVacuum2.Name = "labelVacuum2"; + this.labelVacuum2.OverlapOptimize = true; + this.labelVacuum2.PasswordChar = '\0'; + this.labelVacuum2.Radius = 3; + this.labelVacuum2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum2.Size = new System.Drawing.Size(79, 20); + this.labelVacuum2.TabIndex = 140; + this.labelVacuum2.Text = "-95.0"; + this.labelVacuum2.TextColor = System.Drawing.Color.White; + this.labelVacuum2.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum2.Wordwrap = false; + // + // smartLabel27 + // + this.smartLabel27.BackGround = this.smartGroupBox1; + this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel27.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel27.LineSpacing = 0F; + this.smartLabel27.Location = new System.Drawing.Point(178, 75); + this.smartLabel27.Name = "smartLabel27"; + this.smartLabel27.OverlapOptimize = true; + this.smartLabel27.PasswordChar = '\0'; + this.smartLabel27.Radius = 3; + this.smartLabel27.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel27.Size = new System.Drawing.Size(70, 20); + this.smartLabel27.TabIndex = 139; + this.smartLabel27.Text = "Vacuum"; + this.smartLabel27.TextColor = System.Drawing.Color.White; + this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel27.Wordwrap = false; + // + // labelDiff2 + // + this.labelDiff2.BackGround = this.smartGroupBox1; + this.labelDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff2.LineSpacing = 0F; + this.labelDiff2.Location = new System.Drawing.Point(249, 54); + this.labelDiff2.Name = "labelDiff2"; + this.labelDiff2.OverlapOptimize = true; + this.labelDiff2.PasswordChar = '\0'; + this.labelDiff2.Radius = 3; + this.labelDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff2.Size = new System.Drawing.Size(79, 20); + this.labelDiff2.TabIndex = 138; + this.labelDiff2.Text = "99999.99"; + this.labelDiff2.TextColor = System.Drawing.Color.White; + this.labelDiff2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff2.Wordwrap = false; + // + // smartLabel29 + // + this.smartLabel29.BackGround = this.smartGroupBox1; + this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel29.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel29.LineSpacing = 0F; + this.smartLabel29.Location = new System.Drawing.Point(178, 54); + this.smartLabel29.Name = "smartLabel29"; + this.smartLabel29.OverlapOptimize = true; + this.smartLabel29.PasswordChar = '\0'; + this.smartLabel29.Radius = 3; + this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel29.Size = new System.Drawing.Size(70, 20); + this.smartLabel29.TabIndex = 137; + this.smartLabel29.Text = "Diff"; + this.smartLabel29.TextColor = System.Drawing.Color.White; + this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel29.Wordwrap = false; + // + // labelDisp2 + // + this.labelDisp2.BackGround = this.smartGroupBox1; + this.labelDisp2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp2.LineSpacing = 0F; + this.labelDisp2.Location = new System.Drawing.Point(249, 33); + this.labelDisp2.Name = "labelDisp2"; + this.labelDisp2.OverlapOptimize = true; + this.labelDisp2.PasswordChar = '\0'; + this.labelDisp2.Radius = 3; + this.labelDisp2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp2.Size = new System.Drawing.Size(79, 20); + this.labelDisp2.TabIndex = 136; + this.labelDisp2.Text = "99.99"; + this.labelDisp2.TextColor = System.Drawing.Color.White; + this.labelDisp2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp2.Wordwrap = false; + // + // smartLabel33 + // + this.smartLabel33.BackGround = this.smartGroupBox1; + this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel33.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel33.LineSpacing = 0F; + this.smartLabel33.Location = new System.Drawing.Point(178, 33); + this.smartLabel33.Name = "smartLabel33"; + this.smartLabel33.OverlapOptimize = true; + this.smartLabel33.PasswordChar = '\0'; + this.smartLabel33.Radius = 3; + this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel33.Size = new System.Drawing.Size(70, 20); + this.smartLabel33.TabIndex = 135; + this.smartLabel33.Text = "Disp"; + this.smartLabel33.TextColor = System.Drawing.Color.White; + this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel33.Wordwrap = false; + // + // labelVacuum1 + // + this.labelVacuum1.BackGround = this.smartGroupBox1; + this.labelVacuum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelVacuum1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelVacuum1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelVacuum1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelVacuum1.LineSpacing = 0F; + this.labelVacuum1.Location = new System.Drawing.Point(88, 75); + this.labelVacuum1.Name = "labelVacuum1"; + this.labelVacuum1.OverlapOptimize = true; + this.labelVacuum1.PasswordChar = '\0'; + this.labelVacuum1.Radius = 3; + this.labelVacuum1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelVacuum1.Size = new System.Drawing.Size(79, 20); + this.labelVacuum1.TabIndex = 134; + this.labelVacuum1.Text = "-95.0"; + this.labelVacuum1.TextColor = System.Drawing.Color.White; + this.labelVacuum1.TextColorDisable = System.Drawing.Color.Gray; + this.labelVacuum1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelVacuum1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelVacuum1.Wordwrap = false; + // + // smartLabel23 + // + this.smartLabel23.BackGround = this.smartGroupBox1; + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel23.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel23.LineSpacing = 0F; + this.smartLabel23.Location = new System.Drawing.Point(17, 75); + this.smartLabel23.Name = "smartLabel23"; + this.smartLabel23.OverlapOptimize = true; + this.smartLabel23.PasswordChar = '\0'; + this.smartLabel23.Radius = 3; + this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel23.Size = new System.Drawing.Size(70, 20); + this.smartLabel23.TabIndex = 133; + this.smartLabel23.Text = "Vacuum"; + this.smartLabel23.TextColor = System.Drawing.Color.White; + this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel23.Wordwrap = false; + // + // labelDiff1 + // + this.labelDiff1.BackGround = this.smartGroupBox1; + this.labelDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDiff1.LineSpacing = 0F; + this.labelDiff1.Location = new System.Drawing.Point(88, 54); + this.labelDiff1.Name = "labelDiff1"; + this.labelDiff1.OverlapOptimize = true; + this.labelDiff1.PasswordChar = '\0'; + this.labelDiff1.Radius = 3; + this.labelDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff1.Size = new System.Drawing.Size(79, 20); + this.labelDiff1.TabIndex = 132; + this.labelDiff1.Text = "99999.99"; + this.labelDiff1.TextColor = System.Drawing.Color.White; + this.labelDiff1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff1.Wordwrap = false; + // + // smartLabel21 + // + this.smartLabel21.BackGround = this.smartGroupBox1; + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel21.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel21.LineSpacing = 0F; + this.smartLabel21.Location = new System.Drawing.Point(17, 54); + this.smartLabel21.Name = "smartLabel21"; + this.smartLabel21.OverlapOptimize = true; + this.smartLabel21.PasswordChar = '\0'; + this.smartLabel21.Radius = 3; + this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel21.Size = new System.Drawing.Size(70, 20); + this.smartLabel21.TabIndex = 131; + this.smartLabel21.Text = "Diff"; + this.smartLabel21.TextColor = System.Drawing.Color.White; + this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel21.Wordwrap = false; + // + // labelDisp1 + // + this.labelDisp1.BackGround = this.smartGroupBox1; + this.labelDisp1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.labelDisp1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDisp1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDisp1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelDisp1.LineSpacing = 0F; + this.labelDisp1.Location = new System.Drawing.Point(88, 33); + this.labelDisp1.Name = "labelDisp1"; + this.labelDisp1.OverlapOptimize = true; + this.labelDisp1.PasswordChar = '\0'; + this.labelDisp1.Radius = 3; + this.labelDisp1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDisp1.Size = new System.Drawing.Size(79, 20); + this.labelDisp1.TabIndex = 130; + this.labelDisp1.Text = "99.99"; + this.labelDisp1.TextColor = System.Drawing.Color.White; + this.labelDisp1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDisp1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDisp1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDisp1.Wordwrap = false; + // + // smartLabel32 + // + this.smartLabel32.BackGround = this.smartGroupBox1; + this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel32.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel32.LineSpacing = 0F; + this.smartLabel32.Location = new System.Drawing.Point(17, 33); + this.smartLabel32.Name = "smartLabel32"; + this.smartLabel32.OverlapOptimize = true; + this.smartLabel32.PasswordChar = '\0'; + this.smartLabel32.Radius = 3; + this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel32.Size = new System.Drawing.Size(70, 20); + this.smartLabel32.TabIndex = 129; + this.smartLabel32.Text = "Disp"; + this.smartLabel32.TextColor = System.Drawing.Color.White; + this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel32.Wordwrap = false; + // + // smartLabel18 + // + this.smartLabel18.BackGround = null; + this.smartLabel18.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel18.BorderColor = System.Drawing.Color.Lime; + this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel18.LineSpacing = 0F; + this.smartLabel18.Location = new System.Drawing.Point(791, 12); + this.smartLabel18.Name = "smartLabel18"; + this.smartLabel18.OverlapOptimize = true; + this.smartLabel18.PasswordChar = '\0'; + this.smartLabel18.Radius = 20; + this.smartLabel18.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel18.Size = new System.Drawing.Size(20, 20); + this.smartLabel18.TabIndex = 123; + this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel18.Wordwrap = false; + // + // smartLabel11 + // + this.smartLabel11.BackGround = null; + this.smartLabel11.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel11.BorderColor = System.Drawing.Color.Lime; + this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel11.LineSpacing = 0F; + this.smartLabel11.Location = new System.Drawing.Point(630, 12); + this.smartLabel11.Name = "smartLabel11"; + this.smartLabel11.OverlapOptimize = true; + this.smartLabel11.PasswordChar = '\0'; + this.smartLabel11.Radius = 20; + this.smartLabel11.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel11.Size = new System.Drawing.Size(20, 20); + this.smartLabel11.TabIndex = 122; + this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel11.Wordwrap = false; + // + // smartLabel16 + // + this.smartLabel16.BackGround = null; + this.smartLabel16.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel16.BorderColor = System.Drawing.Color.Lime; + this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel16.LineSpacing = 0F; + this.smartLabel16.Location = new System.Drawing.Point(469, 12); + this.smartLabel16.Name = "smartLabel16"; + this.smartLabel16.OverlapOptimize = true; + this.smartLabel16.PasswordChar = '\0'; + this.smartLabel16.Radius = 20; + this.smartLabel16.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel16.Size = new System.Drawing.Size(20, 20); + this.smartLabel16.TabIndex = 121; + 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; + // + // smartLabel24 + // + this.smartLabel24.BackGround = null; + this.smartLabel24.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel24.BorderColor = System.Drawing.Color.Lime; + this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel24.LineSpacing = 0F; + this.smartLabel24.Location = new System.Drawing.Point(308, 12); + this.smartLabel24.Name = "smartLabel24"; + this.smartLabel24.OverlapOptimize = true; + this.smartLabel24.PasswordChar = '\0'; + this.smartLabel24.Radius = 20; + this.smartLabel24.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel24.Size = new System.Drawing.Size(20, 20); + this.smartLabel24.TabIndex = 120; + this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel24.Wordwrap = false; + // + // smartLabel25 + // + this.smartLabel25.BackGround = null; + this.smartLabel25.BackGroundColor = System.Drawing.Color.Lime; + this.smartLabel25.BorderColor = System.Drawing.Color.Lime; + this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel25.LineSpacing = 0F; + this.smartLabel25.Location = new System.Drawing.Point(147, 12); + this.smartLabel25.Name = "smartLabel25"; + this.smartLabel25.OverlapOptimize = true; + this.smartLabel25.PasswordChar = '\0'; + this.smartLabel25.Radius = 20; + this.smartLabel25.RoundRectFillColor = System.Drawing.Color.Lime; + this.smartLabel25.Size = new System.Drawing.Size(20, 20); + this.smartLabel25.TabIndex = 119; + this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel25.Wordwrap = false; + // + // smartLabel31 + // + this.smartLabel31.BackGround = this.smartGroupBox1; + this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel31.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel31.LineSpacing = 0F; + this.smartLabel31.Location = new System.Drawing.Point(661, 12); + this.smartLabel31.Name = "smartLabel31"; + this.smartLabel31.OverlapOptimize = true; + this.smartLabel31.PasswordChar = '\0'; + this.smartLabel31.Radius = 3; + this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel31.Size = new System.Drawing.Size(150, 20); + this.smartLabel31.TabIndex = 113; + this.smartLabel31.Text = "5 Lane"; + this.smartLabel31.TextColor = System.Drawing.Color.White; + this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel31.Wordwrap = false; + // + // smartLabel34 + // + this.smartLabel34.BackGround = this.smartGroupBox1; + this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel34.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel34.LineSpacing = 0F; + this.smartLabel34.Location = new System.Drawing.Point(500, 12); + this.smartLabel34.Name = "smartLabel34"; + this.smartLabel34.OverlapOptimize = true; + this.smartLabel34.PasswordChar = '\0'; + this.smartLabel34.Radius = 3; + this.smartLabel34.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel34.Size = new System.Drawing.Size(150, 20); + this.smartLabel34.TabIndex = 112; + this.smartLabel34.Text = "4 Lane"; + this.smartLabel34.TextColor = System.Drawing.Color.White; + this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel34.Wordwrap = false; + // + // smartLabel35 + // + this.smartLabel35.BackGround = this.smartGroupBox1; + this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel35.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel35.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel35.LineSpacing = 0F; + this.smartLabel35.Location = new System.Drawing.Point(339, 12); + this.smartLabel35.Name = "smartLabel35"; + this.smartLabel35.OverlapOptimize = true; + this.smartLabel35.PasswordChar = '\0'; + this.smartLabel35.Radius = 3; + this.smartLabel35.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel35.Size = new System.Drawing.Size(150, 20); + this.smartLabel35.TabIndex = 111; + this.smartLabel35.Text = "3 Lane"; + this.smartLabel35.TextColor = System.Drawing.Color.White; + this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel35.Wordwrap = false; + // + // smartLabel36 + // + this.smartLabel36.BackGround = this.smartGroupBox1; + this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel36.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel36.LineSpacing = 0F; + this.smartLabel36.Location = new System.Drawing.Point(178, 12); + this.smartLabel36.Name = "smartLabel36"; + this.smartLabel36.OverlapOptimize = true; + this.smartLabel36.PasswordChar = '\0'; + this.smartLabel36.Radius = 3; + this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel36.Size = new System.Drawing.Size(150, 20); + this.smartLabel36.TabIndex = 110; + this.smartLabel36.Text = "2 Lane"; + this.smartLabel36.TextColor = System.Drawing.Color.White; + this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel36.Wordwrap = false; + // + // smartLabel37 + // + this.smartLabel37.BackGround = this.smartGroupBox1; + this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(128))))); + this.smartLabel37.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel37.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel37.LineSpacing = 0F; + this.smartLabel37.Location = new System.Drawing.Point(17, 12); + this.smartLabel37.Name = "smartLabel37"; + this.smartLabel37.OverlapOptimize = true; + this.smartLabel37.PasswordChar = '\0'; + this.smartLabel37.Radius = 3; + this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel37.Size = new System.Drawing.Size(150, 20); + this.smartLabel37.TabIndex = 109; + this.smartLabel37.Text = "1 Lane"; + this.smartLabel37.TextColor = System.Drawing.Color.White; + this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel37.Wordwrap = false; + // // smartGroupBox3 // this.smartGroupBox3.BackGround = null; this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox3.BackImage = null; + this.smartGroupBox3.Controls.Add(this.buttonMotor2AlarmClear); + this.smartGroupBox3.Controls.Add(this.buttonMotor1AlarmClear); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox3.Controls.Add(this.smartLabel14); this.smartGroupBox3.Controls.Add(this.smartLabel13); @@ -109,29 +2122,102 @@ this.smartGroupBox3.Controls.Add(this.buttonMotor1Origin); this.smartGroupBox3.Controls.Add(this.buttonMotor1Back); this.smartGroupBox3.Controls.Add(this.buttonMotor1Front); - this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Gray; this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineThickness = 2; this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox3.HeaderHeightOffset = 12; - this.smartGroupBox3.Location = new System.Drawing.Point(361, 61); + this.smartGroupBox3.Location = new System.Drawing.Point(361, 46); this.smartGroupBox3.Name = "smartGroupBox3"; this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(499, 571); + this.smartGroupBox3.Size = new System.Drawing.Size(499, 392); this.smartGroupBox3.TabIndex = 51; this.smartGroupBox3.Text = "SERVO"; this.smartGroupBox3.TextColor = System.Drawing.Color.White; // + // buttonMotor2AlarmClear + // + this.buttonMotor2AlarmClear.BackGround = this.smartGroupBox3; + this.buttonMotor2AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor2AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2AlarmClear.ButtonDownColor = System.Drawing.Color.DimGray; + this.buttonMotor2AlarmClear.ButtonImageAutoSize = true; + this.buttonMotor2AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor2AlarmClear.ButtonText = "Alarm Clear"; + this.buttonMotor2AlarmClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor2AlarmClear.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonMotor2AlarmClear.GroupID = 0; + this.buttonMotor2AlarmClear.ImageDisable = null; + this.buttonMotor2AlarmClear.ImageDown = null; + this.buttonMotor2AlarmClear.ImageUp = null; + this.buttonMotor2AlarmClear.Location = new System.Drawing.Point(375, 250); + this.buttonMotor2AlarmClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor2AlarmClear.Name = "buttonMotor2AlarmClear"; + this.buttonMotor2AlarmClear.NestedClickEventPrevent = false; + this.buttonMotor2AlarmClear.OutlinePixel = 2; + this.buttonMotor2AlarmClear.OverlapOptimize = true; + this.buttonMotor2AlarmClear.RepeatInterval = 200; + this.buttonMotor2AlarmClear.RepeatIntervalAccelerate = null; + this.buttonMotor2AlarmClear.RoundSize = 10; + this.buttonMotor2AlarmClear.SafeInterval = 200; + this.buttonMotor2AlarmClear.Size = new System.Drawing.Size(100, 40); + this.buttonMotor2AlarmClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor2AlarmClear.TabIndex = 119; + this.buttonMotor2AlarmClear.Text = null; + this.buttonMotor2AlarmClear.TextColor = System.Drawing.Color.White; + this.buttonMotor2AlarmClear.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor2AlarmClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor2AlarmClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor2AlarmClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor2AlarmClear.Click += new System.EventHandler(this.buttonMotor2AlarmClear_Click); + // + // buttonMotor1AlarmClear + // + this.buttonMotor1AlarmClear.BackGround = this.smartGroupBox3; + this.buttonMotor1AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonMotor1AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1AlarmClear.ButtonDownColor = System.Drawing.Color.DimGray; + this.buttonMotor1AlarmClear.ButtonImageAutoSize = true; + this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear"; + this.buttonMotor1AlarmClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1AlarmClear.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonMotor1AlarmClear.GroupID = 0; + this.buttonMotor1AlarmClear.ImageDisable = null; + this.buttonMotor1AlarmClear.ImageDown = null; + this.buttonMotor1AlarmClear.ImageUp = null; + this.buttonMotor1AlarmClear.Location = new System.Drawing.Point(135, 250); + this.buttonMotor1AlarmClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonMotor1AlarmClear.Name = "buttonMotor1AlarmClear"; + this.buttonMotor1AlarmClear.NestedClickEventPrevent = false; + this.buttonMotor1AlarmClear.OutlinePixel = 2; + this.buttonMotor1AlarmClear.OverlapOptimize = true; + this.buttonMotor1AlarmClear.RepeatInterval = 200; + this.buttonMotor1AlarmClear.RepeatIntervalAccelerate = null; + this.buttonMotor1AlarmClear.RoundSize = 10; + this.buttonMotor1AlarmClear.SafeInterval = 200; + this.buttonMotor1AlarmClear.Size = new System.Drawing.Size(100, 40); + this.buttonMotor1AlarmClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonMotor1AlarmClear.TabIndex = 118; + this.buttonMotor1AlarmClear.Text = null; + this.buttonMotor1AlarmClear.TextColor = System.Drawing.Color.White; + this.buttonMotor1AlarmClear.TextColorDisable = System.Drawing.Color.Gray; + this.buttonMotor1AlarmClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonMotor1AlarmClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonMotor1AlarmClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor1AlarmClear.Click += new System.EventHandler(this.buttonMotor1AlarmClear_Click); + // // smartSeparatorLine1 // - this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine1.Line1Color = System.Drawing.Color.Silver; this.smartSeparatorLine1.Line1Width = 1F; this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical; this.smartSeparatorLine1.Location = new System.Drawing.Point(251, 75); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; - this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 450); + this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 240); this.smartSeparatorLine1.TabIndex = 117; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // @@ -187,6 +2273,7 @@ this.labelMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMotor2Turn.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor2Turn.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor2Turn.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor2Turn.LineSpacing = 0F; this.labelMotor2Turn.Location = new System.Drawing.Point(375, 163); this.labelMotor2Turn.Name = "labelMotor2Turn"; @@ -202,6 +2289,7 @@ this.labelMotor2Turn.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor2Turn.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor2Turn.Wordwrap = false; + this.labelMotor2Turn.Click += new System.EventHandler(this.labelMotor2Turn_Click); // // smartLabel17 // @@ -209,6 +2297,7 @@ this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel17.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel17.LineSpacing = 0F; this.smartLabel17.Location = new System.Drawing.Point(269, 163); this.smartLabel17.Name = "smartLabel17"; @@ -231,6 +2320,7 @@ this.labelMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMotor2Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor2Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor2Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor2Origin.LineSpacing = 0F; this.labelMotor2Origin.Location = new System.Drawing.Point(375, 127); this.labelMotor2Origin.Name = "labelMotor2Origin"; @@ -246,6 +2336,7 @@ this.labelMotor2Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor2Origin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor2Origin.Wordwrap = false; + this.labelMotor2Origin.Click += new System.EventHandler(this.labelMotor2Origin_Click); // // smartLabel19 // @@ -253,6 +2344,7 @@ this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel19.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel19.LineSpacing = 0F; this.smartLabel19.Location = new System.Drawing.Point(269, 127); this.smartLabel19.Name = "smartLabel19"; @@ -275,6 +2367,7 @@ this.labelMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMotor1Back.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Back.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Back.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Back.LineSpacing = 0F; this.labelMotor1Back.Location = new System.Drawing.Point(135, 199); this.labelMotor1Back.Name = "labelMotor1Back"; @@ -290,6 +2383,7 @@ this.labelMotor1Back.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor1Back.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor1Back.Wordwrap = false; + this.labelMotor1Back.Click += new System.EventHandler(this.labelMotor1Back_Click); // // smartLabel12 // @@ -297,6 +2391,7 @@ this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel12.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel12.LineSpacing = 0F; this.smartLabel12.Location = new System.Drawing.Point(29, 199); this.smartLabel12.Name = "smartLabel12"; @@ -319,6 +2414,7 @@ this.labelMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMotor1Front.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Front.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Front.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Front.LineSpacing = 0F; this.labelMotor1Front.Location = new System.Drawing.Point(135, 163); this.labelMotor1Front.Name = "labelMotor1Front"; @@ -334,6 +2430,7 @@ this.labelMotor1Front.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor1Front.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor1Front.Wordwrap = false; + this.labelMotor1Front.Click += new System.EventHandler(this.labelMotor1Front_Click); // // smartLabel10 // @@ -341,6 +2438,7 @@ this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel10.LineSpacing = 0F; this.smartLabel10.Location = new System.Drawing.Point(29, 163); this.smartLabel10.Name = "smartLabel10"; @@ -363,6 +2461,7 @@ this.labelMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelMotor1Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelMotor1Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Origin.LineSpacing = 0F; this.labelMotor1Origin.Location = new System.Drawing.Point(135, 127); this.labelMotor1Origin.Name = "labelMotor1Origin"; @@ -378,6 +2477,7 @@ this.labelMotor1Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMotor1Origin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotor1Origin.Wordwrap = false; + this.labelMotor1Origin.Click += new System.EventHandler(this.labelMotor1Origin_Click); // // smartLabel15 // @@ -385,6 +2485,7 @@ this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel15.LineSpacing = 0F; this.smartLabel15.Location = new System.Drawing.Point(29, 127); this.smartLabel15.Name = "smartLabel15"; @@ -405,17 +2506,18 @@ // this.buttonMotor2Origin.BackGround = this.smartGroupBox3; this.buttonMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor2Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMotor2Origin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor2Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2Origin.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor2Origin.ButtonImageAutoSize = true; this.buttonMotor2Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMotor2Origin.ButtonText = "MOTOR 2 - ORIGIN"; + this.buttonMotor2Origin.ButtonText = "ORIGIN"; this.buttonMotor2Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor2Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.buttonMotor2Origin.GroupID = 0; this.buttonMotor2Origin.ImageDisable = null; this.buttonMotor2Origin.ImageDown = null; this.buttonMotor2Origin.ImageUp = null; - this.buttonMotor2Origin.Location = new System.Drawing.Point(269, 377); + this.buttonMotor2Origin.Location = new System.Drawing.Point(269, 250); this.buttonMotor2Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor2Origin.Name = "buttonMotor2Origin"; this.buttonMotor2Origin.NestedClickEventPrevent = false; @@ -425,7 +2527,7 @@ this.buttonMotor2Origin.RepeatIntervalAccelerate = null; this.buttonMotor2Origin.RoundSize = 10; this.buttonMotor2Origin.SafeInterval = 200; - this.buttonMotor2Origin.Size = new System.Drawing.Size(206, 70); + this.buttonMotor2Origin.Size = new System.Drawing.Size(100, 40); this.buttonMotor2Origin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor2Origin.TabIndex = 51; this.buttonMotor2Origin.Text = null; @@ -434,22 +2536,24 @@ this.buttonMotor2Origin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor2Origin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor2Origin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor2Origin.Click += new System.EventHandler(this.buttonMotor2Origin_Click); // // buttonMotor2Turn // this.buttonMotor2Turn.BackGround = this.smartGroupBox3; this.buttonMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor2Turn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMotor2Turn.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor2Turn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2Turn.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor2Turn.ButtonImageAutoSize = true; this.buttonMotor2Turn.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMotor2Turn.ButtonText = "MOTOR 2 - TURN"; + this.buttonMotor2Turn.ButtonText = "TURN"; this.buttonMotor2Turn.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor2Turn.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.buttonMotor2Turn.GroupID = 0; this.buttonMotor2Turn.ImageDisable = null; this.buttonMotor2Turn.ImageDown = null; this.buttonMotor2Turn.ImageUp = null; - this.buttonMotor2Turn.Location = new System.Drawing.Point(269, 301); + this.buttonMotor2Turn.Location = new System.Drawing.Point(269, 296); this.buttonMotor2Turn.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor2Turn.Name = "buttonMotor2Turn"; this.buttonMotor2Turn.NestedClickEventPrevent = false; @@ -459,7 +2563,7 @@ this.buttonMotor2Turn.RepeatIntervalAccelerate = null; this.buttonMotor2Turn.RoundSize = 10; this.buttonMotor2Turn.SafeInterval = 200; - this.buttonMotor2Turn.Size = new System.Drawing.Size(206, 70); + this.buttonMotor2Turn.Size = new System.Drawing.Size(100, 40); this.buttonMotor2Turn.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor2Turn.TabIndex = 50; this.buttonMotor2Turn.Text = null; @@ -468,22 +2572,24 @@ this.buttonMotor2Turn.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor2Turn.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor2Turn.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor2Turn.Click += new System.EventHandler(this.buttonMotor2Turn_Click); // // buttonMotor1Origin // this.buttonMotor1Origin.BackGround = this.smartGroupBox3; this.buttonMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMotor1Origin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Origin.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Origin.ButtonImageAutoSize = true; this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMotor1Origin.ButtonText = "MOTOR 1 - ORIGIN"; + this.buttonMotor1Origin.ButtonText = "ORIGIN"; this.buttonMotor1Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.buttonMotor1Origin.GroupID = 0; this.buttonMotor1Origin.ImageDisable = null; this.buttonMotor1Origin.ImageDown = null; this.buttonMotor1Origin.ImageUp = null; - this.buttonMotor1Origin.Location = new System.Drawing.Point(29, 453); + this.buttonMotor1Origin.Location = new System.Drawing.Point(29, 250); this.buttonMotor1Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Origin.Name = "buttonMotor1Origin"; this.buttonMotor1Origin.NestedClickEventPrevent = false; @@ -493,7 +2599,7 @@ this.buttonMotor1Origin.RepeatIntervalAccelerate = null; this.buttonMotor1Origin.RoundSize = 10; this.buttonMotor1Origin.SafeInterval = 200; - this.buttonMotor1Origin.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Origin.Size = new System.Drawing.Size(100, 40); this.buttonMotor1Origin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor1Origin.TabIndex = 49; this.buttonMotor1Origin.Text = null; @@ -502,22 +2608,24 @@ this.buttonMotor1Origin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor1Origin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor1Origin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor1Origin.Click += new System.EventHandler(this.buttonMotor1Origin_Click); // // buttonMotor1Back // this.buttonMotor1Back.BackGround = this.smartGroupBox3; this.buttonMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Back.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMotor1Back.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Back.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Back.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Back.ButtonImageAutoSize = true; this.buttonMotor1Back.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMotor1Back.ButtonText = "MOTOR 1 - BACK"; + this.buttonMotor1Back.ButtonText = "BACK"; this.buttonMotor1Back.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Back.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.buttonMotor1Back.GroupID = 0; this.buttonMotor1Back.ImageDisable = null; this.buttonMotor1Back.ImageDown = null; this.buttonMotor1Back.ImageUp = null; - this.buttonMotor1Back.Location = new System.Drawing.Point(29, 377); + this.buttonMotor1Back.Location = new System.Drawing.Point(135, 296); this.buttonMotor1Back.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Back.Name = "buttonMotor1Back"; this.buttonMotor1Back.NestedClickEventPrevent = false; @@ -527,7 +2635,7 @@ this.buttonMotor1Back.RepeatIntervalAccelerate = null; this.buttonMotor1Back.RoundSize = 10; this.buttonMotor1Back.SafeInterval = 200; - this.buttonMotor1Back.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Back.Size = new System.Drawing.Size(100, 40); this.buttonMotor1Back.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor1Back.TabIndex = 48; this.buttonMotor1Back.Text = null; @@ -536,22 +2644,24 @@ this.buttonMotor1Back.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor1Back.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor1Back.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor1Back.Click += new System.EventHandler(this.buttonMotor1Back_Click); // // buttonMotor1Front // this.buttonMotor1Front.BackGround = this.smartGroupBox3; this.buttonMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Front.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMotor1Front.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.buttonMotor1Front.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Front.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Front.ButtonImageAutoSize = true; this.buttonMotor1Front.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMotor1Front.ButtonText = "MOTOR 1 - FRONT"; + this.buttonMotor1Front.ButtonText = "FRONT"; this.buttonMotor1Front.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonMotor1Front.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.buttonMotor1Front.GroupID = 0; this.buttonMotor1Front.ImageDisable = null; this.buttonMotor1Front.ImageDown = null; this.buttonMotor1Front.ImageUp = null; - this.buttonMotor1Front.Location = new System.Drawing.Point(29, 301); + this.buttonMotor1Front.Location = new System.Drawing.Point(29, 296); this.buttonMotor1Front.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Front.Name = "buttonMotor1Front"; this.buttonMotor1Front.NestedClickEventPrevent = false; @@ -561,7 +2671,7 @@ this.buttonMotor1Front.RepeatIntervalAccelerate = null; this.buttonMotor1Front.RoundSize = 10; this.buttonMotor1Front.SafeInterval = 200; - this.buttonMotor1Front.Size = new System.Drawing.Size(206, 70); + this.buttonMotor1Front.Size = new System.Drawing.Size(100, 40); this.buttonMotor1Front.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotor1Front.TabIndex = 47; this.buttonMotor1Front.Text = null; @@ -570,181 +2680,460 @@ this.buttonMotor1Front.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonMotor1Front.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotor1Front.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonMotor1Front.Click += new System.EventHandler(this.buttonMotor1Front_Click); // // smartGroupBox2 // this.smartGroupBox2.BackGround = null; - this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.Gray; this.smartGroupBox2.BackImage = null; - this.smartGroupBox2.Controls.Add(this.smartButton4); - this.smartGroupBox2.Controls.Add(this.smartButton3); - this.smartGroupBox2.Controls.Add(this.smartButton2); - this.smartGroupBox2.Controls.Add(this.smartButton1); + this.smartGroupBox2.Controls.Add(this.buttonOut10); + this.smartGroupBox2.Controls.Add(this.buttonOut9); + this.smartGroupBox2.Controls.Add(this.buttonOut8); + this.smartGroupBox2.Controls.Add(this.buttonOut7); + this.smartGroupBox2.Controls.Add(this.buttonOut6); + this.smartGroupBox2.Controls.Add(this.buttonOut5); + this.smartGroupBox2.Controls.Add(this.smartLabel96); + this.smartGroupBox2.Controls.Add(this.labelInput5); + this.smartGroupBox2.Controls.Add(this.buttonOut4); + this.smartGroupBox2.Controls.Add(this.buttonOut3); + this.smartGroupBox2.Controls.Add(this.buttonOut2); + this.smartGroupBox2.Controls.Add(this.buttonOut1); this.smartGroupBox2.Controls.Add(this.smartLabel5); this.smartGroupBox2.Controls.Add(this.smartLabel6); - this.smartGroupBox2.Controls.Add(this.smartLabel7); - this.smartGroupBox2.Controls.Add(this.smartLabel8); + this.smartGroupBox2.Controls.Add(this.labelInput4); + this.smartGroupBox2.Controls.Add(this.labelInput2); this.smartGroupBox2.Controls.Add(this.smartLabel4); this.smartGroupBox2.Controls.Add(this.smartLabel3); - this.smartGroupBox2.Controls.Add(this.smartLabel2); - this.smartGroupBox2.Controls.Add(this.smartLabel1); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.Controls.Add(this.labelInput3); + this.smartGroupBox2.Controls.Add(this.labelInput1); + this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.DimGray; this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox2.FrameLineThickness = 2; this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox2.HeaderHeightOffset = 12; - this.smartGroupBox2.Location = new System.Drawing.Point(35, 61); + this.smartGroupBox2.Location = new System.Drawing.Point(35, 46); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(308, 571); + this.smartGroupBox2.Size = new System.Drawing.Size(320, 392); this.smartGroupBox2.TabIndex = 38; this.smartGroupBox2.Text = "INPUT / OUTPUT"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // - // smartButton4 + // buttonOut10 // - this.smartButton4.BackGround = this.smartGroupBox2; - this.smartButton4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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 = "OUT 1"; - 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(31, 453); - 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(200, 70); - this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton4.TabIndex = 50; - 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.buttonOut10.BackGround = this.smartGroupBox2; + this.buttonOut10.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut10.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut10.ButtonImageAutoSize = true; + this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut10.ButtonText = "None"; + this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut10.GroupID = 0; + this.buttonOut10.ImageDisable = null; + this.buttonOut10.ImageDown = null; + this.buttonOut10.ImageUp = null; + this.buttonOut10.Location = new System.Drawing.Point(175, 342); + this.buttonOut10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut10.Name = "buttonOut10"; + this.buttonOut10.NestedClickEventPrevent = false; + this.buttonOut10.OutlinePixel = 2; + this.buttonOut10.OverlapOptimize = true; + this.buttonOut10.RepeatInterval = 200; + this.buttonOut10.RepeatIntervalAccelerate = null; + this.buttonOut10.RoundSize = 10; + this.buttonOut10.SafeInterval = 200; + this.buttonOut10.Size = new System.Drawing.Size(120, 40); + this.buttonOut10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut10.TabIndex = 58; + this.buttonOut10.Text = null; + this.buttonOut10.TextColor = System.Drawing.Color.White; + this.buttonOut10.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut10.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut10.Click += new System.EventHandler(this.buttonOut10_Click); // - // smartButton3 + // buttonOut9 // - this.smartButton3.BackGround = this.smartGroupBox2; - this.smartButton3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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 = "OUT 1"; - 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(31, 377); - 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(200, 70); - this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton3.TabIndex = 49; - 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.buttonOut9.BackGround = this.smartGroupBox2; + this.buttonOut9.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut9.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut9.ButtonImageAutoSize = true; + this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut9.ButtonText = "Valve hold 2-2"; + this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut9.GroupID = 0; + this.buttonOut9.ImageDisable = null; + this.buttonOut9.ImageDown = null; + this.buttonOut9.ImageUp = null; + this.buttonOut9.Location = new System.Drawing.Point(175, 296); + this.buttonOut9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut9.Name = "buttonOut9"; + this.buttonOut9.NestedClickEventPrevent = false; + this.buttonOut9.OutlinePixel = 2; + this.buttonOut9.OverlapOptimize = true; + this.buttonOut9.RepeatInterval = 200; + this.buttonOut9.RepeatIntervalAccelerate = null; + this.buttonOut9.RoundSize = 10; + this.buttonOut9.SafeInterval = 200; + this.buttonOut9.Size = new System.Drawing.Size(120, 40); + this.buttonOut9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut9.TabIndex = 57; + this.buttonOut9.Text = null; + this.buttonOut9.TextColor = System.Drawing.Color.White; + this.buttonOut9.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut9.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut9.Click += new System.EventHandler(this.buttonOut9_Click); // - // smartButton2 + // buttonOut8 // - this.smartButton2.BackGround = this.smartGroupBox2; - this.smartButton2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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 = "OUT 1"; - 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(31, 301); - 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(200, 70); - this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton2.TabIndex = 48; - 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.buttonOut8.BackGround = this.smartGroupBox2; + this.buttonOut8.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut8.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut8.ButtonImageAutoSize = true; + this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut8.ButtonText = "Valve hold 2-1"; + this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut8.GroupID = 0; + this.buttonOut8.ImageDisable = null; + this.buttonOut8.ImageDown = null; + this.buttonOut8.ImageUp = null; + this.buttonOut8.Location = new System.Drawing.Point(175, 250); + this.buttonOut8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut8.Name = "buttonOut8"; + this.buttonOut8.NestedClickEventPrevent = false; + this.buttonOut8.OutlinePixel = 2; + this.buttonOut8.OverlapOptimize = true; + this.buttonOut8.RepeatInterval = 200; + this.buttonOut8.RepeatIntervalAccelerate = null; + this.buttonOut8.RoundSize = 10; + this.buttonOut8.SafeInterval = 200; + this.buttonOut8.Size = new System.Drawing.Size(120, 40); + this.buttonOut8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut8.TabIndex = 56; + this.buttonOut8.Text = null; + this.buttonOut8.TextColor = System.Drawing.Color.White; + this.buttonOut8.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut8.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut8.Click += new System.EventHandler(this.buttonOut8_Click); // - // smartButton1 + // buttonOut7 // - this.smartButton1.BackGround = this.smartGroupBox2; - this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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 = "OUT 1"; - 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(31, 225); - 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(200, 70); - this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton1.TabIndex = 47; - 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.buttonOut7.BackGround = this.smartGroupBox2; + this.buttonOut7.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut7.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut7.ButtonImageAutoSize = true; + this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut7.ButtonText = "Valve hold 1-2"; + this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut7.GroupID = 0; + this.buttonOut7.ImageDisable = null; + this.buttonOut7.ImageDown = null; + this.buttonOut7.ImageUp = null; + this.buttonOut7.Location = new System.Drawing.Point(175, 204); + this.buttonOut7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut7.Name = "buttonOut7"; + this.buttonOut7.NestedClickEventPrevent = false; + this.buttonOut7.OutlinePixel = 2; + this.buttonOut7.OverlapOptimize = true; + this.buttonOut7.RepeatInterval = 200; + this.buttonOut7.RepeatIntervalAccelerate = null; + this.buttonOut7.RoundSize = 10; + this.buttonOut7.SafeInterval = 200; + this.buttonOut7.Size = new System.Drawing.Size(120, 40); + this.buttonOut7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut7.TabIndex = 55; + this.buttonOut7.Text = null; + this.buttonOut7.TextColor = System.Drawing.Color.White; + this.buttonOut7.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut7.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut7.Click += new System.EventHandler(this.buttonOut7_Click); + // + // buttonOut6 + // + this.buttonOut6.BackGround = this.smartGroupBox2; + this.buttonOut6.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut6.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut6.ButtonImageAutoSize = true; + this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut6.ButtonText = "Valve hold 1-1"; + this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut6.GroupID = 0; + this.buttonOut6.ImageDisable = null; + this.buttonOut6.ImageDown = null; + this.buttonOut6.ImageUp = null; + this.buttonOut6.Location = new System.Drawing.Point(175, 158); + this.buttonOut6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut6.Name = "buttonOut6"; + this.buttonOut6.NestedClickEventPrevent = false; + this.buttonOut6.OutlinePixel = 2; + this.buttonOut6.OverlapOptimize = true; + this.buttonOut6.RepeatInterval = 200; + this.buttonOut6.RepeatIntervalAccelerate = null; + this.buttonOut6.RoundSize = 10; + this.buttonOut6.SafeInterval = 200; + this.buttonOut6.Size = new System.Drawing.Size(120, 40); + this.buttonOut6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut6.TabIndex = 54; + this.buttonOut6.Text = null; + this.buttonOut6.TextColor = System.Drawing.Color.White; + this.buttonOut6.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut6.Click += new System.EventHandler(this.buttonOut6_Click); + // + // buttonOut5 + // + this.buttonOut5.BackGround = this.smartGroupBox2; + this.buttonOut5.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut5.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut5.ButtonImageAutoSize = true; + this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut5.ButtonText = "Valve relief 2"; + this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut5.GroupID = 0; + this.buttonOut5.ImageDisable = null; + this.buttonOut5.ImageDown = null; + this.buttonOut5.ImageUp = null; + this.buttonOut5.Location = new System.Drawing.Point(17, 342); + this.buttonOut5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut5.Name = "buttonOut5"; + this.buttonOut5.NestedClickEventPrevent = false; + this.buttonOut5.OutlinePixel = 2; + this.buttonOut5.OverlapOptimize = true; + this.buttonOut5.RepeatInterval = 200; + this.buttonOut5.RepeatIntervalAccelerate = null; + this.buttonOut5.RoundSize = 10; + this.buttonOut5.SafeInterval = 200; + this.buttonOut5.Size = new System.Drawing.Size(120, 40); + this.buttonOut5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut5.TabIndex = 53; + this.buttonOut5.Text = null; + this.buttonOut5.TextColor = System.Drawing.Color.White; + this.buttonOut5.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut5.Click += new System.EventHandler(this.buttonOut5_Click); + // + // smartLabel96 + // + this.smartLabel96.BackGround = null; + this.smartLabel96.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel96.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel96.LineSpacing = 0F; + this.smartLabel96.Location = new System.Drawing.Point(53, 122); + this.smartLabel96.Name = "smartLabel96"; + this.smartLabel96.OverlapOptimize = true; + this.smartLabel96.PasswordChar = '\0'; + this.smartLabel96.Radius = 3; + this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel96.Size = new System.Drawing.Size(100, 30); + this.smartLabel96.TabIndex = 52; + this.smartLabel96.Text = "INPUT 5"; + this.smartLabel96.TextColor = System.Drawing.Color.White; + this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel96.Wordwrap = false; + // + // labelInput5 + // + this.labelInput5.BackGround = null; + this.labelInput5.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput5.BorderColor = System.Drawing.Color.Gray; + this.labelInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelInput5.LineSpacing = 0F; + this.labelInput5.Location = new System.Drawing.Point(17, 122); + this.labelInput5.Name = "labelInput5"; + this.labelInput5.OverlapOptimize = true; + this.labelInput5.PasswordChar = '\0'; + this.labelInput5.Radius = 30; + this.labelInput5.RoundRectFillColor = System.Drawing.Color.Gainsboro; + this.labelInput5.Size = new System.Drawing.Size(30, 30); + this.labelInput5.TabIndex = 51; + this.labelInput5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInput5.TextColorDisable = System.Drawing.Color.Gray; + this.labelInput5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelInput5.Wordwrap = false; + // + // buttonOut4 + // + this.buttonOut4.BackGround = this.smartGroupBox2; + this.buttonOut4.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut4.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut4.ButtonImageAutoSize = true; + this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut4.ButtonText = "Valve relief 1"; + this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut4.GroupID = 0; + this.buttonOut4.ImageDisable = null; + this.buttonOut4.ImageDown = null; + this.buttonOut4.ImageUp = null; + this.buttonOut4.Location = new System.Drawing.Point(17, 296); + this.buttonOut4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut4.Name = "buttonOut4"; + this.buttonOut4.NestedClickEventPrevent = false; + this.buttonOut4.OutlinePixel = 2; + this.buttonOut4.OverlapOptimize = true; + this.buttonOut4.RepeatInterval = 200; + this.buttonOut4.RepeatIntervalAccelerate = null; + this.buttonOut4.RoundSize = 10; + this.buttonOut4.SafeInterval = 200; + this.buttonOut4.Size = new System.Drawing.Size(120, 40); + this.buttonOut4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut4.TabIndex = 50; + this.buttonOut4.Text = null; + this.buttonOut4.TextColor = System.Drawing.Color.White; + this.buttonOut4.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut4.Click += new System.EventHandler(this.buttonOut4_Click); + // + // buttonOut3 + // + this.buttonOut3.BackGround = this.smartGroupBox2; + this.buttonOut3.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut3.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut3.ButtonImageAutoSize = true; + this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut3.ButtonText = "Buzzer"; + this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut3.GroupID = 0; + this.buttonOut3.ImageDisable = null; + this.buttonOut3.ImageDown = null; + this.buttonOut3.ImageUp = null; + this.buttonOut3.Location = new System.Drawing.Point(17, 250); + this.buttonOut3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut3.Name = "buttonOut3"; + this.buttonOut3.NestedClickEventPrevent = false; + this.buttonOut3.OutlinePixel = 2; + this.buttonOut3.OverlapOptimize = true; + this.buttonOut3.RepeatInterval = 200; + this.buttonOut3.RepeatIntervalAccelerate = null; + this.buttonOut3.RoundSize = 10; + this.buttonOut3.SafeInterval = 200; + this.buttonOut3.Size = new System.Drawing.Size(120, 40); + this.buttonOut3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut3.TabIndex = 49; + this.buttonOut3.Text = null; + this.buttonOut3.TextColor = System.Drawing.Color.White; + this.buttonOut3.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut3.Click += new System.EventHandler(this.buttonOut3_Click); + // + // buttonOut2 + // + this.buttonOut2.BackGround = this.smartGroupBox2; + this.buttonOut2.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut2.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut2.ButtonImageAutoSize = true; + this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut2.ButtonText = "Green"; + this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut2.GroupID = 0; + this.buttonOut2.ImageDisable = null; + this.buttonOut2.ImageDown = null; + this.buttonOut2.ImageUp = null; + this.buttonOut2.Location = new System.Drawing.Point(17, 204); + this.buttonOut2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut2.Name = "buttonOut2"; + this.buttonOut2.NestedClickEventPrevent = false; + this.buttonOut2.OutlinePixel = 2; + this.buttonOut2.OverlapOptimize = true; + this.buttonOut2.RepeatInterval = 200; + this.buttonOut2.RepeatIntervalAccelerate = null; + this.buttonOut2.RoundSize = 10; + this.buttonOut2.SafeInterval = 200; + this.buttonOut2.Size = new System.Drawing.Size(120, 40); + this.buttonOut2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut2.TabIndex = 48; + this.buttonOut2.Text = null; + this.buttonOut2.TextColor = System.Drawing.Color.White; + this.buttonOut2.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut2.Click += new System.EventHandler(this.buttonOut2_Click); + // + // buttonOut1 + // + this.buttonOut1.BackGround = this.smartGroupBox2; + this.buttonOut1.BackGroundColor = System.Drawing.Color.Gray; + this.buttonOut1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonOut1.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut1.ButtonImageAutoSize = true; + this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut1.ButtonText = "Red"; + this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut1.GroupID = 0; + this.buttonOut1.ImageDisable = null; + this.buttonOut1.ImageDown = null; + this.buttonOut1.ImageUp = null; + this.buttonOut1.Location = new System.Drawing.Point(17, 158); + this.buttonOut1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut1.Name = "buttonOut1"; + this.buttonOut1.NestedClickEventPrevent = false; + this.buttonOut1.OutlinePixel = 2; + this.buttonOut1.OverlapOptimize = true; + this.buttonOut1.RepeatInterval = 200; + this.buttonOut1.RepeatIntervalAccelerate = null; + this.buttonOut1.RoundSize = 10; + this.buttonOut1.SafeInterval = 200; + this.buttonOut1.Size = new System.Drawing.Size(120, 40); + this.buttonOut1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut1.TabIndex = 47; + this.buttonOut1.Text = null; + this.buttonOut1.TextColor = System.Drawing.Color.White; + this.buttonOut1.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut1.Click += new System.EventHandler(this.buttonOut1_Click); // // smartLabel5 // this.smartLabel5.BackGround = null; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel5.BackGroundColor = System.Drawing.Color.Gray; 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("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(198, 127); + this.smartLabel5.Location = new System.Drawing.Point(211, 82); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; @@ -753,7 +3142,7 @@ this.smartLabel5.Size = new System.Drawing.Size(100, 30); this.smartLabel5.TabIndex = 46; this.smartLabel5.Text = "INPUT 4"; - this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel5.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -762,11 +3151,12 @@ // smartLabel6 // this.smartLabel6.BackGround = null; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel6.BackGroundColor = System.Drawing.Color.Gray; 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("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(198, 91); + this.smartLabel6.Location = new System.Drawing.Point(211, 46); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -775,62 +3165,63 @@ this.smartLabel6.Size = new System.Drawing.Size(100, 30); this.smartLabel6.TabIndex = 45; this.smartLabel6.Text = "INPUT 2"; - this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.TextColor = System.Drawing.Color.White; this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.Wordwrap = false; // - // smartLabel7 + // labelInput4 // - this.smartLabel7.BackGround = null; - this.smartLabel7.BackGroundColor = System.Drawing.Color.DarkGray; - 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.LineSpacing = 0F; - this.smartLabel7.Location = new System.Drawing.Point(162, 127); - 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(30, 30); - this.smartLabel7.TabIndex = 44; - this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.smartLabel7.Wordwrap = false; + this.labelInput4.BackGround = null; + this.labelInput4.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput4.BorderColor = System.Drawing.Color.Gray; + this.labelInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelInput4.LineSpacing = 0F; + this.labelInput4.Location = new System.Drawing.Point(175, 82); + this.labelInput4.Name = "labelInput4"; + this.labelInput4.OverlapOptimize = true; + this.labelInput4.PasswordChar = '\0'; + this.labelInput4.Radius = 30; + this.labelInput4.RoundRectFillColor = System.Drawing.Color.Gainsboro; + this.labelInput4.Size = new System.Drawing.Size(30, 30); + this.labelInput4.TabIndex = 44; + this.labelInput4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInput4.TextColorDisable = System.Drawing.Color.Gray; + this.labelInput4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelInput4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelInput4.Wordwrap = false; // - // smartLabel8 + // labelInput2 // - this.smartLabel8.BackGround = null; - this.smartLabel8.BackGroundColor = System.Drawing.Color.LimeGreen; - 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(162, 91); - 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, 30); - this.smartLabel8.TabIndex = 43; - 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; + this.labelInput2.BackGround = null; + this.labelInput2.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput2.BorderColor = System.Drawing.Color.Gray; + this.labelInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelInput2.LineSpacing = 0F; + this.labelInput2.Location = new System.Drawing.Point(175, 46); + this.labelInput2.Name = "labelInput2"; + this.labelInput2.OverlapOptimize = true; + this.labelInput2.PasswordChar = '\0'; + this.labelInput2.Radius = 30; + this.labelInput2.RoundRectFillColor = System.Drawing.Color.Lime; + this.labelInput2.Size = new System.Drawing.Size(30, 30); + this.labelInput2.TabIndex = 43; + this.labelInput2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInput2.TextColorDisable = System.Drawing.Color.Gray; + this.labelInput2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelInput2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelInput2.Wordwrap = false; // // smartLabel4 // this.smartLabel4.BackGround = null; - this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel4.BackGroundColor = System.Drawing.Color.Gray; 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("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(56, 127); + this.smartLabel4.Location = new System.Drawing.Point(53, 86); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.OverlapOptimize = true; this.smartLabel4.PasswordChar = '\0'; @@ -839,7 +3230,7 @@ this.smartLabel4.Size = new System.Drawing.Size(100, 30); this.smartLabel4.TabIndex = 42; this.smartLabel4.Text = "INPUT 3"; - this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel4.TextColor = System.Drawing.Color.White; this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -848,11 +3239,12 @@ // smartLabel3 // this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel3.BackGroundColor = System.Drawing.Color.Gray; 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("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(56, 91); + this.smartLabel3.Location = new System.Drawing.Point(53, 50); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -861,53 +3253,53 @@ this.smartLabel3.Size = new System.Drawing.Size(100, 30); this.smartLabel3.TabIndex = 41; this.smartLabel3.Text = "INPUT 1"; - this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.TextColor = System.Drawing.Color.White; this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // - // smartLabel2 + // labelInput3 // - this.smartLabel2.BackGround = null; - this.smartLabel2.BackGroundColor = System.Drawing.Color.DarkGray; - 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(20, 127); - 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, 30); - this.smartLabel2.TabIndex = 40; - 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; + this.labelInput3.BackGround = null; + this.labelInput3.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput3.BorderColor = System.Drawing.Color.Gray; + this.labelInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelInput3.LineSpacing = 0F; + this.labelInput3.Location = new System.Drawing.Point(17, 86); + this.labelInput3.Name = "labelInput3"; + this.labelInput3.OverlapOptimize = true; + this.labelInput3.PasswordChar = '\0'; + this.labelInput3.Radius = 30; + this.labelInput3.RoundRectFillColor = System.Drawing.Color.Gainsboro; + this.labelInput3.Size = new System.Drawing.Size(30, 30); + this.labelInput3.TabIndex = 40; + this.labelInput3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInput3.TextColorDisable = System.Drawing.Color.Gray; + this.labelInput3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelInput3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelInput3.Wordwrap = false; // - // smartLabel1 + // labelInput1 // - this.smartLabel1.BackGround = null; - this.smartLabel1.BackGroundColor = System.Drawing.Color.LimeGreen; - 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(20, 91); - 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, 30); - this.smartLabel1.TabIndex = 39; - 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; + this.labelInput1.BackGround = null; + this.labelInput1.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput1.BorderColor = System.Drawing.Color.Gray; + this.labelInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelInput1.LineSpacing = 0F; + this.labelInput1.Location = new System.Drawing.Point(17, 50); + this.labelInput1.Name = "labelInput1"; + this.labelInput1.OverlapOptimize = true; + this.labelInput1.PasswordChar = '\0'; + this.labelInput1.Radius = 30; + this.labelInput1.RoundRectFillColor = System.Drawing.Color.Lime; + this.labelInput1.Size = new System.Drawing.Size(30, 30); + this.labelInput1.TabIndex = 39; + this.labelInput1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelInput1.TextColorDisable = System.Drawing.Color.Gray; + this.labelInput1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelInput1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelInput1.Wordwrap = false; // // ControlMenuManualIoTest // @@ -917,6 +3309,7 @@ this.Name = "ControlMenuManualIoTest"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); + this.smartGroupBox4.ResumeLayout(false); this.smartGroupBox3.ResumeLayout(false); this.smartGroupBox2.ResumeLayout(false); this.ResumeLayout(false); @@ -927,18 +3320,18 @@ private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartButton smartButton1; + private SmartX.SmartButton buttonOut1; private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel smartLabel6; - private SmartX.SmartLabel smartLabel7; - private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel labelInput4; + private SmartX.SmartLabel labelInput2; private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartButton smartButton4; - private SmartX.SmartButton smartButton3; - private SmartX.SmartButton smartButton2; + private SmartX.SmartLabel labelInput3; + private SmartX.SmartLabel labelInput1; + private SmartX.SmartButton buttonOut4; + private SmartX.SmartButton buttonOut3; + private SmartX.SmartButton buttonOut2; private SmartX.SmartGroupBox smartGroupBox3; private SmartX.SmartButton buttonMotor2Origin; private SmartX.SmartButton buttonMotor2Turn; @@ -958,5 +3351,96 @@ private SmartX.SmartLabel labelMotor1Front; private SmartX.SmartLabel smartLabel10; private SmartX.SmartSeparatorLine smartSeparatorLine1; + private SmartX.SmartGroupBox smartGroupBox4; + public SmartX.SmartLabel smartLabel18; + public SmartX.SmartLabel smartLabel11; + public SmartX.SmartLabel smartLabel16; + public SmartX.SmartLabel smartLabel24; + public SmartX.SmartLabel smartLabel25; + private SmartX.SmartLabel smartLabel31; + private SmartX.SmartLabel smartLabel34; + private SmartX.SmartLabel smartLabel35; + private SmartX.SmartLabel smartLabel36; + private SmartX.SmartLabel smartLabel37; + private SmartX.SmartLabel labelDiff1; + private SmartX.SmartLabel smartLabel21; + private SmartX.SmartLabel labelDisp1; + private SmartX.SmartLabel smartLabel32; + private SmartX.SmartLabel labelVacuum1; + private SmartX.SmartLabel smartLabel23; + private SmartX.SmartLabel labelVacuum10; + private SmartX.SmartLabel smartLabel57; + private SmartX.SmartLabel labelDiff10; + private SmartX.SmartLabel smartLabel59; + private SmartX.SmartLabel labelDisp10; + private SmartX.SmartLabel smartLabel61; + private SmartX.SmartLabel labelVacuum9; + private SmartX.SmartLabel smartLabel63; + private SmartX.SmartLabel labelDiff9; + private SmartX.SmartLabel smartLabel65; + private SmartX.SmartLabel labelDisp9; + private SmartX.SmartLabel smartLabel67; + private SmartX.SmartLabel labelVacuum8; + private SmartX.SmartLabel smartLabel69; + private SmartX.SmartLabel labelDiff8; + private SmartX.SmartLabel smartLabel71; + private SmartX.SmartLabel labelDisp8; + private SmartX.SmartLabel smartLabel73; + private SmartX.SmartLabel labelVacuum7; + private SmartX.SmartLabel smartLabel75; + private SmartX.SmartLabel labelDiff7; + private SmartX.SmartLabel smartLabel77; + private SmartX.SmartLabel labelDisp7; + private SmartX.SmartLabel smartLabel79; + private SmartX.SmartLabel labelVacuum6; + private SmartX.SmartLabel smartLabel81; + private SmartX.SmartLabel labelDiff6; + private SmartX.SmartLabel smartLabel83; + private SmartX.SmartLabel labelDisp6; + private SmartX.SmartLabel smartLabel85; + public SmartX.SmartLabel smartLabel86; + public SmartX.SmartLabel smartLabel87; + public SmartX.SmartLabel smartLabel88; + public SmartX.SmartLabel smartLabel89; + public SmartX.SmartLabel smartLabel90; + private SmartX.SmartLabel smartLabel91; + private SmartX.SmartLabel smartLabel92; + private SmartX.SmartLabel smartLabel93; + private SmartX.SmartLabel smartLabel94; + private SmartX.SmartLabel smartLabel95; + private SmartX.SmartLabel labelVacuum5; + private SmartX.SmartLabel smartLabel45; + private SmartX.SmartLabel labelDiff5; + private SmartX.SmartLabel smartLabel47; + private SmartX.SmartLabel labelDisp5; + private SmartX.SmartLabel smartLabel49; + private SmartX.SmartLabel labelVacuum4; + private SmartX.SmartLabel smartLabel51; + private SmartX.SmartLabel labelDiff4; + private SmartX.SmartLabel smartLabel53; + private SmartX.SmartLabel labelDisp4; + private SmartX.SmartLabel smartLabel55; + private SmartX.SmartLabel labelVacuum3; + private SmartX.SmartLabel smartLabel39; + private SmartX.SmartLabel labelDiff3; + private SmartX.SmartLabel smartLabel41; + private SmartX.SmartLabel labelDisp3; + private SmartX.SmartLabel smartLabel43; + private SmartX.SmartLabel labelVacuum2; + private SmartX.SmartLabel smartLabel27; + private SmartX.SmartLabel labelDiff2; + private SmartX.SmartLabel smartLabel29; + private SmartX.SmartLabel labelDisp2; + private SmartX.SmartLabel smartLabel33; + private SmartX.SmartButton buttonMotor2AlarmClear; + private SmartX.SmartButton buttonMotor1AlarmClear; + private SmartX.SmartLabel smartLabel96; + private SmartX.SmartLabel labelInput5; + private SmartX.SmartButton buttonOut10; + private SmartX.SmartButton buttonOut9; + private SmartX.SmartButton buttonOut8; + private SmartX.SmartButton buttonOut7; + private SmartX.SmartButton buttonOut6; + private SmartX.SmartButton buttonOut5; } } diff --git a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.cs b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.cs index 5e21d4d..efb0fc6 100644 --- a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.cs +++ b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.cs @@ -1,12 +1,15 @@ 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_PT002.DataStore; using INT_PT002.Forms; namespace INT_PT002.Controls @@ -15,6 +18,14 @@ namespace INT_PT002.Controls { #region Field private FormMenu m_ParentForm; + + private Color ColorEnable; + private Color ColorDisable; + + private Collection CollLabelDiff; + private Collection CollLabelDisp; + private Collection CollLabelVacu; + private Collection CollLabelInput; #endregion #region Constructor @@ -39,16 +50,353 @@ namespace INT_PT002.Controls private void Initialize() { this.smartGroupBox1.Text = "Manual > IO Test"; + + this.ColorEnable = Color.Lime; + this.ColorDisable = Color.Gainsboro; + + this.CollLabelDiff = new Collection(); + this.CollLabelDiff.Add(this.labelDiff1); + this.CollLabelDiff.Add(this.labelDiff2); + this.CollLabelDiff.Add(this.labelDiff3); + this.CollLabelDiff.Add(this.labelDiff4); + this.CollLabelDiff.Add(this.labelDiff5); + this.CollLabelDiff.Add(this.labelDiff6); + this.CollLabelDiff.Add(this.labelDiff7); + this.CollLabelDiff.Add(this.labelDiff8); + this.CollLabelDiff.Add(this.labelDiff9); + this.CollLabelDiff.Add(this.labelDiff10); + + this.CollLabelDisp = new Collection(); + this.CollLabelDisp.Add(this.labelDisp1); + this.CollLabelDisp.Add(this.labelDisp2); + this.CollLabelDisp.Add(this.labelDisp3); + this.CollLabelDisp.Add(this.labelDisp4); + this.CollLabelDisp.Add(this.labelDisp5); + this.CollLabelDisp.Add(this.labelDisp6); + this.CollLabelDisp.Add(this.labelDisp7); + this.CollLabelDisp.Add(this.labelDisp8); + this.CollLabelDisp.Add(this.labelDisp9); + this.CollLabelDisp.Add(this.labelDisp10); + + this.CollLabelVacu = new Collection(); + this.CollLabelVacu.Add(this.labelVacuum1); + this.CollLabelVacu.Add(this.labelVacuum2); + this.CollLabelVacu.Add(this.labelVacuum3); + this.CollLabelVacu.Add(this.labelVacuum4); + this.CollLabelVacu.Add(this.labelVacuum5); + this.CollLabelVacu.Add(this.labelVacuum6); + this.CollLabelVacu.Add(this.labelVacuum7); + this.CollLabelVacu.Add(this.labelVacuum8); + this.CollLabelVacu.Add(this.labelVacuum9); + this.CollLabelVacu.Add(this.labelVacuum10); + + this.CollLabelInput = new Collection(); + this.CollLabelInput.Add(this.labelInput1); + this.CollLabelInput.Add(this.labelInput2); + this.CollLabelInput.Add(this.labelInput3); + this.CollLabelInput.Add(this.labelInput4); + this.CollLabelInput.Add(this.labelInput5); + + for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) + { + this.CollLabelDiff[i].Text = "0.00"; + this.CollLabelDisp[i].Text = "0.00"; + this.CollLabelVacu[i].Text = "0.0"; + } + + for (int i = 0; i < this.CollLabelInput.Count; i++) + this.CollLabelInput[i].RoundRectFillColor = this.ColorDisable; + } + + private void OutputCommand(string address, string data) + { + string command = "", id = ""; + + command = CommunicationCommand.IOTest; + id = CommunicationID.MainBoard; + + this.ParentForm.ParentForm.TransferDataStream(command, id, address, data); + } + + public void UpdateDisplayDispData(Collection datas) + { + for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) + this.CollLabelDisp[i].Text = datas[i].RData; + } + public void UpdateDisplayDiffData(Collection datas) + { + for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) + this.CollLabelDiff[i].Text = datas[i].MAdc; + } + public void UpdateDisplayPresData(Collection datas) + { + for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) + this.CollLabelVacu[i].Text = datas[i].WorkingChamber; + } + public void UpdateDisplayInputData(Collection datas) + { + Color value = this.ColorDisable; + for (int i = 0; i < datas.Count; i++) + { + if (datas[i] == "0") + value = this.ColorDisable; + else + value = this.ColorEnable; + + this.CollLabelInput[i].RoundRectFillColor = value; + } } public void DisplayRefresh() - { - + { + this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = Define.E_DisplayStore.DisplayEquipmentTest; } #endregion #region Event Handler + // Output 1~10 + private void buttonOut1_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7701_Output1); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut2_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7702_Output2); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut3_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7703_Output3); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut4_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7704_Output4); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut5_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7705_Output5); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut6_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7706_Output6); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut7_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7707_Output7); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut8_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7708_Output8); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut9_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7709_Output9); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + private void buttonOut10_Click(object sender, EventArgs e) + { + string address = "", data = ""; + SmartButton button = sender as SmartButton; + + if (button == null) + return; + + // adress + address = Helper.StringBlankFillDigits4(CommunicationAddress._7710_Output10); + + // data + if (button.ButtonStatus == SmartButton.BUTSTATUS.DOWN) + data = Helper.StringBlankFillDigits4("1"); + else + data = Helper.StringBlankFillDigits4("0"); + + this.OutputCommand(address, data); + } + + // Motor 1 + private void buttonMotor1Origin_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorOrigin, CommunicationID.SubBoard1); + } + private void buttonMotor1AlarmClear_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard1); + } + private void buttonMotor1Front_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorMove1, CommunicationID.SubBoard1); + } + private void buttonMotor1Back_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorMove2, CommunicationID.SubBoard1); + } + private void labelMotor1Origin_Click(object sender, EventArgs e) + { + + } + private void labelMotor1Front_Click(object sender, EventArgs e) + { + + } + private void labelMotor1Back_Click(object sender, EventArgs e) + { + + } + + // Motor 2 + private void buttonMotor2Origin_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorOrigin, CommunicationID.SubBoard2); + } + private void buttonMotor2AlarmClear_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard2); + } + private void buttonMotor2Turn_Click(object sender, EventArgs e) + { + this.ParentForm.ParentForm.TransferData(CommunicationCommand.MotorMove1, CommunicationID.SubBoard2); + } + private void labelMotor2Origin_Click(object sender, EventArgs e) + { + + } + private void labelMotor2Turn_Click(object sender, EventArgs e) + { + + } #endregion } } diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs index 5d04acb..6a5825c 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.cs @@ -93,10 +93,32 @@ namespace INT_PT002.Controls value = item.DIFF_HOLD_DELAY_MSEC.ToString(); if (this.labelDiffHoldDelay.Text != value) this.labelDiffHoldDelay.Text = value; + + // Pressure data + // Vacuum Relief + value = item.VACUUM_RELIEF.ToString(); + if (this.labelVacuumRelief.Text != value) + this.labelVacuumRelief.Text = value; + // Vacuum Hold1 + value = item.VACUUM_HOLD1.ToString(); + if (this.labelVacuumHold1.Text != value) + this.labelVacuumHold1.Text = value; + // Vacuum Hold2 + value = item.VACUUM_HOLD2.ToString(); + if (this.labelVacuumHold2.Text != value) + this.labelVacuumHold2.Text = value; + // Vacuum Blowoff + value = item.VACUUM_BLOWOFF.ToString(); + if (this.labelVacuumBlowoff.Text != value) + this.labelVacuumBlowoff.Text = value; } - public void UpdateDisplayRecipeData(Recipe item) + public void UpdateDisplayRecipeData(int no) { + Recipe item = new Recipe(); + + this.ParentForm.ParentForm.LoadRecipeFile(ref item, no - 1); + this.SelectedRecipe.NUMBER = item.NUMBER; this.SelectedRecipe.NAME = item.NAME; this.SelectedRecipe.LOT = item.LOT; @@ -122,7 +144,8 @@ namespace INT_PT002.Controls public void DisplayRefresh() { - this.UpdateDisplayRecipeData(this.ParentForm.ParentForm.CurrentRecipe); + this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = Define.E_DisplayStore.DisplayRecipe; + this.UpdateDisplayRecipeData(this.ParentForm.ParentForm.SystemConfig.RECIPE_NUMBER); } #endregion @@ -133,7 +156,19 @@ namespace INT_PT002.Controls } private void labelPressureLevel_Click(object sender, EventArgs e) { + string value = ""; + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel15.Text, this.labelPressureLevel.Text, 5, 1, false); + + if (myKeypad.ShowDialog() == DialogResult.OK) + { + this.labelPressureLevel.Text = myKeypad.StringValue; + this.SelectedRecipe.VACUUM_GUAGE_LEVEL = myKeypad.StringValue; + this.ParentForm.ParentForm.SaveRecipeFile(this.SelectedRecipe, this.SelectedRecipe.NUMBER - 1); + + value = Helper.StringBlankFillDigits6(myKeypad.StringValue); + this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5517_VacuumGaugeStdLevel, value); + } } // 밸브 @@ -207,7 +242,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel9.Text, this.labelDispStdLevel.Text, 6, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel9.Text, this.labelDispStdLevel.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -223,7 +258,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel7.Text, this.labelDispMinLevel.Text, 6, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel7.Text, this.labelDispMinLevel.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -239,7 +274,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel5.Text, this.labelDispEmptyLevel.Text, 6, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel5.Text, this.labelDispEmptyLevel.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -273,7 +308,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel13.Text, this.labelDiffLrSecond.Text, 8, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel13.Text, this.labelDiffLrSecond.Text, 7, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -289,7 +324,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelDiffLrTotal.Text, 8, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelDiffLrTotal.Text, 7, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -305,7 +340,7 @@ namespace INT_PT002.Controls { string value = ""; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel8.Text, this.labelDiffLrMean.Text, 8, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel8.Text, this.labelDiffLrMean.Text, 7, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { diff --git a/INT_PT002/DataStore/Communication.cs b/INT_PT002/DataStore/Communication.cs index 7993402..e0ed2d3 100644 --- a/INT_PT002/DataStore/Communication.cs +++ b/INT_PT002/DataStore/Communication.cs @@ -26,15 +26,15 @@ namespace INT_PT002.DataStore public static readonly string Zero = "Cbz00"; // 모터 원점 - public static readonly string Origin = "Cmo00"; + public static readonly string MotorOrigin = "Cmo00"; // 모터 Step - public static readonly string Step = "Cms00"; + public static readonly string MotorStep = "Cms00"; // 모터 알람 리셋 - public static readonly string AlarmReset = "Cma00"; + public static readonly string MotorAlarmReset = "Cma00"; // 모터 동작 1 - public static readonly string Move1 = "Cmc00"; + public static readonly string MotorMove1 = "Cmc00"; // 모터 동작 2 - public static readonly string Move2 = "Cmr00"; + public static readonly string MotorMove2 = "Cmr00"; // 파라미터 쓰기 public static readonly string Write = "Pw000"; @@ -102,6 +102,8 @@ namespace INT_PT002.DataStore public static readonly string _5515_DiffLrMean = "5515"; // 차압센서 - delay public static readonly string _5516_DiffHoldDelay = "5516"; + // 압력게이지 기준압력 + public static readonly string _5517_VacuumGaugeStdLevel = "5517"; // 통신,IO설정 - INPUT ALL public static readonly string _7500_InputAll = "7500"; diff --git a/INT_PT002/DataStore/Define.cs b/INT_PT002/DataStore/Define.cs index 0728d0f..5d94b41 100644 --- a/INT_PT002/DataStore/Define.cs +++ b/INT_PT002/DataStore/Define.cs @@ -28,7 +28,6 @@ namespace INT_PT002.DataStore Log, System, } - public enum E_MenuRecipeStore { _0_None, @@ -63,6 +62,15 @@ namespace INT_PT002.DataStore _4_Update, }; + public enum E_DisplayStore + { + DisplayMain, + DisplayRecipe, + DisplayEquipmentTest, + DisplayUser, + DisplayUserEditor, + } + public enum E_ProcessStatus { _0_None = 0, diff --git a/INT_PT002/DataStore/LeakData.cs b/INT_PT002/DataStore/LeakData.cs index e2162d2..2b4c22d 100644 --- a/INT_PT002/DataStore/LeakData.cs +++ b/INT_PT002/DataStore/LeakData.cs @@ -14,7 +14,7 @@ namespace INT_PT002.DataStore private Collection m_CollJudgment; private Collection m_CollDispData; private Collection m_CollDiffData; - + private Collection m_CollPresData; #endregion #region Constructor @@ -50,6 +50,14 @@ namespace INT_PT002.DataStore get { return this.m_CollDiffData; } set { this.m_CollDiffData = value; } } + /// + /// 압력센서 데이터 + /// + public Collection CollPresData + { + get { return this.m_CollPresData; } + set { this.m_CollPresData = value; } + } #endregion #region Method @@ -60,12 +68,14 @@ namespace INT_PT002.DataStore this.CollJudgment = new Collection(); this.CollDispData = new Collection(); this.CollDiffData = new Collection(); + this.CollPresData = new Collection(); for (int i = 0; i < column; i++) { this.CollJudgment.Add(Define.E_JudgmentStatus.None); this.CollDispData.Add(new DispData()); this.CollDiffData.Add(new DiffData()); + this.CollPresData.Add(new PressureData()); } } #endregion diff --git a/INT_PT002/DataStore/PressureData.cs b/INT_PT002/DataStore/PressureData.cs new file mode 100644 index 0000000..d7615c2 --- /dev/null +++ b/INT_PT002/DataStore/PressureData.cs @@ -0,0 +1,43 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Text; + +namespace INT_PT002.DataStore +{ + public class PressureData + { + #region Field + private string m_MasterChamber; + private string m_WorkingChamber; + #endregion + + #region Constructor + public PressureData() + { + this.Initialize(); + } + #endregion + + #region Property + public string MasterChamber + { + get { return this.m_MasterChamber; } + set { this.m_MasterChamber = value; } + } + public string WorkingChamber + { + get { return this.m_WorkingChamber; } + set { this.m_WorkingChamber = value; } + } + #endregion + + #region Method + private void Initialize() + { + this.MasterChamber = "0.0"; + this.WorkingChamber = "0.0"; + } + #endregion + } +} diff --git a/INT_PT002/DataStore/Recipe.cs b/INT_PT002/DataStore/Recipe.cs index 473a103..51ecfd0 100644 --- a/INT_PT002/DataStore/Recipe.cs +++ b/INT_PT002/DataStore/Recipe.cs @@ -132,7 +132,7 @@ namespace INT_PT002.DataStore this.DISP_JUDG_STD_LEVEL = "0.30"; this.DISP_JUDG_MIN_LEVEL = "1.00"; - this.DISP_JUDG_EMPTY_LEVEL = "7.50"; + this.DISP_JUDG_EMPTY_LEVEL = "75.00"; this.DISP_HOLD_DELAY_MSEC = 100; this.DIFF_LR_SECOND = "500.00"; diff --git a/INT_PT002/DataStore/SystemStatus.cs b/INT_PT002/DataStore/SystemStatus.cs new file mode 100644 index 0000000..332af0a --- /dev/null +++ b/INT_PT002/DataStore/SystemStatus.cs @@ -0,0 +1,53 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using System.Text; + +namespace INT_PT002.DataStore +{ + public class SystemStatus + { + #region Field + private int m_EquipmentColumn; + + private Define.E_EquipmentStatus m_EquipmentStatus; + private Define.E_DisplayStore m_CurrentDisplay; + #endregion + + #region Constructor + public SystemStatus() + { + this.Initialize(); + } + #endregion + + #region Property + public int EquipmentColumn + { + get { return this.m_EquipmentColumn; } + set { this.m_EquipmentColumn = value; } + } + + public Define.E_EquipmentStatus EquipmentStatus + { + get { return this.m_EquipmentStatus; } + set { this.m_EquipmentStatus = value; } + } + public Define.E_DisplayStore CurrentDisplay + { + get { return this.m_CurrentDisplay; } + set { this.m_CurrentDisplay = value; } + } + #endregion + + #region Method + private void Initialize() + { + this.EquipmentColumn = 10; + + this.EquipmentStatus = Define.E_EquipmentStatus.Stop; + this.CurrentDisplay = Define.E_DisplayStore.DisplayMain; + } + #endregion + } +} diff --git a/INT_PT002/Forms/FormConfiguration.cs b/INT_PT002/Forms/FormConfiguration.cs index 185f165..61efb1c 100644 --- a/INT_PT002/Forms/FormConfiguration.cs +++ b/INT_PT002/Forms/FormConfiguration.cs @@ -162,27 +162,27 @@ namespace INT_PT002.Forms private void buttonOrigin_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.Origin, CommunicationID.SubBoardAll); + this.ParentForm.TransferData(CommunicationCommand.MotorOrigin, CommunicationID.SubBoardAll); } private void buttonAlarmReset_1W_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.AlarmReset, CommunicationID.SubBoard2); + this.ParentForm.TransferData(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard2); } private void buttonMove1_1W_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.Step, CommunicationID.SubBoard2); + this.ParentForm.TransferData(CommunicationCommand.MotorStep, CommunicationID.SubBoard2); } private void buttonAlarmReset_4W_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.AlarmReset, CommunicationID.SubBoard1); + this.ParentForm.TransferData(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard1); } private void buttonMove1_4W_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.Move1, CommunicationID.SubBoard1); + this.ParentForm.TransferData(CommunicationCommand.MotorMove1, CommunicationID.SubBoard1); } private void buttonMove2_4W_Click(object sender, EventArgs e) { - this.ParentForm.TransferData(CommunicationCommand.Move2, CommunicationID.SubBoard1); + this.ParentForm.TransferData(CommunicationCommand.MotorMove2, CommunicationID.SubBoard1); } #endregion } diff --git a/INT_PT002/Forms/FormMain.cs b/INT_PT002/Forms/FormMain.cs index 1bd75e1..472bde8 100644 --- a/INT_PT002/Forms/FormMain.cs +++ b/INT_PT002/Forms/FormMain.cs @@ -18,18 +18,15 @@ namespace INT_PT002.Forms { #region Field public bool IsCommunicationLogOpen; - public int DecimalPlaces3; - public int DecimalPlaces4; private int CommunicationCheckCount; - public int EquipmentColumn; // 파일 위치 private string m_PathLaunchFolder; private string m_PathSystemFileFolder; private string m_PathDataBackupFolder; - // 장비 구동 상태 - private Define.E_EquipmentStatus m_EquipmentStatus; + // 현재 장비 상태 + public SystemStatus CurrentSystemStatus; // SystemConfiguration public SystemConfiguration SystemConfig; @@ -40,6 +37,10 @@ namespace INT_PT002.Forms // Leak Data private LeakData CurrentLeakData; + // IO Test - input data + private Collection CollectionIOTest_InputData; + + // Form public FormMainDisplay1 ChildFormMainDisplay; public FormMenu ChildFormMenu; #endregion @@ -67,33 +68,27 @@ namespace INT_PT002.Forms get { return this.m_PathDataBackupFolder; } set { this.m_PathDataBackupFolder = value; } } - - public Define.E_EquipmentStatus EquipmentStatus - { - get { return this.m_EquipmentStatus; } - private set { this.m_EquipmentStatus = value; } - } #endregion #region Method private void DefaultSetting() { this.IsCommunicationLogOpen = false; - this.DecimalPlaces3 = 3; - this.DecimalPlaces4 = 4; this.CommunicationCheckCount = 0; - this.EquipmentColumn = 10; - - this.EquipmentStatus = Define.E_EquipmentStatus.Stop; this.PathLaunchFolder = "SD Card\\"; this.PathSystemFileFolder = this.PathLaunchFolder + "SystemFile\\"; this.PathDataBackupFolder = this.PathLaunchFolder + "DataBackup\\"; + this.CurrentSystemStatus = new SystemStatus(); this.SystemConfig = new SystemConfiguration(); this.CurrentRecipe = new Recipe(); - this.CurrentLeakData = new LeakData(this.EquipmentColumn); + this.CurrentLeakData = new LeakData(this.CurrentSystemStatus.EquipmentColumn); + + this.CollectionIOTest_InputData = new Collection(); + for (int i = 0; i < 5; i++) + this.CollectionIOTest_InputData.Add("0"); // SystemFile 폴더 생성 if (Directory.Exists(this.PathSystemFileFolder) == false) @@ -708,20 +703,20 @@ namespace INT_PT002.Forms switch (cmd) { case "CI0": - this.EquipmentStatus = Define.E_EquipmentStatus.Stop; - this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus); + this.CurrentSystemStatus.EquipmentStatus = Define.E_EquipmentStatus.Stop; + this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.CurrentSystemStatus.EquipmentStatus); this.TransferSystemParameter9039(); break; case "CBS": - this.EquipmentStatus = DataStore.Define.E_EquipmentStatus.Start; + this.CurrentSystemStatus.EquipmentStatus = DataStore.Define.E_EquipmentStatus.Start; - this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus); + this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.CurrentSystemStatus.EquipmentStatus); break; case "CBT": - this.EquipmentStatus = Define.E_EquipmentStatus.Stop; + this.CurrentSystemStatus.EquipmentStatus = Define.E_EquipmentStatus.Stop; - this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus); + this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.CurrentSystemStatus.EquipmentStatus); break; default: break; @@ -863,7 +858,7 @@ namespace INT_PT002.Forms this.LoadRecipeFile(ref this.CurrentRecipe, this.SystemConfig.RECIPE_NUMBER - 1); - this.ChildFormMenu.UpdateDisplayRecipeData(this.CurrentRecipe); + this.ChildFormMenu.UpdateDisplayRecipeData(this.SystemConfig.RECIPE_NUMBER); break; default: break; @@ -917,10 +912,11 @@ namespace INT_PT002.Forms { case "Z": #region Value Assign - for (int i = 0; i < this.EquipmentColumn; i++) + for (int i = 0; i < this.CurrentSystemStatus.EquipmentColumn; i++) this.CurrentLeakData.CollJudgment[i] = Helper.StringToJudgmentStatus(receiveData.Substring(i * 1, 1)); #endregion - this.ChildFormMainDisplay.UpdateDisplayJudgmentData(this.CurrentLeakData); + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayMain) + this.ChildFormMainDisplay.UpdateDisplayJudgmentData(this.CurrentLeakData); break; default: break; @@ -946,7 +942,8 @@ namespace INT_PT002.Forms #region Value Assign this.CurrentLeakData.ProcessStatus = Helper.StringToProcessStatus(receiveData.Substring(0, 1)); #endregion - this.ChildFormMainDisplay.UpdateProcessStatusDisplay(this.CurrentLeakData.ProcessStatus); + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayMain) + this.ChildFormMainDisplay.UpdateProcessStatusDisplay(this.CurrentLeakData.ProcessStatus); break; default: break; @@ -970,7 +967,7 @@ namespace INT_PT002.Forms { case "Z": #region Value Assign - for (int i = 0; i < this.EquipmentColumn; i++) + for (int i = 0; i < this.CurrentSystemStatus.EquipmentColumn; i++) { this.CurrentLeakData.CollDiffData[i].MAdc = receiveData.Substring(i * 32, 8).Trim(); this.CurrentLeakData.CollDiffData[i].SecBufDiff = receiveData.Substring((i * 32) + 8, 8).Trim(); @@ -978,7 +975,10 @@ namespace INT_PT002.Forms this.CurrentLeakData.CollDiffData[i].DiffMean = receiveData.Substring((i * 32) + 24, 8).Trim(); } #endregion - this.ChildFormMainDisplay.UpdateDisplayDiffData(this.CurrentLeakData.CollDiffData); + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayMain) + this.ChildFormMainDisplay.UpdateDisplayDiffData(this.CurrentLeakData.CollDiffData); + else if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayEquipmentTest) + this.ChildFormMenu.UpdateDisplayEquipmentTestDiffData(this.CurrentLeakData.CollDiffData); break; default: break; @@ -1002,7 +1002,7 @@ namespace INT_PT002.Forms { case "Z": #region Value Assign - for (int i = 0; i < this.EquipmentColumn; i++) + for (int i = 0; i < this.CurrentSystemStatus.EquipmentColumn; i++) { this.CurrentLeakData.CollDispData[i].RData = receiveData.Substring(i * 24, 6).Trim(); this.CurrentLeakData.CollDispData[i].MData = receiveData.Substring((i * 24) + 6, 6).Trim(); @@ -1010,7 +1010,10 @@ namespace INT_PT002.Forms this.CurrentLeakData.CollDispData[i].STD = receiveData.Substring((i * 24) + 18, 6).Trim(); } #endregion - this.ChildFormMainDisplay.UpdateDisplayDispData(this.CurrentLeakData.CollDispData); + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayMain) + this.ChildFormMainDisplay.UpdateDisplayDispData(this.CurrentLeakData.CollDispData); + else if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayEquipmentTest) + this.ChildFormMenu.UpdateDisplayEquipmentTestDispData(this.CurrentLeakData.CollDispData); break; default: break; @@ -1027,6 +1030,35 @@ namespace INT_PT002.Forms private int ReceiveCommandSLE(string lane, string receiveData) { int ret = 0; + + try + { + switch (lane) + { + case "Z": + #region Value Assign + for (int i = 0; i < this.CurrentSystemStatus.EquipmentColumn; i++) + { + this.CurrentLeakData.CollPresData[i].WorkingChamber = + string.Format("{0}{1}", receiveData.Substring(i * 6, 1), receiveData.Substring((i * 6) + 1, 5).Trim()); + this.CurrentLeakData.CollPresData[i].MasterChamber = + string.Format("{0}{1}", receiveData.Substring((i * 6) + 60, 1), receiveData.Substring((i * 6) + 61, 5).Trim()); + } + #endregion + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayMain) + this.ChildFormMainDisplay.UpdateDisplayPresData(this.CurrentLeakData.CollPresData); + else if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayEquipmentTest) + this.ChildFormMenu.UpdateDisplayEquipmentTestPresData(this.CurrentLeakData.CollPresData); + break; + default: + break; + } + } + catch + { + ret = -1; + } + return ret; } // IO테스트-IN @@ -1038,11 +1070,11 @@ namespace INT_PT002.Forms { case "0": #region Value Assign - //for (int i = 0; i < 15; i++) - // this.CollectionIOTest_InputData[i] = receiveData.Substring(i, 1); + for (int i = 0; i < 5; i++) + this.CollectionIOTest_InputData[i] = receiveData.Substring(i, 1); #endregion - //if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormIOTest) - // this.ChildFormIOTest.UpdateInputRead(this.CollectionIOTest_InputData); + if (this.CurrentSystemStatus.CurrentDisplay == Define.E_DisplayStore.DisplayEquipmentTest) + this.ChildFormMenu.UpdateDisplayEquipmentTestInputData(this.CollectionIOTest_InputData); break; default: break; diff --git a/INT_PT002/Forms/FormMainDisplay1.Designer.cs b/INT_PT002/Forms/FormMainDisplay1.Designer.cs index d367e14..6a012ff 100644 --- a/INT_PT002/Forms/FormMainDisplay1.Designer.cs +++ b/INT_PT002/Forms/FormMainDisplay1.Designer.cs @@ -31,6 +31,8 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay1)); SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); this.smartForm1 = new SmartX.SmartForm(); + this.smartLabel1 = new SmartX.SmartLabel(); + this.labelTime = new SmartX.SmartLabel(); this.labelProgress5 = new SmartX.SmartLabel(); this.labelStop = new SmartX.SmartLabel(); this.labelStart = new SmartX.SmartLabel(); @@ -40,7 +42,6 @@ this.buttonCut = new SmartX.SmartButton(); this.buttonClear = new SmartX.SmartButton(); this.buttonMenu = new SmartX.SmartButton(); - this.labelTime = new SmartX.SmartLabel(); this.buttonDisplay = new SmartX.SmartButton(); this.smartGroupBox4 = new SmartX.SmartGroupBox(); this.labelPressureWork3 = new SmartX.SmartLabel(); @@ -224,13 +225,86 @@ this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle(); this.timerOff = new System.Windows.Forms.Timer(); this.timerOn = new System.Windows.Forms.Timer(); - this.smartLabel1 = new SmartX.SmartLabel(); - this.smartProgressBar1 = new SmartX.SmartProgressBar(); - this.smartProgressBar2 = new SmartX.SmartProgressBar(); - this.smartProgressBar3 = new SmartX.SmartProgressBar(); - this.smartProgressBar4 = new SmartX.SmartProgressBar(); - this.smartProgressBar5 = new SmartX.SmartProgressBar(); - this.smartProgressBar6 = new SmartX.SmartProgressBar(); + this.labelDispMDataDiff1 = new SmartX.SmartLabel(); + this.smartLabel5 = new SmartX.SmartLabel(); + this.labelDispSTD1 = new SmartX.SmartLabel(); + this.smartLabel11 = new SmartX.SmartLabel(); + this.labelDiffSecSum1 = new SmartX.SmartLabel(); + this.smartLabel17 = new SmartX.SmartLabel(); + this.labelDiffMean1 = new SmartX.SmartLabel(); + this.smartLabel21 = new SmartX.SmartLabel(); + this.labelDiffMean2 = new SmartX.SmartLabel(); + this.smartLabel24 = new SmartX.SmartLabel(); + this.labelDiffSecSum2 = new SmartX.SmartLabel(); + this.smartLabel29 = new SmartX.SmartLabel(); + this.labelDispSTD2 = new SmartX.SmartLabel(); + this.smartLabel33 = new SmartX.SmartLabel(); + this.labelDispMDataDiff2 = new SmartX.SmartLabel(); + this.smartLabel36 = new SmartX.SmartLabel(); + this.labelDiffMean3 = new SmartX.SmartLabel(); + this.smartLabel41 = new SmartX.SmartLabel(); + this.labelDiffSecSum3 = new SmartX.SmartLabel(); + this.smartLabel45 = new SmartX.SmartLabel(); + this.labelDispSTD3 = new SmartX.SmartLabel(); + this.smartLabel48 = new SmartX.SmartLabel(); + this.labelDispMDataDiff3 = new SmartX.SmartLabel(); + this.smartLabel53 = new SmartX.SmartLabel(); + this.labelDiffMean4 = new SmartX.SmartLabel(); + this.smartLabel57 = new SmartX.SmartLabel(); + this.labelDiffSecSum4 = new SmartX.SmartLabel(); + this.smartLabel60 = new SmartX.SmartLabel(); + this.labelDispSTD4 = new SmartX.SmartLabel(); + this.smartLabel66 = new SmartX.SmartLabel(); + this.labelDispMDataDiff4 = new SmartX.SmartLabel(); + this.smartLabel70 = new SmartX.SmartLabel(); + this.labelDiffMean5 = new SmartX.SmartLabel(); + this.smartLabel73 = new SmartX.SmartLabel(); + this.labelDiffSecSum5 = new SmartX.SmartLabel(); + this.smartLabel78 = new SmartX.SmartLabel(); + this.labelDispSTD5 = new SmartX.SmartLabel(); + this.smartLabel82 = new SmartX.SmartLabel(); + this.labelDispMDataDiff5 = new SmartX.SmartLabel(); + this.smartLabel85 = new SmartX.SmartLabel(); + this.labelDiffMean6 = new SmartX.SmartLabel(); + this.smartLabel90 = new SmartX.SmartLabel(); + this.labelDiffSecSum6 = new SmartX.SmartLabel(); + this.smartLabel94 = new SmartX.SmartLabel(); + this.labelDispSTD6 = new SmartX.SmartLabel(); + this.smartLabel97 = new SmartX.SmartLabel(); + this.labelDispMDataDiff6 = new SmartX.SmartLabel(); + this.smartLabel102 = new SmartX.SmartLabel(); + this.labelDiffMean7 = new SmartX.SmartLabel(); + this.smartLabel106 = new SmartX.SmartLabel(); + this.labelDiffSecSum7 = new SmartX.SmartLabel(); + this.smartLabel109 = new SmartX.SmartLabel(); + this.labelDispSTD7 = new SmartX.SmartLabel(); + this.smartLabel114 = new SmartX.SmartLabel(); + this.labelDispMDataDiff7 = new SmartX.SmartLabel(); + this.smartLabel118 = new SmartX.SmartLabel(); + this.labelDiffMean8 = new SmartX.SmartLabel(); + this.smartLabel120 = new SmartX.SmartLabel(); + this.labelDiffSecSum8 = new SmartX.SmartLabel(); + this.smartLabel122 = new SmartX.SmartLabel(); + this.labelDispSTD8 = new SmartX.SmartLabel(); + this.smartLabel124 = new SmartX.SmartLabel(); + this.labelDispMDataDiff8 = new SmartX.SmartLabel(); + this.smartLabel126 = new SmartX.SmartLabel(); + this.labelDiffMean9 = new SmartX.SmartLabel(); + this.smartLabel128 = new SmartX.SmartLabel(); + this.labelDiffSecSum9 = new SmartX.SmartLabel(); + this.smartLabel130 = new SmartX.SmartLabel(); + this.labelDispSTD9 = new SmartX.SmartLabel(); + this.smartLabel132 = new SmartX.SmartLabel(); + this.labelDispMDataDiff9 = new SmartX.SmartLabel(); + this.smartLabel134 = new SmartX.SmartLabel(); + this.labelDiffMean10 = new SmartX.SmartLabel(); + this.smartLabel136 = new SmartX.SmartLabel(); + this.labelDiffSecSum10 = new SmartX.SmartLabel(); + this.smartLabel138 = new SmartX.SmartLabel(); + this.labelDispSTD10 = new SmartX.SmartLabel(); + this.smartLabel140 = new SmartX.SmartLabel(); + this.labelDispMDataDiff10 = new SmartX.SmartLabel(); + this.smartLabel142 = new SmartX.SmartLabel(); this.smartForm1.SuspendLayout(); this.smartGroupBox4.SuspendLayout(); this.smartGroupBox1.SuspendLayout(); @@ -292,6 +366,52 @@ this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.UseMainMenu = false; // + // smartLabel1 + // + this.smartLabel1.BackGround = this.smartForm1; + this.smartLabel1.BackGroundColor = System.Drawing.Color.SkyBlue; + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + 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(15, 701); + 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(355, 60); + this.smartLabel1.TabIndex = 73; + this.smartLabel1.Text = "00. Emergency Stop"; + this.smartLabel1.TextColor = System.Drawing.Color.Black; + 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; + // + // labelTime + // + this.labelTime.BackGround = this.smartForm1; + this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelTime.LineSpacing = 0F; + this.labelTime.Location = new System.Drawing.Point(671, 31); + this.labelTime.Name = "labelTime"; + this.labelTime.OverlapOptimize = true; + this.labelTime.PasswordChar = '\0'; + this.labelTime.Radius = 3; + this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTime.Size = new System.Drawing.Size(181, 31); + this.labelTime.TabIndex = 57; + this.labelTime.Text = "2022.05.12 17:25:28"; + this.labelTime.TextColor = System.Drawing.Color.Black; + this.labelTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTime.Wordwrap = false; + // // labelProgress5 // this.labelProgress5.BackGround = null; @@ -531,29 +651,6 @@ this.buttonMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMenu.Click += new System.EventHandler(this.buttonMenu_Click); // - // labelTime - // - this.labelTime.BackGround = this.smartForm1; - this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; - this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelTime.LineSpacing = 0F; - this.labelTime.Location = new System.Drawing.Point(671, 31); - this.labelTime.Name = "labelTime"; - this.labelTime.OverlapOptimize = true; - this.labelTime.PasswordChar = '\0'; - this.labelTime.Radius = 3; - this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTime.Size = new System.Drawing.Size(181, 31); - this.labelTime.TabIndex = 57; - this.labelTime.Text = "2022.05.12 17:25:28"; - this.labelTime.TextColor = System.Drawing.Color.Black; - this.labelTime.TextColorDisable = System.Drawing.Color.Gray; - this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTime.Wordwrap = false; - // // buttonDisplay // this.buttonDisplay.BackGround = this.smartForm1; @@ -595,11 +692,19 @@ this.smartGroupBox4.BackGround = null; this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox4.BackImage = null; + this.smartGroupBox4.Controls.Add(this.labelDiffMean3); + this.smartGroupBox4.Controls.Add(this.smartLabel41); + this.smartGroupBox4.Controls.Add(this.labelDiffSecSum3); + this.smartGroupBox4.Controls.Add(this.smartLabel45); + this.smartGroupBox4.Controls.Add(this.labelDispSTD3); + this.smartGroupBox4.Controls.Add(this.smartLabel48); + this.smartGroupBox4.Controls.Add(this.labelDispMDataDiff3); + this.smartGroupBox4.Controls.Add(this.smartLabel53); + this.smartGroupBox4.Controls.Add(this.smartSeparatorLine23); this.smartGroupBox4.Controls.Add(this.labelPressureWork3); this.smartGroupBox4.Controls.Add(this.labelDiffMadc3); this.smartGroupBox4.Controls.Add(this.smartLabel23); this.smartGroupBox4.Controls.Add(this.smartSeparatorLine3); - this.smartGroupBox4.Controls.Add(this.smartSeparatorLine23); this.smartGroupBox4.Controls.Add(this.labelPressureMaster3); this.smartGroupBox4.Controls.Add(this.smartLabel25); this.smartGroupBox4.Controls.Add(this.smartLabel26); @@ -615,11 +720,11 @@ this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox4.FrameLineThickness = 2; this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox4.HeaderHeightOffset = 12; + this.smartGroupBox4.HeaderHeightOffset = 1; this.smartGroupBox4.Location = new System.Drawing.Point(414, 119); this.smartGroupBox4.Name = "smartGroupBox4"; this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox4.Size = new System.Drawing.Size(198, 285); this.smartGroupBox4.TabIndex = 39; this.smartGroupBox4.Text = "Lane 3"; this.smartGroupBox4.TextColor = System.Drawing.Color.White; @@ -632,7 +737,7 @@ this.labelPressureWork3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork3.LineSpacing = 0F; - this.labelPressureWork3.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork3.Location = new System.Drawing.Point(89, 240); this.labelPressureWork3.Name = "labelPressureWork3"; this.labelPressureWork3.OverlapOptimize = true; this.labelPressureWork3.PasswordChar = '\0'; @@ -655,7 +760,7 @@ this.labelDiffMadc3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc3.LineSpacing = 0F; - this.labelDiffMadc3.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc3.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc3.Name = "labelDiffMadc3"; this.labelDiffMadc3.OverlapOptimize = true; this.labelDiffMadc3.PasswordChar = '\0'; @@ -678,7 +783,7 @@ 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(3, 172); + this.smartLabel23.Location = new System.Drawing.Point(3, 150); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; @@ -698,13 +803,21 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); + this.smartGroupBox1.Controls.Add(this.labelDiffMean1); + this.smartGroupBox1.Controls.Add(this.smartLabel21); + this.smartGroupBox1.Controls.Add(this.labelDiffSecSum1); + this.smartGroupBox1.Controls.Add(this.smartLabel17); + this.smartGroupBox1.Controls.Add(this.labelDispSTD1); + this.smartGroupBox1.Controls.Add(this.smartLabel11); + this.smartGroupBox1.Controls.Add(this.labelDispMDataDiff1); + this.smartGroupBox1.Controls.Add(this.smartLabel5); this.smartGroupBox1.Controls.Add(this.labelPressureWork1); this.smartGroupBox1.Controls.Add(this.labelDiffMadc1); this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine21); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine11); this.smartGroupBox1.Controls.Add(this.labelResult1); - this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.labelPressureMaster1); this.smartGroupBox1.Controls.Add(this.smartLabel10); this.smartGroupBox1.Controls.Add(this.smartLabel12); @@ -719,11 +832,11 @@ 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.HeaderBar; - this.smartGroupBox1.HeaderHeightOffset = 12; + this.smartGroupBox1.HeaderHeightOffset = 1; this.smartGroupBox1.Location = new System.Drawing.Point(6, 119); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; - this.smartGroupBox1.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox1.Size = new System.Drawing.Size(198, 285); this.smartGroupBox1.TabIndex = 37; this.smartGroupBox1.Text = "Lane 1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; @@ -736,7 +849,7 @@ this.labelPressureWork1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork1.LineSpacing = 0F; - this.labelPressureWork1.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork1.Location = new System.Drawing.Point(89, 240); this.labelPressureWork1.Name = "labelPressureWork1"; this.labelPressureWork1.OverlapOptimize = true; this.labelPressureWork1.PasswordChar = '\0'; @@ -759,7 +872,7 @@ this.labelDiffMadc1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc1.LineSpacing = 0F; - this.labelDiffMadc1.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc1.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc1.Name = "labelDiffMadc1"; this.labelDiffMadc1.OverlapOptimize = true; this.labelDiffMadc1.PasswordChar = '\0'; @@ -782,7 +895,7 @@ 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(3, 172); + this.smartLabel2.Location = new System.Drawing.Point(3, 150); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.OverlapOptimize = true; this.smartLabel2.PasswordChar = '\0'; @@ -804,7 +917,7 @@ this.smartSeparatorLine21.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine21.Line2Width = 1F; this.smartSeparatorLine21.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine21.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine21.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine21.Name = "smartSeparatorLine21"; this.smartSeparatorLine21.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine21.TabIndex = 24; @@ -817,7 +930,7 @@ this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine11.Line2Width = 1F; this.smartSeparatorLine11.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine11.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine11.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine11.Name = "smartSeparatorLine11"; this.smartSeparatorLine11.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine11.TabIndex = 23; @@ -829,15 +942,15 @@ this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); + this.labelResult1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult1.LineSpacing = 0F; - this.labelResult1.Location = new System.Drawing.Point(3, 42); + this.labelResult1.Location = new System.Drawing.Point(3, 25); this.labelResult1.Name = "labelResult1"; this.labelResult1.OverlapOptimize = true; this.labelResult1.PasswordChar = '\0'; this.labelResult1.Radius = 3; this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult1.Size = new System.Drawing.Size(192, 60); + this.labelResult1.Size = new System.Drawing.Size(192, 30); this.labelResult1.TabIndex = 22; this.labelResult1.Text = "실패"; this.labelResult1.TextColor = System.Drawing.Color.Black; @@ -854,7 +967,7 @@ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; this.smartSeparatorLine1.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine1.TabIndex = 21; @@ -868,7 +981,7 @@ this.labelPressureMaster1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster1.LineSpacing = 0F; - this.labelPressureMaster1.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster1.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster1.Name = "labelPressureMaster1"; this.labelPressureMaster1.OverlapOptimize = true; this.labelPressureMaster1.PasswordChar = '\0'; @@ -891,7 +1004,7 @@ 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(3, 252); + this.smartLabel10.Location = new System.Drawing.Point(3, 262); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; @@ -914,7 +1027,7 @@ this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(3, 230); + this.smartLabel12.Location = new System.Drawing.Point(3, 240); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -937,7 +1050,7 @@ this.labelDiffSecDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff1.LineSpacing = 0F; - this.labelDiffSecDiff1.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff1.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff1.Name = "labelDiffSecDiff1"; this.labelDiffSecDiff1.OverlapOptimize = true; this.labelDiffSecDiff1.PasswordChar = '\0'; @@ -960,7 +1073,7 @@ 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(3, 194); + this.smartLabel8.Location = new System.Drawing.Point(3, 172); this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.OverlapOptimize = true; this.smartLabel8.PasswordChar = '\0'; @@ -983,7 +1096,7 @@ this.labelDispMData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData1.LineSpacing = 0F; - this.labelDispMData1.Location = new System.Drawing.Point(89, 138); + this.labelDispMData1.Location = new System.Drawing.Point(89, 83); this.labelDispMData1.Name = "labelDispMData1"; this.labelDispMData1.OverlapOptimize = true; this.labelDispMData1.PasswordChar = '\0'; @@ -1006,7 +1119,7 @@ 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(3, 138); + this.smartLabel6.Location = new System.Drawing.Point(3, 83); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -1052,7 +1165,7 @@ this.labelDispRData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData1.LineSpacing = 0F; - this.labelDispRData1.Location = new System.Drawing.Point(89, 116); + this.labelDispRData1.Location = new System.Drawing.Point(89, 61); this.labelDispRData1.Name = "labelDispRData1"; this.labelDispRData1.OverlapOptimize = true; this.labelDispRData1.PasswordChar = '\0'; @@ -1075,7 +1188,7 @@ 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(3, 116); + this.smartLabel3.Location = new System.Drawing.Point(3, 61); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -1097,7 +1210,7 @@ this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine3.Line2Width = 1F; this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine3.Name = "smartSeparatorLine3"; this.smartSeparatorLine3.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine3.TabIndex = 38; @@ -1110,7 +1223,7 @@ this.smartSeparatorLine23.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine23.Line2Width = 1F; this.smartSeparatorLine23.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine23.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine23.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine23.Name = "smartSeparatorLine23"; this.smartSeparatorLine23.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine23.TabIndex = 37; @@ -1124,7 +1237,7 @@ this.labelPressureMaster3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster3.LineSpacing = 0F; - this.labelPressureMaster3.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster3.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster3.Name = "labelPressureMaster3"; this.labelPressureMaster3.OverlapOptimize = true; this.labelPressureMaster3.PasswordChar = '\0'; @@ -1147,7 +1260,7 @@ this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(3, 252); + this.smartLabel25.Location = new System.Drawing.Point(3, 262); this.smartLabel25.Name = "smartLabel25"; this.smartLabel25.OverlapOptimize = true; this.smartLabel25.PasswordChar = '\0'; @@ -1170,7 +1283,7 @@ this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel26.LineSpacing = 0F; - this.smartLabel26.Location = new System.Drawing.Point(3, 230); + this.smartLabel26.Location = new System.Drawing.Point(3, 240); this.smartLabel26.Name = "smartLabel26"; this.smartLabel26.OverlapOptimize = true; this.smartLabel26.PasswordChar = '\0'; @@ -1193,7 +1306,7 @@ this.labelDiffSecDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff3.LineSpacing = 0F; - this.labelDiffSecDiff3.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff3.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff3.Name = "labelDiffSecDiff3"; this.labelDiffSecDiff3.OverlapOptimize = true; this.labelDiffSecDiff3.PasswordChar = '\0'; @@ -1216,7 +1329,7 @@ this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel28.LineSpacing = 0F; - this.smartLabel28.Location = new System.Drawing.Point(3, 194); + this.smartLabel28.Location = new System.Drawing.Point(3, 172); this.smartLabel28.Name = "smartLabel28"; this.smartLabel28.OverlapOptimize = true; this.smartLabel28.PasswordChar = '\0'; @@ -1239,7 +1352,7 @@ this.labelDispMData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData3.LineSpacing = 0F; - this.labelDispMData3.Location = new System.Drawing.Point(89, 138); + this.labelDispMData3.Location = new System.Drawing.Point(89, 83); this.labelDispMData3.Name = "labelDispMData3"; this.labelDispMData3.OverlapOptimize = true; this.labelDispMData3.PasswordChar = '\0'; @@ -1262,7 +1375,7 @@ this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel30.LineSpacing = 0F; - this.smartLabel30.Location = new System.Drawing.Point(3, 138); + this.smartLabel30.Location = new System.Drawing.Point(3, 83); this.smartLabel30.Name = "smartLabel30"; this.smartLabel30.OverlapOptimize = true; this.smartLabel30.PasswordChar = '\0'; @@ -1285,7 +1398,7 @@ this.labelDispRData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData3.LineSpacing = 0F; - this.labelDispRData3.Location = new System.Drawing.Point(89, 116); + this.labelDispRData3.Location = new System.Drawing.Point(89, 61); this.labelDispRData3.Name = "labelDispRData3"; this.labelDispRData3.OverlapOptimize = true; this.labelDispRData3.PasswordChar = '\0'; @@ -1308,7 +1421,7 @@ 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(3, 116); + this.smartLabel32.Location = new System.Drawing.Point(3, 61); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; @@ -1330,7 +1443,7 @@ this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine13.Line2Width = 1F; this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine13.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine13.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine13.Name = "smartSeparatorLine13"; this.smartSeparatorLine13.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine13.TabIndex = 25; @@ -1344,13 +1457,13 @@ this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResult3.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult3.LineSpacing = 0F; - this.labelResult3.Location = new System.Drawing.Point(3, 42); + this.labelResult3.Location = new System.Drawing.Point(3, 25); this.labelResult3.Name = "labelResult3"; this.labelResult3.OverlapOptimize = true; this.labelResult3.PasswordChar = '\0'; this.labelResult3.Radius = 3; this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult3.Size = new System.Drawing.Size(192, 60); + this.labelResult3.Size = new System.Drawing.Size(192, 30); this.labelResult3.TabIndex = 24; this.labelResult3.Text = "제품 없음"; this.labelResult3.TextColor = System.Drawing.Color.Black; @@ -1365,11 +1478,19 @@ this.smartGroupBox5.BackGround = null; this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox5.BackImage = null; + this.smartGroupBox5.Controls.Add(this.labelDiffMean4); + this.smartGroupBox5.Controls.Add(this.smartLabel57); + this.smartGroupBox5.Controls.Add(this.labelDiffSecSum4); + this.smartGroupBox5.Controls.Add(this.smartLabel60); + this.smartGroupBox5.Controls.Add(this.labelDispSTD4); + this.smartGroupBox5.Controls.Add(this.smartLabel66); + this.smartGroupBox5.Controls.Add(this.labelDispMDataDiff4); + this.smartGroupBox5.Controls.Add(this.smartLabel70); + this.smartGroupBox5.Controls.Add(this.smartSeparatorLine5); this.smartGroupBox5.Controls.Add(this.labelPressureWork4); this.smartGroupBox5.Controls.Add(this.labelDiffMadc4); this.smartGroupBox5.Controls.Add(this.smartLabel35); this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine5); this.smartGroupBox5.Controls.Add(this.labelPressureMaster4); this.smartGroupBox5.Controls.Add(this.smartLabel37); this.smartGroupBox5.Controls.Add(this.smartLabel38); @@ -1385,11 +1506,11 @@ this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox5.FrameLineThickness = 2; this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox5.HeaderHeightOffset = 12; + this.smartGroupBox5.HeaderHeightOffset = 1; this.smartGroupBox5.Location = new System.Drawing.Point(618, 119); this.smartGroupBox5.Name = "smartGroupBox5"; this.smartGroupBox5.RoundRadius = 5; - this.smartGroupBox5.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox5.Size = new System.Drawing.Size(198, 285); this.smartGroupBox5.TabIndex = 40; this.smartGroupBox5.Text = "Lane 4"; this.smartGroupBox5.TextColor = System.Drawing.Color.White; @@ -1402,7 +1523,7 @@ this.labelPressureWork4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork4.LineSpacing = 0F; - this.labelPressureWork4.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork4.Location = new System.Drawing.Point(89, 240); this.labelPressureWork4.Name = "labelPressureWork4"; this.labelPressureWork4.OverlapOptimize = true; this.labelPressureWork4.PasswordChar = '\0'; @@ -1425,7 +1546,7 @@ this.labelDiffMadc4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc4.LineSpacing = 0F; - this.labelDiffMadc4.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc4.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc4.Name = "labelDiffMadc4"; this.labelDiffMadc4.OverlapOptimize = true; this.labelDiffMadc4.PasswordChar = '\0'; @@ -1448,7 +1569,7 @@ this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel35.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel35.LineSpacing = 0F; - this.smartLabel35.Location = new System.Drawing.Point(3, 172); + this.smartLabel35.Location = new System.Drawing.Point(3, 150); this.smartLabel35.Name = "smartLabel35"; this.smartLabel35.OverlapOptimize = true; this.smartLabel35.PasswordChar = '\0'; @@ -1470,7 +1591,7 @@ this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine4.Line2Width = 1F; this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine4.Name = "smartSeparatorLine4"; this.smartSeparatorLine4.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine4.TabIndex = 38; @@ -1483,7 +1604,7 @@ this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine5.Line2Width = 1F; this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine5.Name = "smartSeparatorLine5"; this.smartSeparatorLine5.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine5.TabIndex = 37; @@ -1497,7 +1618,7 @@ 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(89, 252); + this.labelPressureMaster4.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster4.Name = "labelPressureMaster4"; this.labelPressureMaster4.OverlapOptimize = true; this.labelPressureMaster4.PasswordChar = '\0'; @@ -1520,7 +1641,7 @@ 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, 252); + this.smartLabel37.Location = new System.Drawing.Point(3, 262); this.smartLabel37.Name = "smartLabel37"; this.smartLabel37.OverlapOptimize = true; this.smartLabel37.PasswordChar = '\0'; @@ -1543,7 +1664,7 @@ this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel38.LineSpacing = 0F; - this.smartLabel38.Location = new System.Drawing.Point(3, 230); + this.smartLabel38.Location = new System.Drawing.Point(3, 240); this.smartLabel38.Name = "smartLabel38"; this.smartLabel38.OverlapOptimize = true; this.smartLabel38.PasswordChar = '\0'; @@ -1566,7 +1687,7 @@ this.labelDiffSecDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff4.LineSpacing = 0F; - this.labelDiffSecDiff4.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff4.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff4.Name = "labelDiffSecDiff4"; this.labelDiffSecDiff4.OverlapOptimize = true; this.labelDiffSecDiff4.PasswordChar = '\0'; @@ -1589,7 +1710,7 @@ this.smartLabel40.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel40.LineSpacing = 0F; - this.smartLabel40.Location = new System.Drawing.Point(3, 194); + this.smartLabel40.Location = new System.Drawing.Point(3, 172); this.smartLabel40.Name = "smartLabel40"; this.smartLabel40.OverlapOptimize = true; this.smartLabel40.PasswordChar = '\0'; @@ -1612,7 +1733,7 @@ this.labelDispMData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData4.LineSpacing = 0F; - this.labelDispMData4.Location = new System.Drawing.Point(89, 138); + this.labelDispMData4.Location = new System.Drawing.Point(89, 83); this.labelDispMData4.Name = "labelDispMData4"; this.labelDispMData4.OverlapOptimize = true; this.labelDispMData4.PasswordChar = '\0'; @@ -1635,7 +1756,7 @@ 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(3, 138); + this.smartLabel42.Location = new System.Drawing.Point(3, 83); this.smartLabel42.Name = "smartLabel42"; this.smartLabel42.OverlapOptimize = true; this.smartLabel42.PasswordChar = '\0'; @@ -1658,7 +1779,7 @@ this.labelDispRData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData4.LineSpacing = 0F; - this.labelDispRData4.Location = new System.Drawing.Point(89, 116); + this.labelDispRData4.Location = new System.Drawing.Point(89, 61); this.labelDispRData4.Name = "labelDispRData4"; this.labelDispRData4.OverlapOptimize = true; this.labelDispRData4.PasswordChar = '\0'; @@ -1681,7 +1802,7 @@ 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(3, 116); + this.smartLabel44.Location = new System.Drawing.Point(3, 61); this.smartLabel44.Name = "smartLabel44"; this.smartLabel44.OverlapOptimize = true; this.smartLabel44.PasswordChar = '\0'; @@ -1703,7 +1824,7 @@ this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine14.Line2Width = 1F; this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine14.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine14.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine14.Name = "smartSeparatorLine14"; this.smartSeparatorLine14.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine14.TabIndex = 25; @@ -1715,15 +1836,15 @@ this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult4.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); + this.labelResult4.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult4.LineSpacing = 0F; - this.labelResult4.Location = new System.Drawing.Point(3, 42); + this.labelResult4.Location = new System.Drawing.Point(3, 25); this.labelResult4.Name = "labelResult4"; this.labelResult4.OverlapOptimize = true; this.labelResult4.PasswordChar = '\0'; this.labelResult4.Radius = 3; this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult4.Size = new System.Drawing.Size(192, 60); + this.labelResult4.Size = new System.Drawing.Size(192, 30); this.labelResult4.TabIndex = 24; this.labelResult4.Text = "오류"; this.labelResult4.TextColor = System.Drawing.Color.Black; @@ -1738,13 +1859,21 @@ this.smartGroupBox3.BackGround = null; this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox3.BackImage = null; - this.smartGroupBox3.Controls.Add(this.labelPressureWork2); - this.smartGroupBox3.Controls.Add(this.labelDiffMadc2); - this.smartGroupBox3.Controls.Add(this.smartLabel9); - this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2); + this.smartGroupBox3.Controls.Add(this.labelDiffMean2); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine22); + this.smartGroupBox3.Controls.Add(this.smartLabel24); + this.smartGroupBox3.Controls.Add(this.labelPressureWork2); + this.smartGroupBox3.Controls.Add(this.labelDiffSecSum2); + this.smartGroupBox3.Controls.Add(this.labelDiffMadc2); + this.smartGroupBox3.Controls.Add(this.smartLabel29); + this.smartGroupBox3.Controls.Add(this.smartLabel9); + this.smartGroupBox3.Controls.Add(this.labelDispSTD2); + this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2); + this.smartGroupBox3.Controls.Add(this.smartLabel33); this.smartGroupBox3.Controls.Add(this.labelPressureMaster2); + this.smartGroupBox3.Controls.Add(this.labelDispMDataDiff2); this.smartGroupBox3.Controls.Add(this.smartLabel13); + this.smartGroupBox3.Controls.Add(this.smartLabel36); this.smartGroupBox3.Controls.Add(this.smartLabel14); this.smartGroupBox3.Controls.Add(this.labelDiffSecDiff2); this.smartGroupBox3.Controls.Add(this.smartLabel16); @@ -1758,11 +1887,11 @@ this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineThickness = 2; this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox3.HeaderHeightOffset = 12; + this.smartGroupBox3.HeaderHeightOffset = 1; this.smartGroupBox3.Location = new System.Drawing.Point(210, 119); this.smartGroupBox3.Name = "smartGroupBox3"; this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox3.Size = new System.Drawing.Size(198, 285); this.smartGroupBox3.TabIndex = 38; this.smartGroupBox3.Text = "Lane 2"; this.smartGroupBox3.TextColor = System.Drawing.Color.White; @@ -1775,7 +1904,7 @@ this.labelPressureWork2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork2.LineSpacing = 0F; - this.labelPressureWork2.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork2.Location = new System.Drawing.Point(89, 240); this.labelPressureWork2.Name = "labelPressureWork2"; this.labelPressureWork2.OverlapOptimize = true; this.labelPressureWork2.PasswordChar = '\0'; @@ -1798,7 +1927,7 @@ this.labelDiffMadc2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc2.LineSpacing = 0F; - this.labelDiffMadc2.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc2.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc2.Name = "labelDiffMadc2"; this.labelDiffMadc2.OverlapOptimize = true; this.labelDiffMadc2.PasswordChar = '\0'; @@ -1821,7 +1950,7 @@ 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(3, 172); + this.smartLabel9.Location = new System.Drawing.Point(3, 150); this.smartLabel9.Name = "smartLabel9"; this.smartLabel9.OverlapOptimize = true; this.smartLabel9.PasswordChar = '\0'; @@ -1843,7 +1972,7 @@ this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine2.Line2Width = 1F; this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine2.Name = "smartSeparatorLine2"; this.smartSeparatorLine2.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine2.TabIndex = 38; @@ -1856,7 +1985,7 @@ this.smartSeparatorLine22.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine22.Line2Width = 1F; this.smartSeparatorLine22.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine22.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine22.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine22.Name = "smartSeparatorLine22"; this.smartSeparatorLine22.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine22.TabIndex = 37; @@ -1870,7 +1999,7 @@ this.labelPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster2.LineSpacing = 0F; - this.labelPressureMaster2.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster2.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster2.Name = "labelPressureMaster2"; this.labelPressureMaster2.OverlapOptimize = true; this.labelPressureMaster2.PasswordChar = '\0'; @@ -1893,7 +2022,7 @@ 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(3, 252); + this.smartLabel13.Location = new System.Drawing.Point(3, 262); this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.OverlapOptimize = true; this.smartLabel13.PasswordChar = '\0'; @@ -1916,7 +2045,7 @@ this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(3, 230); + this.smartLabel14.Location = new System.Drawing.Point(3, 240); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; @@ -1939,7 +2068,7 @@ this.labelDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff2.LineSpacing = 0F; - this.labelDiffSecDiff2.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff2.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff2.Name = "labelDiffSecDiff2"; this.labelDiffSecDiff2.OverlapOptimize = true; this.labelDiffSecDiff2.PasswordChar = '\0'; @@ -1962,7 +2091,7 @@ this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(3, 194); + this.smartLabel16.Location = new System.Drawing.Point(3, 172); this.smartLabel16.Name = "smartLabel16"; this.smartLabel16.OverlapOptimize = true; this.smartLabel16.PasswordChar = '\0'; @@ -1985,7 +2114,7 @@ this.labelDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData2.LineSpacing = 0F; - this.labelDispMData2.Location = new System.Drawing.Point(89, 138); + this.labelDispMData2.Location = new System.Drawing.Point(89, 83); this.labelDispMData2.Name = "labelDispMData2"; this.labelDispMData2.OverlapOptimize = true; this.labelDispMData2.PasswordChar = '\0'; @@ -2008,7 +2137,7 @@ 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(3, 138); + this.smartLabel18.Location = new System.Drawing.Point(3, 83); this.smartLabel18.Name = "smartLabel18"; this.smartLabel18.OverlapOptimize = true; this.smartLabel18.PasswordChar = '\0'; @@ -2031,7 +2160,7 @@ this.labelDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData2.LineSpacing = 0F; - this.labelDispRData2.Location = new System.Drawing.Point(89, 116); + this.labelDispRData2.Location = new System.Drawing.Point(89, 61); this.labelDispRData2.Name = "labelDispRData2"; this.labelDispRData2.OverlapOptimize = true; this.labelDispRData2.PasswordChar = '\0'; @@ -2054,7 +2183,7 @@ this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(3, 116); + this.smartLabel20.Location = new System.Drawing.Point(3, 61); this.smartLabel20.Name = "smartLabel20"; this.smartLabel20.OverlapOptimize = true; this.smartLabel20.PasswordChar = '\0'; @@ -2076,7 +2205,7 @@ this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine12.Line2Width = 1F; this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine12.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine12.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine12.Name = "smartSeparatorLine12"; this.smartSeparatorLine12.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine12.TabIndex = 25; @@ -2088,15 +2217,15 @@ this.labelResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult2.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold); + this.labelResult2.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult2.LineSpacing = 0F; - this.labelResult2.Location = new System.Drawing.Point(3, 42); + this.labelResult2.Location = new System.Drawing.Point(3, 25); this.labelResult2.Name = "labelResult2"; this.labelResult2.OverlapOptimize = true; this.labelResult2.PasswordChar = '\0'; this.labelResult2.Radius = 3; this.labelResult2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult2.Size = new System.Drawing.Size(192, 60); + this.labelResult2.Size = new System.Drawing.Size(192, 30); this.labelResult2.TabIndex = 24; this.labelResult2.Text = "-"; this.labelResult2.TextColor = System.Drawing.Color.Black; @@ -2111,11 +2240,19 @@ this.smartGroupBox6.BackGround = null; this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox6.BackImage = null; + this.smartGroupBox6.Controls.Add(this.labelDiffMean5); + this.smartGroupBox6.Controls.Add(this.smartLabel73); + this.smartGroupBox6.Controls.Add(this.labelDiffSecSum5); + this.smartGroupBox6.Controls.Add(this.smartLabel78); + this.smartGroupBox6.Controls.Add(this.labelDispSTD5); + this.smartGroupBox6.Controls.Add(this.smartLabel82); + this.smartGroupBox6.Controls.Add(this.labelDispMDataDiff5); + this.smartGroupBox6.Controls.Add(this.smartLabel85); + this.smartGroupBox6.Controls.Add(this.smartSeparatorLine7); this.smartGroupBox6.Controls.Add(this.labelPressureWork5); this.smartGroupBox6.Controls.Add(this.labelDiffMadc5); this.smartGroupBox6.Controls.Add(this.smartLabel47); this.smartGroupBox6.Controls.Add(this.smartSeparatorLine6); - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine7); this.smartGroupBox6.Controls.Add(this.labelPressureMaster5); this.smartGroupBox6.Controls.Add(this.smartLabel49); this.smartGroupBox6.Controls.Add(this.smartLabel50); @@ -2131,11 +2268,11 @@ this.smartGroupBox6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox6.FrameLineThickness = 2; this.smartGroupBox6.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox6.HeaderHeightOffset = 12; + this.smartGroupBox6.HeaderHeightOffset = 1; this.smartGroupBox6.Location = new System.Drawing.Point(822, 119); this.smartGroupBox6.Name = "smartGroupBox6"; this.smartGroupBox6.RoundRadius = 5; - this.smartGroupBox6.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox6.Size = new System.Drawing.Size(198, 285); this.smartGroupBox6.TabIndex = 41; this.smartGroupBox6.Text = "Lane 5"; this.smartGroupBox6.TextColor = System.Drawing.Color.White; @@ -2148,7 +2285,7 @@ this.labelPressureWork5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork5.LineSpacing = 0F; - this.labelPressureWork5.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork5.Location = new System.Drawing.Point(89, 240); this.labelPressureWork5.Name = "labelPressureWork5"; this.labelPressureWork5.OverlapOptimize = true; this.labelPressureWork5.PasswordChar = '\0'; @@ -2171,7 +2308,7 @@ this.labelDiffMadc5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc5.LineSpacing = 0F; - this.labelDiffMadc5.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc5.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc5.Name = "labelDiffMadc5"; this.labelDiffMadc5.OverlapOptimize = true; this.labelDiffMadc5.PasswordChar = '\0'; @@ -2194,7 +2331,7 @@ this.smartLabel47.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel47.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel47.LineSpacing = 0F; - this.smartLabel47.Location = new System.Drawing.Point(3, 172); + this.smartLabel47.Location = new System.Drawing.Point(3, 150); this.smartLabel47.Name = "smartLabel47"; this.smartLabel47.OverlapOptimize = true; this.smartLabel47.PasswordChar = '\0'; @@ -2216,7 +2353,7 @@ this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine6.Line2Width = 1F; this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine6.Name = "smartSeparatorLine6"; this.smartSeparatorLine6.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine6.TabIndex = 38; @@ -2229,7 +2366,7 @@ this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine7.Line2Width = 1F; this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine7.Name = "smartSeparatorLine7"; this.smartSeparatorLine7.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine7.TabIndex = 37; @@ -2243,7 +2380,7 @@ 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(89, 252); + this.labelPressureMaster5.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster5.Name = "labelPressureMaster5"; this.labelPressureMaster5.OverlapOptimize = true; this.labelPressureMaster5.PasswordChar = '\0'; @@ -2266,7 +2403,7 @@ 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(3, 252); + this.smartLabel49.Location = new System.Drawing.Point(3, 262); this.smartLabel49.Name = "smartLabel49"; this.smartLabel49.OverlapOptimize = true; this.smartLabel49.PasswordChar = '\0'; @@ -2289,7 +2426,7 @@ this.smartLabel50.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel50.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel50.LineSpacing = 0F; - this.smartLabel50.Location = new System.Drawing.Point(3, 230); + this.smartLabel50.Location = new System.Drawing.Point(3, 240); this.smartLabel50.Name = "smartLabel50"; this.smartLabel50.OverlapOptimize = true; this.smartLabel50.PasswordChar = '\0'; @@ -2312,7 +2449,7 @@ this.labelDiffSecDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff5.LineSpacing = 0F; - this.labelDiffSecDiff5.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff5.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff5.Name = "labelDiffSecDiff5"; this.labelDiffSecDiff5.OverlapOptimize = true; this.labelDiffSecDiff5.PasswordChar = '\0'; @@ -2335,7 +2472,7 @@ this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel52.LineSpacing = 0F; - this.smartLabel52.Location = new System.Drawing.Point(3, 194); + this.smartLabel52.Location = new System.Drawing.Point(3, 172); this.smartLabel52.Name = "smartLabel52"; this.smartLabel52.OverlapOptimize = true; this.smartLabel52.PasswordChar = '\0'; @@ -2358,7 +2495,7 @@ this.labelDispMData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData5.LineSpacing = 0F; - this.labelDispMData5.Location = new System.Drawing.Point(89, 138); + this.labelDispMData5.Location = new System.Drawing.Point(89, 83); this.labelDispMData5.Name = "labelDispMData5"; this.labelDispMData5.OverlapOptimize = true; this.labelDispMData5.PasswordChar = '\0'; @@ -2381,7 +2518,7 @@ 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, 138); + this.smartLabel54.Location = new System.Drawing.Point(3, 83); this.smartLabel54.Name = "smartLabel54"; this.smartLabel54.OverlapOptimize = true; this.smartLabel54.PasswordChar = '\0'; @@ -2404,7 +2541,7 @@ this.labelDispRData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData5.LineSpacing = 0F; - this.labelDispRData5.Location = new System.Drawing.Point(89, 116); + this.labelDispRData5.Location = new System.Drawing.Point(89, 61); this.labelDispRData5.Name = "labelDispRData5"; this.labelDispRData5.OverlapOptimize = true; this.labelDispRData5.PasswordChar = '\0'; @@ -2427,7 +2564,7 @@ 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(3, 116); + this.smartLabel56.Location = new System.Drawing.Point(3, 61); this.smartLabel56.Name = "smartLabel56"; this.smartLabel56.OverlapOptimize = true; this.smartLabel56.PasswordChar = '\0'; @@ -2449,7 +2586,7 @@ this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine15.Line2Width = 1F; this.smartSeparatorLine15.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine15.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine15.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine15.Name = "smartSeparatorLine15"; this.smartSeparatorLine15.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine15.TabIndex = 25; @@ -2463,13 +2600,13 @@ this.labelResult5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResult5.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult5.LineSpacing = 0F; - this.labelResult5.Location = new System.Drawing.Point(3, 42); + this.labelResult5.Location = new System.Drawing.Point(3, 25); this.labelResult5.Name = "labelResult5"; this.labelResult5.OverlapOptimize = true; this.labelResult5.PasswordChar = '\0'; this.labelResult5.Radius = 3; this.labelResult5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult5.Size = new System.Drawing.Size(192, 60); + this.labelResult5.Size = new System.Drawing.Size(192, 30); this.labelResult5.TabIndex = 24; this.labelResult5.Text = "테스트 오류"; this.labelResult5.TextColor = System.Drawing.Color.Black; @@ -2484,11 +2621,19 @@ this.smartGroupBox7.BackGround = null; this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox7.BackImage = null; + this.smartGroupBox7.Controls.Add(this.labelDiffMean9); + this.smartGroupBox7.Controls.Add(this.smartLabel128); + this.smartGroupBox7.Controls.Add(this.labelDiffSecSum9); + this.smartGroupBox7.Controls.Add(this.smartLabel130); + this.smartGroupBox7.Controls.Add(this.labelDispSTD9); + this.smartGroupBox7.Controls.Add(this.smartLabel132); + this.smartGroupBox7.Controls.Add(this.labelDispMDataDiff9); + this.smartGroupBox7.Controls.Add(this.smartLabel134); + this.smartGroupBox7.Controls.Add(this.smartSeparatorLine28); this.smartGroupBox7.Controls.Add(this.labelPressureWork9); this.smartGroupBox7.Controls.Add(this.labelDiffMadc9); this.smartGroupBox7.Controls.Add(this.smartLabel96); this.smartGroupBox7.Controls.Add(this.smartSeparatorLine27); - this.smartGroupBox7.Controls.Add(this.smartSeparatorLine28); this.smartGroupBox7.Controls.Add(this.labelPressureMaster9); this.smartGroupBox7.Controls.Add(this.smartLabel98); this.smartGroupBox7.Controls.Add(this.smartLabel99); @@ -2504,11 +2649,11 @@ this.smartGroupBox7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox7.FrameLineThickness = 2; this.smartGroupBox7.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox7.HeaderHeightOffset = 12; - this.smartGroupBox7.Location = new System.Drawing.Point(618, 405); + this.smartGroupBox7.HeaderHeightOffset = 1; + this.smartGroupBox7.Location = new System.Drawing.Point(618, 410); this.smartGroupBox7.Name = "smartGroupBox7"; this.smartGroupBox7.RoundRadius = 5; - this.smartGroupBox7.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox7.Size = new System.Drawing.Size(198, 285); this.smartGroupBox7.TabIndex = 45; this.smartGroupBox7.Text = "Lane 9"; this.smartGroupBox7.TextColor = System.Drawing.Color.White; @@ -2521,7 +2666,7 @@ this.labelPressureWork9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork9.LineSpacing = 0F; - this.labelPressureWork9.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork9.Location = new System.Drawing.Point(89, 240); this.labelPressureWork9.Name = "labelPressureWork9"; this.labelPressureWork9.OverlapOptimize = true; this.labelPressureWork9.PasswordChar = '\0'; @@ -2544,7 +2689,7 @@ this.labelDiffMadc9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc9.LineSpacing = 0F; - this.labelDiffMadc9.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc9.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc9.Name = "labelDiffMadc9"; this.labelDiffMadc9.OverlapOptimize = true; this.labelDiffMadc9.PasswordChar = '\0'; @@ -2567,7 +2712,7 @@ this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel96.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel96.LineSpacing = 0F; - this.smartLabel96.Location = new System.Drawing.Point(3, 172); + this.smartLabel96.Location = new System.Drawing.Point(3, 150); this.smartLabel96.Name = "smartLabel96"; this.smartLabel96.OverlapOptimize = true; this.smartLabel96.PasswordChar = '\0'; @@ -2589,7 +2734,7 @@ this.smartSeparatorLine27.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine27.Line2Width = 1F; this.smartSeparatorLine27.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine27.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine27.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine27.Name = "smartSeparatorLine27"; this.smartSeparatorLine27.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine27.TabIndex = 38; @@ -2602,7 +2747,7 @@ this.smartSeparatorLine28.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine28.Line2Width = 1F; this.smartSeparatorLine28.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine28.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine28.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine28.Name = "smartSeparatorLine28"; this.smartSeparatorLine28.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine28.TabIndex = 37; @@ -2616,7 +2761,7 @@ this.labelPressureMaster9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster9.LineSpacing = 0F; - this.labelPressureMaster9.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster9.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster9.Name = "labelPressureMaster9"; this.labelPressureMaster9.OverlapOptimize = true; this.labelPressureMaster9.PasswordChar = '\0'; @@ -2639,7 +2784,7 @@ this.smartLabel98.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel98.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel98.LineSpacing = 0F; - this.smartLabel98.Location = new System.Drawing.Point(3, 252); + this.smartLabel98.Location = new System.Drawing.Point(3, 262); this.smartLabel98.Name = "smartLabel98"; this.smartLabel98.OverlapOptimize = true; this.smartLabel98.PasswordChar = '\0'; @@ -2662,7 +2807,7 @@ this.smartLabel99.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel99.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel99.LineSpacing = 0F; - this.smartLabel99.Location = new System.Drawing.Point(3, 230); + this.smartLabel99.Location = new System.Drawing.Point(3, 240); this.smartLabel99.Name = "smartLabel99"; this.smartLabel99.OverlapOptimize = true; this.smartLabel99.PasswordChar = '\0'; @@ -2685,7 +2830,7 @@ this.labelDiffSecDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff9.LineSpacing = 0F; - this.labelDiffSecDiff9.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff9.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff9.Name = "labelDiffSecDiff9"; this.labelDiffSecDiff9.OverlapOptimize = true; this.labelDiffSecDiff9.PasswordChar = '\0'; @@ -2708,7 +2853,7 @@ this.smartLabel101.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel101.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel101.LineSpacing = 0F; - this.smartLabel101.Location = new System.Drawing.Point(3, 194); + this.smartLabel101.Location = new System.Drawing.Point(3, 172); this.smartLabel101.Name = "smartLabel101"; this.smartLabel101.OverlapOptimize = true; this.smartLabel101.PasswordChar = '\0'; @@ -2731,7 +2876,7 @@ this.labelDispMData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData9.LineSpacing = 0F; - this.labelDispMData9.Location = new System.Drawing.Point(89, 138); + this.labelDispMData9.Location = new System.Drawing.Point(89, 83); this.labelDispMData9.Name = "labelDispMData9"; this.labelDispMData9.OverlapOptimize = true; this.labelDispMData9.PasswordChar = '\0'; @@ -2754,7 +2899,7 @@ this.smartLabel103.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel103.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel103.LineSpacing = 0F; - this.smartLabel103.Location = new System.Drawing.Point(3, 138); + this.smartLabel103.Location = new System.Drawing.Point(3, 83); this.smartLabel103.Name = "smartLabel103"; this.smartLabel103.OverlapOptimize = true; this.smartLabel103.PasswordChar = '\0'; @@ -2777,7 +2922,7 @@ this.labelDispRData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData9.LineSpacing = 0F; - this.labelDispRData9.Location = new System.Drawing.Point(89, 116); + this.labelDispRData9.Location = new System.Drawing.Point(89, 61); this.labelDispRData9.Name = "labelDispRData9"; this.labelDispRData9.OverlapOptimize = true; this.labelDispRData9.PasswordChar = '\0'; @@ -2800,7 +2945,7 @@ this.smartLabel105.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel105.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel105.LineSpacing = 0F; - this.smartLabel105.Location = new System.Drawing.Point(3, 116); + this.smartLabel105.Location = new System.Drawing.Point(3, 61); this.smartLabel105.Name = "smartLabel105"; this.smartLabel105.OverlapOptimize = true; this.smartLabel105.PasswordChar = '\0'; @@ -2822,7 +2967,7 @@ this.smartSeparatorLine19.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine19.Line2Width = 1F; this.smartSeparatorLine19.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine19.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine19.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine19.Name = "smartSeparatorLine19"; this.smartSeparatorLine19.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine19.TabIndex = 25; @@ -2834,15 +2979,15 @@ this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult9.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); + this.labelResult9.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult9.LineSpacing = 0F; - this.labelResult9.Location = new System.Drawing.Point(3, 42); + this.labelResult9.Location = new System.Drawing.Point(3, 25); this.labelResult9.Name = "labelResult9"; this.labelResult9.OverlapOptimize = true; this.labelResult9.PasswordChar = '\0'; this.labelResult9.Radius = 3; this.labelResult9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult9.Size = new System.Drawing.Size(192, 60); + this.labelResult9.Size = new System.Drawing.Size(192, 30); this.labelResult9.TabIndex = 24; this.labelResult9.Text = "정상"; this.labelResult9.TextColor = System.Drawing.Color.Green; @@ -3040,17 +3185,19 @@ this.smartGroupBox2.BackGround = null; this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox2.BackImage = null; - this.smartGroupBox2.Controls.Add(this.smartProgressBar6); - this.smartGroupBox2.Controls.Add(this.smartProgressBar5); - this.smartGroupBox2.Controls.Add(this.smartProgressBar4); - this.smartGroupBox2.Controls.Add(this.smartProgressBar3); - this.smartGroupBox2.Controls.Add(this.smartProgressBar2); - this.smartGroupBox2.Controls.Add(this.smartProgressBar1); + this.smartGroupBox2.Controls.Add(this.labelDiffMean10); + this.smartGroupBox2.Controls.Add(this.smartLabel136); + this.smartGroupBox2.Controls.Add(this.labelDiffSecSum10); + this.smartGroupBox2.Controls.Add(this.smartLabel138); + this.smartGroupBox2.Controls.Add(this.labelDispSTD10); + this.smartGroupBox2.Controls.Add(this.smartLabel140); + this.smartGroupBox2.Controls.Add(this.labelDispMDataDiff10); + this.smartGroupBox2.Controls.Add(this.smartLabel142); + this.smartGroupBox2.Controls.Add(this.smartSeparatorLine30); this.smartGroupBox2.Controls.Add(this.labelPressureWork10); this.smartGroupBox2.Controls.Add(this.labelDiffMadc10); this.smartGroupBox2.Controls.Add(this.smartLabel108); this.smartGroupBox2.Controls.Add(this.smartSeparatorLine29); - this.smartGroupBox2.Controls.Add(this.smartSeparatorLine30); this.smartGroupBox2.Controls.Add(this.labelPressureMaster10); this.smartGroupBox2.Controls.Add(this.smartLabel110); this.smartGroupBox2.Controls.Add(this.smartLabel111); @@ -3066,11 +3213,11 @@ this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox2.FrameLineThickness = 2; this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox2.HeaderHeightOffset = 12; - this.smartGroupBox2.Location = new System.Drawing.Point(822, 405); + this.smartGroupBox2.HeaderHeightOffset = 1; + this.smartGroupBox2.Location = new System.Drawing.Point(822, 410); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox2.Size = new System.Drawing.Size(198, 285); this.smartGroupBox2.TabIndex = 46; this.smartGroupBox2.Text = "Lane 10"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; @@ -3083,7 +3230,7 @@ this.labelPressureWork10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork10.LineSpacing = 0F; - this.labelPressureWork10.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork10.Location = new System.Drawing.Point(89, 240); this.labelPressureWork10.Name = "labelPressureWork10"; this.labelPressureWork10.OverlapOptimize = true; this.labelPressureWork10.PasswordChar = '\0'; @@ -3106,7 +3253,7 @@ this.labelDiffMadc10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc10.LineSpacing = 0F; - this.labelDiffMadc10.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc10.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc10.Name = "labelDiffMadc10"; this.labelDiffMadc10.OverlapOptimize = true; this.labelDiffMadc10.PasswordChar = '\0'; @@ -3129,7 +3276,7 @@ this.smartLabel108.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel108.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel108.LineSpacing = 0F; - this.smartLabel108.Location = new System.Drawing.Point(3, 172); + this.smartLabel108.Location = new System.Drawing.Point(3, 150); this.smartLabel108.Name = "smartLabel108"; this.smartLabel108.OverlapOptimize = true; this.smartLabel108.PasswordChar = '\0'; @@ -3151,7 +3298,7 @@ this.smartSeparatorLine29.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine29.Line2Width = 1F; this.smartSeparatorLine29.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine29.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine29.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine29.Name = "smartSeparatorLine29"; this.smartSeparatorLine29.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine29.TabIndex = 38; @@ -3164,7 +3311,7 @@ this.smartSeparatorLine30.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine30.Line2Width = 1F; this.smartSeparatorLine30.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine30.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine30.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine30.Name = "smartSeparatorLine30"; this.smartSeparatorLine30.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine30.TabIndex = 37; @@ -3178,7 +3325,7 @@ this.labelPressureMaster10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster10.LineSpacing = 0F; - this.labelPressureMaster10.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster10.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster10.Name = "labelPressureMaster10"; this.labelPressureMaster10.OverlapOptimize = true; this.labelPressureMaster10.PasswordChar = '\0'; @@ -3201,7 +3348,7 @@ this.smartLabel110.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel110.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel110.LineSpacing = 0F; - this.smartLabel110.Location = new System.Drawing.Point(3, 252); + this.smartLabel110.Location = new System.Drawing.Point(3, 262); this.smartLabel110.Name = "smartLabel110"; this.smartLabel110.OverlapOptimize = true; this.smartLabel110.PasswordChar = '\0'; @@ -3224,7 +3371,7 @@ this.smartLabel111.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel111.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel111.LineSpacing = 0F; - this.smartLabel111.Location = new System.Drawing.Point(3, 230); + this.smartLabel111.Location = new System.Drawing.Point(3, 240); this.smartLabel111.Name = "smartLabel111"; this.smartLabel111.OverlapOptimize = true; this.smartLabel111.PasswordChar = '\0'; @@ -3247,7 +3394,7 @@ this.labelDiffSecDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff10.LineSpacing = 0F; - this.labelDiffSecDiff10.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff10.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff10.Name = "labelDiffSecDiff10"; this.labelDiffSecDiff10.OverlapOptimize = true; this.labelDiffSecDiff10.PasswordChar = '\0'; @@ -3270,7 +3417,7 @@ this.smartLabel113.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel113.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel113.LineSpacing = 0F; - this.smartLabel113.Location = new System.Drawing.Point(3, 194); + this.smartLabel113.Location = new System.Drawing.Point(3, 172); this.smartLabel113.Name = "smartLabel113"; this.smartLabel113.OverlapOptimize = true; this.smartLabel113.PasswordChar = '\0'; @@ -3293,7 +3440,7 @@ this.labelDispMData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData10.LineSpacing = 0F; - this.labelDispMData10.Location = new System.Drawing.Point(89, 138); + this.labelDispMData10.Location = new System.Drawing.Point(89, 83); this.labelDispMData10.Name = "labelDispMData10"; this.labelDispMData10.OverlapOptimize = true; this.labelDispMData10.PasswordChar = '\0'; @@ -3316,7 +3463,7 @@ this.smartLabel115.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel115.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel115.LineSpacing = 0F; - this.smartLabel115.Location = new System.Drawing.Point(3, 138); + this.smartLabel115.Location = new System.Drawing.Point(3, 83); this.smartLabel115.Name = "smartLabel115"; this.smartLabel115.OverlapOptimize = true; this.smartLabel115.PasswordChar = '\0'; @@ -3339,7 +3486,7 @@ this.labelDispRData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData10.LineSpacing = 0F; - this.labelDispRData10.Location = new System.Drawing.Point(89, 116); + this.labelDispRData10.Location = new System.Drawing.Point(89, 61); this.labelDispRData10.Name = "labelDispRData10"; this.labelDispRData10.OverlapOptimize = true; this.labelDispRData10.PasswordChar = '\0'; @@ -3362,7 +3509,7 @@ this.smartLabel117.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel117.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel117.LineSpacing = 0F; - this.smartLabel117.Location = new System.Drawing.Point(3, 116); + this.smartLabel117.Location = new System.Drawing.Point(3, 61); this.smartLabel117.Name = "smartLabel117"; this.smartLabel117.OverlapOptimize = true; this.smartLabel117.PasswordChar = '\0'; @@ -3384,7 +3531,7 @@ this.smartSeparatorLine20.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine20.Line2Width = 1F; this.smartSeparatorLine20.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine20.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine20.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine20.Name = "smartSeparatorLine20"; this.smartSeparatorLine20.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine20.TabIndex = 25; @@ -3396,15 +3543,15 @@ this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult10.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); + this.labelResult10.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult10.LineSpacing = 0F; - this.labelResult10.Location = new System.Drawing.Point(3, 42); + this.labelResult10.Location = new System.Drawing.Point(3, 25); this.labelResult10.Name = "labelResult10"; this.labelResult10.OverlapOptimize = true; this.labelResult10.PasswordChar = '\0'; this.labelResult10.Radius = 3; this.labelResult10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult10.Size = new System.Drawing.Size(192, 60); + this.labelResult10.Size = new System.Drawing.Size(192, 30); this.labelResult10.TabIndex = 24; this.labelResult10.Text = "정상"; this.labelResult10.TextColor = System.Drawing.Color.Green; @@ -3418,11 +3565,19 @@ this.smartGroupBox8.BackGround = null; this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox8.BackImage = null; + this.smartGroupBox8.Controls.Add(this.labelDiffMean8); + this.smartGroupBox8.Controls.Add(this.smartLabel120); + this.smartGroupBox8.Controls.Add(this.labelDiffSecSum8); + this.smartGroupBox8.Controls.Add(this.smartLabel122); + this.smartGroupBox8.Controls.Add(this.labelDispSTD8); + this.smartGroupBox8.Controls.Add(this.smartLabel124); + this.smartGroupBox8.Controls.Add(this.labelDispMDataDiff8); + this.smartGroupBox8.Controls.Add(this.smartLabel126); + this.smartGroupBox8.Controls.Add(this.smartSeparatorLine26); this.smartGroupBox8.Controls.Add(this.labelPressureWork8); this.smartGroupBox8.Controls.Add(this.labelDiffMadc8); this.smartGroupBox8.Controls.Add(this.smartLabel84); this.smartGroupBox8.Controls.Add(this.smartSeparatorLine25); - this.smartGroupBox8.Controls.Add(this.smartSeparatorLine26); this.smartGroupBox8.Controls.Add(this.labelPressureMaster8); this.smartGroupBox8.Controls.Add(this.smartLabel86); this.smartGroupBox8.Controls.Add(this.smartLabel87); @@ -3438,11 +3593,11 @@ this.smartGroupBox8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox8.FrameLineThickness = 2; this.smartGroupBox8.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox8.HeaderHeightOffset = 12; - this.smartGroupBox8.Location = new System.Drawing.Point(414, 405); + this.smartGroupBox8.HeaderHeightOffset = 1; + this.smartGroupBox8.Location = new System.Drawing.Point(414, 410); this.smartGroupBox8.Name = "smartGroupBox8"; this.smartGroupBox8.RoundRadius = 5; - this.smartGroupBox8.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox8.Size = new System.Drawing.Size(198, 285); this.smartGroupBox8.TabIndex = 44; this.smartGroupBox8.Text = "Lane 8"; this.smartGroupBox8.TextColor = System.Drawing.Color.White; @@ -3455,7 +3610,7 @@ this.labelPressureWork8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork8.LineSpacing = 0F; - this.labelPressureWork8.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork8.Location = new System.Drawing.Point(89, 240); this.labelPressureWork8.Name = "labelPressureWork8"; this.labelPressureWork8.OverlapOptimize = true; this.labelPressureWork8.PasswordChar = '\0'; @@ -3478,7 +3633,7 @@ this.labelDiffMadc8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc8.LineSpacing = 0F; - this.labelDiffMadc8.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc8.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc8.Name = "labelDiffMadc8"; this.labelDiffMadc8.OverlapOptimize = true; this.labelDiffMadc8.PasswordChar = '\0'; @@ -3501,7 +3656,7 @@ this.smartLabel84.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel84.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel84.LineSpacing = 0F; - this.smartLabel84.Location = new System.Drawing.Point(3, 172); + this.smartLabel84.Location = new System.Drawing.Point(3, 150); this.smartLabel84.Name = "smartLabel84"; this.smartLabel84.OverlapOptimize = true; this.smartLabel84.PasswordChar = '\0'; @@ -3523,7 +3678,7 @@ this.smartSeparatorLine25.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine25.Line2Width = 1F; this.smartSeparatorLine25.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine25.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine25.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine25.Name = "smartSeparatorLine25"; this.smartSeparatorLine25.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine25.TabIndex = 38; @@ -3536,7 +3691,7 @@ this.smartSeparatorLine26.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine26.Line2Width = 1F; this.smartSeparatorLine26.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine26.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine26.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine26.Name = "smartSeparatorLine26"; this.smartSeparatorLine26.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine26.TabIndex = 37; @@ -3550,7 +3705,7 @@ this.labelPressureMaster8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster8.LineSpacing = 0F; - this.labelPressureMaster8.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster8.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster8.Name = "labelPressureMaster8"; this.labelPressureMaster8.OverlapOptimize = true; this.labelPressureMaster8.PasswordChar = '\0'; @@ -3573,7 +3728,7 @@ this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel86.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel86.LineSpacing = 0F; - this.smartLabel86.Location = new System.Drawing.Point(3, 252); + this.smartLabel86.Location = new System.Drawing.Point(3, 262); this.smartLabel86.Name = "smartLabel86"; this.smartLabel86.OverlapOptimize = true; this.smartLabel86.PasswordChar = '\0'; @@ -3596,7 +3751,7 @@ this.smartLabel87.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel87.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel87.LineSpacing = 0F; - this.smartLabel87.Location = new System.Drawing.Point(3, 230); + this.smartLabel87.Location = new System.Drawing.Point(3, 240); this.smartLabel87.Name = "smartLabel87"; this.smartLabel87.OverlapOptimize = true; this.smartLabel87.PasswordChar = '\0'; @@ -3619,7 +3774,7 @@ this.labelDiffSecDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff8.LineSpacing = 0F; - this.labelDiffSecDiff8.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff8.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff8.Name = "labelDiffSecDiff8"; this.labelDiffSecDiff8.OverlapOptimize = true; this.labelDiffSecDiff8.PasswordChar = '\0'; @@ -3642,7 +3797,7 @@ this.smartLabel89.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel89.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel89.LineSpacing = 0F; - this.smartLabel89.Location = new System.Drawing.Point(3, 194); + this.smartLabel89.Location = new System.Drawing.Point(3, 172); this.smartLabel89.Name = "smartLabel89"; this.smartLabel89.OverlapOptimize = true; this.smartLabel89.PasswordChar = '\0'; @@ -3665,7 +3820,7 @@ this.labelDispMData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData8.LineSpacing = 0F; - this.labelDispMData8.Location = new System.Drawing.Point(89, 138); + this.labelDispMData8.Location = new System.Drawing.Point(89, 83); this.labelDispMData8.Name = "labelDispMData8"; this.labelDispMData8.OverlapOptimize = true; this.labelDispMData8.PasswordChar = '\0'; @@ -3688,7 +3843,7 @@ this.smartLabel91.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel91.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel91.LineSpacing = 0F; - this.smartLabel91.Location = new System.Drawing.Point(3, 138); + this.smartLabel91.Location = new System.Drawing.Point(3, 83); this.smartLabel91.Name = "smartLabel91"; this.smartLabel91.OverlapOptimize = true; this.smartLabel91.PasswordChar = '\0'; @@ -3711,7 +3866,7 @@ this.labelDispRData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData8.LineSpacing = 0F; - this.labelDispRData8.Location = new System.Drawing.Point(89, 116); + this.labelDispRData8.Location = new System.Drawing.Point(89, 61); this.labelDispRData8.Name = "labelDispRData8"; this.labelDispRData8.OverlapOptimize = true; this.labelDispRData8.PasswordChar = '\0'; @@ -3734,7 +3889,7 @@ this.smartLabel93.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel93.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel93.LineSpacing = 0F; - this.smartLabel93.Location = new System.Drawing.Point(3, 116); + this.smartLabel93.Location = new System.Drawing.Point(3, 61); this.smartLabel93.Name = "smartLabel93"; this.smartLabel93.OverlapOptimize = true; this.smartLabel93.PasswordChar = '\0'; @@ -3756,7 +3911,7 @@ this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine18.Line2Width = 1F; this.smartSeparatorLine18.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine18.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine18.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine18.Name = "smartSeparatorLine18"; this.smartSeparatorLine18.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine18.TabIndex = 25; @@ -3768,15 +3923,15 @@ this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult8.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); + this.labelResult8.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult8.LineSpacing = 0F; - this.labelResult8.Location = new System.Drawing.Point(3, 42); + this.labelResult8.Location = new System.Drawing.Point(3, 25); this.labelResult8.Name = "labelResult8"; this.labelResult8.OverlapOptimize = true; this.labelResult8.PasswordChar = '\0'; this.labelResult8.Radius = 3; this.labelResult8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult8.Size = new System.Drawing.Size(192, 60); + this.labelResult8.Size = new System.Drawing.Size(192, 30); this.labelResult8.TabIndex = 24; this.labelResult8.Text = "리크"; this.labelResult8.TextColor = System.Drawing.Color.Red; @@ -3790,11 +3945,19 @@ this.smartGroupBox9.BackGround = null; this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox9.BackImage = null; + this.smartGroupBox9.Controls.Add(this.labelDiffMean7); + this.smartGroupBox9.Controls.Add(this.smartLabel106); + this.smartGroupBox9.Controls.Add(this.labelDiffSecSum7); + this.smartGroupBox9.Controls.Add(this.smartLabel109); + this.smartGroupBox9.Controls.Add(this.labelDispSTD7); + this.smartGroupBox9.Controls.Add(this.smartLabel114); + this.smartGroupBox9.Controls.Add(this.labelDispMDataDiff7); + this.smartGroupBox9.Controls.Add(this.smartLabel118); + this.smartGroupBox9.Controls.Add(this.smartSeparatorLine24); this.smartGroupBox9.Controls.Add(this.labelPressureWork7); this.smartGroupBox9.Controls.Add(this.labelDiffMadc7); this.smartGroupBox9.Controls.Add(this.smartLabel72); this.smartGroupBox9.Controls.Add(this.smartSeparatorLine10); - this.smartGroupBox9.Controls.Add(this.smartSeparatorLine24); this.smartGroupBox9.Controls.Add(this.labelPressureMaster7); this.smartGroupBox9.Controls.Add(this.smartLabel74); this.smartGroupBox9.Controls.Add(this.smartLabel75); @@ -3810,11 +3973,11 @@ this.smartGroupBox9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox9.FrameLineThickness = 2; this.smartGroupBox9.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox9.HeaderHeightOffset = 12; - this.smartGroupBox9.Location = new System.Drawing.Point(210, 405); + this.smartGroupBox9.HeaderHeightOffset = 1; + this.smartGroupBox9.Location = new System.Drawing.Point(210, 410); this.smartGroupBox9.Name = "smartGroupBox9"; this.smartGroupBox9.RoundRadius = 5; - this.smartGroupBox9.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox9.Size = new System.Drawing.Size(198, 285); this.smartGroupBox9.TabIndex = 43; this.smartGroupBox9.Text = "Lane 7"; this.smartGroupBox9.TextColor = System.Drawing.Color.White; @@ -3827,7 +3990,7 @@ this.labelPressureWork7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork7.LineSpacing = 0F; - this.labelPressureWork7.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork7.Location = new System.Drawing.Point(89, 240); this.labelPressureWork7.Name = "labelPressureWork7"; this.labelPressureWork7.OverlapOptimize = true; this.labelPressureWork7.PasswordChar = '\0'; @@ -3850,7 +4013,7 @@ this.labelDiffMadc7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc7.LineSpacing = 0F; - this.labelDiffMadc7.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc7.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc7.Name = "labelDiffMadc7"; this.labelDiffMadc7.OverlapOptimize = true; this.labelDiffMadc7.PasswordChar = '\0'; @@ -3873,7 +4036,7 @@ this.smartLabel72.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel72.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel72.LineSpacing = 0F; - this.smartLabel72.Location = new System.Drawing.Point(3, 172); + this.smartLabel72.Location = new System.Drawing.Point(3, 150); this.smartLabel72.Name = "smartLabel72"; this.smartLabel72.OverlapOptimize = true; this.smartLabel72.PasswordChar = '\0'; @@ -3895,7 +4058,7 @@ this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine10.Line2Width = 1F; this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine10.Name = "smartSeparatorLine10"; this.smartSeparatorLine10.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine10.TabIndex = 38; @@ -3908,7 +4071,7 @@ this.smartSeparatorLine24.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine24.Line2Width = 1F; this.smartSeparatorLine24.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine24.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine24.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine24.Name = "smartSeparatorLine24"; this.smartSeparatorLine24.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine24.TabIndex = 37; @@ -3922,7 +4085,7 @@ this.labelPressureMaster7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureMaster7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureMaster7.LineSpacing = 0F; - this.labelPressureMaster7.Location = new System.Drawing.Point(89, 252); + this.labelPressureMaster7.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster7.Name = "labelPressureMaster7"; this.labelPressureMaster7.OverlapOptimize = true; this.labelPressureMaster7.PasswordChar = '\0'; @@ -3945,7 +4108,7 @@ this.smartLabel74.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel74.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel74.LineSpacing = 0F; - this.smartLabel74.Location = new System.Drawing.Point(3, 252); + this.smartLabel74.Location = new System.Drawing.Point(3, 262); this.smartLabel74.Name = "smartLabel74"; this.smartLabel74.OverlapOptimize = true; this.smartLabel74.PasswordChar = '\0'; @@ -3968,7 +4131,7 @@ this.smartLabel75.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel75.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel75.LineSpacing = 0F; - this.smartLabel75.Location = new System.Drawing.Point(3, 230); + this.smartLabel75.Location = new System.Drawing.Point(3, 240); this.smartLabel75.Name = "smartLabel75"; this.smartLabel75.OverlapOptimize = true; this.smartLabel75.PasswordChar = '\0'; @@ -3991,7 +4154,7 @@ this.labelDiffSecDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff7.LineSpacing = 0F; - this.labelDiffSecDiff7.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff7.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff7.Name = "labelDiffSecDiff7"; this.labelDiffSecDiff7.OverlapOptimize = true; this.labelDiffSecDiff7.PasswordChar = '\0'; @@ -4014,7 +4177,7 @@ this.smartLabel77.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel77.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel77.LineSpacing = 0F; - this.smartLabel77.Location = new System.Drawing.Point(3, 194); + this.smartLabel77.Location = new System.Drawing.Point(3, 172); this.smartLabel77.Name = "smartLabel77"; this.smartLabel77.OverlapOptimize = true; this.smartLabel77.PasswordChar = '\0'; @@ -4037,7 +4200,7 @@ this.labelDispMData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData7.LineSpacing = 0F; - this.labelDispMData7.Location = new System.Drawing.Point(89, 138); + this.labelDispMData7.Location = new System.Drawing.Point(89, 83); this.labelDispMData7.Name = "labelDispMData7"; this.labelDispMData7.OverlapOptimize = true; this.labelDispMData7.PasswordChar = '\0'; @@ -4060,7 +4223,7 @@ this.smartLabel79.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel79.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel79.LineSpacing = 0F; - this.smartLabel79.Location = new System.Drawing.Point(3, 138); + this.smartLabel79.Location = new System.Drawing.Point(3, 83); this.smartLabel79.Name = "smartLabel79"; this.smartLabel79.OverlapOptimize = true; this.smartLabel79.PasswordChar = '\0'; @@ -4083,7 +4246,7 @@ this.labelDispRData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData7.LineSpacing = 0F; - this.labelDispRData7.Location = new System.Drawing.Point(89, 116); + this.labelDispRData7.Location = new System.Drawing.Point(89, 61); this.labelDispRData7.Name = "labelDispRData7"; this.labelDispRData7.OverlapOptimize = true; this.labelDispRData7.PasswordChar = '\0'; @@ -4106,7 +4269,7 @@ this.smartLabel81.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel81.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel81.LineSpacing = 0F; - this.smartLabel81.Location = new System.Drawing.Point(3, 116); + this.smartLabel81.Location = new System.Drawing.Point(3, 61); this.smartLabel81.Name = "smartLabel81"; this.smartLabel81.OverlapOptimize = true; this.smartLabel81.PasswordChar = '\0'; @@ -4128,7 +4291,7 @@ this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine17.Line2Width = 1F; this.smartSeparatorLine17.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine17.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine17.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine17.Name = "smartSeparatorLine17"; this.smartSeparatorLine17.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine17.TabIndex = 25; @@ -4140,15 +4303,15 @@ this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.labelResult7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult7.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold); + this.labelResult7.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult7.LineSpacing = 0F; - this.labelResult7.Location = new System.Drawing.Point(3, 42); + this.labelResult7.Location = new System.Drawing.Point(3, 25); this.labelResult7.Name = "labelResult7"; this.labelResult7.OverlapOptimize = true; this.labelResult7.PasswordChar = '\0'; this.labelResult7.Radius = 3; this.labelResult7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult7.Size = new System.Drawing.Size(192, 60); + this.labelResult7.Size = new System.Drawing.Size(192, 30); this.labelResult7.TabIndex = 24; this.labelResult7.Text = "정상"; this.labelResult7.TextColor = System.Drawing.Color.Green; @@ -4162,11 +4325,19 @@ this.smartGroupBox10.BackGround = null; this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.smartGroupBox10.BackImage = null; + this.smartGroupBox10.Controls.Add(this.labelDiffMean6); + this.smartGroupBox10.Controls.Add(this.smartLabel90); + this.smartGroupBox10.Controls.Add(this.labelDiffSecSum6); + this.smartGroupBox10.Controls.Add(this.smartLabel94); + this.smartGroupBox10.Controls.Add(this.labelDispSTD6); + this.smartGroupBox10.Controls.Add(this.smartLabel97); + this.smartGroupBox10.Controls.Add(this.labelDispMDataDiff6); + this.smartGroupBox10.Controls.Add(this.smartLabel102); + this.smartGroupBox10.Controls.Add(this.smartSeparatorLine9); this.smartGroupBox10.Controls.Add(this.labelPressureWork6); this.smartGroupBox10.Controls.Add(this.labelDiffMadc6); this.smartGroupBox10.Controls.Add(this.smartLabel59); this.smartGroupBox10.Controls.Add(this.smartSeparatorLine8); - this.smartGroupBox10.Controls.Add(this.smartSeparatorLine9); this.smartGroupBox10.Controls.Add(this.labelPressureMaster6); this.smartGroupBox10.Controls.Add(this.smartLabel62); this.smartGroupBox10.Controls.Add(this.smartLabel63); @@ -4182,11 +4353,11 @@ this.smartGroupBox10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox10.FrameLineThickness = 2; this.smartGroupBox10.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox10.HeaderHeightOffset = 12; - this.smartGroupBox10.Location = new System.Drawing.Point(6, 405); + this.smartGroupBox10.HeaderHeightOffset = 1; + this.smartGroupBox10.Location = new System.Drawing.Point(6, 410); this.smartGroupBox10.Name = "smartGroupBox10"; this.smartGroupBox10.RoundRadius = 5; - this.smartGroupBox10.Size = new System.Drawing.Size(198, 280); + this.smartGroupBox10.Size = new System.Drawing.Size(198, 285); this.smartGroupBox10.TabIndex = 42; this.smartGroupBox10.Text = "Lane 6"; this.smartGroupBox10.TextColor = System.Drawing.Color.White; @@ -4199,7 +4370,7 @@ this.labelPressureWork6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelPressureWork6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelPressureWork6.LineSpacing = 0F; - this.labelPressureWork6.Location = new System.Drawing.Point(89, 230); + this.labelPressureWork6.Location = new System.Drawing.Point(89, 240); this.labelPressureWork6.Name = "labelPressureWork6"; this.labelPressureWork6.OverlapOptimize = true; this.labelPressureWork6.PasswordChar = '\0'; @@ -4222,7 +4393,7 @@ this.labelDiffMadc6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffMadc6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffMadc6.LineSpacing = 0F; - this.labelDiffMadc6.Location = new System.Drawing.Point(89, 172); + this.labelDiffMadc6.Location = new System.Drawing.Point(89, 150); this.labelDiffMadc6.Name = "labelDiffMadc6"; this.labelDiffMadc6.OverlapOptimize = true; this.labelDiffMadc6.PasswordChar = '\0'; @@ -4245,7 +4416,7 @@ this.smartLabel59.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel59.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel59.LineSpacing = 0F; - this.smartLabel59.Location = new System.Drawing.Point(3, 172); + this.smartLabel59.Location = new System.Drawing.Point(3, 150); this.smartLabel59.Name = "smartLabel59"; this.smartLabel59.OverlapOptimize = true; this.smartLabel59.PasswordChar = '\0'; @@ -4267,7 +4438,7 @@ this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine8.Line2Width = 1F; this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 164); + this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 148); this.smartSeparatorLine8.Name = "smartSeparatorLine8"; this.smartSeparatorLine8.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine8.TabIndex = 38; @@ -4280,7 +4451,7 @@ this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine9.Line2Width = 1F; this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 222); + this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 236); this.smartSeparatorLine9.Name = "smartSeparatorLine9"; this.smartSeparatorLine9.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine9.TabIndex = 37; @@ -4294,7 +4465,7 @@ 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(89, 252); + this.labelPressureMaster6.Location = new System.Drawing.Point(89, 262); this.labelPressureMaster6.Name = "labelPressureMaster6"; this.labelPressureMaster6.OverlapOptimize = true; this.labelPressureMaster6.PasswordChar = '\0'; @@ -4317,7 +4488,7 @@ 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, 252); + this.smartLabel62.Location = new System.Drawing.Point(3, 262); this.smartLabel62.Name = "smartLabel62"; this.smartLabel62.OverlapOptimize = true; this.smartLabel62.PasswordChar = '\0'; @@ -4340,7 +4511,7 @@ 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, 230); + this.smartLabel63.Location = new System.Drawing.Point(3, 240); this.smartLabel63.Name = "smartLabel63"; this.smartLabel63.OverlapOptimize = true; this.smartLabel63.PasswordChar = '\0'; @@ -4363,7 +4534,7 @@ this.labelDiffSecDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDiffSecDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDiffSecDiff6.LineSpacing = 0F; - this.labelDiffSecDiff6.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecDiff6.Location = new System.Drawing.Point(89, 172); this.labelDiffSecDiff6.Name = "labelDiffSecDiff6"; this.labelDiffSecDiff6.OverlapOptimize = true; this.labelDiffSecDiff6.PasswordChar = '\0'; @@ -4386,7 +4557,7 @@ this.smartLabel65.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel65.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel65.LineSpacing = 0F; - this.smartLabel65.Location = new System.Drawing.Point(3, 194); + this.smartLabel65.Location = new System.Drawing.Point(3, 172); this.smartLabel65.Name = "smartLabel65"; this.smartLabel65.OverlapOptimize = true; this.smartLabel65.PasswordChar = '\0'; @@ -4409,7 +4580,7 @@ this.labelDispMData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispMData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispMData6.LineSpacing = 0F; - this.labelDispMData6.Location = new System.Drawing.Point(89, 138); + this.labelDispMData6.Location = new System.Drawing.Point(89, 83); this.labelDispMData6.Name = "labelDispMData6"; this.labelDispMData6.OverlapOptimize = true; this.labelDispMData6.PasswordChar = '\0'; @@ -4432,7 +4603,7 @@ this.smartLabel67.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel67.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel67.LineSpacing = 0F; - this.smartLabel67.Location = new System.Drawing.Point(3, 138); + this.smartLabel67.Location = new System.Drawing.Point(3, 83); this.smartLabel67.Name = "smartLabel67"; this.smartLabel67.OverlapOptimize = true; this.smartLabel67.PasswordChar = '\0'; @@ -4455,7 +4626,7 @@ this.labelDispRData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelDispRData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelDispRData6.LineSpacing = 0F; - this.labelDispRData6.Location = new System.Drawing.Point(89, 116); + this.labelDispRData6.Location = new System.Drawing.Point(89, 61); this.labelDispRData6.Name = "labelDispRData6"; this.labelDispRData6.OverlapOptimize = true; this.labelDispRData6.PasswordChar = '\0'; @@ -4478,7 +4649,7 @@ this.smartLabel69.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel69.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel69.LineSpacing = 0F; - this.smartLabel69.Location = new System.Drawing.Point(3, 116); + this.smartLabel69.Location = new System.Drawing.Point(3, 61); this.smartLabel69.Name = "smartLabel69"; this.smartLabel69.OverlapOptimize = true; this.smartLabel69.PasswordChar = '\0'; @@ -4500,7 +4671,7 @@ this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine16.Line2Width = 1F; this.smartSeparatorLine16.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine16.Location = new System.Drawing.Point(9, 108); + this.smartSeparatorLine16.Location = new System.Drawing.Point(9, 58); this.smartSeparatorLine16.Name = "smartSeparatorLine16"; this.smartSeparatorLine16.Size = new System.Drawing.Size(180, 2); this.smartSeparatorLine16.TabIndex = 25; @@ -4514,13 +4685,13 @@ this.labelResult6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResult6.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); this.labelResult6.LineSpacing = 0F; - this.labelResult6.Location = new System.Drawing.Point(3, 42); + this.labelResult6.Location = new System.Drawing.Point(3, 25); this.labelResult6.Name = "labelResult6"; this.labelResult6.OverlapOptimize = true; this.labelResult6.PasswordChar = '\0'; this.labelResult6.Radius = 3; this.labelResult6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelResult6.Size = new System.Drawing.Size(192, 60); + this.labelResult6.Size = new System.Drawing.Size(192, 30); this.labelResult6.TabIndex = 24; this.labelResult6.Text = "검사 중.."; this.labelResult6.TextColor = System.Drawing.Color.Green; @@ -4546,274 +4717,1845 @@ this.timerOn.Interval = 1000; this.timerOn.Tick += new System.EventHandler(this.timerOn_Tick); // - // smartLabel1 + // labelDispMDataDiff1 // - this.smartLabel1.BackGround = this.smartForm1; - this.smartLabel1.BackGroundColor = System.Drawing.Color.SkyBlue; - this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - 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(15, 701); - 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(355, 60); - this.smartLabel1.TabIndex = 73; - this.smartLabel1.Text = "00. Emergency Stop"; - this.smartLabel1.TextColor = System.Drawing.Color.Black; - 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; + this.labelDispMDataDiff1.BackGround = null; + this.labelDispMDataDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff1.LineSpacing = 0F; + this.labelDispMDataDiff1.Location = new System.Drawing.Point(89, 105); + 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(100, 20); + this.labelDispMDataDiff1.TabIndex = 29; + this.labelDispMDataDiff1.Text = "9.2354"; + this.labelDispMDataDiff1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff1.Wordwrap = false; // - // smartProgressBar1 + // smartLabel5 // - this.smartProgressBar1.AutoColorSet = true; - this.smartProgressBar1.BackGround = this.smartGroupBox2; - this.smartProgressBar1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartProgressBar1.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar1.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar1.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar1.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar1.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar1.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar1.FormatString = ""; - this.smartProgressBar1.Location = new System.Drawing.Point(89, 116); - this.smartProgressBar1.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar1.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar1.Name = "smartProgressBar1"; - this.smartProgressBar1.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar1.OverlapOptimize = true; - this.smartProgressBar1.RoundedCorners = true; - this.smartProgressBar1.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar1.TabIndex = 42; - this.smartProgressBar1.Text = "smartProgressBar1"; - this.smartProgressBar1.TextAutoRotation = true; - this.smartProgressBar1.TextColor = System.Drawing.Color.White; - this.smartProgressBar1.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar1.Units = ""; - this.smartProgressBar1.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar1.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.smartLabel5.BackGround = this.smartGroupBox1; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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(3, 105); + 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(80, 20); + this.smartLabel5.TabIndex = 28; + this.smartLabel5.Text = "MDataDiff"; + this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; // - // smartProgressBar2 + // labelDispSTD1 // - this.smartProgressBar2.AutoColorSet = true; - this.smartProgressBar2.BackGround = this.smartGroupBox2; - this.smartProgressBar2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartProgressBar2.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar2.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar2.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar2.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar2.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar2.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar2.FormatString = ""; - this.smartProgressBar2.Location = new System.Drawing.Point(89, 138); - this.smartProgressBar2.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar2.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar2.Name = "smartProgressBar2"; - this.smartProgressBar2.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar2.OverlapOptimize = true; - this.smartProgressBar2.RoundedCorners = true; - this.smartProgressBar2.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar2.TabIndex = 43; - this.smartProgressBar2.Text = "smartProgressBar2"; - this.smartProgressBar2.TextAutoRotation = true; - this.smartProgressBar2.TextColor = System.Drawing.Color.White; - this.smartProgressBar2.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar2.Units = ""; - this.smartProgressBar2.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar2.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.labelDispSTD1.BackGround = null; + this.labelDispSTD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD1.LineSpacing = 0F; + this.labelDispSTD1.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD1.Name = "labelDispSTD1"; + this.labelDispSTD1.OverlapOptimize = true; + this.labelDispSTD1.PasswordChar = '\0'; + this.labelDispSTD1.Radius = 3; + this.labelDispSTD1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD1.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD1.TabIndex = 31; + this.labelDispSTD1.Text = "9.2354"; + this.labelDispSTD1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD1.Wordwrap = false; // - // smartProgressBar3 + // smartLabel11 // - this.smartProgressBar3.AutoColorSet = true; - this.smartProgressBar3.BackGround = this.smartGroupBox2; - this.smartProgressBar3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartProgressBar3.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar3.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar3.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar3.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar3.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar3.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar3.FormatString = ""; - this.smartProgressBar3.Location = new System.Drawing.Point(89, 172); - this.smartProgressBar3.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar3.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar3.Name = "smartProgressBar3"; - this.smartProgressBar3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar3.OverlapOptimize = true; - this.smartProgressBar3.RoundedCorners = true; - this.smartProgressBar3.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar3.TabIndex = 44; - this.smartProgressBar3.Text = "smartProgressBar3"; - this.smartProgressBar3.TextAutoRotation = true; - this.smartProgressBar3.TextColor = System.Drawing.Color.White; - this.smartProgressBar3.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar3.Units = ""; - this.smartProgressBar3.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar3.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.smartLabel11.BackGround = this.smartGroupBox1; + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + 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", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel11.LineSpacing = 0F; + this.smartLabel11.Location = new System.Drawing.Point(3, 127); + 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(80, 20); + this.smartLabel11.TabIndex = 30; + this.smartLabel11.Text = "STD"; + this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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; // - // smartProgressBar4 + // labelDiffSecSum1 // - this.smartProgressBar4.AutoColorSet = true; - this.smartProgressBar4.BackGround = this.smartGroupBox2; - this.smartProgressBar4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartProgressBar4.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar4.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar4.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar4.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar4.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar4.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar4.FormatString = ""; - this.smartProgressBar4.Location = new System.Drawing.Point(89, 194); - this.smartProgressBar4.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar4.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar4.Name = "smartProgressBar4"; - this.smartProgressBar4.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar4.OverlapOptimize = true; - this.smartProgressBar4.RoundedCorners = true; - this.smartProgressBar4.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar4.TabIndex = 45; - this.smartProgressBar4.Text = "smartProgressBar4"; - this.smartProgressBar4.TextAutoRotation = true; - this.smartProgressBar4.TextColor = System.Drawing.Color.White; - this.smartProgressBar4.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar4.Units = ""; - this.smartProgressBar4.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar4.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.labelDiffSecSum1.BackGround = null; + this.labelDiffSecSum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum1.LineSpacing = 0F; + this.labelDiffSecSum1.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum1.Name = "labelDiffSecSum1"; + this.labelDiffSecSum1.OverlapOptimize = true; + this.labelDiffSecSum1.PasswordChar = '\0'; + this.labelDiffSecSum1.Radius = 3; + this.labelDiffSecSum1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum1.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum1.TabIndex = 33; + this.labelDiffSecSum1.Text = "0.0023"; + this.labelDiffSecSum1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum1.Wordwrap = false; // - // smartProgressBar5 + // smartLabel17 // - this.smartProgressBar5.AutoColorSet = true; - this.smartProgressBar5.BackGround = this.smartGroupBox2; - this.smartProgressBar5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartProgressBar5.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar5.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar5.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar5.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar5.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar5.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar5.FormatString = ""; - this.smartProgressBar5.Location = new System.Drawing.Point(89, 230); - this.smartProgressBar5.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar5.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar5.Name = "smartProgressBar5"; - this.smartProgressBar5.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar5.OverlapOptimize = true; - this.smartProgressBar5.RoundedCorners = true; - this.smartProgressBar5.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar5.TabIndex = 46; - this.smartProgressBar5.Text = "smartProgressBar5"; - this.smartProgressBar5.TextAutoRotation = true; - this.smartProgressBar5.TextColor = System.Drawing.Color.White; - this.smartProgressBar5.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar5.Units = ""; - this.smartProgressBar5.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar5.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.smartLabel17.BackGround = this.smartGroupBox1; + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 194); + this.smartLabel17.Name = "smartLabel17"; + this.smartLabel17.OverlapOptimize = true; + this.smartLabel17.PasswordChar = '\0'; + this.smartLabel17.Radius = 3; + this.smartLabel17.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel17.Size = new System.Drawing.Size(80, 20); + this.smartLabel17.TabIndex = 32; + this.smartLabel17.Text = "SecSum"; + this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel17.Wordwrap = false; // - // smartProgressBar6 + // labelDiffMean1 // - this.smartProgressBar6.AutoColorSet = true; - this.smartProgressBar6.BackGround = this.smartGroupBox2; - this.smartProgressBar6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartProgressBar6.BarBackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartProgressBar6.BarBackColor2 = System.Drawing.Color.LightBlue; - this.smartProgressBar6.BarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar6.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(74)))), ((int)(((byte)(116))))); - this.smartProgressBar6.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat; - this.smartProgressBar6.Direction = SmartX.SmartProgressBar.DIR.Horizontal; - this.smartProgressBar6.FormatString = ""; - this.smartProgressBar6.Location = new System.Drawing.Point(89, 252); - this.smartProgressBar6.Maximum = new decimal(new int[] { - 5000, - 0, - 0, - 0}); - this.smartProgressBar6.Minimum = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.smartProgressBar6.Name = "smartProgressBar6"; - this.smartProgressBar6.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartProgressBar6.OverlapOptimize = true; - this.smartProgressBar6.RoundedCorners = true; - this.smartProgressBar6.Size = new System.Drawing.Size(100, 20); - this.smartProgressBar6.TabIndex = 47; - this.smartProgressBar6.Text = "smartProgressBar6"; - this.smartProgressBar6.TextAutoRotation = true; - this.smartProgressBar6.TextColor = System.Drawing.Color.White; - this.smartProgressBar6.TextColorDisable = System.Drawing.Color.Gray; - this.smartProgressBar6.Units = ""; - this.smartProgressBar6.Value = new decimal(new int[] { - 215012, - 0, - 0, - 131072}); - this.smartProgressBar6.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.Value; + this.labelDiffMean1.BackGround = null; + this.labelDiffMean1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean1.LineSpacing = 0F; + this.labelDiffMean1.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean1.Name = "labelDiffMean1"; + this.labelDiffMean1.OverlapOptimize = true; + this.labelDiffMean1.PasswordChar = '\0'; + this.labelDiffMean1.Radius = 3; + this.labelDiffMean1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean1.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean1.TabIndex = 35; + this.labelDiffMean1.Text = "0.0023"; + this.labelDiffMean1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean1.Wordwrap = false; + // + // smartLabel21 + // + this.smartLabel21.BackGround = this.smartGroupBox1; + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 216); + this.smartLabel21.Name = "smartLabel21"; + this.smartLabel21.OverlapOptimize = true; + this.smartLabel21.PasswordChar = '\0'; + this.smartLabel21.Radius = 3; + this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel21.Size = new System.Drawing.Size(80, 20); + this.smartLabel21.TabIndex = 34; + this.smartLabel21.Text = "DiffMean"; + this.smartLabel21.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel21.Wordwrap = false; + // + // labelDiffMean2 + // + this.labelDiffMean2.BackGround = null; + this.labelDiffMean2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean2.LineSpacing = 0F; + this.labelDiffMean2.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean2.Name = "labelDiffMean2"; + this.labelDiffMean2.OverlapOptimize = true; + this.labelDiffMean2.PasswordChar = '\0'; + this.labelDiffMean2.Radius = 3; + this.labelDiffMean2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean2.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean2.TabIndex = 43; + this.labelDiffMean2.Text = "0.0023"; + this.labelDiffMean2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean2.Wordwrap = false; + // + // smartLabel24 + // + this.smartLabel24.BackGround = this.smartGroupBox1; + this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel24.LineSpacing = 0F; + this.smartLabel24.Location = new System.Drawing.Point(3, 216); + this.smartLabel24.Name = "smartLabel24"; + this.smartLabel24.OverlapOptimize = true; + 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.TabIndex = 42; + this.smartLabel24.Text = "DiffMean"; + this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel24.Wordwrap = false; + // + // labelDiffSecSum2 + // + this.labelDiffSecSum2.BackGround = null; + this.labelDiffSecSum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum2.LineSpacing = 0F; + this.labelDiffSecSum2.Location = new System.Drawing.Point(89, 194); + 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(100, 20); + this.labelDiffSecSum2.TabIndex = 41; + this.labelDiffSecSum2.Text = "0.0023"; + this.labelDiffSecSum2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum2.Wordwrap = false; + // + // smartLabel29 + // + this.smartLabel29.BackGround = this.smartGroupBox1; + this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 194); + this.smartLabel29.Name = "smartLabel29"; + this.smartLabel29.OverlapOptimize = true; + 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.TabIndex = 40; + this.smartLabel29.Text = "SecSum"; + this.smartLabel29.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel29.Wordwrap = false; + // + // labelDispSTD2 + // + this.labelDispSTD2.BackGround = null; + this.labelDispSTD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD2.LineSpacing = 0F; + this.labelDispSTD2.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD2.Name = "labelDispSTD2"; + this.labelDispSTD2.OverlapOptimize = true; + this.labelDispSTD2.PasswordChar = '\0'; + this.labelDispSTD2.Radius = 3; + this.labelDispSTD2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD2.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD2.TabIndex = 39; + this.labelDispSTD2.Text = "9.2354"; + this.labelDispSTD2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD2.Wordwrap = false; + // + // smartLabel33 + // + this.smartLabel33.BackGround = this.smartGroupBox1; + this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 127); + this.smartLabel33.Name = "smartLabel33"; + this.smartLabel33.OverlapOptimize = true; + this.smartLabel33.PasswordChar = '\0'; + this.smartLabel33.Radius = 3; + this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel33.Size = new System.Drawing.Size(80, 20); + this.smartLabel33.TabIndex = 38; + this.smartLabel33.Text = "STD"; + this.smartLabel33.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel33.Wordwrap = false; + // + // labelDispMDataDiff2 + // + this.labelDispMDataDiff2.BackGround = null; + this.labelDispMDataDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff2.LineSpacing = 0F; + this.labelDispMDataDiff2.Location = new System.Drawing.Point(89, 105); + 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(100, 20); + this.labelDispMDataDiff2.TabIndex = 37; + this.labelDispMDataDiff2.Text = "9.2354"; + this.labelDispMDataDiff2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff2.Wordwrap = false; + // + // smartLabel36 + // + this.smartLabel36.BackGround = this.smartGroupBox1; + this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 105); + this.smartLabel36.Name = "smartLabel36"; + this.smartLabel36.OverlapOptimize = true; + this.smartLabel36.PasswordChar = '\0'; + this.smartLabel36.Radius = 3; + this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel36.Size = new System.Drawing.Size(80, 20); + this.smartLabel36.TabIndex = 36; + this.smartLabel36.Text = "MDataDiff"; + this.smartLabel36.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel36.Wordwrap = false; + // + // labelDiffMean3 + // + this.labelDiffMean3.BackGround = null; + this.labelDiffMean3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean3.LineSpacing = 0F; + this.labelDiffMean3.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean3.Name = "labelDiffMean3"; + this.labelDiffMean3.OverlapOptimize = true; + this.labelDiffMean3.PasswordChar = '\0'; + this.labelDiffMean3.Radius = 3; + this.labelDiffMean3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean3.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean3.TabIndex = 49; + this.labelDiffMean3.Text = "0.0023"; + this.labelDiffMean3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean3.Wordwrap = false; + // + // smartLabel41 + // + this.smartLabel41.BackGround = this.smartGroupBox1; + this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 216); + this.smartLabel41.Name = "smartLabel41"; + this.smartLabel41.OverlapOptimize = true; + 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.TabIndex = 48; + this.smartLabel41.Text = "DiffMean"; + this.smartLabel41.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel41.Wordwrap = false; + // + // labelDiffSecSum3 + // + this.labelDiffSecSum3.BackGround = null; + this.labelDiffSecSum3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum3.LineSpacing = 0F; + this.labelDiffSecSum3.Location = new System.Drawing.Point(89, 194); + 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(100, 20); + this.labelDiffSecSum3.TabIndex = 47; + this.labelDiffSecSum3.Text = "0.0023"; + this.labelDiffSecSum3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum3.Wordwrap = false; + // + // smartLabel45 + // + this.smartLabel45.BackGround = this.smartGroupBox1; + this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel45.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel45.LineSpacing = 0F; + this.smartLabel45.Location = new System.Drawing.Point(3, 194); + this.smartLabel45.Name = "smartLabel45"; + this.smartLabel45.OverlapOptimize = true; + 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.TabIndex = 46; + this.smartLabel45.Text = "SecSum"; + this.smartLabel45.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel45.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel45.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel45.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel45.Wordwrap = false; + // + // labelDispSTD3 + // + this.labelDispSTD3.BackGround = null; + this.labelDispSTD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD3.LineSpacing = 0F; + this.labelDispSTD3.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD3.Name = "labelDispSTD3"; + this.labelDispSTD3.OverlapOptimize = true; + this.labelDispSTD3.PasswordChar = '\0'; + this.labelDispSTD3.Radius = 3; + this.labelDispSTD3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD3.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD3.TabIndex = 45; + this.labelDispSTD3.Text = "9.2354"; + this.labelDispSTD3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD3.Wordwrap = false; + // + // smartLabel48 + // + this.smartLabel48.BackGround = this.smartGroupBox1; + this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 127); + this.smartLabel48.Name = "smartLabel48"; + this.smartLabel48.OverlapOptimize = true; + this.smartLabel48.PasswordChar = '\0'; + this.smartLabel48.Radius = 3; + this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel48.Size = new System.Drawing.Size(80, 20); + this.smartLabel48.TabIndex = 44; + this.smartLabel48.Text = "STD"; + this.smartLabel48.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel48.Wordwrap = false; + // + // labelDispMDataDiff3 + // + this.labelDispMDataDiff3.BackGround = null; + this.labelDispMDataDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff3.LineSpacing = 0F; + this.labelDispMDataDiff3.Location = new System.Drawing.Point(89, 105); + 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(100, 20); + this.labelDispMDataDiff3.TabIndex = 43; + this.labelDispMDataDiff3.Text = "9.2354"; + this.labelDispMDataDiff3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff3.Wordwrap = false; + // + // smartLabel53 + // + this.smartLabel53.BackGround = this.smartGroupBox1; + this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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(3, 105); + this.smartLabel53.Name = "smartLabel53"; + this.smartLabel53.OverlapOptimize = true; + this.smartLabel53.PasswordChar = '\0'; + this.smartLabel53.Radius = 3; + this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel53.Size = new System.Drawing.Size(80, 20); + this.smartLabel53.TabIndex = 42; + this.smartLabel53.Text = "MDataDiff"; + this.smartLabel53.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel53.Wordwrap = false; + // + // labelDiffMean4 + // + this.labelDiffMean4.BackGround = null; + this.labelDiffMean4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean4.LineSpacing = 0F; + this.labelDiffMean4.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean4.Name = "labelDiffMean4"; + this.labelDiffMean4.OverlapOptimize = true; + this.labelDiffMean4.PasswordChar = '\0'; + this.labelDiffMean4.Radius = 3; + this.labelDiffMean4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean4.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean4.TabIndex = 49; + this.labelDiffMean4.Text = "0.0023"; + this.labelDiffMean4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean4.Wordwrap = false; + // + // smartLabel57 + // + this.smartLabel57.BackGround = this.smartGroupBox1; + this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 216); + this.smartLabel57.Name = "smartLabel57"; + this.smartLabel57.OverlapOptimize = true; + this.smartLabel57.PasswordChar = '\0'; + this.smartLabel57.Radius = 3; + this.smartLabel57.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel57.Size = new System.Drawing.Size(80, 20); + this.smartLabel57.TabIndex = 48; + this.smartLabel57.Text = "DiffMean"; + this.smartLabel57.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel57.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel57.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel57.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel57.Wordwrap = false; + // + // labelDiffSecSum4 + // + this.labelDiffSecSum4.BackGround = null; + this.labelDiffSecSum4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum4.LineSpacing = 0F; + this.labelDiffSecSum4.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum4.Name = "labelDiffSecSum4"; + this.labelDiffSecSum4.OverlapOptimize = true; + this.labelDiffSecSum4.PasswordChar = '\0'; + this.labelDiffSecSum4.Radius = 3; + this.labelDiffSecSum4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum4.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum4.TabIndex = 47; + this.labelDiffSecSum4.Text = "0.0023"; + this.labelDiffSecSum4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum4.Wordwrap = false; + // + // smartLabel60 + // + this.smartLabel60.BackGround = this.smartGroupBox1; + this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel60.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + 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, 194); + this.smartLabel60.Name = "smartLabel60"; + this.smartLabel60.OverlapOptimize = true; + this.smartLabel60.PasswordChar = '\0'; + this.smartLabel60.Radius = 3; + this.smartLabel60.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel60.Size = new System.Drawing.Size(80, 20); + this.smartLabel60.TabIndex = 46; + this.smartLabel60.Text = "SecSum"; + this.smartLabel60.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel60.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel60.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel60.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel60.Wordwrap = false; + // + // labelDispSTD4 + // + this.labelDispSTD4.BackGround = null; + this.labelDispSTD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD4.LineSpacing = 0F; + this.labelDispSTD4.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD4.Name = "labelDispSTD4"; + this.labelDispSTD4.OverlapOptimize = true; + this.labelDispSTD4.PasswordChar = '\0'; + this.labelDispSTD4.Radius = 3; + this.labelDispSTD4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD4.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD4.TabIndex = 45; + this.labelDispSTD4.Text = "9.2354"; + this.labelDispSTD4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD4.Wordwrap = false; + // + // smartLabel66 + // + this.smartLabel66.BackGround = this.smartGroupBox1; + this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel66.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel66.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel66.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel66.LineSpacing = 0F; + this.smartLabel66.Location = new System.Drawing.Point(3, 127); + this.smartLabel66.Name = "smartLabel66"; + this.smartLabel66.OverlapOptimize = true; + this.smartLabel66.PasswordChar = '\0'; + this.smartLabel66.Radius = 3; + this.smartLabel66.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel66.Size = new System.Drawing.Size(80, 20); + this.smartLabel66.TabIndex = 44; + this.smartLabel66.Text = "STD"; + this.smartLabel66.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel66.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel66.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel66.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel66.Wordwrap = false; + // + // labelDispMDataDiff4 + // + this.labelDispMDataDiff4.BackGround = null; + this.labelDispMDataDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff4.LineSpacing = 0F; + this.labelDispMDataDiff4.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff4.Name = "labelDispMDataDiff4"; + this.labelDispMDataDiff4.OverlapOptimize = true; + this.labelDispMDataDiff4.PasswordChar = '\0'; + this.labelDispMDataDiff4.Radius = 3; + this.labelDispMDataDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff4.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff4.TabIndex = 43; + this.labelDispMDataDiff4.Text = "9.2354"; + this.labelDispMDataDiff4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff4.Wordwrap = false; + // + // smartLabel70 + // + this.smartLabel70.BackGround = this.smartGroupBox1; + this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel70.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel70.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel70.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel70.LineSpacing = 0F; + this.smartLabel70.Location = new System.Drawing.Point(3, 105); + this.smartLabel70.Name = "smartLabel70"; + this.smartLabel70.OverlapOptimize = true; + this.smartLabel70.PasswordChar = '\0'; + this.smartLabel70.Radius = 3; + this.smartLabel70.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel70.Size = new System.Drawing.Size(80, 20); + this.smartLabel70.TabIndex = 42; + this.smartLabel70.Text = "MDataDiff"; + this.smartLabel70.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel70.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel70.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel70.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel70.Wordwrap = false; + // + // labelDiffMean5 + // + this.labelDiffMean5.BackGround = null; + this.labelDiffMean5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean5.LineSpacing = 0F; + this.labelDiffMean5.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean5.Name = "labelDiffMean5"; + this.labelDiffMean5.OverlapOptimize = true; + this.labelDiffMean5.PasswordChar = '\0'; + this.labelDiffMean5.Radius = 3; + this.labelDiffMean5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean5.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean5.TabIndex = 49; + this.labelDiffMean5.Text = "0.0023"; + this.labelDiffMean5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean5.Wordwrap = false; + // + // smartLabel73 + // + this.smartLabel73.BackGround = this.smartGroupBox1; + this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel73.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel73.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel73.LineSpacing = 0F; + this.smartLabel73.Location = new System.Drawing.Point(3, 216); + this.smartLabel73.Name = "smartLabel73"; + this.smartLabel73.OverlapOptimize = true; + this.smartLabel73.PasswordChar = '\0'; + this.smartLabel73.Radius = 3; + this.smartLabel73.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel73.Size = new System.Drawing.Size(80, 20); + this.smartLabel73.TabIndex = 48; + this.smartLabel73.Text = "DiffMean"; + this.smartLabel73.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel73.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel73.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel73.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel73.Wordwrap = false; + // + // labelDiffSecSum5 + // + this.labelDiffSecSum5.BackGround = null; + this.labelDiffSecSum5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum5.LineSpacing = 0F; + this.labelDiffSecSum5.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum5.Name = "labelDiffSecSum5"; + this.labelDiffSecSum5.OverlapOptimize = true; + this.labelDiffSecSum5.PasswordChar = '\0'; + this.labelDiffSecSum5.Radius = 3; + this.labelDiffSecSum5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum5.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum5.TabIndex = 47; + this.labelDiffSecSum5.Text = "0.0023"; + this.labelDiffSecSum5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum5.Wordwrap = false; + // + // smartLabel78 + // + this.smartLabel78.BackGround = this.smartGroupBox1; + this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel78.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel78.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel78.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel78.LineSpacing = 0F; + this.smartLabel78.Location = new System.Drawing.Point(3, 194); + this.smartLabel78.Name = "smartLabel78"; + this.smartLabel78.OverlapOptimize = true; + this.smartLabel78.PasswordChar = '\0'; + this.smartLabel78.Radius = 3; + this.smartLabel78.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel78.Size = new System.Drawing.Size(80, 20); + this.smartLabel78.TabIndex = 46; + this.smartLabel78.Text = "SecSum"; + this.smartLabel78.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel78.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel78.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel78.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel78.Wordwrap = false; + // + // labelDispSTD5 + // + this.labelDispSTD5.BackGround = null; + this.labelDispSTD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD5.LineSpacing = 0F; + this.labelDispSTD5.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD5.Name = "labelDispSTD5"; + this.labelDispSTD5.OverlapOptimize = true; + this.labelDispSTD5.PasswordChar = '\0'; + this.labelDispSTD5.Radius = 3; + this.labelDispSTD5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD5.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD5.TabIndex = 45; + this.labelDispSTD5.Text = "9.2354"; + this.labelDispSTD5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD5.Wordwrap = false; + // + // smartLabel82 + // + this.smartLabel82.BackGround = this.smartGroupBox1; + this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel82.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel82.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel82.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel82.LineSpacing = 0F; + this.smartLabel82.Location = new System.Drawing.Point(3, 127); + this.smartLabel82.Name = "smartLabel82"; + this.smartLabel82.OverlapOptimize = true; + this.smartLabel82.PasswordChar = '\0'; + this.smartLabel82.Radius = 3; + this.smartLabel82.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel82.Size = new System.Drawing.Size(80, 20); + this.smartLabel82.TabIndex = 44; + this.smartLabel82.Text = "STD"; + this.smartLabel82.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel82.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel82.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel82.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel82.Wordwrap = false; + // + // labelDispMDataDiff5 + // + this.labelDispMDataDiff5.BackGround = null; + this.labelDispMDataDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff5.LineSpacing = 0F; + this.labelDispMDataDiff5.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff5.Name = "labelDispMDataDiff5"; + this.labelDispMDataDiff5.OverlapOptimize = true; + this.labelDispMDataDiff5.PasswordChar = '\0'; + this.labelDispMDataDiff5.Radius = 3; + this.labelDispMDataDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff5.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff5.TabIndex = 43; + this.labelDispMDataDiff5.Text = "9.2354"; + this.labelDispMDataDiff5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff5.Wordwrap = false; + // + // smartLabel85 + // + this.smartLabel85.BackGround = this.smartGroupBox1; + this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel85.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel85.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel85.LineSpacing = 0F; + this.smartLabel85.Location = new System.Drawing.Point(3, 105); + this.smartLabel85.Name = "smartLabel85"; + this.smartLabel85.OverlapOptimize = true; + this.smartLabel85.PasswordChar = '\0'; + this.smartLabel85.Radius = 3; + this.smartLabel85.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel85.Size = new System.Drawing.Size(80, 20); + this.smartLabel85.TabIndex = 42; + this.smartLabel85.Text = "MDataDiff"; + this.smartLabel85.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel85.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel85.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel85.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel85.Wordwrap = false; + // + // labelDiffMean6 + // + this.labelDiffMean6.BackGround = null; + this.labelDiffMean6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean6.LineSpacing = 0F; + this.labelDiffMean6.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean6.Name = "labelDiffMean6"; + this.labelDiffMean6.OverlapOptimize = true; + this.labelDiffMean6.PasswordChar = '\0'; + this.labelDiffMean6.Radius = 3; + this.labelDiffMean6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean6.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean6.TabIndex = 49; + this.labelDiffMean6.Text = "0.0023"; + this.labelDiffMean6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean6.Wordwrap = false; + // + // smartLabel90 + // + this.smartLabel90.BackGround = this.smartGroupBox1; + this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel90.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel90.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel90.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel90.LineSpacing = 0F; + this.smartLabel90.Location = new System.Drawing.Point(3, 216); + this.smartLabel90.Name = "smartLabel90"; + this.smartLabel90.OverlapOptimize = true; + this.smartLabel90.PasswordChar = '\0'; + this.smartLabel90.Radius = 3; + this.smartLabel90.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel90.Size = new System.Drawing.Size(80, 20); + this.smartLabel90.TabIndex = 48; + this.smartLabel90.Text = "DiffMean"; + this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel90.Wordwrap = false; + // + // labelDiffSecSum6 + // + this.labelDiffSecSum6.BackGround = null; + this.labelDiffSecSum6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum6.LineSpacing = 0F; + this.labelDiffSecSum6.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum6.Name = "labelDiffSecSum6"; + this.labelDiffSecSum6.OverlapOptimize = true; + this.labelDiffSecSum6.PasswordChar = '\0'; + this.labelDiffSecSum6.Radius = 3; + this.labelDiffSecSum6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum6.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum6.TabIndex = 47; + this.labelDiffSecSum6.Text = "0.0023"; + this.labelDiffSecSum6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum6.Wordwrap = false; + // + // smartLabel94 + // + this.smartLabel94.BackGround = this.smartGroupBox1; + this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel94.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel94.LineSpacing = 0F; + this.smartLabel94.Location = new System.Drawing.Point(3, 194); + this.smartLabel94.Name = "smartLabel94"; + this.smartLabel94.OverlapOptimize = true; + this.smartLabel94.PasswordChar = '\0'; + this.smartLabel94.Radius = 3; + this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel94.Size = new System.Drawing.Size(80, 20); + this.smartLabel94.TabIndex = 46; + this.smartLabel94.Text = "SecSum"; + this.smartLabel94.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel94.Wordwrap = false; + // + // labelDispSTD6 + // + this.labelDispSTD6.BackGround = null; + this.labelDispSTD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD6.LineSpacing = 0F; + this.labelDispSTD6.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD6.Name = "labelDispSTD6"; + this.labelDispSTD6.OverlapOptimize = true; + this.labelDispSTD6.PasswordChar = '\0'; + this.labelDispSTD6.Radius = 3; + this.labelDispSTD6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD6.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD6.TabIndex = 45; + this.labelDispSTD6.Text = "9.2354"; + this.labelDispSTD6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD6.Wordwrap = false; + // + // smartLabel97 + // + this.smartLabel97.BackGround = this.smartGroupBox1; + this.smartLabel97.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel97.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel97.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel97.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel97.LineSpacing = 0F; + this.smartLabel97.Location = new System.Drawing.Point(3, 127); + this.smartLabel97.Name = "smartLabel97"; + this.smartLabel97.OverlapOptimize = true; + this.smartLabel97.PasswordChar = '\0'; + this.smartLabel97.Radius = 3; + this.smartLabel97.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel97.Size = new System.Drawing.Size(80, 20); + this.smartLabel97.TabIndex = 44; + this.smartLabel97.Text = "STD"; + this.smartLabel97.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel97.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel97.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel97.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel97.Wordwrap = false; + // + // labelDispMDataDiff6 + // + this.labelDispMDataDiff6.BackGround = null; + this.labelDispMDataDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff6.LineSpacing = 0F; + this.labelDispMDataDiff6.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff6.Name = "labelDispMDataDiff6"; + this.labelDispMDataDiff6.OverlapOptimize = true; + this.labelDispMDataDiff6.PasswordChar = '\0'; + this.labelDispMDataDiff6.Radius = 3; + this.labelDispMDataDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff6.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff6.TabIndex = 43; + this.labelDispMDataDiff6.Text = "9.2354"; + this.labelDispMDataDiff6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff6.Wordwrap = false; + // + // smartLabel102 + // + this.smartLabel102.BackGround = this.smartGroupBox1; + this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel102.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel102.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel102.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel102.LineSpacing = 0F; + this.smartLabel102.Location = new System.Drawing.Point(3, 105); + this.smartLabel102.Name = "smartLabel102"; + this.smartLabel102.OverlapOptimize = true; + this.smartLabel102.PasswordChar = '\0'; + this.smartLabel102.Radius = 3; + this.smartLabel102.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel102.Size = new System.Drawing.Size(80, 20); + this.smartLabel102.TabIndex = 42; + this.smartLabel102.Text = "MDataDiff"; + this.smartLabel102.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel102.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel102.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel102.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel102.Wordwrap = false; + // + // labelDiffMean7 + // + this.labelDiffMean7.BackGround = null; + this.labelDiffMean7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean7.LineSpacing = 0F; + this.labelDiffMean7.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean7.Name = "labelDiffMean7"; + this.labelDiffMean7.OverlapOptimize = true; + this.labelDiffMean7.PasswordChar = '\0'; + this.labelDiffMean7.Radius = 3; + this.labelDiffMean7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean7.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean7.TabIndex = 49; + this.labelDiffMean7.Text = "0.0023"; + this.labelDiffMean7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean7.Wordwrap = false; + // + // smartLabel106 + // + this.smartLabel106.BackGround = this.smartGroupBox1; + this.smartLabel106.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel106.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel106.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel106.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel106.LineSpacing = 0F; + this.smartLabel106.Location = new System.Drawing.Point(3, 216); + this.smartLabel106.Name = "smartLabel106"; + this.smartLabel106.OverlapOptimize = true; + this.smartLabel106.PasswordChar = '\0'; + this.smartLabel106.Radius = 3; + this.smartLabel106.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel106.Size = new System.Drawing.Size(80, 20); + this.smartLabel106.TabIndex = 48; + this.smartLabel106.Text = "DiffMean"; + this.smartLabel106.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel106.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel106.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel106.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel106.Wordwrap = false; + // + // labelDiffSecSum7 + // + this.labelDiffSecSum7.BackGround = null; + this.labelDiffSecSum7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum7.LineSpacing = 0F; + this.labelDiffSecSum7.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum7.Name = "labelDiffSecSum7"; + this.labelDiffSecSum7.OverlapOptimize = true; + this.labelDiffSecSum7.PasswordChar = '\0'; + this.labelDiffSecSum7.Radius = 3; + this.labelDiffSecSum7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum7.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum7.TabIndex = 47; + this.labelDiffSecSum7.Text = "0.0023"; + this.labelDiffSecSum7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum7.Wordwrap = false; + // + // smartLabel109 + // + this.smartLabel109.BackGround = this.smartGroupBox1; + this.smartLabel109.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel109.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel109.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel109.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel109.LineSpacing = 0F; + this.smartLabel109.Location = new System.Drawing.Point(3, 194); + this.smartLabel109.Name = "smartLabel109"; + this.smartLabel109.OverlapOptimize = true; + this.smartLabel109.PasswordChar = '\0'; + this.smartLabel109.Radius = 3; + this.smartLabel109.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel109.Size = new System.Drawing.Size(80, 20); + this.smartLabel109.TabIndex = 46; + this.smartLabel109.Text = "SecSum"; + this.smartLabel109.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel109.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel109.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel109.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel109.Wordwrap = false; + // + // labelDispSTD7 + // + this.labelDispSTD7.BackGround = null; + this.labelDispSTD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD7.LineSpacing = 0F; + this.labelDispSTD7.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD7.Name = "labelDispSTD7"; + this.labelDispSTD7.OverlapOptimize = true; + this.labelDispSTD7.PasswordChar = '\0'; + this.labelDispSTD7.Radius = 3; + this.labelDispSTD7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD7.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD7.TabIndex = 45; + this.labelDispSTD7.Text = "9.2354"; + this.labelDispSTD7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD7.Wordwrap = false; + // + // smartLabel114 + // + this.smartLabel114.BackGround = this.smartGroupBox1; + this.smartLabel114.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel114.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel114.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel114.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel114.LineSpacing = 0F; + this.smartLabel114.Location = new System.Drawing.Point(3, 127); + this.smartLabel114.Name = "smartLabel114"; + this.smartLabel114.OverlapOptimize = true; + this.smartLabel114.PasswordChar = '\0'; + this.smartLabel114.Radius = 3; + this.smartLabel114.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel114.Size = new System.Drawing.Size(80, 20); + this.smartLabel114.TabIndex = 44; + this.smartLabel114.Text = "STD"; + this.smartLabel114.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel114.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel114.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel114.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel114.Wordwrap = false; + // + // labelDispMDataDiff7 + // + this.labelDispMDataDiff7.BackGround = null; + this.labelDispMDataDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff7.LineSpacing = 0F; + this.labelDispMDataDiff7.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff7.Name = "labelDispMDataDiff7"; + this.labelDispMDataDiff7.OverlapOptimize = true; + this.labelDispMDataDiff7.PasswordChar = '\0'; + this.labelDispMDataDiff7.Radius = 3; + this.labelDispMDataDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff7.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff7.TabIndex = 43; + this.labelDispMDataDiff7.Text = "9.2354"; + this.labelDispMDataDiff7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff7.Wordwrap = false; + // + // smartLabel118 + // + this.smartLabel118.BackGround = this.smartGroupBox1; + this.smartLabel118.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel118.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel118.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel118.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel118.LineSpacing = 0F; + this.smartLabel118.Location = new System.Drawing.Point(3, 105); + this.smartLabel118.Name = "smartLabel118"; + this.smartLabel118.OverlapOptimize = true; + this.smartLabel118.PasswordChar = '\0'; + this.smartLabel118.Radius = 3; + this.smartLabel118.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel118.Size = new System.Drawing.Size(80, 20); + this.smartLabel118.TabIndex = 42; + this.smartLabel118.Text = "MDataDiff"; + this.smartLabel118.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel118.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel118.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel118.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel118.Wordwrap = false; + // + // labelDiffMean8 + // + this.labelDiffMean8.BackGround = null; + this.labelDiffMean8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean8.LineSpacing = 0F; + this.labelDiffMean8.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean8.Name = "labelDiffMean8"; + this.labelDiffMean8.OverlapOptimize = true; + this.labelDiffMean8.PasswordChar = '\0'; + this.labelDiffMean8.Radius = 3; + this.labelDiffMean8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean8.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean8.TabIndex = 49; + this.labelDiffMean8.Text = "0.0023"; + this.labelDiffMean8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean8.Wordwrap = false; + // + // smartLabel120 + // + this.smartLabel120.BackGround = this.smartGroupBox1; + this.smartLabel120.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel120.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel120.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel120.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel120.LineSpacing = 0F; + this.smartLabel120.Location = new System.Drawing.Point(3, 216); + this.smartLabel120.Name = "smartLabel120"; + this.smartLabel120.OverlapOptimize = true; + this.smartLabel120.PasswordChar = '\0'; + this.smartLabel120.Radius = 3; + this.smartLabel120.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel120.Size = new System.Drawing.Size(80, 20); + this.smartLabel120.TabIndex = 48; + this.smartLabel120.Text = "DiffMean"; + this.smartLabel120.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel120.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel120.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel120.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel120.Wordwrap = false; + // + // labelDiffSecSum8 + // + this.labelDiffSecSum8.BackGround = null; + this.labelDiffSecSum8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum8.LineSpacing = 0F; + this.labelDiffSecSum8.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum8.Name = "labelDiffSecSum8"; + this.labelDiffSecSum8.OverlapOptimize = true; + this.labelDiffSecSum8.PasswordChar = '\0'; + this.labelDiffSecSum8.Radius = 3; + this.labelDiffSecSum8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum8.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum8.TabIndex = 47; + this.labelDiffSecSum8.Text = "0.0023"; + this.labelDiffSecSum8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum8.Wordwrap = false; + // + // smartLabel122 + // + this.smartLabel122.BackGround = this.smartGroupBox1; + this.smartLabel122.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel122.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel122.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel122.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel122.LineSpacing = 0F; + this.smartLabel122.Location = new System.Drawing.Point(3, 194); + this.smartLabel122.Name = "smartLabel122"; + this.smartLabel122.OverlapOptimize = true; + this.smartLabel122.PasswordChar = '\0'; + this.smartLabel122.Radius = 3; + this.smartLabel122.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel122.Size = new System.Drawing.Size(80, 20); + this.smartLabel122.TabIndex = 46; + this.smartLabel122.Text = "SecSum"; + this.smartLabel122.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel122.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel122.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel122.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel122.Wordwrap = false; + // + // labelDispSTD8 + // + this.labelDispSTD8.BackGround = null; + this.labelDispSTD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD8.LineSpacing = 0F; + this.labelDispSTD8.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD8.Name = "labelDispSTD8"; + this.labelDispSTD8.OverlapOptimize = true; + this.labelDispSTD8.PasswordChar = '\0'; + this.labelDispSTD8.Radius = 3; + this.labelDispSTD8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD8.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD8.TabIndex = 45; + this.labelDispSTD8.Text = "9.2354"; + this.labelDispSTD8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD8.Wordwrap = false; + // + // smartLabel124 + // + this.smartLabel124.BackGround = this.smartGroupBox1; + this.smartLabel124.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel124.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel124.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel124.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel124.LineSpacing = 0F; + this.smartLabel124.Location = new System.Drawing.Point(3, 127); + this.smartLabel124.Name = "smartLabel124"; + this.smartLabel124.OverlapOptimize = true; + this.smartLabel124.PasswordChar = '\0'; + this.smartLabel124.Radius = 3; + this.smartLabel124.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel124.Size = new System.Drawing.Size(80, 20); + this.smartLabel124.TabIndex = 44; + this.smartLabel124.Text = "STD"; + this.smartLabel124.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel124.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel124.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel124.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel124.Wordwrap = false; + // + // labelDispMDataDiff8 + // + this.labelDispMDataDiff8.BackGround = null; + this.labelDispMDataDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff8.LineSpacing = 0F; + this.labelDispMDataDiff8.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff8.Name = "labelDispMDataDiff8"; + this.labelDispMDataDiff8.OverlapOptimize = true; + this.labelDispMDataDiff8.PasswordChar = '\0'; + this.labelDispMDataDiff8.Radius = 3; + this.labelDispMDataDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff8.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff8.TabIndex = 43; + this.labelDispMDataDiff8.Text = "9.2354"; + this.labelDispMDataDiff8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff8.Wordwrap = false; + // + // smartLabel126 + // + this.smartLabel126.BackGround = this.smartGroupBox1; + this.smartLabel126.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel126.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel126.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel126.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel126.LineSpacing = 0F; + this.smartLabel126.Location = new System.Drawing.Point(3, 105); + this.smartLabel126.Name = "smartLabel126"; + this.smartLabel126.OverlapOptimize = true; + this.smartLabel126.PasswordChar = '\0'; + this.smartLabel126.Radius = 3; + this.smartLabel126.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel126.Size = new System.Drawing.Size(80, 20); + this.smartLabel126.TabIndex = 42; + this.smartLabel126.Text = "MDataDiff"; + this.smartLabel126.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel126.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel126.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel126.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel126.Wordwrap = false; + // + // labelDiffMean9 + // + this.labelDiffMean9.BackGround = null; + this.labelDiffMean9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean9.LineSpacing = 0F; + this.labelDiffMean9.Location = new System.Drawing.Point(89, 216); + this.labelDiffMean9.Name = "labelDiffMean9"; + this.labelDiffMean9.OverlapOptimize = true; + this.labelDiffMean9.PasswordChar = '\0'; + this.labelDiffMean9.Radius = 3; + this.labelDiffMean9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean9.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean9.TabIndex = 49; + this.labelDiffMean9.Text = "0.0023"; + this.labelDiffMean9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean9.Wordwrap = false; + // + // smartLabel128 + // + this.smartLabel128.BackGround = this.smartGroupBox1; + this.smartLabel128.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel128.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel128.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel128.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel128.LineSpacing = 0F; + this.smartLabel128.Location = new System.Drawing.Point(3, 216); + this.smartLabel128.Name = "smartLabel128"; + this.smartLabel128.OverlapOptimize = true; + this.smartLabel128.PasswordChar = '\0'; + this.smartLabel128.Radius = 3; + this.smartLabel128.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel128.Size = new System.Drawing.Size(80, 20); + this.smartLabel128.TabIndex = 48; + this.smartLabel128.Text = "DiffMean"; + this.smartLabel128.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel128.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel128.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel128.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel128.Wordwrap = false; + // + // labelDiffSecSum9 + // + this.labelDiffSecSum9.BackGround = null; + this.labelDiffSecSum9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum9.LineSpacing = 0F; + this.labelDiffSecSum9.Location = new System.Drawing.Point(89, 194); + this.labelDiffSecSum9.Name = "labelDiffSecSum9"; + this.labelDiffSecSum9.OverlapOptimize = true; + this.labelDiffSecSum9.PasswordChar = '\0'; + this.labelDiffSecSum9.Radius = 3; + this.labelDiffSecSum9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum9.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum9.TabIndex = 47; + this.labelDiffSecSum9.Text = "0.0023"; + this.labelDiffSecSum9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum9.Wordwrap = false; + // + // smartLabel130 + // + this.smartLabel130.BackGround = this.smartGroupBox1; + this.smartLabel130.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel130.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel130.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel130.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel130.LineSpacing = 0F; + this.smartLabel130.Location = new System.Drawing.Point(3, 194); + this.smartLabel130.Name = "smartLabel130"; + this.smartLabel130.OverlapOptimize = true; + this.smartLabel130.PasswordChar = '\0'; + this.smartLabel130.Radius = 3; + this.smartLabel130.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel130.Size = new System.Drawing.Size(80, 20); + this.smartLabel130.TabIndex = 46; + this.smartLabel130.Text = "SecSum"; + this.smartLabel130.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel130.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel130.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel130.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel130.Wordwrap = false; + // + // labelDispSTD9 + // + this.labelDispSTD9.BackGround = null; + this.labelDispSTD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD9.LineSpacing = 0F; + this.labelDispSTD9.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD9.Name = "labelDispSTD9"; + this.labelDispSTD9.OverlapOptimize = true; + this.labelDispSTD9.PasswordChar = '\0'; + this.labelDispSTD9.Radius = 3; + this.labelDispSTD9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD9.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD9.TabIndex = 45; + this.labelDispSTD9.Text = "9.2354"; + this.labelDispSTD9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD9.Wordwrap = false; + // + // smartLabel132 + // + this.smartLabel132.BackGround = this.smartGroupBox1; + this.smartLabel132.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel132.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel132.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel132.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel132.LineSpacing = 0F; + this.smartLabel132.Location = new System.Drawing.Point(3, 127); + this.smartLabel132.Name = "smartLabel132"; + this.smartLabel132.OverlapOptimize = true; + this.smartLabel132.PasswordChar = '\0'; + this.smartLabel132.Radius = 3; + this.smartLabel132.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel132.Size = new System.Drawing.Size(80, 20); + this.smartLabel132.TabIndex = 44; + this.smartLabel132.Text = "STD"; + this.smartLabel132.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel132.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel132.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel132.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel132.Wordwrap = false; + // + // labelDispMDataDiff9 + // + this.labelDispMDataDiff9.BackGround = null; + this.labelDispMDataDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff9.LineSpacing = 0F; + this.labelDispMDataDiff9.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff9.Name = "labelDispMDataDiff9"; + this.labelDispMDataDiff9.OverlapOptimize = true; + this.labelDispMDataDiff9.PasswordChar = '\0'; + this.labelDispMDataDiff9.Radius = 3; + this.labelDispMDataDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff9.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff9.TabIndex = 43; + this.labelDispMDataDiff9.Text = "9.2354"; + this.labelDispMDataDiff9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff9.Wordwrap = false; + // + // smartLabel134 + // + this.smartLabel134.BackGround = this.smartGroupBox1; + this.smartLabel134.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel134.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel134.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel134.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel134.LineSpacing = 0F; + this.smartLabel134.Location = new System.Drawing.Point(3, 105); + this.smartLabel134.Name = "smartLabel134"; + this.smartLabel134.OverlapOptimize = true; + this.smartLabel134.PasswordChar = '\0'; + this.smartLabel134.Radius = 3; + this.smartLabel134.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel134.Size = new System.Drawing.Size(80, 20); + this.smartLabel134.TabIndex = 42; + this.smartLabel134.Text = "MDataDiff"; + this.smartLabel134.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel134.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel134.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel134.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel134.Wordwrap = false; + // + // labelDiffMean10 + // + this.labelDiffMean10.BackGround = null; + this.labelDiffMean10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffMean10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean10.LineSpacing = 0F; + this.labelDiffMean10.Location = new System.Drawing.Point(89, 212); + this.labelDiffMean10.Name = "labelDiffMean10"; + this.labelDiffMean10.OverlapOptimize = true; + this.labelDiffMean10.PasswordChar = '\0'; + this.labelDiffMean10.Radius = 3; + this.labelDiffMean10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffMean10.Size = new System.Drawing.Size(100, 20); + this.labelDiffMean10.TabIndex = 49; + this.labelDiffMean10.Text = "0.0023"; + this.labelDiffMean10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffMean10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffMean10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffMean10.Wordwrap = false; + // + // smartLabel136 + // + this.smartLabel136.BackGround = this.smartGroupBox1; + this.smartLabel136.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel136.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel136.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel136.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel136.LineSpacing = 0F; + this.smartLabel136.Location = new System.Drawing.Point(3, 212); + this.smartLabel136.Name = "smartLabel136"; + this.smartLabel136.OverlapOptimize = true; + this.smartLabel136.PasswordChar = '\0'; + this.smartLabel136.Radius = 3; + this.smartLabel136.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel136.Size = new System.Drawing.Size(80, 20); + this.smartLabel136.TabIndex = 48; + this.smartLabel136.Text = "DiffMean"; + this.smartLabel136.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel136.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel136.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel136.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel136.Wordwrap = false; + // + // labelDiffSecSum10 + // + this.labelDiffSecSum10.BackGround = null; + this.labelDiffSecSum10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiffSecSum10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum10.LineSpacing = 0F; + this.labelDiffSecSum10.Location = new System.Drawing.Point(89, 190); + this.labelDiffSecSum10.Name = "labelDiffSecSum10"; + this.labelDiffSecSum10.OverlapOptimize = true; + this.labelDiffSecSum10.PasswordChar = '\0'; + this.labelDiffSecSum10.Radius = 3; + this.labelDiffSecSum10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiffSecSum10.Size = new System.Drawing.Size(100, 20); + this.labelDiffSecSum10.TabIndex = 47; + this.labelDiffSecSum10.Text = "0.0023"; + this.labelDiffSecSum10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiffSecSum10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiffSecSum10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiffSecSum10.Wordwrap = false; + // + // smartLabel138 + // + this.smartLabel138.BackGround = this.smartGroupBox1; + this.smartLabel138.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel138.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel138.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel138.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel138.LineSpacing = 0F; + this.smartLabel138.Location = new System.Drawing.Point(3, 190); + this.smartLabel138.Name = "smartLabel138"; + this.smartLabel138.OverlapOptimize = true; + this.smartLabel138.PasswordChar = '\0'; + this.smartLabel138.Radius = 3; + this.smartLabel138.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel138.Size = new System.Drawing.Size(80, 20); + this.smartLabel138.TabIndex = 46; + this.smartLabel138.Text = "SecSum"; + this.smartLabel138.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel138.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel138.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel138.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel138.Wordwrap = false; + // + // labelDispSTD10 + // + this.labelDispSTD10.BackGround = null; + this.labelDispSTD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispSTD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD10.LineSpacing = 0F; + this.labelDispSTD10.Location = new System.Drawing.Point(89, 127); + this.labelDispSTD10.Name = "labelDispSTD10"; + this.labelDispSTD10.OverlapOptimize = true; + this.labelDispSTD10.PasswordChar = '\0'; + this.labelDispSTD10.Radius = 3; + this.labelDispSTD10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispSTD10.Size = new System.Drawing.Size(100, 20); + this.labelDispSTD10.TabIndex = 45; + this.labelDispSTD10.Text = "9.2354"; + this.labelDispSTD10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispSTD10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispSTD10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispSTD10.Wordwrap = false; + // + // smartLabel140 + // + this.smartLabel140.BackGround = this.smartGroupBox1; + this.smartLabel140.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel140.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel140.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel140.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel140.LineSpacing = 0F; + this.smartLabel140.Location = new System.Drawing.Point(3, 127); + this.smartLabel140.Name = "smartLabel140"; + this.smartLabel140.OverlapOptimize = true; + this.smartLabel140.PasswordChar = '\0'; + this.smartLabel140.Radius = 3; + this.smartLabel140.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel140.Size = new System.Drawing.Size(80, 20); + this.smartLabel140.TabIndex = 44; + this.smartLabel140.Text = "STD"; + this.smartLabel140.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel140.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel140.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel140.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel140.Wordwrap = false; + // + // labelDispMDataDiff10 + // + this.labelDispMDataDiff10.BackGround = null; + this.labelDispMDataDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDispMDataDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff10.LineSpacing = 0F; + this.labelDispMDataDiff10.Location = new System.Drawing.Point(89, 105); + this.labelDispMDataDiff10.Name = "labelDispMDataDiff10"; + this.labelDispMDataDiff10.OverlapOptimize = true; + this.labelDispMDataDiff10.PasswordChar = '\0'; + this.labelDispMDataDiff10.Radius = 3; + this.labelDispMDataDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDispMDataDiff10.Size = new System.Drawing.Size(100, 20); + this.labelDispMDataDiff10.TabIndex = 43; + this.labelDispMDataDiff10.Text = "9.2354"; + this.labelDispMDataDiff10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDispMDataDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDispMDataDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDispMDataDiff10.Wordwrap = false; + // + // smartLabel142 + // + this.smartLabel142.BackGround = this.smartGroupBox1; + this.smartLabel142.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel142.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel142.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel142.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel142.LineSpacing = 0F; + this.smartLabel142.Location = new System.Drawing.Point(3, 105); + this.smartLabel142.Name = "smartLabel142"; + this.smartLabel142.OverlapOptimize = true; + this.smartLabel142.PasswordChar = '\0'; + this.smartLabel142.Radius = 3; + this.smartLabel142.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel142.Size = new System.Drawing.Size(80, 20); + this.smartLabel142.TabIndex = 42; + this.smartLabel142.Text = "MDataDiff"; + this.smartLabel142.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel142.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel142.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel142.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel142.Wordwrap = false; // // FormMainDisplay1 // @@ -5037,11 +6779,85 @@ private SmartX.SmartLabel labelDispRData6; private SmartX.SmartLabel smartLabel69; private SmartX.SmartLabel smartLabel1; - private SmartX.SmartProgressBar smartProgressBar6; - private SmartX.SmartProgressBar smartProgressBar5; - private SmartX.SmartProgressBar smartProgressBar4; - private SmartX.SmartProgressBar smartProgressBar3; - private SmartX.SmartProgressBar smartProgressBar2; - private SmartX.SmartProgressBar smartProgressBar1; + private SmartX.SmartLabel labelDispSTD1; + private SmartX.SmartLabel smartLabel11; + private SmartX.SmartLabel labelDispMDataDiff1; + private SmartX.SmartLabel smartLabel5; + private SmartX.SmartLabel labelDiffMean1; + private SmartX.SmartLabel smartLabel21; + private SmartX.SmartLabel labelDiffSecSum1; + private SmartX.SmartLabel smartLabel17; + private SmartX.SmartLabel labelDiffMean3; + private SmartX.SmartLabel smartLabel41; + private SmartX.SmartLabel labelDiffSecSum3; + private SmartX.SmartLabel smartLabel45; + private SmartX.SmartLabel labelDispSTD3; + private SmartX.SmartLabel smartLabel48; + private SmartX.SmartLabel labelDispMDataDiff3; + private SmartX.SmartLabel smartLabel53; + private SmartX.SmartLabel labelDiffMean4; + private SmartX.SmartLabel smartLabel57; + private SmartX.SmartLabel labelDiffSecSum4; + private SmartX.SmartLabel smartLabel60; + private SmartX.SmartLabel labelDispSTD4; + private SmartX.SmartLabel smartLabel66; + private SmartX.SmartLabel labelDispMDataDiff4; + private SmartX.SmartLabel smartLabel70; + private SmartX.SmartLabel labelDiffMean2; + private SmartX.SmartLabel smartLabel24; + private SmartX.SmartLabel labelDiffSecSum2; + private SmartX.SmartLabel smartLabel29; + private SmartX.SmartLabel labelDispSTD2; + private SmartX.SmartLabel smartLabel33; + private SmartX.SmartLabel labelDispMDataDiff2; + private SmartX.SmartLabel smartLabel36; + private SmartX.SmartLabel labelDiffMean5; + private SmartX.SmartLabel smartLabel73; + private SmartX.SmartLabel labelDiffSecSum5; + private SmartX.SmartLabel smartLabel78; + private SmartX.SmartLabel labelDispSTD5; + private SmartX.SmartLabel smartLabel82; + private SmartX.SmartLabel labelDispMDataDiff5; + private SmartX.SmartLabel smartLabel85; + private SmartX.SmartLabel labelDiffMean8; + private SmartX.SmartLabel smartLabel120; + private SmartX.SmartLabel labelDiffSecSum8; + private SmartX.SmartLabel smartLabel122; + private SmartX.SmartLabel labelDispSTD8; + private SmartX.SmartLabel smartLabel124; + private SmartX.SmartLabel labelDispMDataDiff8; + private SmartX.SmartLabel smartLabel126; + private SmartX.SmartLabel labelDiffMean7; + private SmartX.SmartLabel smartLabel106; + private SmartX.SmartLabel labelDiffSecSum7; + private SmartX.SmartLabel smartLabel109; + private SmartX.SmartLabel labelDispSTD7; + private SmartX.SmartLabel smartLabel114; + private SmartX.SmartLabel labelDispMDataDiff7; + private SmartX.SmartLabel smartLabel118; + private SmartX.SmartLabel labelDiffMean6; + private SmartX.SmartLabel smartLabel90; + private SmartX.SmartLabel labelDiffSecSum6; + private SmartX.SmartLabel smartLabel94; + private SmartX.SmartLabel labelDispSTD6; + private SmartX.SmartLabel smartLabel97; + private SmartX.SmartLabel labelDispMDataDiff6; + private SmartX.SmartLabel smartLabel102; + private SmartX.SmartLabel labelDiffMean9; + private SmartX.SmartLabel smartLabel128; + private SmartX.SmartLabel labelDiffSecSum9; + private SmartX.SmartLabel smartLabel130; + private SmartX.SmartLabel labelDispSTD9; + private SmartX.SmartLabel smartLabel132; + private SmartX.SmartLabel labelDispMDataDiff9; + private SmartX.SmartLabel smartLabel134; + private SmartX.SmartLabel labelDiffMean10; + private SmartX.SmartLabel smartLabel136; + private SmartX.SmartLabel labelDiffSecSum10; + private SmartX.SmartLabel smartLabel138; + private SmartX.SmartLabel labelDispSTD10; + private SmartX.SmartLabel smartLabel140; + private SmartX.SmartLabel labelDispMDataDiff10; + private SmartX.SmartLabel smartLabel142; } } \ No newline at end of file diff --git a/INT_PT002/Forms/FormMainDisplay1.cs b/INT_PT002/Forms/FormMainDisplay1.cs index 6e8e58d..6dc317a 100644 --- a/INT_PT002/Forms/FormMainDisplay1.cs +++ b/INT_PT002/Forms/FormMainDisplay1.cs @@ -28,10 +28,17 @@ namespace INT_PT002.Forms private FormMain m_ParentForm; private Collection CollectionResult; + private Collection CollectionDispRData; private Collection CollectionDispMData; + private Collection CollectionDispMDataDiff; + private Collection CollectionDispSTD; + private Collection CollectionDiffMadc; private Collection CollectionDiffSecDiff; + private Collection CollectionDiffSecSum; + private Collection CollectionDiffMean; + private Collection CollectionPressureWork; private Collection CollectionPressureMaster; @@ -105,6 +112,30 @@ namespace INT_PT002.Forms this.CollectionDispMData.Add(this.labelDispMData9); this.CollectionDispMData.Add(this.labelDispMData10); + this.CollectionDispMDataDiff = new Collection(); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff1); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff2); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff3); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff4); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff5); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff6); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff7); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff8); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff9); + this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff10); + + this.CollectionDispSTD = new Collection(); + this.CollectionDispSTD.Add(this.labelDispSTD1); + this.CollectionDispSTD.Add(this.labelDispSTD2); + this.CollectionDispSTD.Add(this.labelDispSTD3); + this.CollectionDispSTD.Add(this.labelDispSTD4); + this.CollectionDispSTD.Add(this.labelDispSTD5); + this.CollectionDispSTD.Add(this.labelDispSTD6); + this.CollectionDispSTD.Add(this.labelDispSTD7); + this.CollectionDispSTD.Add(this.labelDispSTD8); + this.CollectionDispSTD.Add(this.labelDispSTD9); + this.CollectionDispSTD.Add(this.labelDispSTD10); + this.CollectionDiffMadc = new Collection(); this.CollectionDiffMadc.Add(this.labelDiffMadc1); this.CollectionDiffMadc.Add(this.labelDiffMadc2); @@ -129,6 +160,30 @@ namespace INT_PT002.Forms this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff9); this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff10); + this.CollectionDiffSecSum = new Collection(); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum1); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum2); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum3); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum4); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum5); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum6); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum7); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum8); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum9); + this.CollectionDiffSecSum.Add(this.labelDiffSecSum10); + + this.CollectionDiffMean = new Collection(); + this.CollectionDiffMean.Add(this.labelDiffMean1); + this.CollectionDiffMean.Add(this.labelDiffMean2); + this.CollectionDiffMean.Add(this.labelDiffMean3); + this.CollectionDiffMean.Add(this.labelDiffMean4); + this.CollectionDiffMean.Add(this.labelDiffMean5); + this.CollectionDiffMean.Add(this.labelDiffMean6); + this.CollectionDiffMean.Add(this.labelDiffMean7); + this.CollectionDiffMean.Add(this.labelDiffMean8); + this.CollectionDiffMean.Add(this.labelDiffMean9); + this.CollectionDiffMean.Add(this.labelDiffMean10); + this.CollectionPressureWork = new Collection(); this.CollectionPressureWork.Add(this.labelPressureWork1); this.CollectionPressureWork.Add(this.labelPressureWork2); @@ -165,11 +220,15 @@ namespace INT_PT002.Forms { this.CollectionResult[i].Text = "-"; this.CollectionResult[i].TextColor = this.ColorResultNone; - this.CollectionResult[i].Font = new Font("New Gulim", 48, FontStyle.Bold); + this.CollectionResult[i].Font = new Font("New Gulim", 20, FontStyle.Bold); this.CollectionDispRData[i].Text = "0.00"; this.CollectionDispMData[i].Text = "0.00"; + this.CollectionDispMDataDiff[i].Text = "0.00"; + this.CollectionDispSTD[i].Text = "0.00"; this.CollectionDiffMadc[i].Text = "0.00"; this.CollectionDiffSecDiff[i].Text = "0.00"; + this.CollectionDiffSecSum[i].Text = "0.00"; + this.CollectionDiffMean[i].Text = "0.00"; this.CollectionPressureWork[i].Text = "0.0"; this.CollectionPressureMaster[i].Text = "0.0"; } @@ -184,17 +243,17 @@ namespace INT_PT002.Forms case Define.E_JudgmentStatus.None: value = "-"; label2.TextColor = this.ColorResultNone; - label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; case Define.E_JudgmentStatus.Pass: value = "정상"; label2.TextColor = this.ColorResultPass; - label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; case Define.E_JudgmentStatus.Ng: value = "리크"; label2.TextColor = this.ColorResultNG; - label2.Font = new Font("New Gulim", 40, FontStyle.Bold); + label2.Font = new Font("New Gulim", 20, FontStyle.Bold); break; case Define.E_JudgmentStatus.Error: value = "제품 없음"; @@ -232,6 +291,20 @@ namespace INT_PT002.Forms this.labelProgress6.BackGroundColor = this.ColorProgressOff; this.labelProgress7.BackGroundColor = this.ColorProgressOff; this.labelProgress8.BackGroundColor = this.ColorProgressOff; + + this.timerOn.Enabled = false; + this.timerOff.Enabled = false; + + if (this.CollectionResult[0].Text == "검사 중..") + { + for (int i = 0; i < 10; i++) + { + this.CollectionResult[i].Visible = true; + this.CollectionResult[i].Text = "-"; + this.CollectionResult[i].TextColor = this.ColorResultNone; + this.CollectionResult[i].Font = new Font("New Gulim", 48, FontStyle.Bold); + } + } break; case Define.E_ProcessStatus._2_ProductEntry: this.labelProgress0.BackGroundColor = this.ColorProgressOff; @@ -383,7 +456,7 @@ namespace INT_PT002.Forms else this.FlagIgnoreCNT++; - for (int i = 0; i < this.ParentForm.EquipmentColumn; i++) + for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) { value = datas[i].MAdc; if (this.CollectionDiffMadc[i].Text != value) @@ -392,6 +465,14 @@ namespace INT_PT002.Forms value = datas[i].SecBufDiff; if (this.CollectionDiffSecDiff[i].Text != value) this.CollectionDiffSecDiff[i].Text = value; + + value = datas[i].SecBufSum; + if (this.CollectionDiffSecSum[i].Text != value) + this.CollectionDiffSecSum[i].Text = value; + + value = datas[i].DiffMean; + if (this.CollectionDiffMean[i].Text != value) + this.CollectionDiffMean[i].Text = value; } } public void UpdateDisplayDispData(Collection datas) @@ -407,7 +488,7 @@ namespace INT_PT002.Forms else this.FlagIgnoreCNT++; - for (int i = 0; i < this.ParentForm.EquipmentColumn; i++) + for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) { value = datas[i].RData; if (this.CollectionDispRData[i].Text != value) @@ -416,6 +497,29 @@ namespace INT_PT002.Forms value = datas[i].MData; if (this.CollectionDispMData[i].Text != value) this.CollectionDispMData[i].Text = value; + + value = datas[i].MDataDiff; + if (this.CollectionDispMDataDiff[i].Text != value) + this.CollectionDispMDataDiff[i].Text = value; + + value = datas[i].STD; + if (this.CollectionDispSTD[i].Text != value) + this.CollectionDispSTD[i].Text = value; + } + } + public void UpdateDisplayPresData(Collection datas) + { + string value = ""; + + for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) + { + value = datas[i].WorkingChamber; + if (this.CollectionPressureWork[i].Text != value) + this.CollectionPressureWork[i].Text = value; + + value = datas[i].MasterChamber; + if (this.CollectionPressureMaster[i].Text != value) + this.CollectionPressureMaster[i].Text = value; } } @@ -486,8 +590,8 @@ namespace INT_PT002.Forms } public void DisplayRefresh() - { - + { + this.ParentForm.CurrentSystemStatus.CurrentDisplay = Define.E_DisplayStore.DisplayMain; } #endregion diff --git a/INT_PT002/Forms/FormMenu.cs b/INT_PT002/Forms/FormMenu.cs index d7f0ac6..9f841f0 100644 --- a/INT_PT002/Forms/FormMenu.cs +++ b/INT_PT002/Forms/FormMenu.cs @@ -1,6 +1,7 @@ using System; using System.Linq; using System.Collections.Generic; +using System.Collections.ObjectModel; using System.ComponentModel; using System.Data; using System.Drawing; @@ -383,9 +384,28 @@ namespace INT_PT002.Forms } } - public void UpdateDisplayRecipeData(Recipe item) + // Menu Recipe + public void UpdateDisplayRecipeData(int no) { - this.Child_Recipe_Setting.UpdateDisplayRecipeData(item); + this.Child_Recipe_Setting.UpdateDisplayRecipeData(no); + } + + // Menu Equipment + public void UpdateDisplayEquipmentTestInputData(Collection datas) + { + this.Child_Manual_IoTest.UpdateDisplayInputData(datas); + } + public void UpdateDisplayEquipmentTestDispData(Collection datas) + { + this.Child_Manual_IoTest.UpdateDisplayDispData(datas); + } + public void UpdateDisplayEquipmentTestDiffData(Collection datas) + { + this.Child_Manual_IoTest.UpdateDisplayDiffData(datas); + } + public void UpdateDisplayEquipmentTestPresData(Collection datas) + { + this.Child_Manual_IoTest.UpdateDisplayPresData(datas); } public void DisplayRefresh() diff --git a/INT_PT002/INT_PT002.csproj b/INT_PT002/INT_PT002.csproj index 5b3ee82..bafb267 100644 --- a/INT_PT002/INT_PT002.csproj +++ b/INT_PT002/INT_PT002.csproj @@ -178,6 +178,8 @@ + + Form