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 " "; + } } }