diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs b/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs index 8da4b6d..46994ea 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs @@ -29,16 +29,12 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.treeViewLogAlarm = new System.Windows.Forms.TreeView(); - this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel5 = new SmartX.SmartLabel(); + this.treeView = new System.Windows.Forms.TreeView(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.labelPath = new SmartX.SmartLabel(); + this.smartLabel1 = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); this.labelCount = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); this.smartListBox1 = new SmartX.SmartListBox(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); @@ -46,21 +42,17 @@ // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.treeViewLogAlarm); - this.smartGroupBox1.Controls.Add(this.smartLabel6); - this.smartGroupBox1.Controls.Add(this.smartLabel5); + this.smartGroupBox1.Controls.Add(this.treeView); this.smartGroupBox1.Controls.Add(this.smartLabel4); this.smartGroupBox1.Controls.Add(this.smartLabel3); - this.smartGroupBox1.Controls.Add(this.smartLabel2); - this.smartGroupBox1.Controls.Add(this.labelPath); + this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.buttonBackup); this.smartGroupBox1.Controls.Add(this.labelCount); this.smartGroupBox1.Controls.Add(this.smartListBox1); - this.smartGroupBox1.Controls.Add(this.smartLabel7); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82))))); - this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox1.HeaderHeightOffset = 9; @@ -72,74 +64,27 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // treeViewLogAlarm + // treeView // - this.treeViewLogAlarm.Location = new System.Drawing.Point(32, 157); - this.treeViewLogAlarm.Name = "treeViewLogAlarm"; - this.treeViewLogAlarm.Size = new System.Drawing.Size(282, 483); - this.treeViewLogAlarm.TabIndex = 81; - this.treeViewLogAlarm.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect); - // - // smartLabel6 - // - this.smartLabel6.BackGround = this.smartGroupBox1; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); - this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 17F, System.Drawing.FontStyle.Bold); - this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(24, 148); - this.smartLabel6.Name = "smartLabel6"; - this.smartLabel6.OverlapOptimize = true; - this.smartLabel6.PasswordChar = '\0'; - this.smartLabel6.Radius = 10; - this.smartLabel6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel6.Size = new System.Drawing.Size(299, 500); - this.smartLabel6.TabIndex = 90; - this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel6.Wordwrap = false; - // - // smartLabel5 - // - this.smartLabel5.BackGround = this.smartGroupBox1; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel5.BorderColor = System.Drawing.Color.Black; - this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); - this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(333, 124); - 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(556, 18); - this.smartLabel5.TabIndex = 89; - this.smartLabel5.Text = "Contents"; - this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel5.Wordwrap = false; + this.treeView.Location = new System.Drawing.Point(24, 70); + this.treeView.Name = "treeView"; + this.treeView.Size = new System.Drawing.Size(299, 566); + this.treeView.TabIndex = 81; // // smartLabel4 // this.smartLabel4.BackGround = this.smartGroupBox1; - this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(24, 124); + this.smartLabel4.Location = new System.Drawing.Point(24, 49); 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(299, 18); + this.smartLabel4.Size = new System.Drawing.Size(45, 18); this.smartLabel4.TabIndex = 88; this.smartLabel4.Text = "List"; this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -151,12 +96,11 @@ // smartLabel3 // this.smartLabel3.BackGround = this.smartGroupBox1; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(333, 47); + this.smartLabel3.Location = new System.Drawing.Point(333, 49); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -171,51 +115,28 @@ this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // - // smartLabel2 + // smartLabel1 // - this.smartLabel2.BackGround = this.smartGroupBox1; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel2.BorderColor = System.Drawing.Color.Black; - this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold); - this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(24, 47); - 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(299, 18); - this.smartLabel2.TabIndex = 86; - this.smartLabel2.Text = "Count"; - this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; - // - // labelPath - // - this.labelPath.BackGround = this.smartGroupBox1; - this.labelPath.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); - this.labelPath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.labelPath.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelPath.Font = new System.Drawing.Font("New Gulim", 17F, System.Drawing.FontStyle.Bold); - this.labelPath.LineSpacing = 0F; - this.labelPath.Location = new System.Drawing.Point(333, 69); - this.labelPath.Name = "labelPath"; - this.labelPath.OverlapOptimize = true; - this.labelPath.PasswordChar = '\0'; - this.labelPath.Radius = 10; - this.labelPath.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.labelPath.Size = new System.Drawing.Size(460, 41); - this.labelPath.TabIndex = 85; - this.labelPath.Text = "00"; - this.labelPath.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.labelPath.TextColorDisable = System.Drawing.Color.Gray; - this.labelPath.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelPath.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelPath.Wordwrap = false; + this.smartLabel1.BackGround = this.smartGroupBox1; + this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.smartLabel1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(333, 70); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.OverlapOptimize = true; + this.smartLabel1.PasswordChar = '\0'; + this.smartLabel1.Radius = 10; + this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.smartLabel1.Size = new System.Drawing.Size(460, 36); + this.smartLabel1.TabIndex = 85; + this.smartLabel1.Text = "00"; + this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel1.Wordwrap = false; // // buttonBackup // @@ -232,7 +153,7 @@ this.buttonBackup.ImageDisable = null; this.buttonBackup.ImageDown = null; this.buttonBackup.ImageUp = null; - this.buttonBackup.Location = new System.Drawing.Point(799, 69); + this.buttonBackup.Location = new System.Drawing.Point(799, 65); this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonBackup.Name = "buttonBackup"; this.buttonBackup.NestedClickEventPrevent = false; @@ -255,18 +176,18 @@ // labelCount // this.labelCount.BackGround = this.smartGroupBox1; - this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); + this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelCount.Font = new System.Drawing.Font("New Gulim", 17F, System.Drawing.FontStyle.Bold); + this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelCount.LineSpacing = 0F; - this.labelCount.Location = new System.Drawing.Point(24, 69); + this.labelCount.Location = new System.Drawing.Point(75, 49); this.labelCount.Name = "labelCount"; this.labelCount.OverlapOptimize = true; this.labelCount.PasswordChar = '\0'; this.labelCount.Radius = 10; this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.labelCount.Size = new System.Drawing.Size(299, 41); + this.labelCount.Size = new System.Drawing.Size(248, 18); this.labelCount.TabIndex = 83; this.labelCount.Text = "00"; this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -275,28 +196,6 @@ this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.Wordwrap = false; // - // smartLabel7 - // - this.smartLabel7.BackGround = this.smartGroupBox1; - this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); - this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 17F, System.Drawing.FontStyle.Bold); - this.smartLabel7.LineSpacing = 0F; - this.smartLabel7.Location = new System.Drawing.Point(333, 148); - this.smartLabel7.Name = "smartLabel7"; - this.smartLabel7.OverlapOptimize = true; - this.smartLabel7.PasswordChar = '\0'; - this.smartLabel7.Radius = 10; - this.smartLabel7.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel7.Size = new System.Drawing.Size(556, 500); - this.smartLabel7.TabIndex = 91; - this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel7.Wordwrap = false; - // // smartListBox1 // this.smartListBox1.BackGround = null; @@ -310,7 +209,7 @@ this.smartListBox1.ItemOffsetX = 1; this.smartListBox1.ItemOffsetY = 0; this.smartListBox1.ItemTextOffsetY = 1; - this.smartListBox1.Location = new System.Drawing.Point(344, 157); + this.smartListBox1.Location = new System.Drawing.Point(333, 112); this.smartListBox1.MouseMoveEventSpace = 3; this.smartListBox1.MouseMoveSpace = 10; this.smartListBox1.Name = "smartListBox1"; @@ -338,7 +237,7 @@ this.smartListBox1.ScrollDownButton.ImageDisable = null; this.smartListBox1.ScrollDownButton.ImageDown = null; this.smartListBox1.ScrollDownButton.ImageUp = null; - this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(501, 451); + this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(524, 492); this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false; @@ -373,7 +272,7 @@ this.smartListBox1.ScrollUpButton.ImageDisable = null; this.smartListBox1.ScrollUpButton.ImageDown = null; this.smartListBox1.ScrollUpButton.ImageUp = null; - this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(501, 2); + this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(524, 2); this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false; @@ -401,7 +300,7 @@ this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.smartListBox1.SeparationlineVisibleBottom = true; this.smartListBox1.SeparationlineVisibleTop = true; - this.smartListBox1.Size = new System.Drawing.Size(533, 483); + this.smartListBox1.Size = new System.Drawing.Size(556, 524); this.smartListBox1.TabIndex = 82; this.smartListBox1.Text = "smartListBox1"; this.smartListBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); @@ -424,14 +323,10 @@ private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartButton buttonBackup; private SmartX.SmartLabel labelCount; - private System.Windows.Forms.TreeView treeViewLogAlarm; - private SmartX.SmartLabel labelPath; - private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel6; - private SmartX.SmartLabel smartLabel5; - private SmartX.SmartLabel smartLabel4; - private SmartX.SmartLabel smartLabel7; private SmartX.SmartListBox smartListBox1; + private System.Windows.Forms.TreeView treeView; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel4; } } diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs index cc127f5..0bb98cc 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs @@ -63,7 +63,7 @@ namespace INT_PT002.Controls List months = new List(); List days = new List(); - this.treeViewLogAlarm.Nodes.Clear(); + this.treeView.Nodes.Clear(); this.ListAlarmFile.Clear(); DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataAlarmFolder); @@ -129,7 +129,7 @@ namespace INT_PT002.Controls } node.Nodes.Add(nodeMonth); } - this.treeViewLogAlarm.Nodes.Add(node); + this.treeView.Nodes.Add(node); } } @@ -167,7 +167,7 @@ namespace INT_PT002.Controls this.SelecteDataType = Define.E_DataType.None; this.UpdateDisplayFile(); - this.treeViewLogAlarm.ExpandAll(); + this.treeView.ExpandAll(); if (int.Parse(this.labelCount.Text) == 0) { diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs b/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs index 2eb5cb0..02699c4 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs @@ -28,26 +28,36 @@ /// private void InitializeComponent() { + this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.treeView = new System.Windows.Forms.TreeView(); + this.smartLabel4 = new SmartX.SmartLabel(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel1 = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); this.labelCount = new SmartX.SmartLabel(); this.listbox = new SmartX.SmartListBox(); - this.treeViewHistory = new System.Windows.Forms.TreeView(); - this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // + // smartFile1 + // + this.smartFile1.FilePathName = ""; + // // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; this.smartGroupBox1.Controls.Add(this.buttonBackup); - this.smartGroupBox1.Controls.Add(this.labelCount); this.smartGroupBox1.Controls.Add(this.listbox); - this.smartGroupBox1.Controls.Add(this.treeViewHistory); - 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.Controls.Add(this.treeView); + this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.labelCount); + this.smartGroupBox1.Controls.Add(this.smartLabel3); + this.smartGroupBox1.Controls.Add(this.smartLabel4); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox1.HeaderHeightOffset = 9; @@ -55,25 +65,100 @@ this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.Size = new System.Drawing.Size(909, 664); - this.smartGroupBox1.TabIndex = 2; + this.smartGroupBox1.TabIndex = 3; this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // treeView + // + this.treeView.Location = new System.Drawing.Point(23, 74); + this.treeView.Name = "treeView"; + this.treeView.Size = new System.Drawing.Size(299, 566); + this.treeView.TabIndex = 81; + // + // smartLabel4 + // + this.smartLabel4.BackGround = this.smartGroupBox1; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartLabel4.BorderColor = System.Drawing.Color.Black; + this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel4.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(19, 45); + 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(307, 23); + this.smartLabel4.TabIndex = 88; + this.smartLabel4.Text = " List"; + this.smartLabel4.TextColor = System.Drawing.Color.White; + this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel4.Wordwrap = true; + // + // smartLabel3 + // + this.smartLabel3.BackGround = this.smartGroupBox1; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartLabel3.BorderColor = System.Drawing.Color.Black; + this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel3.LineSpacing = 0F; + this.smartLabel3.Location = new System.Drawing.Point(339, 45); + 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(548, 23); + this.smartLabel3.TabIndex = 87; + this.smartLabel3.Text = " File name"; + this.smartLabel3.TextColor = System.Drawing.Color.White; + this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.smartLabel3.Wordwrap = false; + // + // smartLabel1 + // + this.smartLabel1.BackGround = this.smartGroupBox1; + this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular); + this.smartLabel1.LineSpacing = 0F; + this.smartLabel1.Location = new System.Drawing.Point(343, 74); + this.smartLabel1.Name = "smartLabel1"; + this.smartLabel1.OverlapOptimize = true; + this.smartLabel1.PasswordChar = '\0'; + this.smartLabel1.Radius = 10; + this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.smartLabel1.Size = new System.Drawing.Size(455, 36); + this.smartLabel1.TabIndex = 85; + this.smartLabel1.Text = "00"; + this.smartLabel1.TextColor = System.Drawing.Color.White; + this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel1.Wordwrap = false; + // // buttonBackup // this.buttonBackup.BackGround = this.smartGroupBox1; - this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonBackup.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray; this.buttonBackup.ButtonImageAutoSize = true; this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBackup.ButtonText = "Backup"; this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonBackup.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular); this.buttonBackup.GroupID = 0; this.buttonBackup.ImageDisable = null; this.buttonBackup.ImageDown = null; this.buttonBackup.ImageUp = null; - this.buttonBackup.Location = new System.Drawing.Point(793, 47); + this.buttonBackup.Location = new System.Drawing.Point(804, 74); this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonBackup.Name = "buttonBackup"; this.buttonBackup.NestedClickEventPrevent = false; @@ -83,35 +168,34 @@ this.buttonBackup.RepeatIntervalAccelerate = null; this.buttonBackup.RoundSize = 10; this.buttonBackup.SafeInterval = 200; - this.buttonBackup.Size = new System.Drawing.Size(90, 50); + this.buttonBackup.Size = new System.Drawing.Size(79, 36); this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonBackup.TabIndex = 80; + this.buttonBackup.TabIndex = 84; this.buttonBackup.Text = null; this.buttonBackup.TextColor = System.Drawing.Color.White; this.buttonBackup.TextColorDisable = System.Drawing.Color.Gray; this.buttonBackup.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonBackup.Visible = false; // // labelCount // this.labelCount.BackGround = this.smartGroupBox1; - this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelCount.BorderColor = System.Drawing.Color.Black; + this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); + this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelCount.LineSpacing = 0F; - this.labelCount.Location = new System.Drawing.Point(28, 47); + this.labelCount.Location = new System.Drawing.Point(74, 45); this.labelCount.Name = "labelCount"; this.labelCount.OverlapOptimize = true; this.labelCount.PasswordChar = '\0'; - this.labelCount.Radius = 3; - this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCount.Size = new System.Drawing.Size(290, 50); - this.labelCount.TabIndex = 2; + this.labelCount.Radius = 10; + this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.labelCount.Size = new System.Drawing.Size(248, 23); + this.labelCount.TabIndex = 83; this.labelCount.Text = "00"; - this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelCount.TextColor = System.Drawing.Color.White; this.labelCount.TextColorDisable = System.Drawing.Color.Gray; this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -130,7 +214,7 @@ this.listbox.ItemOffsetX = 1; this.listbox.ItemOffsetY = 0; this.listbox.ItemTextOffsetY = 1; - this.listbox.Location = new System.Drawing.Point(338, 103); + this.listbox.Location = new System.Drawing.Point(343, 116); this.listbox.MouseMoveEventSpace = 3; this.listbox.MouseMoveSpace = 10; this.listbox.Name = "listbox"; @@ -158,7 +242,7 @@ this.listbox.ScrollDownButton.ImageDisable = null; this.listbox.ScrollDownButton.ImageDown = null; this.listbox.ScrollDownButton.ImageUp = null; - this.listbox.ScrollDownButton.Location = new System.Drawing.Point(513, 503); + this.listbox.ScrollDownButton.Location = new System.Drawing.Point(524, 492); this.listbox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.listbox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; this.listbox.ScrollDownButton.NestedClickEventPrevent = false; @@ -193,7 +277,7 @@ this.listbox.ScrollUpButton.ImageDisable = null; this.listbox.ScrollUpButton.ImageDown = null; this.listbox.ScrollUpButton.ImageUp = null; - this.listbox.ScrollUpButton.Location = new System.Drawing.Point(513, 2); + this.listbox.ScrollUpButton.Location = new System.Drawing.Point(524, 2); this.listbox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.listbox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; this.listbox.ScrollUpButton.NestedClickEventPrevent = false; @@ -221,24 +305,12 @@ this.listbox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listbox.SeparationlineVisibleBottom = true; this.listbox.SeparationlineVisibleTop = true; - this.listbox.Size = new System.Drawing.Size(545, 535); - this.listbox.TabIndex = 1; + this.listbox.Size = new System.Drawing.Size(540, 524); + this.listbox.TabIndex = 82; this.listbox.Text = "smartListBox1"; this.listbox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listbox.TextColorDisable = System.Drawing.Color.Gray; // - // treeViewHistory - // - this.treeViewHistory.Location = new System.Drawing.Point(28, 103); - this.treeViewHistory.Name = "treeViewHistory"; - this.treeViewHistory.Size = new System.Drawing.Size(290, 535); - this.treeViewHistory.TabIndex = 0; - this.treeViewHistory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewHistory_AfterSelect); - // - // smartFile1 - // - this.smartFile1.FilePathName = ""; - // // ControlMenuLogHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -253,11 +325,14 @@ #endregion - private SmartX.SmartGroupBox smartGroupBox1; - private System.Windows.Forms.TreeView treeViewHistory; - private SmartX.SmartListBox listbox; - private SmartX.SmartLabel labelCount; - private SmartX.SmartButton buttonBackup; private SmartX.SmartFile smartFile1; + private SmartX.SmartGroupBox smartGroupBox1; + private System.Windows.Forms.TreeView treeView; + private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel smartLabel1; + private SmartX.SmartButton buttonBackup; + private SmartX.SmartLabel labelCount; + private SmartX.SmartListBox listbox; } } diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs index 37dbf16..20316a4 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs @@ -93,7 +93,7 @@ namespace INT_PT002.Controls List months = new List(); List days = new List(); - this.treeViewHistory.Nodes.Clear(); + this.treeView.Nodes.Clear(); this.ListHistoryFile.Clear(); DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataHistoryFolder); @@ -159,7 +159,7 @@ namespace INT_PT002.Controls } node.Nodes.Add(nodeMonth); } - this.treeViewHistory.Nodes.Add(node); + this.treeView.Nodes.Add(node); } } this.labelCount.Text = fileCount.ToString(); @@ -197,7 +197,7 @@ namespace INT_PT002.Controls this.SelecteDataType = Define.E_DataType.None; this.UpdateDisplayFile(); - this.treeViewHistory.ExpandAll(); + this.treeView.ExpandAll(); if (int.Parse(this.labelCount.Text) == 0) { @@ -211,7 +211,7 @@ namespace INT_PT002.Controls #region Event Handler private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e) { - this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeViewHistory.SelectedNode.FullPath); + this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeView.SelectedNode.FullPath); } #endregion } diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.resx b/INT_PT002/Controls/Log/ControlMenuLogHistory.resx index 6b63d0b..06d935a 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogHistory.resx +++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.resx @@ -118,10 +118,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 17, 17 + 18, 4 - 33 + 37 WEBPAD diff --git a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs index 5a905ef..6693336 100644 --- a/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs +++ b/INT_PT002/Controls/Manual/ControlMenuManualIoTest.Designer.cs @@ -29,82 +29,59 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartGroupBox5 = new SmartX.SmartGroupBox(); + this.buttonOut10 = new SmartX.SmartButton(); + this.buttonOut1 = new SmartX.SmartButton(); + this.buttonOut2 = new SmartX.SmartButton(); + this.buttonOut9 = new SmartX.SmartButton(); + this.buttonOut3 = new SmartX.SmartButton(); + this.buttonOut4 = new SmartX.SmartButton(); + this.buttonOut8 = new SmartX.SmartButton(); + this.buttonOut5 = new SmartX.SmartButton(); + this.buttonOut6 = new SmartX.SmartButton(); + this.buttonOut7 = new SmartX.SmartButton(); this.smartGroupBox4 = new SmartX.SmartGroupBox(); this.labelVacuum10 = new SmartX.SmartLabel(); - this.smartLabel57 = new SmartX.SmartLabel(); this.labelDiff10 = new SmartX.SmartLabel(); - this.smartLabel59 = new SmartX.SmartLabel(); this.labelDisp10 = new SmartX.SmartLabel(); - this.smartLabel61 = new SmartX.SmartLabel(); this.labelVacuum9 = new SmartX.SmartLabel(); - this.smartLabel63 = new SmartX.SmartLabel(); this.labelDiff9 = new SmartX.SmartLabel(); - this.smartLabel65 = new SmartX.SmartLabel(); this.labelDisp9 = new SmartX.SmartLabel(); - this.smartLabel67 = new SmartX.SmartLabel(); this.labelVacuum8 = new SmartX.SmartLabel(); - this.smartLabel69 = new SmartX.SmartLabel(); this.labelDiff8 = new SmartX.SmartLabel(); - this.smartLabel71 = new SmartX.SmartLabel(); this.labelDisp8 = new SmartX.SmartLabel(); - this.smartLabel73 = new SmartX.SmartLabel(); this.labelVacuum7 = new SmartX.SmartLabel(); - this.smartLabel75 = new SmartX.SmartLabel(); this.labelDiff7 = new SmartX.SmartLabel(); - this.smartLabel77 = new SmartX.SmartLabel(); this.labelDisp7 = new SmartX.SmartLabel(); - this.smartLabel79 = new SmartX.SmartLabel(); this.labelVacuum6 = new SmartX.SmartLabel(); this.smartLabel81 = new SmartX.SmartLabel(); this.labelDiff6 = new SmartX.SmartLabel(); this.smartLabel83 = new SmartX.SmartLabel(); this.labelDisp6 = new SmartX.SmartLabel(); this.smartLabel85 = new SmartX.SmartLabel(); - this.labelSbAlarm10 = new SmartX.SmartLabel(); - this.labelSbAlarm9 = new SmartX.SmartLabel(); - this.labelSbAlarm8 = new SmartX.SmartLabel(); - this.labelSbAlarm7 = new SmartX.SmartLabel(); - this.labelSbAlarm6 = new SmartX.SmartLabel(); this.smartLabel91 = new SmartX.SmartLabel(); this.smartLabel92 = new SmartX.SmartLabel(); this.smartLabel93 = new SmartX.SmartLabel(); this.smartLabel94 = new SmartX.SmartLabel(); this.smartLabel95 = new SmartX.SmartLabel(); this.labelVacuum5 = new SmartX.SmartLabel(); - this.smartLabel45 = new SmartX.SmartLabel(); this.labelDiff5 = new SmartX.SmartLabel(); - this.smartLabel47 = new SmartX.SmartLabel(); this.labelDisp5 = new SmartX.SmartLabel(); - this.smartLabel49 = new SmartX.SmartLabel(); this.labelVacuum4 = new SmartX.SmartLabel(); - this.smartLabel51 = new SmartX.SmartLabel(); this.labelDiff4 = new SmartX.SmartLabel(); - this.smartLabel53 = new SmartX.SmartLabel(); this.labelDisp4 = new SmartX.SmartLabel(); - this.smartLabel55 = new SmartX.SmartLabel(); this.labelVacuum3 = new SmartX.SmartLabel(); - this.smartLabel39 = new SmartX.SmartLabel(); this.labelDiff3 = new SmartX.SmartLabel(); - this.smartLabel41 = new SmartX.SmartLabel(); this.labelDisp3 = new SmartX.SmartLabel(); - this.smartLabel43 = new SmartX.SmartLabel(); this.labelVacuum2 = new SmartX.SmartLabel(); - this.smartLabel27 = new SmartX.SmartLabel(); this.labelDiff2 = new SmartX.SmartLabel(); - this.smartLabel29 = new SmartX.SmartLabel(); this.labelDisp2 = new SmartX.SmartLabel(); - this.smartLabel33 = new SmartX.SmartLabel(); this.labelVacuum1 = new SmartX.SmartLabel(); this.smartLabel23 = new SmartX.SmartLabel(); this.labelDiff1 = new SmartX.SmartLabel(); this.smartLabel21 = new SmartX.SmartLabel(); this.labelDisp1 = new SmartX.SmartLabel(); this.smartLabel32 = new SmartX.SmartLabel(); - this.labelSbAlarm5 = new SmartX.SmartLabel(); - this.labelSbAlarm4 = new SmartX.SmartLabel(); - this.labelSbAlarm3 = new SmartX.SmartLabel(); - this.labelSbAlarm2 = new SmartX.SmartLabel(); - this.labelSbAlarm1 = new SmartX.SmartLabel(); this.smartLabel31 = new SmartX.SmartLabel(); this.smartLabel34 = new SmartX.SmartLabel(); this.smartLabel35 = new SmartX.SmartLabel(); @@ -132,18 +109,8 @@ this.buttonMotor1Back = new SmartX.SmartButton(); this.buttonMotor1Front = new SmartX.SmartButton(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.buttonOut10 = new SmartX.SmartButton(); - this.buttonOut9 = new SmartX.SmartButton(); - this.buttonOut8 = new SmartX.SmartButton(); - this.buttonOut7 = new SmartX.SmartButton(); - this.buttonOut6 = new SmartX.SmartButton(); - this.buttonOut5 = new SmartX.SmartButton(); this.smartLabel96 = new SmartX.SmartLabel(); this.labelInput5 = new SmartX.SmartLabel(); - this.buttonOut4 = new SmartX.SmartButton(); - this.buttonOut3 = new SmartX.SmartButton(); - this.buttonOut2 = new SmartX.SmartButton(); - this.buttonOut1 = new SmartX.SmartButton(); this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel6 = new SmartX.SmartLabel(); this.labelInput4 = new SmartX.SmartLabel(); @@ -152,7 +119,18 @@ this.smartLabel3 = new SmartX.SmartLabel(); this.labelInput3 = new SmartX.SmartLabel(); this.labelInput1 = new SmartX.SmartLabel(); + this.labelSbAlarm1 = new SmartX.SmartLabel(); + this.labelSbAlarm2 = new SmartX.SmartLabel(); + this.labelSbAlarm3 = new SmartX.SmartLabel(); + this.labelSbAlarm4 = new SmartX.SmartLabel(); + this.labelSbAlarm5 = new SmartX.SmartLabel(); + this.labelSbAlarm6 = new SmartX.SmartLabel(); + this.labelSbAlarm7 = new SmartX.SmartLabel(); + this.labelSbAlarm8 = new SmartX.SmartLabel(); + this.labelSbAlarm9 = new SmartX.SmartLabel(); + this.labelSbAlarm10 = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); + this.smartGroupBox5.SuspendLayout(); this.smartGroupBox4.SuspendLayout(); this.smartGroupBox3.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); @@ -161,12 +139,13 @@ // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(33)))), ((int)(((byte)(35))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartGroupBox5); this.smartGroupBox1.Controls.Add(this.smartGroupBox4); this.smartGroupBox1.Controls.Add(this.smartGroupBox3); this.smartGroupBox1.Controls.Add(this.smartGroupBox2); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -179,42 +158,419 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // smartGroupBox5 + // + this.smartGroupBox5.BackGround = null; + this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartGroupBox5.BackImage = null; + this.smartGroupBox5.Controls.Add(this.buttonOut10); + this.smartGroupBox5.Controls.Add(this.buttonOut1); + this.smartGroupBox5.Controls.Add(this.buttonOut2); + this.smartGroupBox5.Controls.Add(this.buttonOut9); + this.smartGroupBox5.Controls.Add(this.buttonOut3); + this.smartGroupBox5.Controls.Add(this.buttonOut4); + this.smartGroupBox5.Controls.Add(this.buttonOut8); + this.smartGroupBox5.Controls.Add(this.buttonOut5); + this.smartGroupBox5.Controls.Add(this.buttonOut6); + this.smartGroupBox5.Controls.Add(this.buttonOut7); + this.smartGroupBox5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartGroupBox5.FrameLineThickness = 2; + this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.smartGroupBox5.HeaderHeightOffset = 12; + this.smartGroupBox5.Location = new System.Drawing.Point(39, 268); + this.smartGroupBox5.Name = "smartGroupBox5"; + this.smartGroupBox5.RoundRadius = 5; + this.smartGroupBox5.Size = new System.Drawing.Size(319, 374); + this.smartGroupBox5.TabIndex = 53; + this.smartGroupBox5.Text = "OUTPUT"; + this.smartGroupBox5.TextColor = System.Drawing.Color.White; + // + // buttonOut10 + // + this.buttonOut10.BackGround = this.smartGroupBox5; + this.buttonOut10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut10.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut10.ButtonImageAutoSize = true; + this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut10.ButtonText = "None"; + this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut10.GroupID = 0; + this.buttonOut10.ImageDisable = null; + this.buttonOut10.ImageDown = null; + this.buttonOut10.ImageUp = null; + this.buttonOut10.Location = new System.Drawing.Point(167, 291); + this.buttonOut10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut10.Name = "buttonOut10"; + this.buttonOut10.NestedClickEventPrevent = false; + this.buttonOut10.OutlinePixel = 2; + this.buttonOut10.OverlapOptimize = true; + this.buttonOut10.RepeatInterval = 200; + this.buttonOut10.RepeatIntervalAccelerate = null; + this.buttonOut10.RoundSize = 10; + this.buttonOut10.SafeInterval = 200; + this.buttonOut10.Size = new System.Drawing.Size(120, 40); + this.buttonOut10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut10.TabIndex = 58; + this.buttonOut10.Text = null; + this.buttonOut10.TextColor = System.Drawing.Color.White; + this.buttonOut10.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut10.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut10.Click += new System.EventHandler(this.buttonOut10_Click); + // + // buttonOut1 + // + this.buttonOut1.BackGround = this.smartGroupBox5; + this.buttonOut1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut1.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut1.ButtonImageAutoSize = true; + this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut1.ButtonText = "Red"; + this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut1.GroupID = 0; + this.buttonOut1.ImageDisable = null; + this.buttonOut1.ImageDown = null; + this.buttonOut1.ImageUp = null; + this.buttonOut1.Location = new System.Drawing.Point(34, 77); + this.buttonOut1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut1.Name = "buttonOut1"; + this.buttonOut1.NestedClickEventPrevent = false; + this.buttonOut1.OutlinePixel = 2; + this.buttonOut1.OverlapOptimize = true; + this.buttonOut1.RepeatInterval = 200; + this.buttonOut1.RepeatIntervalAccelerate = null; + this.buttonOut1.RoundSize = 10; + this.buttonOut1.SafeInterval = 200; + this.buttonOut1.Size = new System.Drawing.Size(120, 40); + this.buttonOut1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut1.TabIndex = 47; + this.buttonOut1.Text = null; + this.buttonOut1.TextColor = System.Drawing.Color.White; + this.buttonOut1.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut1.Click += new System.EventHandler(this.buttonOut1_Click); + // + // buttonOut2 + // + this.buttonOut2.BackGround = this.smartGroupBox5; + this.buttonOut2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut2.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut2.ButtonImageAutoSize = true; + this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut2.ButtonText = "Green"; + this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut2.GroupID = 0; + this.buttonOut2.ImageDisable = null; + this.buttonOut2.ImageDown = null; + this.buttonOut2.ImageUp = null; + this.buttonOut2.Location = new System.Drawing.Point(34, 130); + this.buttonOut2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut2.Name = "buttonOut2"; + this.buttonOut2.NestedClickEventPrevent = false; + this.buttonOut2.OutlinePixel = 2; + this.buttonOut2.OverlapOptimize = true; + this.buttonOut2.RepeatInterval = 200; + this.buttonOut2.RepeatIntervalAccelerate = null; + this.buttonOut2.RoundSize = 10; + this.buttonOut2.SafeInterval = 200; + this.buttonOut2.Size = new System.Drawing.Size(120, 40); + this.buttonOut2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut2.TabIndex = 48; + this.buttonOut2.Text = null; + this.buttonOut2.TextColor = System.Drawing.Color.White; + this.buttonOut2.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut2.Click += new System.EventHandler(this.buttonOut2_Click); + // + // buttonOut9 + // + this.buttonOut9.BackGround = this.smartGroupBox5; + this.buttonOut9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut9.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut9.ButtonImageAutoSize = true; + this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut9.ButtonText = "Valve hold 2-2"; + this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut9.GroupID = 0; + this.buttonOut9.ImageDisable = null; + this.buttonOut9.ImageDown = null; + this.buttonOut9.ImageUp = null; + this.buttonOut9.Location = new System.Drawing.Point(167, 237); + this.buttonOut9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut9.Name = "buttonOut9"; + this.buttonOut9.NestedClickEventPrevent = false; + this.buttonOut9.OutlinePixel = 2; + this.buttonOut9.OverlapOptimize = true; + this.buttonOut9.RepeatInterval = 200; + this.buttonOut9.RepeatIntervalAccelerate = null; + this.buttonOut9.RoundSize = 10; + this.buttonOut9.SafeInterval = 200; + this.buttonOut9.Size = new System.Drawing.Size(120, 40); + this.buttonOut9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut9.TabIndex = 57; + this.buttonOut9.Text = null; + this.buttonOut9.TextColor = System.Drawing.Color.White; + this.buttonOut9.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut9.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut9.Click += new System.EventHandler(this.buttonOut9_Click); + // + // buttonOut3 + // + this.buttonOut3.BackGround = this.smartGroupBox5; + this.buttonOut3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut3.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut3.ButtonImageAutoSize = true; + this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut3.ButtonText = "Buzzer"; + this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut3.GroupID = 0; + this.buttonOut3.ImageDisable = null; + this.buttonOut3.ImageDown = null; + this.buttonOut3.ImageUp = null; + this.buttonOut3.Location = new System.Drawing.Point(34, 183); + this.buttonOut3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut3.Name = "buttonOut3"; + this.buttonOut3.NestedClickEventPrevent = false; + this.buttonOut3.OutlinePixel = 2; + this.buttonOut3.OverlapOptimize = true; + this.buttonOut3.RepeatInterval = 200; + this.buttonOut3.RepeatIntervalAccelerate = null; + this.buttonOut3.RoundSize = 10; + this.buttonOut3.SafeInterval = 200; + this.buttonOut3.Size = new System.Drawing.Size(120, 40); + this.buttonOut3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut3.TabIndex = 49; + this.buttonOut3.Text = null; + this.buttonOut3.TextColor = System.Drawing.Color.White; + this.buttonOut3.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut3.Click += new System.EventHandler(this.buttonOut3_Click); + // + // buttonOut4 + // + this.buttonOut4.BackGround = this.smartGroupBox5; + this.buttonOut4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut4.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut4.ButtonImageAutoSize = true; + this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut4.ButtonText = "Valve relief 1"; + this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut4.GroupID = 0; + this.buttonOut4.ImageDisable = null; + this.buttonOut4.ImageDown = null; + this.buttonOut4.ImageUp = null; + this.buttonOut4.Location = new System.Drawing.Point(34, 237); + this.buttonOut4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut4.Name = "buttonOut4"; + this.buttonOut4.NestedClickEventPrevent = false; + this.buttonOut4.OutlinePixel = 2; + this.buttonOut4.OverlapOptimize = true; + this.buttonOut4.RepeatInterval = 200; + this.buttonOut4.RepeatIntervalAccelerate = null; + this.buttonOut4.RoundSize = 10; + this.buttonOut4.SafeInterval = 200; + this.buttonOut4.Size = new System.Drawing.Size(120, 40); + this.buttonOut4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut4.TabIndex = 50; + this.buttonOut4.Text = null; + this.buttonOut4.TextColor = System.Drawing.Color.White; + this.buttonOut4.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut4.Click += new System.EventHandler(this.buttonOut4_Click); + // + // buttonOut8 + // + this.buttonOut8.BackGround = this.smartGroupBox5; + this.buttonOut8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut8.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut8.ButtonImageAutoSize = true; + this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut8.ButtonText = "Valve hold 2-1"; + this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut8.GroupID = 0; + this.buttonOut8.ImageDisable = null; + this.buttonOut8.ImageDown = null; + this.buttonOut8.ImageUp = null; + this.buttonOut8.Location = new System.Drawing.Point(167, 183); + this.buttonOut8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut8.Name = "buttonOut8"; + this.buttonOut8.NestedClickEventPrevent = false; + this.buttonOut8.OutlinePixel = 2; + this.buttonOut8.OverlapOptimize = true; + this.buttonOut8.RepeatInterval = 200; + this.buttonOut8.RepeatIntervalAccelerate = null; + this.buttonOut8.RoundSize = 10; + this.buttonOut8.SafeInterval = 200; + this.buttonOut8.Size = new System.Drawing.Size(120, 40); + this.buttonOut8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut8.TabIndex = 56; + this.buttonOut8.Text = null; + this.buttonOut8.TextColor = System.Drawing.Color.White; + this.buttonOut8.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut8.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut8.Click += new System.EventHandler(this.buttonOut8_Click); + // + // buttonOut5 + // + this.buttonOut5.BackGround = this.smartGroupBox5; + this.buttonOut5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut5.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut5.ButtonImageAutoSize = true; + this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut5.ButtonText = "Valve relief 2"; + this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut5.GroupID = 0; + this.buttonOut5.ImageDisable = null; + this.buttonOut5.ImageDown = null; + this.buttonOut5.ImageUp = null; + this.buttonOut5.Location = new System.Drawing.Point(34, 291); + this.buttonOut5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut5.Name = "buttonOut5"; + this.buttonOut5.NestedClickEventPrevent = false; + this.buttonOut5.OutlinePixel = 2; + this.buttonOut5.OverlapOptimize = true; + this.buttonOut5.RepeatInterval = 200; + this.buttonOut5.RepeatIntervalAccelerate = null; + this.buttonOut5.RoundSize = 10; + this.buttonOut5.SafeInterval = 200; + this.buttonOut5.Size = new System.Drawing.Size(120, 40); + this.buttonOut5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut5.TabIndex = 53; + this.buttonOut5.Text = null; + this.buttonOut5.TextColor = System.Drawing.Color.White; + this.buttonOut5.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut5.Click += new System.EventHandler(this.buttonOut5_Click); + // + // buttonOut6 + // + this.buttonOut6.BackGround = this.smartGroupBox5; + this.buttonOut6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut6.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut6.ButtonImageAutoSize = true; + this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut6.ButtonText = "Valve hold 1-1"; + this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut6.GroupID = 0; + this.buttonOut6.ImageDisable = null; + this.buttonOut6.ImageDown = null; + this.buttonOut6.ImageUp = null; + this.buttonOut6.Location = new System.Drawing.Point(167, 77); + this.buttonOut6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut6.Name = "buttonOut6"; + this.buttonOut6.NestedClickEventPrevent = false; + this.buttonOut6.OutlinePixel = 2; + this.buttonOut6.OverlapOptimize = true; + this.buttonOut6.RepeatInterval = 200; + this.buttonOut6.RepeatIntervalAccelerate = null; + this.buttonOut6.RoundSize = 10; + this.buttonOut6.SafeInterval = 200; + this.buttonOut6.Size = new System.Drawing.Size(120, 40); + this.buttonOut6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut6.TabIndex = 54; + this.buttonOut6.Text = null; + this.buttonOut6.TextColor = System.Drawing.Color.White; + this.buttonOut6.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut6.Click += new System.EventHandler(this.buttonOut6_Click); + // + // buttonOut7 + // + this.buttonOut7.BackGround = this.smartGroupBox5; + this.buttonOut7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonOut7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonOut7.ButtonDownColor = System.Drawing.Color.DarkGray; + this.buttonOut7.ButtonImageAutoSize = true; + this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonOut7.ButtonText = "Valve hold 1-2"; + this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonOut7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.buttonOut7.GroupID = 0; + this.buttonOut7.ImageDisable = null; + this.buttonOut7.ImageDown = null; + this.buttonOut7.ImageUp = null; + this.buttonOut7.Location = new System.Drawing.Point(167, 130); + this.buttonOut7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; + this.buttonOut7.Name = "buttonOut7"; + this.buttonOut7.NestedClickEventPrevent = false; + this.buttonOut7.OutlinePixel = 2; + this.buttonOut7.OverlapOptimize = true; + this.buttonOut7.RepeatInterval = 200; + this.buttonOut7.RepeatIntervalAccelerate = null; + this.buttonOut7.RoundSize = 10; + this.buttonOut7.SafeInterval = 200; + this.buttonOut7.Size = new System.Drawing.Size(120, 40); + this.buttonOut7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonOut7.TabIndex = 55; + this.buttonOut7.Text = null; + this.buttonOut7.TextColor = System.Drawing.Color.White; + this.buttonOut7.TextColorDisable = System.Drawing.Color.Gray; + this.buttonOut7.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonOut7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonOut7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonOut7.Click += new System.EventHandler(this.buttonOut7_Click); + // // smartGroupBox4 // this.smartGroupBox4.BackGround = null; - this.smartGroupBox4.BackGroundColor = System.Drawing.Color.Gray; + this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox4.BackImage = null; + this.smartGroupBox4.Controls.Add(this.labelSbAlarm10); this.smartGroupBox4.Controls.Add(this.labelVacuum10); - this.smartGroupBox4.Controls.Add(this.smartLabel57); this.smartGroupBox4.Controls.Add(this.labelDiff10); - this.smartGroupBox4.Controls.Add(this.smartLabel59); this.smartGroupBox4.Controls.Add(this.labelDisp10); - this.smartGroupBox4.Controls.Add(this.smartLabel61); this.smartGroupBox4.Controls.Add(this.labelVacuum9); - this.smartGroupBox4.Controls.Add(this.smartLabel63); this.smartGroupBox4.Controls.Add(this.labelDiff9); - this.smartGroupBox4.Controls.Add(this.smartLabel65); this.smartGroupBox4.Controls.Add(this.labelDisp9); - this.smartGroupBox4.Controls.Add(this.smartLabel67); this.smartGroupBox4.Controls.Add(this.labelVacuum8); - this.smartGroupBox4.Controls.Add(this.smartLabel69); this.smartGroupBox4.Controls.Add(this.labelDiff8); - this.smartGroupBox4.Controls.Add(this.smartLabel71); this.smartGroupBox4.Controls.Add(this.labelDisp8); - this.smartGroupBox4.Controls.Add(this.smartLabel73); this.smartGroupBox4.Controls.Add(this.labelVacuum7); - this.smartGroupBox4.Controls.Add(this.smartLabel75); this.smartGroupBox4.Controls.Add(this.labelDiff7); - this.smartGroupBox4.Controls.Add(this.smartLabel77); this.smartGroupBox4.Controls.Add(this.labelDisp7); - this.smartGroupBox4.Controls.Add(this.smartLabel79); this.smartGroupBox4.Controls.Add(this.labelVacuum6); this.smartGroupBox4.Controls.Add(this.smartLabel81); this.smartGroupBox4.Controls.Add(this.labelDiff6); this.smartGroupBox4.Controls.Add(this.smartLabel83); this.smartGroupBox4.Controls.Add(this.labelDisp6); this.smartGroupBox4.Controls.Add(this.smartLabel85); - this.smartGroupBox4.Controls.Add(this.labelSbAlarm10); this.smartGroupBox4.Controls.Add(this.labelSbAlarm9); this.smartGroupBox4.Controls.Add(this.labelSbAlarm8); this.smartGroupBox4.Controls.Add(this.labelSbAlarm7); @@ -225,29 +581,17 @@ this.smartGroupBox4.Controls.Add(this.smartLabel94); this.smartGroupBox4.Controls.Add(this.smartLabel95); this.smartGroupBox4.Controls.Add(this.labelVacuum5); - this.smartGroupBox4.Controls.Add(this.smartLabel45); this.smartGroupBox4.Controls.Add(this.labelDiff5); - this.smartGroupBox4.Controls.Add(this.smartLabel47); this.smartGroupBox4.Controls.Add(this.labelDisp5); - this.smartGroupBox4.Controls.Add(this.smartLabel49); this.smartGroupBox4.Controls.Add(this.labelVacuum4); - this.smartGroupBox4.Controls.Add(this.smartLabel51); this.smartGroupBox4.Controls.Add(this.labelDiff4); - this.smartGroupBox4.Controls.Add(this.smartLabel53); this.smartGroupBox4.Controls.Add(this.labelDisp4); - this.smartGroupBox4.Controls.Add(this.smartLabel55); this.smartGroupBox4.Controls.Add(this.labelVacuum3); - this.smartGroupBox4.Controls.Add(this.smartLabel39); this.smartGroupBox4.Controls.Add(this.labelDiff3); - this.smartGroupBox4.Controls.Add(this.smartLabel41); this.smartGroupBox4.Controls.Add(this.labelDisp3); - this.smartGroupBox4.Controls.Add(this.smartLabel43); this.smartGroupBox4.Controls.Add(this.labelVacuum2); - this.smartGroupBox4.Controls.Add(this.smartLabel27); this.smartGroupBox4.Controls.Add(this.labelDiff2); - this.smartGroupBox4.Controls.Add(this.smartLabel29); this.smartGroupBox4.Controls.Add(this.labelDisp2); - this.smartGroupBox4.Controls.Add(this.smartLabel33); this.smartGroupBox4.Controls.Add(this.labelVacuum1); this.smartGroupBox4.Controls.Add(this.smartLabel23); this.smartGroupBox4.Controls.Add(this.labelDiff1); @@ -264,17 +608,18 @@ this.smartGroupBox4.Controls.Add(this.smartLabel35); this.smartGroupBox4.Controls.Add(this.smartLabel36); this.smartGroupBox4.Controls.Add(this.smartLabel37); - this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox4.FrameLineThickness = 2; - this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; + this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox4.HeaderHeightOffset = 12; - this.smartGroupBox4.Location = new System.Drawing.Point(35, 444); + this.smartGroupBox4.Location = new System.Drawing.Point(376, 401); this.smartGroupBox4.Name = "smartGroupBox4"; this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(825, 208); + this.smartGroupBox4.Size = new System.Drawing.Size(495, 241); this.smartGroupBox4.TabIndex = 1; - this.smartGroupBox4.Text = "smartGroupBox4"; + this.smartGroupBox4.Text = "STATUS"; this.smartGroupBox4.TextColor = System.Drawing.Color.White; // // labelVacuum10 @@ -283,9 +628,8 @@ this.labelVacuum10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum10.LineSpacing = 0F; - this.labelVacuum10.Location = new System.Drawing.Point(732, 176); + this.labelVacuum10.Location = new System.Drawing.Point(402, 207); this.labelVacuum10.Name = "labelVacuum10"; this.labelVacuum10.OverlapOptimize = true; this.labelVacuum10.PasswordChar = '\0'; @@ -300,38 +644,14 @@ this.labelVacuum10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum10.Wordwrap = false; // - // smartLabel57 - // - this.smartLabel57.BackGround = this.smartGroupBox1; - this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel57.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel57.LineSpacing = 0F; - this.smartLabel57.Location = new System.Drawing.Point(661, 176); - this.smartLabel57.Name = "smartLabel57"; - this.smartLabel57.OverlapOptimize = true; - this.smartLabel57.PasswordChar = '\0'; - this.smartLabel57.Radius = 3; - this.smartLabel57.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel57.Size = new System.Drawing.Size(70, 20); - this.smartLabel57.TabIndex = 197; - this.smartLabel57.Text = "Pressure"; - this.smartLabel57.TextColor = System.Drawing.Color.White; - this.smartLabel57.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel57.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel57.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel57.Wordwrap = false; - // // labelDiff10 // this.labelDiff10.BackGround = this.smartGroupBox1; this.labelDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff10.LineSpacing = 0F; - this.labelDiff10.Location = new System.Drawing.Point(732, 155); + this.labelDiff10.Location = new System.Drawing.Point(402, 186); this.labelDiff10.Name = "labelDiff10"; this.labelDiff10.OverlapOptimize = true; this.labelDiff10.PasswordChar = '\0'; @@ -346,38 +666,14 @@ this.labelDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff10.Wordwrap = false; // - // smartLabel59 - // - this.smartLabel59.BackGround = this.smartGroupBox1; - this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel59.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel59.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel59.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel59.LineSpacing = 0F; - this.smartLabel59.Location = new System.Drawing.Point(661, 155); - this.smartLabel59.Name = "smartLabel59"; - this.smartLabel59.OverlapOptimize = true; - this.smartLabel59.PasswordChar = '\0'; - this.smartLabel59.Radius = 3; - this.smartLabel59.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel59.Size = new System.Drawing.Size(70, 20); - this.smartLabel59.TabIndex = 195; - this.smartLabel59.Text = "Diff"; - this.smartLabel59.TextColor = System.Drawing.Color.White; - this.smartLabel59.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel59.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel59.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel59.Wordwrap = false; - // // labelDisp10 // this.labelDisp10.BackGround = this.smartGroupBox1; this.labelDisp10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp10.LineSpacing = 0F; - this.labelDisp10.Location = new System.Drawing.Point(732, 134); + this.labelDisp10.Location = new System.Drawing.Point(402, 165); this.labelDisp10.Name = "labelDisp10"; this.labelDisp10.OverlapOptimize = true; this.labelDisp10.PasswordChar = '\0'; @@ -392,38 +688,14 @@ this.labelDisp10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp10.Wordwrap = false; // - // smartLabel61 - // - this.smartLabel61.BackGround = this.smartGroupBox1; - this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel61.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel61.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel61.LineSpacing = 0F; - this.smartLabel61.Location = new System.Drawing.Point(661, 134); - this.smartLabel61.Name = "smartLabel61"; - this.smartLabel61.OverlapOptimize = true; - this.smartLabel61.PasswordChar = '\0'; - this.smartLabel61.Radius = 3; - this.smartLabel61.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel61.Size = new System.Drawing.Size(70, 20); - this.smartLabel61.TabIndex = 193; - this.smartLabel61.Text = "Disp"; - this.smartLabel61.TextColor = System.Drawing.Color.White; - this.smartLabel61.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel61.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel61.Wordwrap = false; - // // labelVacuum9 // this.labelVacuum9.BackGround = this.smartGroupBox1; this.labelVacuum9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum9.LineSpacing = 0F; - this.labelVacuum9.Location = new System.Drawing.Point(571, 176); + this.labelVacuum9.Location = new System.Drawing.Point(322, 207); this.labelVacuum9.Name = "labelVacuum9"; this.labelVacuum9.OverlapOptimize = true; this.labelVacuum9.PasswordChar = '\0'; @@ -438,38 +710,14 @@ this.labelVacuum9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum9.Wordwrap = false; // - // smartLabel63 - // - this.smartLabel63.BackGround = this.smartGroupBox1; - this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel63.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel63.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel63.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel63.LineSpacing = 0F; - this.smartLabel63.Location = new System.Drawing.Point(500, 176); - this.smartLabel63.Name = "smartLabel63"; - this.smartLabel63.OverlapOptimize = true; - this.smartLabel63.PasswordChar = '\0'; - this.smartLabel63.Radius = 3; - this.smartLabel63.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel63.Size = new System.Drawing.Size(70, 20); - this.smartLabel63.TabIndex = 191; - this.smartLabel63.Text = "Pressure"; - this.smartLabel63.TextColor = System.Drawing.Color.White; - this.smartLabel63.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel63.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel63.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel63.Wordwrap = false; - // // labelDiff9 // this.labelDiff9.BackGround = this.smartGroupBox1; this.labelDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff9.LineSpacing = 0F; - this.labelDiff9.Location = new System.Drawing.Point(571, 155); + this.labelDiff9.Location = new System.Drawing.Point(322, 186); this.labelDiff9.Name = "labelDiff9"; this.labelDiff9.OverlapOptimize = true; this.labelDiff9.PasswordChar = '\0'; @@ -484,38 +732,14 @@ this.labelDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff9.Wordwrap = false; // - // smartLabel65 - // - this.smartLabel65.BackGround = this.smartGroupBox1; - this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel65.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel65.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel65.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel65.LineSpacing = 0F; - this.smartLabel65.Location = new System.Drawing.Point(500, 155); - this.smartLabel65.Name = "smartLabel65"; - this.smartLabel65.OverlapOptimize = true; - this.smartLabel65.PasswordChar = '\0'; - this.smartLabel65.Radius = 3; - this.smartLabel65.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel65.Size = new System.Drawing.Size(70, 20); - this.smartLabel65.TabIndex = 189; - this.smartLabel65.Text = "Diff"; - this.smartLabel65.TextColor = System.Drawing.Color.White; - this.smartLabel65.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel65.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel65.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel65.Wordwrap = false; - // // labelDisp9 // this.labelDisp9.BackGround = this.smartGroupBox1; this.labelDisp9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp9.LineSpacing = 0F; - this.labelDisp9.Location = new System.Drawing.Point(571, 134); + this.labelDisp9.Location = new System.Drawing.Point(322, 165); this.labelDisp9.Name = "labelDisp9"; this.labelDisp9.OverlapOptimize = true; this.labelDisp9.PasswordChar = '\0'; @@ -530,38 +754,14 @@ this.labelDisp9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp9.Wordwrap = false; // - // smartLabel67 - // - this.smartLabel67.BackGround = this.smartGroupBox1; - this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel67.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel67.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel67.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel67.LineSpacing = 0F; - this.smartLabel67.Location = new System.Drawing.Point(500, 134); - this.smartLabel67.Name = "smartLabel67"; - this.smartLabel67.OverlapOptimize = true; - this.smartLabel67.PasswordChar = '\0'; - this.smartLabel67.Radius = 3; - this.smartLabel67.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel67.Size = new System.Drawing.Size(70, 20); - this.smartLabel67.TabIndex = 187; - this.smartLabel67.Text = "Disp"; - this.smartLabel67.TextColor = System.Drawing.Color.White; - this.smartLabel67.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel67.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel67.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel67.Wordwrap = false; - // // labelVacuum8 // this.labelVacuum8.BackGround = this.smartGroupBox1; this.labelVacuum8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum8.LineSpacing = 0F; - this.labelVacuum8.Location = new System.Drawing.Point(410, 176); + this.labelVacuum8.Location = new System.Drawing.Point(242, 207); this.labelVacuum8.Name = "labelVacuum8"; this.labelVacuum8.OverlapOptimize = true; this.labelVacuum8.PasswordChar = '\0'; @@ -576,38 +776,14 @@ this.labelVacuum8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum8.Wordwrap = false; // - // smartLabel69 - // - this.smartLabel69.BackGround = this.smartGroupBox1; - this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel69.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel69.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel69.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel69.LineSpacing = 0F; - this.smartLabel69.Location = new System.Drawing.Point(339, 176); - this.smartLabel69.Name = "smartLabel69"; - this.smartLabel69.OverlapOptimize = true; - this.smartLabel69.PasswordChar = '\0'; - this.smartLabel69.Radius = 3; - this.smartLabel69.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel69.Size = new System.Drawing.Size(70, 20); - this.smartLabel69.TabIndex = 185; - this.smartLabel69.Text = "Pressure"; - this.smartLabel69.TextColor = System.Drawing.Color.White; - this.smartLabel69.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel69.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel69.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel69.Wordwrap = false; - // // labelDiff8 // this.labelDiff8.BackGround = this.smartGroupBox1; this.labelDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff8.LineSpacing = 0F; - this.labelDiff8.Location = new System.Drawing.Point(410, 155); + this.labelDiff8.Location = new System.Drawing.Point(242, 186); this.labelDiff8.Name = "labelDiff8"; this.labelDiff8.OverlapOptimize = true; this.labelDiff8.PasswordChar = '\0'; @@ -622,38 +798,14 @@ this.labelDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff8.Wordwrap = false; // - // smartLabel71 - // - this.smartLabel71.BackGround = this.smartGroupBox1; - this.smartLabel71.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel71.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel71.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel71.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel71.LineSpacing = 0F; - this.smartLabel71.Location = new System.Drawing.Point(339, 155); - this.smartLabel71.Name = "smartLabel71"; - this.smartLabel71.OverlapOptimize = true; - this.smartLabel71.PasswordChar = '\0'; - this.smartLabel71.Radius = 3; - this.smartLabel71.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel71.Size = new System.Drawing.Size(70, 20); - this.smartLabel71.TabIndex = 183; - this.smartLabel71.Text = "Diff"; - this.smartLabel71.TextColor = System.Drawing.Color.White; - this.smartLabel71.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel71.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel71.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel71.Wordwrap = false; - // // labelDisp8 // this.labelDisp8.BackGround = this.smartGroupBox1; this.labelDisp8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp8.LineSpacing = 0F; - this.labelDisp8.Location = new System.Drawing.Point(410, 134); + this.labelDisp8.Location = new System.Drawing.Point(242, 165); this.labelDisp8.Name = "labelDisp8"; this.labelDisp8.OverlapOptimize = true; this.labelDisp8.PasswordChar = '\0'; @@ -668,38 +820,14 @@ this.labelDisp8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp8.Wordwrap = false; // - // smartLabel73 - // - this.smartLabel73.BackGround = this.smartGroupBox1; - this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel73.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel73.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel73.LineSpacing = 0F; - this.smartLabel73.Location = new System.Drawing.Point(339, 134); - this.smartLabel73.Name = "smartLabel73"; - this.smartLabel73.OverlapOptimize = true; - this.smartLabel73.PasswordChar = '\0'; - this.smartLabel73.Radius = 3; - this.smartLabel73.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel73.Size = new System.Drawing.Size(70, 20); - this.smartLabel73.TabIndex = 181; - this.smartLabel73.Text = "Disp"; - this.smartLabel73.TextColor = System.Drawing.Color.White; - this.smartLabel73.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel73.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel73.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel73.Wordwrap = false; - // // labelVacuum7 // this.labelVacuum7.BackGround = this.smartGroupBox1; this.labelVacuum7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum7.LineSpacing = 0F; - this.labelVacuum7.Location = new System.Drawing.Point(249, 176); + this.labelVacuum7.Location = new System.Drawing.Point(162, 207); this.labelVacuum7.Name = "labelVacuum7"; this.labelVacuum7.OverlapOptimize = true; this.labelVacuum7.PasswordChar = '\0'; @@ -714,38 +842,14 @@ this.labelVacuum7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum7.Wordwrap = false; // - // smartLabel75 - // - this.smartLabel75.BackGround = this.smartGroupBox1; - this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel75.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel75.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel75.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel75.LineSpacing = 0F; - this.smartLabel75.Location = new System.Drawing.Point(178, 176); - this.smartLabel75.Name = "smartLabel75"; - this.smartLabel75.OverlapOptimize = true; - this.smartLabel75.PasswordChar = '\0'; - this.smartLabel75.Radius = 3; - this.smartLabel75.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel75.Size = new System.Drawing.Size(70, 20); - this.smartLabel75.TabIndex = 179; - this.smartLabel75.Text = "Pressure"; - this.smartLabel75.TextColor = System.Drawing.Color.White; - this.smartLabel75.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel75.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel75.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel75.Wordwrap = false; - // // labelDiff7 // this.labelDiff7.BackGround = this.smartGroupBox1; this.labelDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff7.LineSpacing = 0F; - this.labelDiff7.Location = new System.Drawing.Point(249, 155); + this.labelDiff7.Location = new System.Drawing.Point(162, 186); this.labelDiff7.Name = "labelDiff7"; this.labelDiff7.OverlapOptimize = true; this.labelDiff7.PasswordChar = '\0'; @@ -760,38 +864,14 @@ this.labelDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff7.Wordwrap = false; // - // smartLabel77 - // - this.smartLabel77.BackGround = this.smartGroupBox1; - this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel77.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel77.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel77.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel77.LineSpacing = 0F; - this.smartLabel77.Location = new System.Drawing.Point(178, 155); - this.smartLabel77.Name = "smartLabel77"; - this.smartLabel77.OverlapOptimize = true; - this.smartLabel77.PasswordChar = '\0'; - this.smartLabel77.Radius = 3; - this.smartLabel77.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel77.Size = new System.Drawing.Size(70, 20); - this.smartLabel77.TabIndex = 177; - this.smartLabel77.Text = "Diff"; - this.smartLabel77.TextColor = System.Drawing.Color.White; - this.smartLabel77.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel77.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel77.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel77.Wordwrap = false; - // // labelDisp7 // this.labelDisp7.BackGround = this.smartGroupBox1; this.labelDisp7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp7.LineSpacing = 0F; - this.labelDisp7.Location = new System.Drawing.Point(249, 134); + this.labelDisp7.Location = new System.Drawing.Point(162, 165); this.labelDisp7.Name = "labelDisp7"; this.labelDisp7.OverlapOptimize = true; this.labelDisp7.PasswordChar = '\0'; @@ -806,38 +886,14 @@ this.labelDisp7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp7.Wordwrap = false; // - // smartLabel79 - // - this.smartLabel79.BackGround = this.smartGroupBox1; - this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel79.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel79.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel79.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel79.LineSpacing = 0F; - this.smartLabel79.Location = new System.Drawing.Point(178, 134); - this.smartLabel79.Name = "smartLabel79"; - this.smartLabel79.OverlapOptimize = true; - this.smartLabel79.PasswordChar = '\0'; - this.smartLabel79.Radius = 3; - this.smartLabel79.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel79.Size = new System.Drawing.Size(70, 20); - this.smartLabel79.TabIndex = 175; - this.smartLabel79.Text = "Disp"; - this.smartLabel79.TextColor = System.Drawing.Color.White; - this.smartLabel79.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel79.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel79.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel79.Wordwrap = false; - // // labelVacuum6 // this.labelVacuum6.BackGround = this.smartGroupBox1; this.labelVacuum6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum6.LineSpacing = 0F; - this.labelVacuum6.Location = new System.Drawing.Point(88, 176); + this.labelVacuum6.Location = new System.Drawing.Point(82, 207); this.labelVacuum6.Name = "labelVacuum6"; this.labelVacuum6.OverlapOptimize = true; this.labelVacuum6.PasswordChar = '\0'; @@ -855,12 +911,12 @@ // smartLabel81 // this.smartLabel81.BackGround = this.smartGroupBox1; - this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel81.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel81.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel81.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel81.LineSpacing = 0F; - this.smartLabel81.Location = new System.Drawing.Point(17, 176); + this.smartLabel81.Location = new System.Drawing.Point(11, 207); this.smartLabel81.Name = "smartLabel81"; this.smartLabel81.OverlapOptimize = true; this.smartLabel81.PasswordChar = '\0'; @@ -881,9 +937,8 @@ this.labelDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff6.LineSpacing = 0F; - this.labelDiff6.Location = new System.Drawing.Point(88, 155); + this.labelDiff6.Location = new System.Drawing.Point(82, 186); this.labelDiff6.Name = "labelDiff6"; this.labelDiff6.OverlapOptimize = true; this.labelDiff6.PasswordChar = '\0'; @@ -901,12 +956,12 @@ // smartLabel83 // this.smartLabel83.BackGround = this.smartGroupBox1; - this.smartLabel83.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel83.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel83.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel83.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel83.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel83.LineSpacing = 0F; - this.smartLabel83.Location = new System.Drawing.Point(17, 155); + this.smartLabel83.Location = new System.Drawing.Point(11, 186); this.smartLabel83.Name = "smartLabel83"; this.smartLabel83.OverlapOptimize = true; this.smartLabel83.PasswordChar = '\0'; @@ -927,9 +982,8 @@ this.labelDisp6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp6.LineSpacing = 0F; - this.labelDisp6.Location = new System.Drawing.Point(88, 134); + this.labelDisp6.Location = new System.Drawing.Point(82, 165); this.labelDisp6.Name = "labelDisp6"; this.labelDisp6.OverlapOptimize = true; this.labelDisp6.PasswordChar = '\0'; @@ -947,12 +1001,12 @@ // smartLabel85 // this.smartLabel85.BackGround = this.smartGroupBox1; - this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel85.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel85.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel85.LineSpacing = 0F; - this.smartLabel85.Location = new System.Drawing.Point(17, 134); + this.smartLabel85.Location = new System.Drawing.Point(11, 165); this.smartLabel85.Name = "smartLabel85"; this.smartLabel85.OverlapOptimize = true; this.smartLabel85.PasswordChar = '\0'; @@ -967,111 +1021,6 @@ this.smartLabel85.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel85.Wordwrap = false; // - // labelSbAlarm10 - // - this.labelSbAlarm10.BackGround = null; - this.labelSbAlarm10.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm10.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm10.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm10.LineSpacing = 0F; - this.labelSbAlarm10.Location = new System.Drawing.Point(791, 113); - this.labelSbAlarm10.Name = "labelSbAlarm10"; - this.labelSbAlarm10.OverlapOptimize = true; - this.labelSbAlarm10.PasswordChar = '\0'; - this.labelSbAlarm10.Radius = 20; - this.labelSbAlarm10.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm10.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm10.TabIndex = 168; - this.labelSbAlarm10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm10.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm10.Wordwrap = false; - // - // labelSbAlarm9 - // - this.labelSbAlarm9.BackGround = null; - this.labelSbAlarm9.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm9.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm9.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm9.LineSpacing = 0F; - this.labelSbAlarm9.Location = new System.Drawing.Point(630, 113); - this.labelSbAlarm9.Name = "labelSbAlarm9"; - this.labelSbAlarm9.OverlapOptimize = true; - this.labelSbAlarm9.PasswordChar = '\0'; - this.labelSbAlarm9.Radius = 20; - this.labelSbAlarm9.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm9.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm9.TabIndex = 167; - this.labelSbAlarm9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm9.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm9.Wordwrap = false; - // - // labelSbAlarm8 - // - this.labelSbAlarm8.BackGround = null; - this.labelSbAlarm8.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm8.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm8.LineSpacing = 0F; - this.labelSbAlarm8.Location = new System.Drawing.Point(469, 113); - this.labelSbAlarm8.Name = "labelSbAlarm8"; - this.labelSbAlarm8.OverlapOptimize = true; - this.labelSbAlarm8.PasswordChar = '\0'; - this.labelSbAlarm8.Radius = 20; - this.labelSbAlarm8.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm8.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm8.TabIndex = 166; - this.labelSbAlarm8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm8.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm8.Wordwrap = false; - // - // labelSbAlarm7 - // - this.labelSbAlarm7.BackGround = null; - this.labelSbAlarm7.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm7.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm7.LineSpacing = 0F; - this.labelSbAlarm7.Location = new System.Drawing.Point(308, 113); - this.labelSbAlarm7.Name = "labelSbAlarm7"; - this.labelSbAlarm7.OverlapOptimize = true; - this.labelSbAlarm7.PasswordChar = '\0'; - this.labelSbAlarm7.Radius = 20; - this.labelSbAlarm7.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm7.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm7.TabIndex = 165; - this.labelSbAlarm7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm7.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm7.Wordwrap = false; - // - // labelSbAlarm6 - // - this.labelSbAlarm6.BackGround = null; - this.labelSbAlarm6.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm6.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm6.LineSpacing = 0F; - this.labelSbAlarm6.Location = new System.Drawing.Point(147, 113); - this.labelSbAlarm6.Name = "labelSbAlarm6"; - this.labelSbAlarm6.OverlapOptimize = true; - this.labelSbAlarm6.PasswordChar = '\0'; - this.labelSbAlarm6.Radius = 20; - this.labelSbAlarm6.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm6.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm6.TabIndex = 164; - this.labelSbAlarm6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm6.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm6.Wordwrap = false; - // // smartLabel91 // this.smartLabel91.BackGround = this.smartGroupBox1; @@ -1080,15 +1029,15 @@ this.smartLabel91.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel91.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel91.LineSpacing = 0F; - this.smartLabel91.Location = new System.Drawing.Point(661, 113); + this.smartLabel91.Location = new System.Drawing.Point(402, 144); this.smartLabel91.Name = "smartLabel91"; this.smartLabel91.OverlapOptimize = true; this.smartLabel91.PasswordChar = '\0'; this.smartLabel91.Radius = 3; this.smartLabel91.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel91.Size = new System.Drawing.Size(150, 20); + this.smartLabel91.Size = new System.Drawing.Size(79, 20); this.smartLabel91.TabIndex = 163; - this.smartLabel91.Text = "10 Lane"; + this.smartLabel91.Text = "10"; this.smartLabel91.TextColor = System.Drawing.Color.White; this.smartLabel91.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel91.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -1103,15 +1052,15 @@ this.smartLabel92.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel92.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel92.LineSpacing = 0F; - this.smartLabel92.Location = new System.Drawing.Point(500, 113); + this.smartLabel92.Location = new System.Drawing.Point(322, 144); this.smartLabel92.Name = "smartLabel92"; this.smartLabel92.OverlapOptimize = true; this.smartLabel92.PasswordChar = '\0'; this.smartLabel92.Radius = 3; this.smartLabel92.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel92.Size = new System.Drawing.Size(150, 20); + this.smartLabel92.Size = new System.Drawing.Size(79, 20); this.smartLabel92.TabIndex = 162; - this.smartLabel92.Text = "9 Lane"; + this.smartLabel92.Text = "9"; this.smartLabel92.TextColor = System.Drawing.Color.White; this.smartLabel92.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel92.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -1126,15 +1075,15 @@ this.smartLabel93.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel93.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel93.LineSpacing = 0F; - this.smartLabel93.Location = new System.Drawing.Point(339, 113); + this.smartLabel93.Location = new System.Drawing.Point(242, 144); this.smartLabel93.Name = "smartLabel93"; this.smartLabel93.OverlapOptimize = true; this.smartLabel93.PasswordChar = '\0'; this.smartLabel93.Radius = 3; this.smartLabel93.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel93.Size = new System.Drawing.Size(150, 20); + this.smartLabel93.Size = new System.Drawing.Size(79, 20); this.smartLabel93.TabIndex = 161; - this.smartLabel93.Text = "8 Lane"; + this.smartLabel93.Text = "8"; this.smartLabel93.TextColor = System.Drawing.Color.White; this.smartLabel93.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel93.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -1149,15 +1098,15 @@ this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel94.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel94.LineSpacing = 0F; - this.smartLabel94.Location = new System.Drawing.Point(178, 113); + this.smartLabel94.Location = new System.Drawing.Point(162, 144); this.smartLabel94.Name = "smartLabel94"; this.smartLabel94.OverlapOptimize = true; this.smartLabel94.PasswordChar = '\0'; this.smartLabel94.Radius = 3; this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel94.Size = new System.Drawing.Size(150, 20); + this.smartLabel94.Size = new System.Drawing.Size(79, 20); this.smartLabel94.TabIndex = 160; - this.smartLabel94.Text = "7 Lane"; + this.smartLabel94.Text = "7"; this.smartLabel94.TextColor = System.Drawing.Color.White; this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -1172,15 +1121,15 @@ this.smartLabel95.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel95.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel95.LineSpacing = 0F; - this.smartLabel95.Location = new System.Drawing.Point(17, 113); + this.smartLabel95.Location = new System.Drawing.Point(82, 144); this.smartLabel95.Name = "smartLabel95"; this.smartLabel95.OverlapOptimize = true; this.smartLabel95.PasswordChar = '\0'; this.smartLabel95.Radius = 3; this.smartLabel95.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel95.Size = new System.Drawing.Size(150, 20); + this.smartLabel95.Size = new System.Drawing.Size(79, 20); this.smartLabel95.TabIndex = 159; - this.smartLabel95.Text = "6 Lane"; + this.smartLabel95.Text = "6"; this.smartLabel95.TextColor = System.Drawing.Color.White; this.smartLabel95.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel95.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -1193,9 +1142,8 @@ this.labelVacuum5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum5.LineSpacing = 0F; - this.labelVacuum5.Location = new System.Drawing.Point(732, 75); + this.labelVacuum5.Location = new System.Drawing.Point(402, 113); this.labelVacuum5.Name = "labelVacuum5"; this.labelVacuum5.OverlapOptimize = true; this.labelVacuum5.PasswordChar = '\0'; @@ -1210,38 +1158,14 @@ this.labelVacuum5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum5.Wordwrap = false; // - // smartLabel45 - // - this.smartLabel45.BackGround = this.smartGroupBox1; - this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel45.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel45.LineSpacing = 0F; - this.smartLabel45.Location = new System.Drawing.Point(661, 75); - this.smartLabel45.Name = "smartLabel45"; - this.smartLabel45.OverlapOptimize = true; - this.smartLabel45.PasswordChar = '\0'; - this.smartLabel45.Radius = 3; - this.smartLabel45.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel45.Size = new System.Drawing.Size(70, 20); - this.smartLabel45.TabIndex = 157; - this.smartLabel45.Text = "Pressure"; - this.smartLabel45.TextColor = System.Drawing.Color.White; - this.smartLabel45.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel45.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel45.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel45.Wordwrap = false; - // // labelDiff5 // this.labelDiff5.BackGround = this.smartGroupBox1; this.labelDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff5.LineSpacing = 0F; - this.labelDiff5.Location = new System.Drawing.Point(732, 54); + this.labelDiff5.Location = new System.Drawing.Point(402, 92); this.labelDiff5.Name = "labelDiff5"; this.labelDiff5.OverlapOptimize = true; this.labelDiff5.PasswordChar = '\0'; @@ -1256,38 +1180,14 @@ this.labelDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff5.Wordwrap = false; // - // smartLabel47 - // - this.smartLabel47.BackGround = this.smartGroupBox1; - this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel47.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel47.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel47.LineSpacing = 0F; - this.smartLabel47.Location = new System.Drawing.Point(661, 54); - this.smartLabel47.Name = "smartLabel47"; - this.smartLabel47.OverlapOptimize = true; - this.smartLabel47.PasswordChar = '\0'; - this.smartLabel47.Radius = 3; - this.smartLabel47.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel47.Size = new System.Drawing.Size(70, 20); - this.smartLabel47.TabIndex = 155; - this.smartLabel47.Text = "Diff"; - this.smartLabel47.TextColor = System.Drawing.Color.White; - this.smartLabel47.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel47.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel47.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel47.Wordwrap = false; - // // labelDisp5 // this.labelDisp5.BackGround = this.smartGroupBox1; this.labelDisp5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp5.LineSpacing = 0F; - this.labelDisp5.Location = new System.Drawing.Point(732, 33); + this.labelDisp5.Location = new System.Drawing.Point(402, 71); this.labelDisp5.Name = "labelDisp5"; this.labelDisp5.OverlapOptimize = true; this.labelDisp5.PasswordChar = '\0'; @@ -1302,38 +1202,14 @@ this.labelDisp5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp5.Wordwrap = false; // - // smartLabel49 - // - this.smartLabel49.BackGround = this.smartGroupBox1; - this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel49.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel49.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel49.LineSpacing = 0F; - this.smartLabel49.Location = new System.Drawing.Point(661, 33); - this.smartLabel49.Name = "smartLabel49"; - this.smartLabel49.OverlapOptimize = true; - this.smartLabel49.PasswordChar = '\0'; - this.smartLabel49.Radius = 3; - this.smartLabel49.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel49.Size = new System.Drawing.Size(70, 20); - this.smartLabel49.TabIndex = 153; - this.smartLabel49.Text = "Disp"; - this.smartLabel49.TextColor = System.Drawing.Color.White; - this.smartLabel49.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel49.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel49.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel49.Wordwrap = false; - // // labelVacuum4 // this.labelVacuum4.BackGround = this.smartGroupBox1; this.labelVacuum4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum4.LineSpacing = 0F; - this.labelVacuum4.Location = new System.Drawing.Point(571, 75); + this.labelVacuum4.Location = new System.Drawing.Point(322, 113); this.labelVacuum4.Name = "labelVacuum4"; this.labelVacuum4.OverlapOptimize = true; this.labelVacuum4.PasswordChar = '\0'; @@ -1348,38 +1224,14 @@ this.labelVacuum4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum4.Wordwrap = false; // - // smartLabel51 - // - this.smartLabel51.BackGround = this.smartGroupBox1; - this.smartLabel51.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel51.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel51.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel51.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel51.LineSpacing = 0F; - this.smartLabel51.Location = new System.Drawing.Point(500, 75); - this.smartLabel51.Name = "smartLabel51"; - this.smartLabel51.OverlapOptimize = true; - this.smartLabel51.PasswordChar = '\0'; - this.smartLabel51.Radius = 3; - this.smartLabel51.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel51.Size = new System.Drawing.Size(70, 20); - this.smartLabel51.TabIndex = 151; - this.smartLabel51.Text = "Pressure"; - this.smartLabel51.TextColor = System.Drawing.Color.White; - this.smartLabel51.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel51.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel51.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel51.Wordwrap = false; - // // labelDiff4 // this.labelDiff4.BackGround = this.smartGroupBox1; this.labelDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff4.LineSpacing = 0F; - this.labelDiff4.Location = new System.Drawing.Point(571, 54); + this.labelDiff4.Location = new System.Drawing.Point(322, 92); this.labelDiff4.Name = "labelDiff4"; this.labelDiff4.OverlapOptimize = true; this.labelDiff4.PasswordChar = '\0'; @@ -1394,38 +1246,14 @@ this.labelDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff4.Wordwrap = false; // - // smartLabel53 - // - this.smartLabel53.BackGround = this.smartGroupBox1; - this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel53.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel53.LineSpacing = 0F; - this.smartLabel53.Location = new System.Drawing.Point(500, 54); - this.smartLabel53.Name = "smartLabel53"; - this.smartLabel53.OverlapOptimize = true; - this.smartLabel53.PasswordChar = '\0'; - this.smartLabel53.Radius = 3; - this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel53.Size = new System.Drawing.Size(70, 20); - this.smartLabel53.TabIndex = 149; - this.smartLabel53.Text = "Diff"; - this.smartLabel53.TextColor = System.Drawing.Color.White; - this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel53.Wordwrap = false; - // // labelDisp4 // this.labelDisp4.BackGround = this.smartGroupBox1; this.labelDisp4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp4.LineSpacing = 0F; - this.labelDisp4.Location = new System.Drawing.Point(571, 33); + this.labelDisp4.Location = new System.Drawing.Point(322, 71); this.labelDisp4.Name = "labelDisp4"; this.labelDisp4.OverlapOptimize = true; this.labelDisp4.PasswordChar = '\0'; @@ -1440,38 +1268,14 @@ this.labelDisp4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp4.Wordwrap = false; // - // smartLabel55 - // - this.smartLabel55.BackGround = this.smartGroupBox1; - this.smartLabel55.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel55.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel55.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel55.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel55.LineSpacing = 0F; - this.smartLabel55.Location = new System.Drawing.Point(500, 33); - this.smartLabel55.Name = "smartLabel55"; - this.smartLabel55.OverlapOptimize = true; - this.smartLabel55.PasswordChar = '\0'; - this.smartLabel55.Radius = 3; - this.smartLabel55.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel55.Size = new System.Drawing.Size(70, 20); - this.smartLabel55.TabIndex = 147; - this.smartLabel55.Text = "Disp"; - this.smartLabel55.TextColor = System.Drawing.Color.White; - this.smartLabel55.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel55.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel55.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel55.Wordwrap = false; - // // labelVacuum3 // this.labelVacuum3.BackGround = this.smartGroupBox1; this.labelVacuum3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum3.LineSpacing = 0F; - this.labelVacuum3.Location = new System.Drawing.Point(410, 75); + this.labelVacuum3.Location = new System.Drawing.Point(242, 113); this.labelVacuum3.Name = "labelVacuum3"; this.labelVacuum3.OverlapOptimize = true; this.labelVacuum3.PasswordChar = '\0'; @@ -1486,38 +1290,14 @@ this.labelVacuum3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum3.Wordwrap = false; // - // smartLabel39 - // - this.smartLabel39.BackGround = this.smartGroupBox1; - this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel39.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel39.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel39.LineSpacing = 0F; - this.smartLabel39.Location = new System.Drawing.Point(339, 75); - this.smartLabel39.Name = "smartLabel39"; - this.smartLabel39.OverlapOptimize = true; - this.smartLabel39.PasswordChar = '\0'; - this.smartLabel39.Radius = 3; - this.smartLabel39.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel39.Size = new System.Drawing.Size(70, 20); - this.smartLabel39.TabIndex = 145; - this.smartLabel39.Text = "Pressure"; - this.smartLabel39.TextColor = System.Drawing.Color.White; - this.smartLabel39.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel39.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel39.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel39.Wordwrap = false; - // // labelDiff3 // this.labelDiff3.BackGround = this.smartGroupBox1; this.labelDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff3.LineSpacing = 0F; - this.labelDiff3.Location = new System.Drawing.Point(410, 54); + this.labelDiff3.Location = new System.Drawing.Point(242, 92); this.labelDiff3.Name = "labelDiff3"; this.labelDiff3.OverlapOptimize = true; this.labelDiff3.PasswordChar = '\0'; @@ -1532,38 +1312,14 @@ this.labelDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff3.Wordwrap = false; // - // smartLabel41 - // - this.smartLabel41.BackGround = this.smartGroupBox1; - this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel41.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel41.LineSpacing = 0F; - this.smartLabel41.Location = new System.Drawing.Point(339, 54); - this.smartLabel41.Name = "smartLabel41"; - this.smartLabel41.OverlapOptimize = true; - this.smartLabel41.PasswordChar = '\0'; - this.smartLabel41.Radius = 3; - this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel41.Size = new System.Drawing.Size(70, 20); - this.smartLabel41.TabIndex = 143; - this.smartLabel41.Text = "Diff"; - this.smartLabel41.TextColor = System.Drawing.Color.White; - this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel41.Wordwrap = false; - // // labelDisp3 // this.labelDisp3.BackGround = this.smartGroupBox1; this.labelDisp3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp3.LineSpacing = 0F; - this.labelDisp3.Location = new System.Drawing.Point(410, 33); + this.labelDisp3.Location = new System.Drawing.Point(242, 71); this.labelDisp3.Name = "labelDisp3"; this.labelDisp3.OverlapOptimize = true; this.labelDisp3.PasswordChar = '\0'; @@ -1578,38 +1334,14 @@ this.labelDisp3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp3.Wordwrap = false; // - // smartLabel43 - // - this.smartLabel43.BackGround = this.smartGroupBox1; - this.smartLabel43.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel43.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel43.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel43.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel43.LineSpacing = 0F; - this.smartLabel43.Location = new System.Drawing.Point(339, 33); - this.smartLabel43.Name = "smartLabel43"; - this.smartLabel43.OverlapOptimize = true; - this.smartLabel43.PasswordChar = '\0'; - this.smartLabel43.Radius = 3; - this.smartLabel43.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel43.Size = new System.Drawing.Size(70, 20); - this.smartLabel43.TabIndex = 141; - this.smartLabel43.Text = "Disp"; - this.smartLabel43.TextColor = System.Drawing.Color.White; - this.smartLabel43.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel43.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel43.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel43.Wordwrap = false; - // // labelVacuum2 // this.labelVacuum2.BackGround = this.smartGroupBox1; this.labelVacuum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum2.LineSpacing = 0F; - this.labelVacuum2.Location = new System.Drawing.Point(249, 75); + this.labelVacuum2.Location = new System.Drawing.Point(162, 113); this.labelVacuum2.Name = "labelVacuum2"; this.labelVacuum2.OverlapOptimize = true; this.labelVacuum2.PasswordChar = '\0'; @@ -1624,38 +1356,14 @@ this.labelVacuum2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuum2.Wordwrap = false; // - // smartLabel27 - // - this.smartLabel27.BackGround = this.smartGroupBox1; - this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel27.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel27.LineSpacing = 0F; - this.smartLabel27.Location = new System.Drawing.Point(178, 75); - this.smartLabel27.Name = "smartLabel27"; - this.smartLabel27.OverlapOptimize = true; - this.smartLabel27.PasswordChar = '\0'; - this.smartLabel27.Radius = 3; - this.smartLabel27.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel27.Size = new System.Drawing.Size(70, 20); - this.smartLabel27.TabIndex = 139; - this.smartLabel27.Text = "Pressure"; - this.smartLabel27.TextColor = System.Drawing.Color.White; - this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel27.Wordwrap = false; - // // labelDiff2 // this.labelDiff2.BackGround = this.smartGroupBox1; this.labelDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff2.LineSpacing = 0F; - this.labelDiff2.Location = new System.Drawing.Point(249, 54); + this.labelDiff2.Location = new System.Drawing.Point(162, 92); this.labelDiff2.Name = "labelDiff2"; this.labelDiff2.OverlapOptimize = true; this.labelDiff2.PasswordChar = '\0'; @@ -1670,38 +1378,14 @@ this.labelDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff2.Wordwrap = false; // - // smartLabel29 - // - this.smartLabel29.BackGround = this.smartGroupBox1; - this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel29.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel29.LineSpacing = 0F; - this.smartLabel29.Location = new System.Drawing.Point(178, 54); - this.smartLabel29.Name = "smartLabel29"; - this.smartLabel29.OverlapOptimize = true; - this.smartLabel29.PasswordChar = '\0'; - this.smartLabel29.Radius = 3; - this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel29.Size = new System.Drawing.Size(70, 20); - this.smartLabel29.TabIndex = 137; - this.smartLabel29.Text = "Diff"; - this.smartLabel29.TextColor = System.Drawing.Color.White; - this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel29.Wordwrap = false; - // // labelDisp2 // this.labelDisp2.BackGround = this.smartGroupBox1; this.labelDisp2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp2.LineSpacing = 0F; - this.labelDisp2.Location = new System.Drawing.Point(249, 33); + this.labelDisp2.Location = new System.Drawing.Point(162, 71); this.labelDisp2.Name = "labelDisp2"; this.labelDisp2.OverlapOptimize = true; this.labelDisp2.PasswordChar = '\0'; @@ -1716,38 +1400,14 @@ this.labelDisp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp2.Wordwrap = false; // - // smartLabel33 - // - this.smartLabel33.BackGround = this.smartGroupBox1; - this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel33.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel33.LineSpacing = 0F; - this.smartLabel33.Location = new System.Drawing.Point(178, 33); - this.smartLabel33.Name = "smartLabel33"; - this.smartLabel33.OverlapOptimize = true; - this.smartLabel33.PasswordChar = '\0'; - this.smartLabel33.Radius = 3; - this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel33.Size = new System.Drawing.Size(70, 20); - this.smartLabel33.TabIndex = 135; - this.smartLabel33.Text = "Disp"; - this.smartLabel33.TextColor = System.Drawing.Color.White; - this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel33.Wordwrap = false; - // // labelVacuum1 // this.labelVacuum1.BackGround = this.smartGroupBox1; this.labelVacuum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelVacuum1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelVacuum1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelVacuum1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelVacuum1.LineSpacing = 0F; - this.labelVacuum1.Location = new System.Drawing.Point(88, 75); + this.labelVacuum1.Location = new System.Drawing.Point(82, 113); this.labelVacuum1.Name = "labelVacuum1"; this.labelVacuum1.OverlapOptimize = true; this.labelVacuum1.PasswordChar = '\0'; @@ -1765,12 +1425,12 @@ // smartLabel23 // this.smartLabel23.BackGround = this.smartGroupBox1; - this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel23.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel23.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(17, 75); + this.smartLabel23.Location = new System.Drawing.Point(11, 113); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; @@ -1791,9 +1451,8 @@ this.labelDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiff1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDiff1.LineSpacing = 0F; - this.labelDiff1.Location = new System.Drawing.Point(88, 54); + this.labelDiff1.Location = new System.Drawing.Point(82, 92); this.labelDiff1.Name = "labelDiff1"; this.labelDiff1.OverlapOptimize = true; this.labelDiff1.PasswordChar = '\0'; @@ -1811,12 +1470,12 @@ // smartLabel21 // this.smartLabel21.BackGround = this.smartGroupBox1; - this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel21.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(17, 54); + this.smartLabel21.Location = new System.Drawing.Point(11, 92); this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.OverlapOptimize = true; this.smartLabel21.PasswordChar = '\0'; @@ -1837,9 +1496,8 @@ this.labelDisp1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDisp1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisp1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisp1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelDisp1.LineSpacing = 0F; - this.labelDisp1.Location = new System.Drawing.Point(88, 33); + this.labelDisp1.Location = new System.Drawing.Point(82, 71); this.labelDisp1.Name = "labelDisp1"; this.labelDisp1.OverlapOptimize = true; this.labelDisp1.PasswordChar = '\0'; @@ -1857,12 +1515,12 @@ // smartLabel32 // this.smartLabel32.BackGround = this.smartGroupBox1; - this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel32.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel32.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(17, 33); + this.smartLabel32.Location = new System.Drawing.Point(11, 71); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; @@ -1877,111 +1535,6 @@ this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel32.Wordwrap = false; // - // labelSbAlarm5 - // - this.labelSbAlarm5.BackGround = null; - this.labelSbAlarm5.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm5.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm5.LineSpacing = 0F; - this.labelSbAlarm5.Location = new System.Drawing.Point(791, 12); - this.labelSbAlarm5.Name = "labelSbAlarm5"; - this.labelSbAlarm5.OverlapOptimize = true; - this.labelSbAlarm5.PasswordChar = '\0'; - this.labelSbAlarm5.Radius = 20; - this.labelSbAlarm5.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm5.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm5.TabIndex = 123; - this.labelSbAlarm5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm5.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm5.Wordwrap = false; - // - // labelSbAlarm4 - // - this.labelSbAlarm4.BackGround = null; - this.labelSbAlarm4.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm4.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm4.LineSpacing = 0F; - this.labelSbAlarm4.Location = new System.Drawing.Point(630, 12); - this.labelSbAlarm4.Name = "labelSbAlarm4"; - this.labelSbAlarm4.OverlapOptimize = true; - this.labelSbAlarm4.PasswordChar = '\0'; - this.labelSbAlarm4.Radius = 20; - this.labelSbAlarm4.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm4.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm4.TabIndex = 122; - this.labelSbAlarm4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm4.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm4.Wordwrap = false; - // - // labelSbAlarm3 - // - this.labelSbAlarm3.BackGround = null; - this.labelSbAlarm3.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm3.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm3.LineSpacing = 0F; - this.labelSbAlarm3.Location = new System.Drawing.Point(469, 12); - this.labelSbAlarm3.Name = "labelSbAlarm3"; - this.labelSbAlarm3.OverlapOptimize = true; - this.labelSbAlarm3.PasswordChar = '\0'; - this.labelSbAlarm3.Radius = 20; - this.labelSbAlarm3.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm3.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm3.TabIndex = 121; - this.labelSbAlarm3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm3.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm3.Wordwrap = false; - // - // labelSbAlarm2 - // - this.labelSbAlarm2.BackGround = null; - this.labelSbAlarm2.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm2.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm2.LineSpacing = 0F; - this.labelSbAlarm2.Location = new System.Drawing.Point(308, 12); - this.labelSbAlarm2.Name = "labelSbAlarm2"; - this.labelSbAlarm2.OverlapOptimize = true; - this.labelSbAlarm2.PasswordChar = '\0'; - this.labelSbAlarm2.Radius = 20; - this.labelSbAlarm2.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm2.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm2.TabIndex = 120; - this.labelSbAlarm2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm2.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm2.Wordwrap = false; - // - // labelSbAlarm1 - // - this.labelSbAlarm1.BackGround = null; - this.labelSbAlarm1.BackGroundColor = System.Drawing.Color.Lime; - this.labelSbAlarm1.BorderColor = System.Drawing.Color.Lime; - this.labelSbAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelSbAlarm1.LineSpacing = 0F; - this.labelSbAlarm1.Location = new System.Drawing.Point(147, 12); - this.labelSbAlarm1.Name = "labelSbAlarm1"; - this.labelSbAlarm1.OverlapOptimize = true; - this.labelSbAlarm1.PasswordChar = '\0'; - this.labelSbAlarm1.Radius = 20; - this.labelSbAlarm1.RoundRectFillColor = System.Drawing.Color.Lime; - this.labelSbAlarm1.Size = new System.Drawing.Size(20, 20); - this.labelSbAlarm1.TabIndex = 119; - this.labelSbAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelSbAlarm1.TextColorDisable = System.Drawing.Color.Gray; - this.labelSbAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelSbAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelSbAlarm1.Wordwrap = false; - // // smartLabel31 // this.smartLabel31.BackGround = this.smartGroupBox1; @@ -1990,15 +1543,15 @@ this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel31.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel31.LineSpacing = 0F; - this.smartLabel31.Location = new System.Drawing.Point(661, 12); + this.smartLabel31.Location = new System.Drawing.Point(402, 50); this.smartLabel31.Name = "smartLabel31"; this.smartLabel31.OverlapOptimize = true; this.smartLabel31.PasswordChar = '\0'; this.smartLabel31.Radius = 3; this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel31.Size = new System.Drawing.Size(150, 20); + this.smartLabel31.Size = new System.Drawing.Size(79, 20); this.smartLabel31.TabIndex = 113; - this.smartLabel31.Text = "5 Lane"; + this.smartLabel31.Text = "5"; this.smartLabel31.TextColor = System.Drawing.Color.White; this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -2013,15 +1566,15 @@ this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel34.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel34.LineSpacing = 0F; - this.smartLabel34.Location = new System.Drawing.Point(500, 12); + this.smartLabel34.Location = new System.Drawing.Point(322, 50); this.smartLabel34.Name = "smartLabel34"; this.smartLabel34.OverlapOptimize = true; this.smartLabel34.PasswordChar = '\0'; this.smartLabel34.Radius = 3; this.smartLabel34.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel34.Size = new System.Drawing.Size(150, 20); + this.smartLabel34.Size = new System.Drawing.Size(79, 20); this.smartLabel34.TabIndex = 112; - this.smartLabel34.Text = "4 Lane"; + this.smartLabel34.Text = "4"; this.smartLabel34.TextColor = System.Drawing.Color.White; this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -2036,15 +1589,15 @@ this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel35.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel35.LineSpacing = 0F; - this.smartLabel35.Location = new System.Drawing.Point(339, 12); + this.smartLabel35.Location = new System.Drawing.Point(242, 50); this.smartLabel35.Name = "smartLabel35"; this.smartLabel35.OverlapOptimize = true; this.smartLabel35.PasswordChar = '\0'; this.smartLabel35.Radius = 3; this.smartLabel35.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel35.Size = new System.Drawing.Size(150, 20); + this.smartLabel35.Size = new System.Drawing.Size(79, 20); this.smartLabel35.TabIndex = 111; - this.smartLabel35.Text = "3 Lane"; + this.smartLabel35.Text = "3"; this.smartLabel35.TextColor = System.Drawing.Color.White; this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -2059,15 +1612,15 @@ this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel36.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel36.LineSpacing = 0F; - this.smartLabel36.Location = new System.Drawing.Point(178, 12); + this.smartLabel36.Location = new System.Drawing.Point(162, 50); this.smartLabel36.Name = "smartLabel36"; this.smartLabel36.OverlapOptimize = true; this.smartLabel36.PasswordChar = '\0'; this.smartLabel36.Radius = 3; this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel36.Size = new System.Drawing.Size(150, 20); + this.smartLabel36.Size = new System.Drawing.Size(79, 20); this.smartLabel36.TabIndex = 110; - this.smartLabel36.Text = "2 Lane"; + this.smartLabel36.Text = "2"; this.smartLabel36.TextColor = System.Drawing.Color.White; this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -2082,15 +1635,15 @@ this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel37.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel37.LineSpacing = 0F; - this.smartLabel37.Location = new System.Drawing.Point(17, 12); + this.smartLabel37.Location = new System.Drawing.Point(82, 50); this.smartLabel37.Name = "smartLabel37"; this.smartLabel37.OverlapOptimize = true; this.smartLabel37.PasswordChar = '\0'; this.smartLabel37.Radius = 3; this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel37.Size = new System.Drawing.Size(150, 20); + this.smartLabel37.Size = new System.Drawing.Size(79, 20); this.smartLabel37.TabIndex = 109; - this.smartLabel37.Text = "1 Lane"; + this.smartLabel37.Text = "1"; this.smartLabel37.TextColor = System.Drawing.Color.White; this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; @@ -2100,7 +1653,7 @@ // smartGroupBox3 // this.smartGroupBox3.BackGround = null; - this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox3.BackImage = null; this.smartGroupBox3.Controls.Add(this.buttonMotor2AlarmClear); this.smartGroupBox3.Controls.Add(this.buttonMotor1AlarmClear); @@ -2123,15 +1676,15 @@ this.smartGroupBox3.Controls.Add(this.buttonMotor1Back); this.smartGroupBox3.Controls.Add(this.buttonMotor1Front); this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Gray; - this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox3.FrameLineThickness = 2; this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox3.HeaderHeightOffset = 12; - this.smartGroupBox3.Location = new System.Drawing.Point(361, 46); + this.smartGroupBox3.Location = new System.Drawing.Point(376, 44); this.smartGroupBox3.Name = "smartGroupBox3"; this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(499, 392); + this.smartGroupBox3.Size = new System.Drawing.Size(495, 340); this.smartGroupBox3.TabIndex = 51; this.smartGroupBox3.Text = "SERVO"; this.smartGroupBox3.TextColor = System.Drawing.Color.White; @@ -2139,8 +1692,8 @@ // buttonMotor2AlarmClear // this.buttonMotor2AlarmClear.BackGround = this.smartGroupBox3; - this.buttonMotor2AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor2AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor2AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor2AlarmClear.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor2AlarmClear.ButtonImageAutoSize = true; this.buttonMotor2AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2151,7 +1704,7 @@ this.buttonMotor2AlarmClear.ImageDisable = null; this.buttonMotor2AlarmClear.ImageDown = null; this.buttonMotor2AlarmClear.ImageUp = null; - this.buttonMotor2AlarmClear.Location = new System.Drawing.Point(375, 250); + this.buttonMotor2AlarmClear.Location = new System.Drawing.Point(373, 231); this.buttonMotor2AlarmClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor2AlarmClear.Name = "buttonMotor2AlarmClear"; this.buttonMotor2AlarmClear.NestedClickEventPrevent = false; @@ -2175,8 +1728,8 @@ // buttonMotor1AlarmClear // this.buttonMotor1AlarmClear.BackGround = this.smartGroupBox3; - this.buttonMotor1AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1AlarmClear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor1AlarmClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1AlarmClear.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1AlarmClear.ButtonImageAutoSize = true; this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2187,7 +1740,7 @@ this.buttonMotor1AlarmClear.ImageDisable = null; this.buttonMotor1AlarmClear.ImageDown = null; this.buttonMotor1AlarmClear.ImageUp = null; - this.buttonMotor1AlarmClear.Location = new System.Drawing.Point(135, 250); + this.buttonMotor1AlarmClear.Location = new System.Drawing.Point(128, 231); this.buttonMotor1AlarmClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1AlarmClear.Name = "buttonMotor1AlarmClear"; this.buttonMotor1AlarmClear.NestedClickEventPrevent = false; @@ -2215,21 +1768,21 @@ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical; - this.smartSeparatorLine1.Location = new System.Drawing.Point(251, 75); + this.smartSeparatorLine1.Location = new System.Drawing.Point(247, 56); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; - this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 240); + this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 260); this.smartSeparatorLine1.TabIndex = 117; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // // smartLabel14 // this.smartLabel14.BackGround = null; - this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel14.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(269, 75); + this.smartLabel14.Location = new System.Drawing.Point(267, 56); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; @@ -2238,7 +1791,7 @@ this.smartLabel14.Size = new System.Drawing.Size(206, 30); this.smartLabel14.TabIndex = 116; this.smartLabel14.Text = "MOTOR 2"; - this.smartLabel14.TextColor = System.Drawing.Color.Black; + this.smartLabel14.TextColor = System.Drawing.Color.White; this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2247,12 +1800,12 @@ // smartLabel13 // this.smartLabel13.BackGround = null; - this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel13.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(29, 75); + this.smartLabel13.Location = new System.Drawing.Point(22, 56); this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.OverlapOptimize = true; this.smartLabel13.PasswordChar = '\0'; @@ -2261,7 +1814,7 @@ this.smartLabel13.Size = new System.Drawing.Size(206, 30); this.smartLabel13.TabIndex = 115; this.smartLabel13.Text = "MOTOR 1"; - this.smartLabel13.TextColor = System.Drawing.Color.Black; + this.smartLabel13.TextColor = System.Drawing.Color.White; this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2270,12 +1823,12 @@ // labelMotor2Turn // this.labelMotor2Turn.BackGround = null; - this.labelMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor2Turn.BackGroundColor = System.Drawing.Color.White; this.labelMotor2Turn.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor2Turn.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor2Turn.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor2Turn.LineSpacing = 0F; - this.labelMotor2Turn.Location = new System.Drawing.Point(375, 163); + this.labelMotor2Turn.Location = new System.Drawing.Point(373, 144); this.labelMotor2Turn.Name = "labelMotor2Turn"; this.labelMotor2Turn.OverlapOptimize = true; this.labelMotor2Turn.PasswordChar = '\0'; @@ -2294,12 +1847,11 @@ // smartLabel17 // this.smartLabel17.BackGround = null; - this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel17.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel17.LineSpacing = 0F; - this.smartLabel17.Location = new System.Drawing.Point(269, 163); + this.smartLabel17.Location = new System.Drawing.Point(267, 144); this.smartLabel17.Name = "smartLabel17"; this.smartLabel17.OverlapOptimize = true; this.smartLabel17.PasswordChar = '\0'; @@ -2308,7 +1860,7 @@ this.smartLabel17.Size = new System.Drawing.Size(100, 30); this.smartLabel17.TabIndex = 113; this.smartLabel17.Text = "TURN"; - this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColor = System.Drawing.Color.White; this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2317,12 +1869,12 @@ // labelMotor2Origin // this.labelMotor2Origin.BackGround = null; - this.labelMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor2Origin.BackGroundColor = System.Drawing.Color.White; this.labelMotor2Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor2Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor2Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor2Origin.LineSpacing = 0F; - this.labelMotor2Origin.Location = new System.Drawing.Point(375, 127); + this.labelMotor2Origin.Location = new System.Drawing.Point(373, 108); this.labelMotor2Origin.Name = "labelMotor2Origin"; this.labelMotor2Origin.OverlapOptimize = true; this.labelMotor2Origin.PasswordChar = '\0'; @@ -2341,12 +1893,11 @@ // smartLabel19 // this.smartLabel19.BackGround = null; - this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel19.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel19.LineSpacing = 0F; - this.smartLabel19.Location = new System.Drawing.Point(269, 127); + this.smartLabel19.Location = new System.Drawing.Point(267, 108); this.smartLabel19.Name = "smartLabel19"; this.smartLabel19.OverlapOptimize = true; this.smartLabel19.PasswordChar = '\0'; @@ -2355,7 +1906,7 @@ this.smartLabel19.Size = new System.Drawing.Size(100, 30); this.smartLabel19.TabIndex = 111; this.smartLabel19.Text = "ORIGIN"; - this.smartLabel19.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel19.TextColor = System.Drawing.Color.White; this.smartLabel19.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel19.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel19.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2364,12 +1915,12 @@ // labelMotor1Back // this.labelMotor1Back.BackGround = null; - this.labelMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Back.BackGroundColor = System.Drawing.Color.White; this.labelMotor1Back.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Back.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor1Back.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Back.LineSpacing = 0F; - this.labelMotor1Back.Location = new System.Drawing.Point(135, 199); + this.labelMotor1Back.Location = new System.Drawing.Point(128, 180); this.labelMotor1Back.Name = "labelMotor1Back"; this.labelMotor1Back.OverlapOptimize = true; this.labelMotor1Back.PasswordChar = '\0'; @@ -2388,12 +1939,11 @@ // smartLabel12 // this.smartLabel12.BackGround = null; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel12.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(29, 199); + this.smartLabel12.Location = new System.Drawing.Point(22, 180); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -2402,7 +1952,7 @@ this.smartLabel12.Size = new System.Drawing.Size(100, 30); this.smartLabel12.TabIndex = 109; this.smartLabel12.Text = "BACK"; - this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.TextColor = System.Drawing.Color.White; this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2411,12 +1961,12 @@ // labelMotor1Front // this.labelMotor1Front.BackGround = null; - this.labelMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Front.BackGroundColor = System.Drawing.Color.White; this.labelMotor1Front.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Front.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor1Front.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Front.LineSpacing = 0F; - this.labelMotor1Front.Location = new System.Drawing.Point(135, 163); + this.labelMotor1Front.Location = new System.Drawing.Point(128, 144); this.labelMotor1Front.Name = "labelMotor1Front"; this.labelMotor1Front.OverlapOptimize = true; this.labelMotor1Front.PasswordChar = '\0'; @@ -2435,12 +1985,11 @@ // smartLabel10 // this.smartLabel10.BackGround = null; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(29, 163); + this.smartLabel10.Location = new System.Drawing.Point(22, 144); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; @@ -2449,7 +1998,7 @@ this.smartLabel10.Size = new System.Drawing.Size(100, 30); this.smartLabel10.TabIndex = 107; this.smartLabel10.Text = "FRONT"; - this.smartLabel10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel10.TextColor = System.Drawing.Color.White; this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2458,12 +2007,12 @@ // labelMotor1Origin // this.labelMotor1Origin.BackGround = null; - this.labelMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelMotor1Origin.BackGroundColor = System.Drawing.Color.White; this.labelMotor1Origin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMotor1Origin.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelMotor1Origin.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelMotor1Origin.LineSpacing = 0F; - this.labelMotor1Origin.Location = new System.Drawing.Point(135, 127); + this.labelMotor1Origin.Location = new System.Drawing.Point(128, 108); this.labelMotor1Origin.Name = "labelMotor1Origin"; this.labelMotor1Origin.OverlapOptimize = true; this.labelMotor1Origin.PasswordChar = '\0'; @@ -2482,12 +2031,11 @@ // smartLabel15 // this.smartLabel15.BackGround = null; - this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel15.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel15.LineSpacing = 0F; - this.smartLabel15.Location = new System.Drawing.Point(29, 127); + this.smartLabel15.Location = new System.Drawing.Point(22, 108); this.smartLabel15.Name = "smartLabel15"; this.smartLabel15.OverlapOptimize = true; this.smartLabel15.PasswordChar = '\0'; @@ -2496,7 +2044,7 @@ this.smartLabel15.Size = new System.Drawing.Size(100, 30); this.smartLabel15.TabIndex = 105; this.smartLabel15.Text = "ORIGIN"; - this.smartLabel15.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel15.TextColor = System.Drawing.Color.White; this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2505,8 +2053,8 @@ // buttonMotor2Origin // this.buttonMotor2Origin.BackGround = this.smartGroupBox3; - this.buttonMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor2Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor2Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor2Origin.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor2Origin.ButtonImageAutoSize = true; this.buttonMotor2Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2517,7 +2065,7 @@ this.buttonMotor2Origin.ImageDisable = null; this.buttonMotor2Origin.ImageDown = null; this.buttonMotor2Origin.ImageUp = null; - this.buttonMotor2Origin.Location = new System.Drawing.Point(269, 250); + this.buttonMotor2Origin.Location = new System.Drawing.Point(267, 231); this.buttonMotor2Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor2Origin.Name = "buttonMotor2Origin"; this.buttonMotor2Origin.NestedClickEventPrevent = false; @@ -2541,8 +2089,8 @@ // buttonMotor2Turn // this.buttonMotor2Turn.BackGround = this.smartGroupBox3; - this.buttonMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor2Turn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor2Turn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor2Turn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor2Turn.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor2Turn.ButtonImageAutoSize = true; this.buttonMotor2Turn.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2553,7 +2101,7 @@ this.buttonMotor2Turn.ImageDisable = null; this.buttonMotor2Turn.ImageDown = null; this.buttonMotor2Turn.ImageUp = null; - this.buttonMotor2Turn.Location = new System.Drawing.Point(269, 296); + this.buttonMotor2Turn.Location = new System.Drawing.Point(267, 277); this.buttonMotor2Turn.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor2Turn.Name = "buttonMotor2Turn"; this.buttonMotor2Turn.NestedClickEventPrevent = false; @@ -2577,8 +2125,8 @@ // buttonMotor1Origin // this.buttonMotor1Origin.BackGround = this.smartGroupBox3; - this.buttonMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Origin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor1Origin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1Origin.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Origin.ButtonImageAutoSize = true; this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2589,7 +2137,7 @@ this.buttonMotor1Origin.ImageDisable = null; this.buttonMotor1Origin.ImageDown = null; this.buttonMotor1Origin.ImageUp = null; - this.buttonMotor1Origin.Location = new System.Drawing.Point(29, 250); + this.buttonMotor1Origin.Location = new System.Drawing.Point(22, 231); this.buttonMotor1Origin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Origin.Name = "buttonMotor1Origin"; this.buttonMotor1Origin.NestedClickEventPrevent = false; @@ -2613,8 +2161,8 @@ // buttonMotor1Back // this.buttonMotor1Back.BackGround = this.smartGroupBox3; - this.buttonMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Back.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Back.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor1Back.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1Back.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Back.ButtonImageAutoSize = true; this.buttonMotor1Back.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2625,7 +2173,7 @@ this.buttonMotor1Back.ImageDisable = null; this.buttonMotor1Back.ImageDown = null; this.buttonMotor1Back.ImageUp = null; - this.buttonMotor1Back.Location = new System.Drawing.Point(135, 296); + this.buttonMotor1Back.Location = new System.Drawing.Point(128, 277); this.buttonMotor1Back.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Back.Name = "buttonMotor1Back"; this.buttonMotor1Back.NestedClickEventPrevent = false; @@ -2649,8 +2197,8 @@ // buttonMotor1Front // this.buttonMotor1Front.BackGround = this.smartGroupBox3; - this.buttonMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMotor1Front.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.buttonMotor1Front.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonMotor1Front.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonMotor1Front.ButtonDownColor = System.Drawing.Color.DimGray; this.buttonMotor1Front.ButtonImageAutoSize = true; this.buttonMotor1Front.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; @@ -2661,7 +2209,7 @@ this.buttonMotor1Front.ImageDisable = null; this.buttonMotor1Front.ImageDown = null; this.buttonMotor1Front.ImageUp = null; - this.buttonMotor1Front.Location = new System.Drawing.Point(29, 296); + this.buttonMotor1Front.Location = new System.Drawing.Point(22, 277); this.buttonMotor1Front.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonMotor1Front.Name = "buttonMotor1Front"; this.buttonMotor1Front.NestedClickEventPrevent = false; @@ -2685,20 +2233,10 @@ // smartGroupBox2 // this.smartGroupBox2.BackGround = null; - this.smartGroupBox2.BackGroundColor = System.Drawing.Color.Gray; + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox2.BackImage = null; - this.smartGroupBox2.Controls.Add(this.buttonOut10); - this.smartGroupBox2.Controls.Add(this.buttonOut9); - this.smartGroupBox2.Controls.Add(this.buttonOut8); - this.smartGroupBox2.Controls.Add(this.buttonOut7); - this.smartGroupBox2.Controls.Add(this.buttonOut6); - this.smartGroupBox2.Controls.Add(this.buttonOut5); this.smartGroupBox2.Controls.Add(this.smartLabel96); this.smartGroupBox2.Controls.Add(this.labelInput5); - this.smartGroupBox2.Controls.Add(this.buttonOut4); - this.smartGroupBox2.Controls.Add(this.buttonOut3); - this.smartGroupBox2.Controls.Add(this.buttonOut2); - this.smartGroupBox2.Controls.Add(this.buttonOut1); this.smartGroupBox2.Controls.Add(this.smartLabel5); this.smartGroupBox2.Controls.Add(this.smartLabel6); this.smartGroupBox2.Controls.Add(this.labelInput4); @@ -2708,244 +2246,27 @@ this.smartGroupBox2.Controls.Add(this.labelInput3); this.smartGroupBox2.Controls.Add(this.labelInput1); this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.DimGray; - this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox2.FrameLineThickness = 2; this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox2.HeaderHeightOffset = 12; - this.smartGroupBox2.Location = new System.Drawing.Point(35, 46); + this.smartGroupBox2.Location = new System.Drawing.Point(39, 44); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(320, 392); + this.smartGroupBox2.Size = new System.Drawing.Size(319, 203); this.smartGroupBox2.TabIndex = 38; - this.smartGroupBox2.Text = "INPUT / OUTPUT"; + this.smartGroupBox2.Text = "INPUT"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // - // buttonOut10 - // - this.buttonOut10.BackGround = this.smartGroupBox2; - this.buttonOut10.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut10.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut10.ButtonImageAutoSize = true; - this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut10.ButtonText = "None"; - this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut10.GroupID = 0; - this.buttonOut10.ImageDisable = null; - this.buttonOut10.ImageDown = null; - this.buttonOut10.ImageUp = null; - this.buttonOut10.Location = new System.Drawing.Point(175, 342); - this.buttonOut10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut10.Name = "buttonOut10"; - this.buttonOut10.NestedClickEventPrevent = false; - this.buttonOut10.OutlinePixel = 2; - this.buttonOut10.OverlapOptimize = true; - this.buttonOut10.RepeatInterval = 200; - this.buttonOut10.RepeatIntervalAccelerate = null; - this.buttonOut10.RoundSize = 10; - this.buttonOut10.SafeInterval = 200; - this.buttonOut10.Size = new System.Drawing.Size(120, 40); - this.buttonOut10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut10.TabIndex = 58; - this.buttonOut10.Text = null; - this.buttonOut10.TextColor = System.Drawing.Color.White; - this.buttonOut10.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut10.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut10.Click += new System.EventHandler(this.buttonOut10_Click); - // - // buttonOut9 - // - this.buttonOut9.BackGround = this.smartGroupBox2; - this.buttonOut9.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut9.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut9.ButtonImageAutoSize = true; - this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut9.ButtonText = "Valve hold 2-2"; - this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut9.GroupID = 0; - this.buttonOut9.ImageDisable = null; - this.buttonOut9.ImageDown = null; - this.buttonOut9.ImageUp = null; - this.buttonOut9.Location = new System.Drawing.Point(175, 296); - this.buttonOut9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut9.Name = "buttonOut9"; - this.buttonOut9.NestedClickEventPrevent = false; - this.buttonOut9.OutlinePixel = 2; - this.buttonOut9.OverlapOptimize = true; - this.buttonOut9.RepeatInterval = 200; - this.buttonOut9.RepeatIntervalAccelerate = null; - this.buttonOut9.RoundSize = 10; - this.buttonOut9.SafeInterval = 200; - this.buttonOut9.Size = new System.Drawing.Size(120, 40); - this.buttonOut9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut9.TabIndex = 57; - this.buttonOut9.Text = null; - this.buttonOut9.TextColor = System.Drawing.Color.White; - this.buttonOut9.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut9.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut9.Click += new System.EventHandler(this.buttonOut9_Click); - // - // buttonOut8 - // - this.buttonOut8.BackGround = this.smartGroupBox2; - this.buttonOut8.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut8.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut8.ButtonImageAutoSize = true; - this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut8.ButtonText = "Valve hold 2-1"; - this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut8.GroupID = 0; - this.buttonOut8.ImageDisable = null; - this.buttonOut8.ImageDown = null; - this.buttonOut8.ImageUp = null; - this.buttonOut8.Location = new System.Drawing.Point(175, 250); - this.buttonOut8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut8.Name = "buttonOut8"; - this.buttonOut8.NestedClickEventPrevent = false; - this.buttonOut8.OutlinePixel = 2; - this.buttonOut8.OverlapOptimize = true; - this.buttonOut8.RepeatInterval = 200; - this.buttonOut8.RepeatIntervalAccelerate = null; - this.buttonOut8.RoundSize = 10; - this.buttonOut8.SafeInterval = 200; - this.buttonOut8.Size = new System.Drawing.Size(120, 40); - this.buttonOut8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut8.TabIndex = 56; - this.buttonOut8.Text = null; - this.buttonOut8.TextColor = System.Drawing.Color.White; - this.buttonOut8.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut8.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut8.Click += new System.EventHandler(this.buttonOut8_Click); - // - // buttonOut7 - // - this.buttonOut7.BackGround = this.smartGroupBox2; - this.buttonOut7.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut7.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut7.ButtonImageAutoSize = true; - this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut7.ButtonText = "Valve hold 1-2"; - this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut7.GroupID = 0; - this.buttonOut7.ImageDisable = null; - this.buttonOut7.ImageDown = null; - this.buttonOut7.ImageUp = null; - this.buttonOut7.Location = new System.Drawing.Point(175, 204); - this.buttonOut7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut7.Name = "buttonOut7"; - this.buttonOut7.NestedClickEventPrevent = false; - this.buttonOut7.OutlinePixel = 2; - this.buttonOut7.OverlapOptimize = true; - this.buttonOut7.RepeatInterval = 200; - this.buttonOut7.RepeatIntervalAccelerate = null; - this.buttonOut7.RoundSize = 10; - this.buttonOut7.SafeInterval = 200; - this.buttonOut7.Size = new System.Drawing.Size(120, 40); - this.buttonOut7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut7.TabIndex = 55; - this.buttonOut7.Text = null; - this.buttonOut7.TextColor = System.Drawing.Color.White; - this.buttonOut7.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut7.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut7.Click += new System.EventHandler(this.buttonOut7_Click); - // - // buttonOut6 - // - this.buttonOut6.BackGround = this.smartGroupBox2; - this.buttonOut6.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut6.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut6.ButtonImageAutoSize = true; - this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut6.ButtonText = "Valve hold 1-1"; - this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut6.GroupID = 0; - this.buttonOut6.ImageDisable = null; - this.buttonOut6.ImageDown = null; - this.buttonOut6.ImageUp = null; - this.buttonOut6.Location = new System.Drawing.Point(175, 158); - this.buttonOut6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut6.Name = "buttonOut6"; - this.buttonOut6.NestedClickEventPrevent = false; - this.buttonOut6.OutlinePixel = 2; - this.buttonOut6.OverlapOptimize = true; - this.buttonOut6.RepeatInterval = 200; - this.buttonOut6.RepeatIntervalAccelerate = null; - this.buttonOut6.RoundSize = 10; - this.buttonOut6.SafeInterval = 200; - this.buttonOut6.Size = new System.Drawing.Size(120, 40); - this.buttonOut6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut6.TabIndex = 54; - this.buttonOut6.Text = null; - this.buttonOut6.TextColor = System.Drawing.Color.White; - this.buttonOut6.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut6.Click += new System.EventHandler(this.buttonOut6_Click); - // - // buttonOut5 - // - this.buttonOut5.BackGround = this.smartGroupBox2; - this.buttonOut5.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut5.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut5.ButtonImageAutoSize = true; - this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut5.ButtonText = "Valve relief 2"; - this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut5.GroupID = 0; - this.buttonOut5.ImageDisable = null; - this.buttonOut5.ImageDown = null; - this.buttonOut5.ImageUp = null; - this.buttonOut5.Location = new System.Drawing.Point(17, 342); - this.buttonOut5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut5.Name = "buttonOut5"; - this.buttonOut5.NestedClickEventPrevent = false; - this.buttonOut5.OutlinePixel = 2; - this.buttonOut5.OverlapOptimize = true; - this.buttonOut5.RepeatInterval = 200; - this.buttonOut5.RepeatIntervalAccelerate = null; - this.buttonOut5.RoundSize = 10; - this.buttonOut5.SafeInterval = 200; - this.buttonOut5.Size = new System.Drawing.Size(120, 40); - this.buttonOut5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut5.TabIndex = 53; - this.buttonOut5.Text = null; - this.buttonOut5.TextColor = System.Drawing.Color.White; - this.buttonOut5.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut5.Click += new System.EventHandler(this.buttonOut5_Click); - // // smartLabel96 // this.smartLabel96.BackGround = null; - this.smartLabel96.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel96.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel96.LineSpacing = 0F; - this.smartLabel96.Location = new System.Drawing.Point(53, 122); + this.smartLabel96.Location = new System.Drawing.Point(51, 136); this.smartLabel96.Name = "smartLabel96"; this.smartLabel96.OverlapOptimize = true; this.smartLabel96.PasswordChar = '\0'; @@ -2963,11 +2284,11 @@ // labelInput5 // this.labelInput5.BackGround = null; - this.labelInput5.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput5.BorderColor = System.Drawing.Color.Gray; this.labelInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput5.LineSpacing = 0F; - this.labelInput5.Location = new System.Drawing.Point(17, 122); + this.labelInput5.Location = new System.Drawing.Point(15, 136); this.labelInput5.Name = "labelInput5"; this.labelInput5.OverlapOptimize = true; this.labelInput5.PasswordChar = '\0'; @@ -2981,159 +2302,14 @@ this.labelInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput5.Wordwrap = false; // - // buttonOut4 - // - this.buttonOut4.BackGround = this.smartGroupBox2; - this.buttonOut4.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut4.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut4.ButtonImageAutoSize = true; - this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut4.ButtonText = "Valve relief 1"; - this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut4.GroupID = 0; - this.buttonOut4.ImageDisable = null; - this.buttonOut4.ImageDown = null; - this.buttonOut4.ImageUp = null; - this.buttonOut4.Location = new System.Drawing.Point(17, 296); - this.buttonOut4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut4.Name = "buttonOut4"; - this.buttonOut4.NestedClickEventPrevent = false; - this.buttonOut4.OutlinePixel = 2; - this.buttonOut4.OverlapOptimize = true; - this.buttonOut4.RepeatInterval = 200; - this.buttonOut4.RepeatIntervalAccelerate = null; - this.buttonOut4.RoundSize = 10; - this.buttonOut4.SafeInterval = 200; - this.buttonOut4.Size = new System.Drawing.Size(120, 40); - this.buttonOut4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut4.TabIndex = 50; - this.buttonOut4.Text = null; - this.buttonOut4.TextColor = System.Drawing.Color.White; - this.buttonOut4.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut4.Click += new System.EventHandler(this.buttonOut4_Click); - // - // buttonOut3 - // - this.buttonOut3.BackGround = this.smartGroupBox2; - this.buttonOut3.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut3.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut3.ButtonImageAutoSize = true; - this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut3.ButtonText = "Buzzer"; - this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut3.GroupID = 0; - this.buttonOut3.ImageDisable = null; - this.buttonOut3.ImageDown = null; - this.buttonOut3.ImageUp = null; - this.buttonOut3.Location = new System.Drawing.Point(17, 250); - this.buttonOut3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut3.Name = "buttonOut3"; - this.buttonOut3.NestedClickEventPrevent = false; - this.buttonOut3.OutlinePixel = 2; - this.buttonOut3.OverlapOptimize = true; - this.buttonOut3.RepeatInterval = 200; - this.buttonOut3.RepeatIntervalAccelerate = null; - this.buttonOut3.RoundSize = 10; - this.buttonOut3.SafeInterval = 200; - this.buttonOut3.Size = new System.Drawing.Size(120, 40); - this.buttonOut3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut3.TabIndex = 49; - this.buttonOut3.Text = null; - this.buttonOut3.TextColor = System.Drawing.Color.White; - this.buttonOut3.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut3.Click += new System.EventHandler(this.buttonOut3_Click); - // - // buttonOut2 - // - this.buttonOut2.BackGround = this.smartGroupBox2; - this.buttonOut2.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut2.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut2.ButtonImageAutoSize = true; - this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut2.ButtonText = "Green"; - this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut2.GroupID = 0; - this.buttonOut2.ImageDisable = null; - this.buttonOut2.ImageDown = null; - this.buttonOut2.ImageUp = null; - this.buttonOut2.Location = new System.Drawing.Point(17, 204); - this.buttonOut2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut2.Name = "buttonOut2"; - this.buttonOut2.NestedClickEventPrevent = false; - this.buttonOut2.OutlinePixel = 2; - this.buttonOut2.OverlapOptimize = true; - this.buttonOut2.RepeatInterval = 200; - this.buttonOut2.RepeatIntervalAccelerate = null; - this.buttonOut2.RoundSize = 10; - this.buttonOut2.SafeInterval = 200; - this.buttonOut2.Size = new System.Drawing.Size(120, 40); - this.buttonOut2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut2.TabIndex = 48; - this.buttonOut2.Text = null; - this.buttonOut2.TextColor = System.Drawing.Color.White; - this.buttonOut2.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut2.Click += new System.EventHandler(this.buttonOut2_Click); - // - // buttonOut1 - // - this.buttonOut1.BackGround = this.smartGroupBox2; - this.buttonOut1.BackGroundColor = System.Drawing.Color.Gray; - this.buttonOut1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.buttonOut1.ButtonDownColor = System.Drawing.Color.DarkGray; - this.buttonOut1.ButtonImageAutoSize = true; - this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOut1.ButtonText = "Red"; - this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOut1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.buttonOut1.GroupID = 0; - this.buttonOut1.ImageDisable = null; - this.buttonOut1.ImageDown = null; - this.buttonOut1.ImageUp = null; - this.buttonOut1.Location = new System.Drawing.Point(17, 158); - this.buttonOut1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; - this.buttonOut1.Name = "buttonOut1"; - this.buttonOut1.NestedClickEventPrevent = false; - this.buttonOut1.OutlinePixel = 2; - this.buttonOut1.OverlapOptimize = true; - this.buttonOut1.RepeatInterval = 200; - this.buttonOut1.RepeatIntervalAccelerate = null; - this.buttonOut1.RoundSize = 10; - this.buttonOut1.SafeInterval = 200; - this.buttonOut1.Size = new System.Drawing.Size(120, 40); - this.buttonOut1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOut1.TabIndex = 47; - this.buttonOut1.Text = null; - this.buttonOut1.TextColor = System.Drawing.Color.White; - this.buttonOut1.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOut1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOut1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOut1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOut1.Click += new System.EventHandler(this.buttonOut1_Click); - // // smartLabel5 // this.smartLabel5.BackGround = null; - this.smartLabel5.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(211, 82); + this.smartLabel5.Location = new System.Drawing.Point(207, 100); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; @@ -3151,12 +2327,11 @@ // smartLabel6 // this.smartLabel6.BackGround = null; - this.smartLabel6.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(211, 46); + this.smartLabel6.Location = new System.Drawing.Point(207, 64); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -3174,11 +2349,11 @@ // labelInput4 // this.labelInput4.BackGround = null; - this.labelInput4.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput4.BorderColor = System.Drawing.Color.Gray; this.labelInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput4.LineSpacing = 0F; - this.labelInput4.Location = new System.Drawing.Point(175, 82); + this.labelInput4.Location = new System.Drawing.Point(171, 100); this.labelInput4.Name = "labelInput4"; this.labelInput4.OverlapOptimize = true; this.labelInput4.PasswordChar = '\0'; @@ -3195,11 +2370,11 @@ // labelInput2 // this.labelInput2.BackGround = null; - this.labelInput2.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput2.BorderColor = System.Drawing.Color.Gray; this.labelInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput2.LineSpacing = 0F; - this.labelInput2.Location = new System.Drawing.Point(175, 46); + this.labelInput2.Location = new System.Drawing.Point(171, 64); this.labelInput2.Name = "labelInput2"; this.labelInput2.OverlapOptimize = true; this.labelInput2.PasswordChar = '\0'; @@ -3216,12 +2391,11 @@ // smartLabel4 // this.smartLabel4.BackGround = null; - this.smartLabel4.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(53, 86); + this.smartLabel4.Location = new System.Drawing.Point(51, 100); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.OverlapOptimize = true; this.smartLabel4.PasswordChar = '\0'; @@ -3239,12 +2413,11 @@ // smartLabel3 // this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.Gray; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(53, 50); + this.smartLabel3.Location = new System.Drawing.Point(51, 64); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -3262,11 +2435,11 @@ // labelInput3 // this.labelInput3.BackGround = null; - this.labelInput3.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput3.BorderColor = System.Drawing.Color.Gray; this.labelInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput3.LineSpacing = 0F; - this.labelInput3.Location = new System.Drawing.Point(17, 86); + this.labelInput3.Location = new System.Drawing.Point(15, 100); this.labelInput3.Name = "labelInput3"; this.labelInput3.OverlapOptimize = true; this.labelInput3.PasswordChar = '\0'; @@ -3283,11 +2456,11 @@ // labelInput1 // this.labelInput1.BackGround = null; - this.labelInput1.BackGroundColor = System.Drawing.Color.Gray; + this.labelInput1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelInput1.BorderColor = System.Drawing.Color.Gray; this.labelInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelInput1.LineSpacing = 0F; - this.labelInput1.Location = new System.Drawing.Point(17, 50); + this.labelInput1.Location = new System.Drawing.Point(15, 64); this.labelInput1.Name = "labelInput1"; this.labelInput1.OverlapOptimize = true; this.labelInput1.PasswordChar = '\0'; @@ -3301,6 +2474,216 @@ this.labelInput1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput1.Wordwrap = false; // + // labelSbAlarm1 + // + this.labelSbAlarm1.BackGround = null; + this.labelSbAlarm1.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm1.LineSpacing = 0F; + this.labelSbAlarm1.Location = new System.Drawing.Point(141, 50); + this.labelSbAlarm1.Name = "labelSbAlarm1"; + this.labelSbAlarm1.OverlapOptimize = true; + this.labelSbAlarm1.PasswordChar = '\0'; + this.labelSbAlarm1.Radius = 3; + this.labelSbAlarm1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm1.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm1.TabIndex = 208; + this.labelSbAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm1.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm1.Wordwrap = false; + // + // labelSbAlarm2 + // + this.labelSbAlarm2.BackGround = null; + this.labelSbAlarm2.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm2.LineSpacing = 0F; + this.labelSbAlarm2.Location = new System.Drawing.Point(221, 50); + this.labelSbAlarm2.Name = "labelSbAlarm2"; + this.labelSbAlarm2.OverlapOptimize = true; + this.labelSbAlarm2.PasswordChar = '\0'; + this.labelSbAlarm2.Radius = 3; + this.labelSbAlarm2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm2.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm2.TabIndex = 207; + this.labelSbAlarm2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm2.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm2.Wordwrap = false; + // + // labelSbAlarm3 + // + this.labelSbAlarm3.BackGround = null; + this.labelSbAlarm3.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm3.LineSpacing = 0F; + this.labelSbAlarm3.Location = new System.Drawing.Point(301, 50); + this.labelSbAlarm3.Name = "labelSbAlarm3"; + this.labelSbAlarm3.OverlapOptimize = true; + this.labelSbAlarm3.PasswordChar = '\0'; + this.labelSbAlarm3.Radius = 3; + this.labelSbAlarm3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm3.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm3.TabIndex = 206; + this.labelSbAlarm3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm3.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm3.Wordwrap = false; + // + // labelSbAlarm4 + // + this.labelSbAlarm4.BackGround = null; + this.labelSbAlarm4.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm4.LineSpacing = 0F; + this.labelSbAlarm4.Location = new System.Drawing.Point(381, 50); + this.labelSbAlarm4.Name = "labelSbAlarm4"; + this.labelSbAlarm4.OverlapOptimize = true; + this.labelSbAlarm4.PasswordChar = '\0'; + this.labelSbAlarm4.Radius = 3; + this.labelSbAlarm4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm4.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm4.TabIndex = 205; + this.labelSbAlarm4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm4.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm4.Wordwrap = false; + // + // labelSbAlarm5 + // + this.labelSbAlarm5.BackGround = null; + this.labelSbAlarm5.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm5.LineSpacing = 0F; + this.labelSbAlarm5.Location = new System.Drawing.Point(461, 50); + this.labelSbAlarm5.Name = "labelSbAlarm5"; + this.labelSbAlarm5.OverlapOptimize = true; + this.labelSbAlarm5.PasswordChar = '\0'; + this.labelSbAlarm5.Radius = 3; + this.labelSbAlarm5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm5.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm5.TabIndex = 204; + this.labelSbAlarm5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm5.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm5.Wordwrap = false; + // + // labelSbAlarm6 + // + this.labelSbAlarm6.BackGround = null; + this.labelSbAlarm6.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm6.LineSpacing = 0F; + this.labelSbAlarm6.Location = new System.Drawing.Point(141, 144); + this.labelSbAlarm6.Name = "labelSbAlarm6"; + this.labelSbAlarm6.OverlapOptimize = true; + this.labelSbAlarm6.PasswordChar = '\0'; + this.labelSbAlarm6.Radius = 3; + this.labelSbAlarm6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm6.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm6.TabIndex = 203; + this.labelSbAlarm6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm6.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm6.Wordwrap = false; + // + // labelSbAlarm7 + // + this.labelSbAlarm7.BackGround = null; + this.labelSbAlarm7.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm7.LineSpacing = 0F; + this.labelSbAlarm7.Location = new System.Drawing.Point(221, 144); + this.labelSbAlarm7.Name = "labelSbAlarm7"; + this.labelSbAlarm7.OverlapOptimize = true; + this.labelSbAlarm7.PasswordChar = '\0'; + this.labelSbAlarm7.Radius = 3; + this.labelSbAlarm7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm7.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm7.TabIndex = 202; + this.labelSbAlarm7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm7.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm7.Wordwrap = false; + // + // labelSbAlarm8 + // + this.labelSbAlarm8.BackGround = null; + this.labelSbAlarm8.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm8.LineSpacing = 0F; + this.labelSbAlarm8.Location = new System.Drawing.Point(301, 144); + this.labelSbAlarm8.Name = "labelSbAlarm8"; + this.labelSbAlarm8.OverlapOptimize = true; + this.labelSbAlarm8.PasswordChar = '\0'; + this.labelSbAlarm8.Radius = 3; + this.labelSbAlarm8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm8.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm8.TabIndex = 201; + this.labelSbAlarm8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm8.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm8.Wordwrap = false; + // + // labelSbAlarm9 + // + this.labelSbAlarm9.BackGround = null; + this.labelSbAlarm9.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm9.LineSpacing = 0F; + this.labelSbAlarm9.Location = new System.Drawing.Point(381, 144); + this.labelSbAlarm9.Name = "labelSbAlarm9"; + this.labelSbAlarm9.OverlapOptimize = true; + this.labelSbAlarm9.PasswordChar = '\0'; + this.labelSbAlarm9.Radius = 3; + this.labelSbAlarm9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm9.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm9.TabIndex = 200; + this.labelSbAlarm9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm9.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm9.Wordwrap = false; + // + // labelSbAlarm10 + // + this.labelSbAlarm10.BackGround = null; + this.labelSbAlarm10.BackGroundColor = System.Drawing.Color.SkyBlue; + this.labelSbAlarm10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelSbAlarm10.LineSpacing = 0F; + this.labelSbAlarm10.Location = new System.Drawing.Point(461, 144); + this.labelSbAlarm10.Name = "labelSbAlarm10"; + this.labelSbAlarm10.OverlapOptimize = true; + this.labelSbAlarm10.PasswordChar = '\0'; + this.labelSbAlarm10.Radius = 3; + this.labelSbAlarm10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbAlarm10.Size = new System.Drawing.Size(20, 20); + this.labelSbAlarm10.TabIndex = 199; + this.labelSbAlarm10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbAlarm10.TextColorDisable = System.Drawing.Color.Gray; + this.labelSbAlarm10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelSbAlarm10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelSbAlarm10.Wordwrap = false; + // // ControlMenuManualIoTest // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -3309,6 +2692,7 @@ this.Name = "ControlMenuManualIoTest"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); + this.smartGroupBox5.ResumeLayout(false); this.smartGroupBox4.ResumeLayout(false); this.smartGroupBox3.ResumeLayout(false); this.smartGroupBox2.ResumeLayout(false); @@ -3352,11 +2736,6 @@ private SmartX.SmartLabel smartLabel10; private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartGroupBox smartGroupBox4; - public SmartX.SmartLabel labelSbAlarm5; - public SmartX.SmartLabel labelSbAlarm4; - public SmartX.SmartLabel labelSbAlarm3; - public SmartX.SmartLabel labelSbAlarm2; - public SmartX.SmartLabel labelSbAlarm1; private SmartX.SmartLabel smartLabel31; private SmartX.SmartLabel smartLabel34; private SmartX.SmartLabel smartLabel35; @@ -3369,69 +2748,40 @@ private SmartX.SmartLabel labelVacuum1; private SmartX.SmartLabel smartLabel23; private SmartX.SmartLabel labelVacuum10; - private SmartX.SmartLabel smartLabel57; private SmartX.SmartLabel labelDiff10; - private SmartX.SmartLabel smartLabel59; private SmartX.SmartLabel labelDisp10; - private SmartX.SmartLabel smartLabel61; private SmartX.SmartLabel labelVacuum9; - private SmartX.SmartLabel smartLabel63; private SmartX.SmartLabel labelDiff9; - private SmartX.SmartLabel smartLabel65; private SmartX.SmartLabel labelDisp9; - private SmartX.SmartLabel smartLabel67; private SmartX.SmartLabel labelVacuum8; - private SmartX.SmartLabel smartLabel69; private SmartX.SmartLabel labelDiff8; - private SmartX.SmartLabel smartLabel71; private SmartX.SmartLabel labelDisp8; - private SmartX.SmartLabel smartLabel73; private SmartX.SmartLabel labelVacuum7; - private SmartX.SmartLabel smartLabel75; private SmartX.SmartLabel labelDiff7; - private SmartX.SmartLabel smartLabel77; private SmartX.SmartLabel labelDisp7; - private SmartX.SmartLabel smartLabel79; private SmartX.SmartLabel labelVacuum6; private SmartX.SmartLabel smartLabel81; private SmartX.SmartLabel labelDiff6; private SmartX.SmartLabel smartLabel83; private SmartX.SmartLabel labelDisp6; private SmartX.SmartLabel smartLabel85; - public SmartX.SmartLabel labelSbAlarm10; - public SmartX.SmartLabel labelSbAlarm9; - public SmartX.SmartLabel labelSbAlarm8; - public SmartX.SmartLabel labelSbAlarm7; - public SmartX.SmartLabel labelSbAlarm6; private SmartX.SmartLabel smartLabel91; private SmartX.SmartLabel smartLabel92; private SmartX.SmartLabel smartLabel93; private SmartX.SmartLabel smartLabel94; private SmartX.SmartLabel smartLabel95; private SmartX.SmartLabel labelVacuum5; - private SmartX.SmartLabel smartLabel45; private SmartX.SmartLabel labelDiff5; - private SmartX.SmartLabel smartLabel47; private SmartX.SmartLabel labelDisp5; - private SmartX.SmartLabel smartLabel49; private SmartX.SmartLabel labelVacuum4; - private SmartX.SmartLabel smartLabel51; private SmartX.SmartLabel labelDiff4; - private SmartX.SmartLabel smartLabel53; private SmartX.SmartLabel labelDisp4; - private SmartX.SmartLabel smartLabel55; private SmartX.SmartLabel labelVacuum3; - private SmartX.SmartLabel smartLabel39; private SmartX.SmartLabel labelDiff3; - private SmartX.SmartLabel smartLabel41; private SmartX.SmartLabel labelDisp3; - private SmartX.SmartLabel smartLabel43; private SmartX.SmartLabel labelVacuum2; - private SmartX.SmartLabel smartLabel27; private SmartX.SmartLabel labelDiff2; - private SmartX.SmartLabel smartLabel29; private SmartX.SmartLabel labelDisp2; - private SmartX.SmartLabel smartLabel33; private SmartX.SmartButton buttonMotor2AlarmClear; private SmartX.SmartButton buttonMotor1AlarmClear; private SmartX.SmartLabel smartLabel96; @@ -3442,5 +2792,16 @@ private SmartX.SmartButton buttonOut7; private SmartX.SmartButton buttonOut6; private SmartX.SmartButton buttonOut5; + private SmartX.SmartGroupBox smartGroupBox5; + public SmartX.SmartLabel labelSbAlarm10; + public SmartX.SmartLabel labelSbAlarm9; + public SmartX.SmartLabel labelSbAlarm8; + public SmartX.SmartLabel labelSbAlarm7; + public SmartX.SmartLabel labelSbAlarm6; + public SmartX.SmartLabel labelSbAlarm5; + public SmartX.SmartLabel labelSbAlarm4; + public SmartX.SmartLabel labelSbAlarm3; + public SmartX.SmartLabel labelSbAlarm2; + public SmartX.SmartLabel labelSbAlarm1; } } diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs index dac50af..decb640 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs @@ -45,6 +45,8 @@ this.labelLcdDataPeriod = new SmartX.SmartLabel(); this.smartLabel14 = new SmartX.SmartLabel(); this.smartGroupBox5 = new SmartX.SmartGroupBox(); + this.smartLabel35 = new SmartX.SmartLabel(); + this.smartLabel34 = new SmartX.SmartLabel(); this.smartLabel33 = new SmartX.SmartLabel(); this.smartLabel28 = new SmartX.SmartLabel(); this.smartLabel25 = new SmartX.SmartLabel(); @@ -86,8 +88,6 @@ this.smartLabel9 = new SmartX.SmartLabel(); this.smartLabel7 = new SmartX.SmartLabel(); this.labelDispStdLevel = new SmartX.SmartLabel(); - this.smartLabel34 = new SmartX.SmartLabel(); - this.smartLabel35 = new SmartX.SmartLabel(); this.smartTimerMessageShow = new SmartX.SmartTimer(); this.smartGroupBox1.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); @@ -97,11 +97,11 @@ // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.smartGroupBox5); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -117,7 +117,7 @@ // smartGroupBox2 // this.smartGroupBox2.BackGround = null; - this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox2.BackImage = null; this.smartGroupBox2.Controls.Add(this.smartLabel32); this.smartGroupBox2.Controls.Add(this.smartLabel31); @@ -133,27 +133,27 @@ this.smartGroupBox2.Controls.Add(this.smartLabel18); this.smartGroupBox2.Controls.Add(this.labelLcdDataPeriod); this.smartGroupBox2.Controls.Add(this.smartLabel14); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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.RoundRectangle; + this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox2.HeaderHeightOffset = 5; - this.smartGroupBox2.Location = new System.Drawing.Point(17, 469); + this.smartGroupBox2.Location = new System.Drawing.Point(61, 471); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 10; - this.smartGroupBox2.Size = new System.Drawing.Size(874, 192); + this.smartGroupBox2.Size = new System.Drawing.Size(774, 159); this.smartGroupBox2.TabIndex = 115; this.smartGroupBox2.Text = "Etc"; - this.smartGroupBox2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.TextColor = System.Drawing.Color.White; // // smartLabel32 // this.smartLabel32.BackGround = null; - this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(747, 47); + this.smartLabel32.Location = new System.Drawing.Point(713, 42); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; @@ -162,7 +162,7 @@ this.smartLabel32.Size = new System.Drawing.Size(40, 30); this.smartLabel32.TabIndex = 131; this.smartLabel32.Text = "msec"; - this.smartLabel32.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel32.TextColor = System.Drawing.Color.White; this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -171,11 +171,11 @@ // smartLabel31 // this.smartLabel31.BackGround = null; - this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel31.LineSpacing = 0F; - this.smartLabel31.Location = new System.Drawing.Point(436, 119); + this.smartLabel31.Location = new System.Drawing.Point(402, 114); this.smartLabel31.Name = "smartLabel31"; this.smartLabel31.OverlapOptimize = true; this.smartLabel31.PasswordChar = '\0'; @@ -184,7 +184,7 @@ this.smartLabel31.Size = new System.Drawing.Size(40, 30); this.smartLabel31.TabIndex = 130; this.smartLabel31.Text = "msec"; - this.smartLabel31.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel31.TextColor = System.Drawing.Color.White; this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -193,11 +193,11 @@ // smartLabel30 // this.smartLabel30.BackGround = null; - this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel30.Location = new System.Drawing.Point(436, 83); + this.smartLabel30.Location = new System.Drawing.Point(402, 78); this.smartLabel30.Name = "smartLabel30"; this.smartLabel30.OverlapOptimize = true; this.smartLabel30.PasswordChar = '\0'; @@ -206,7 +206,7 @@ this.smartLabel30.Size = new System.Drawing.Size(40, 30); this.smartLabel30.TabIndex = 129; this.smartLabel30.Text = "msec"; - this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel30.TextColor = System.Drawing.Color.White; this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -215,11 +215,11 @@ // smartLabel29 // this.smartLabel29.BackGround = null; - this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel29.LineSpacing = 0F; - this.smartLabel29.Location = new System.Drawing.Point(436, 47); + this.smartLabel29.Location = new System.Drawing.Point(402, 42); this.smartLabel29.Name = "smartLabel29"; this.smartLabel29.OverlapOptimize = true; this.smartLabel29.PasswordChar = '\0'; @@ -228,7 +228,7 @@ this.smartLabel29.Size = new System.Drawing.Size(40, 30); this.smartLabel29.TabIndex = 128; this.smartLabel29.Text = "msec"; - this.smartLabel29.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.TextColor = System.Drawing.Color.White; this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -237,11 +237,11 @@ // labelSbDiffFilter // this.labelSbDiffFilter.BackGround = null; - this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.White; this.labelSbDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelSbDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelSbDiffFilter.LineSpacing = 0F; - this.labelSbDiffFilter.Location = new System.Drawing.Point(641, 83); + this.labelSbDiffFilter.Location = new System.Drawing.Point(607, 78); this.labelSbDiffFilter.Name = "labelSbDiffFilter"; this.labelSbDiffFilter.OverlapOptimize = true; this.labelSbDiffFilter.PasswordChar = '\0'; @@ -250,7 +250,7 @@ this.labelSbDiffFilter.Size = new System.Drawing.Size(100, 30); this.labelSbDiffFilter.TabIndex = 112; this.labelSbDiffFilter.Text = "12345.45"; - this.labelSbDiffFilter.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelSbDiffFilter.TextColor = System.Drawing.Color.Black; this.labelSbDiffFilter.TextColorDisable = System.Drawing.Color.Gray; this.labelSbDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelSbDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -260,11 +260,11 @@ // smartLabel27 // this.smartLabel27.BackGround = null; - this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel27.LineSpacing = 0F; - this.smartLabel27.Location = new System.Drawing.Point(485, 83); + this.smartLabel27.Location = new System.Drawing.Point(451, 78); this.smartLabel27.Name = "smartLabel27"; this.smartLabel27.OverlapOptimize = true; this.smartLabel27.PasswordChar = '\0'; @@ -273,7 +273,7 @@ this.smartLabel27.Size = new System.Drawing.Size(150, 30); this.smartLabel27.TabIndex = 111; this.smartLabel27.Text = "SB diff filter"; - this.smartLabel27.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel27.TextColor = System.Drawing.Color.White; this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -282,11 +282,11 @@ // labelBuzzer // this.labelBuzzer.BackGround = null; - this.labelBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelBuzzer.BackGroundColor = System.Drawing.Color.White; this.labelBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelBuzzer.LineSpacing = 0F; - this.labelBuzzer.Location = new System.Drawing.Point(641, 47); + this.labelBuzzer.Location = new System.Drawing.Point(607, 42); this.labelBuzzer.Name = "labelBuzzer"; this.labelBuzzer.OverlapOptimize = true; this.labelBuzzer.PasswordChar = '\0'; @@ -295,7 +295,7 @@ this.labelBuzzer.Size = new System.Drawing.Size(100, 30); this.labelBuzzer.TabIndex = 110; this.labelBuzzer.Text = "12345.45"; - this.labelBuzzer.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelBuzzer.TextColor = System.Drawing.Color.Black; this.labelBuzzer.TextColorDisable = System.Drawing.Color.Gray; this.labelBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -305,11 +305,11 @@ // smartLabel23 // this.smartLabel23.BackGround = null; - this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(485, 47); + this.smartLabel23.Location = new System.Drawing.Point(451, 42); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; @@ -318,7 +318,7 @@ this.smartLabel23.Size = new System.Drawing.Size(150, 30); this.smartLabel23.TabIndex = 109; this.smartLabel23.Text = "Buzzer"; - this.smartLabel23.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel23.TextColor = System.Drawing.Color.White; this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -327,11 +327,11 @@ // labelCutWait // this.labelCutWait.BackGround = null; - this.labelCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelCutWait.BackGroundColor = System.Drawing.Color.White; this.labelCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelCutWait.LineSpacing = 0F; - this.labelCutWait.Location = new System.Drawing.Point(330, 119); + this.labelCutWait.Location = new System.Drawing.Point(296, 114); this.labelCutWait.Name = "labelCutWait"; this.labelCutWait.OverlapOptimize = true; this.labelCutWait.PasswordChar = '\0'; @@ -340,7 +340,7 @@ this.labelCutWait.Size = new System.Drawing.Size(100, 30); this.labelCutWait.TabIndex = 108; this.labelCutWait.Text = "12345.45"; - this.labelCutWait.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelCutWait.TextColor = System.Drawing.Color.Black; this.labelCutWait.TextColorDisable = System.Drawing.Color.Gray; this.labelCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -350,11 +350,11 @@ // smartLabel20 // this.smartLabel20.BackGround = null; - this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(174, 119); + this.smartLabel20.Location = new System.Drawing.Point(140, 114); this.smartLabel20.Name = "smartLabel20"; this.smartLabel20.OverlapOptimize = true; this.smartLabel20.PasswordChar = '\0'; @@ -363,7 +363,7 @@ this.smartLabel20.Size = new System.Drawing.Size(150, 30); this.smartLabel20.TabIndex = 107; this.smartLabel20.Text = "Cut wait"; - this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel20.TextColor = System.Drawing.Color.White; this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -372,11 +372,11 @@ // labelChattering // this.labelChattering.BackGround = null; - this.labelChattering.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelChattering.BackGroundColor = System.Drawing.Color.White; this.labelChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelChattering.LineSpacing = 0F; - this.labelChattering.Location = new System.Drawing.Point(330, 83); + this.labelChattering.Location = new System.Drawing.Point(296, 78); this.labelChattering.Name = "labelChattering"; this.labelChattering.OverlapOptimize = true; this.labelChattering.PasswordChar = '\0'; @@ -385,7 +385,7 @@ this.labelChattering.Size = new System.Drawing.Size(100, 30); this.labelChattering.TabIndex = 106; this.labelChattering.Text = "12345.45"; - this.labelChattering.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelChattering.TextColor = System.Drawing.Color.Black; this.labelChattering.TextColorDisable = System.Drawing.Color.Gray; this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -395,11 +395,11 @@ // smartLabel18 // this.smartLabel18.BackGround = null; - this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel18.Location = new System.Drawing.Point(174, 83); + this.smartLabel18.Location = new System.Drawing.Point(140, 78); this.smartLabel18.Name = "smartLabel18"; this.smartLabel18.OverlapOptimize = true; this.smartLabel18.PasswordChar = '\0'; @@ -408,7 +408,7 @@ this.smartLabel18.Size = new System.Drawing.Size(150, 30); this.smartLabel18.TabIndex = 105; this.smartLabel18.Text = "Chattering"; - this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel18.TextColor = System.Drawing.Color.White; this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -417,11 +417,11 @@ // labelLcdDataPeriod // this.labelLcdDataPeriod.BackGround = null; - this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.White; this.labelLcdDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelLcdDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelLcdDataPeriod.LineSpacing = 0F; - this.labelLcdDataPeriod.Location = new System.Drawing.Point(330, 47); + this.labelLcdDataPeriod.Location = new System.Drawing.Point(296, 42); this.labelLcdDataPeriod.Name = "labelLcdDataPeriod"; this.labelLcdDataPeriod.OverlapOptimize = true; this.labelLcdDataPeriod.PasswordChar = '\0'; @@ -430,7 +430,7 @@ this.labelLcdDataPeriod.Size = new System.Drawing.Size(100, 30); this.labelLcdDataPeriod.TabIndex = 104; this.labelLcdDataPeriod.Text = "12345.45"; - this.labelLcdDataPeriod.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLcdDataPeriod.TextColor = System.Drawing.Color.Black; this.labelLcdDataPeriod.TextColorDisable = System.Drawing.Color.Gray; this.labelLcdDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelLcdDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -440,11 +440,11 @@ // smartLabel14 // this.smartLabel14.BackGround = null; - this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(174, 47); + this.smartLabel14.Location = new System.Drawing.Point(140, 42); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; @@ -453,7 +453,7 @@ this.smartLabel14.Size = new System.Drawing.Size(150, 30); this.smartLabel14.TabIndex = 103; this.smartLabel14.Text = "LCD data period"; - this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel14.TextColor = System.Drawing.Color.White; this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -462,7 +462,7 @@ // smartGroupBox5 // this.smartGroupBox5.BackGround = null; - this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox5.BackImage = null; this.smartGroupBox5.Controls.Add(this.smartLabel35); this.smartGroupBox5.Controls.Add(this.smartLabel34); @@ -507,27 +507,71 @@ this.smartGroupBox5.Controls.Add(this.smartLabel9); this.smartGroupBox5.Controls.Add(this.smartLabel7); this.smartGroupBox5.Controls.Add(this.labelDispStdLevel); - this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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.RoundRectangle; + this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox5.HeaderHeightOffset = 5; - this.smartGroupBox5.Location = new System.Drawing.Point(17, 44); + this.smartGroupBox5.Location = new System.Drawing.Point(61, 46); this.smartGroupBox5.Name = "smartGroupBox5"; this.smartGroupBox5.RoundRadius = 10; - this.smartGroupBox5.Size = new System.Drawing.Size(874, 419); + this.smartGroupBox5.Size = new System.Drawing.Size(774, 408); this.smartGroupBox5.TabIndex = 114; this.smartGroupBox5.Text = "Recipe"; - this.smartGroupBox5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox5.TextColor = System.Drawing.Color.White; + // + // smartLabel35 + // + this.smartLabel35.BackGround = null; + this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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.LineSpacing = 0F; + this.smartLabel35.Location = new System.Drawing.Point(710, 40); + 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(40, 30); + this.smartLabel35.TabIndex = 131; + this.smartLabel35.Text = "kPa"; + this.smartLabel35.TextColor = System.Drawing.Color.White; + this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel35.Wordwrap = false; + // + // smartLabel34 + // + this.smartLabel34.BackGround = null; + this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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.LineSpacing = 0F; + this.smartLabel34.Location = new System.Drawing.Point(402, 148); + 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(40, 30); + this.smartLabel34.TabIndex = 130; + this.smartLabel34.Text = "mm"; + this.smartLabel34.TextColor = System.Drawing.Color.White; + this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel34.Wordwrap = false; // // smartLabel33 // this.smartLabel33.BackGround = null; - this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel33.LineSpacing = 0F; - this.smartLabel33.Location = new System.Drawing.Point(747, 108); + this.smartLabel33.Location = new System.Drawing.Point(710, 112); this.smartLabel33.Name = "smartLabel33"; this.smartLabel33.OverlapOptimize = true; this.smartLabel33.PasswordChar = '\0'; @@ -536,7 +580,7 @@ this.smartLabel33.Size = new System.Drawing.Size(40, 30); this.smartLabel33.TabIndex = 129; this.smartLabel33.Text = "mm"; - this.smartLabel33.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.TextColor = System.Drawing.Color.White; this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -545,11 +589,11 @@ // smartLabel28 // this.smartLabel28.BackGround = null; - this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel28.Location = new System.Drawing.Point(747, 144); + this.smartLabel28.Location = new System.Drawing.Point(710, 148); this.smartLabel28.Name = "smartLabel28"; this.smartLabel28.OverlapOptimize = true; this.smartLabel28.PasswordChar = '\0'; @@ -558,7 +602,7 @@ this.smartLabel28.Size = new System.Drawing.Size(40, 30); this.smartLabel28.TabIndex = 128; this.smartLabel28.Text = "msec"; - this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel28.TextColor = System.Drawing.Color.White; this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -567,11 +611,11 @@ // smartLabel25 // this.smartLabel25.BackGround = null; - this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(747, 252); + this.smartLabel25.Location = new System.Drawing.Point(710, 256); this.smartLabel25.Name = "smartLabel25"; this.smartLabel25.OverlapOptimize = true; this.smartLabel25.PasswordChar = '\0'; @@ -580,7 +624,7 @@ this.smartLabel25.Size = new System.Drawing.Size(40, 30); this.smartLabel25.TabIndex = 127; this.smartLabel25.Text = "msec"; - this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel25.TextColor = System.Drawing.Color.White; this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -589,11 +633,11 @@ // smartLabel19 // this.smartLabel19.BackGround = null; - this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel19.LineSpacing = 0F; - this.smartLabel19.Location = new System.Drawing.Point(747, 360); + this.smartLabel19.Location = new System.Drawing.Point(710, 364); this.smartLabel19.Name = "smartLabel19"; this.smartLabel19.OverlapOptimize = true; this.smartLabel19.PasswordChar = '\0'; @@ -602,7 +646,7 @@ this.smartLabel19.Size = new System.Drawing.Size(40, 30); this.smartLabel19.TabIndex = 126; this.smartLabel19.Text = "sec"; - this.smartLabel19.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel19.TextColor = System.Drawing.Color.White; this.smartLabel19.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel19.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel19.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -611,11 +655,11 @@ // smartLabel21 // this.smartLabel21.BackGround = null; - this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(747, 324); + this.smartLabel21.Location = new System.Drawing.Point(710, 328); this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.OverlapOptimize = true; this.smartLabel21.PasswordChar = '\0'; @@ -624,7 +668,7 @@ this.smartLabel21.Size = new System.Drawing.Size(40, 30); this.smartLabel21.TabIndex = 125; this.smartLabel21.Text = "sec"; - this.smartLabel21.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel21.TextColor = System.Drawing.Color.White; this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -633,11 +677,11 @@ // smartLabel16 // this.smartLabel16.BackGround = null; - this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(439, 360); + this.smartLabel16.Location = new System.Drawing.Point(402, 364); this.smartLabel16.Name = "smartLabel16"; this.smartLabel16.OverlapOptimize = true; this.smartLabel16.PasswordChar = '\0'; @@ -646,7 +690,7 @@ this.smartLabel16.Size = new System.Drawing.Size(40, 30); this.smartLabel16.TabIndex = 124; this.smartLabel16.Text = "sec"; - this.smartLabel16.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel16.TextColor = System.Drawing.Color.White; this.smartLabel16.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -655,11 +699,11 @@ // smartLabel12 // this.smartLabel12.BackGround = null; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(439, 324); + this.smartLabel12.Location = new System.Drawing.Point(402, 328); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -668,7 +712,7 @@ this.smartLabel12.Size = new System.Drawing.Size(40, 30); this.smartLabel12.TabIndex = 123; this.smartLabel12.Text = "sec"; - this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.TextColor = System.Drawing.Color.White; this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -676,47 +720,47 @@ // // smartSeparatorLine3 // - this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine3.Line1Width = 1F; - this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine3.Line2Width = 1F; this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine3.Location = new System.Drawing.Point(160, 303); + this.smartSeparatorLine3.Location = new System.Drawing.Point(78, 307); this.smartSeparatorLine3.Name = "smartSeparatorLine3"; - this.smartSeparatorLine3.Size = new System.Drawing.Size(570, 2); + this.smartSeparatorLine3.Size = new System.Drawing.Size(674, 2); this.smartSeparatorLine3.TabIndex = 122; this.smartSeparatorLine3.Text = "smartSeparatorLine3"; // // smartLabel10 // this.smartLabel10.BackGround = null; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(54, 288); + this.smartLabel10.Location = new System.Drawing.Point(16, 293); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; this.smartLabel10.Radius = 3; this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel10.Size = new System.Drawing.Size(100, 30); + this.smartLabel10.Size = new System.Drawing.Size(56, 30); this.smartLabel10.TabIndex = 121; this.smartLabel10.Text = "Valve"; - this.smartLabel10.TextColor = System.Drawing.Color.DimGray; + this.smartLabel10.TextColor = System.Drawing.Color.Gainsboro; this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel10.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.BackGroundColor = System.Drawing.Color.White; 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(641, 360); + this.labelVacuumBlowoff.Location = new System.Drawing.Point(604, 364); this.labelVacuumBlowoff.Name = "labelVacuumBlowoff"; this.labelVacuumBlowoff.OverlapOptimize = true; this.labelVacuumBlowoff.PasswordChar = '\0'; @@ -725,7 +769,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelVacuumBlowoff.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumBlowoff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumBlowoff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -735,11 +779,11 @@ // labelDiffHoldDelay // this.labelDiffHoldDelay.BackGround = null; - this.labelDiffHoldDelay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffHoldDelay.BackGroundColor = System.Drawing.Color.White; 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(641, 252); + this.labelDiffHoldDelay.Location = new System.Drawing.Point(604, 256); this.labelDiffHoldDelay.Name = "labelDiffHoldDelay"; this.labelDiffHoldDelay.OverlapOptimize = true; this.labelDiffHoldDelay.PasswordChar = '\0'; @@ -748,7 +792,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDiffHoldDelay.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffHoldDelay.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffHoldDelay.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -758,11 +802,11 @@ // smartLabel2 // this.smartLabel2.BackGround = null; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 360); + this.smartLabel2.Location = new System.Drawing.Point(448, 364); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.OverlapOptimize = true; this.smartLabel2.PasswordChar = '\0'; @@ -771,7 +815,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -779,25 +823,25 @@ // // smartSeparatorLine2 // - this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine2.Line1Width = 1F; - this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine2.Line2Width = 1F; this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine2.Location = new System.Drawing.Point(240, 196); + this.smartSeparatorLine2.Location = new System.Drawing.Point(205, 200); this.smartSeparatorLine2.Name = "smartSeparatorLine2"; - this.smartSeparatorLine2.Size = new System.Drawing.Size(490, 2); + this.smartSeparatorLine2.Size = new System.Drawing.Size(547, 2); this.smartSeparatorLine2.TabIndex = 120; this.smartSeparatorLine2.Text = "smartSeparatorLine2"; // // labelVacuumHold2 // this.labelVacuumHold2.BackGround = null; - this.labelVacuumHold2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumHold2.BackGroundColor = System.Drawing.Color.White; 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(641, 324); + this.labelVacuumHold2.Location = new System.Drawing.Point(604, 328); this.labelVacuumHold2.Name = "labelVacuumHold2"; this.labelVacuumHold2.OverlapOptimize = true; this.labelVacuumHold2.PasswordChar = '\0'; @@ -806,7 +850,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelVacuumHold2.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumHold2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumHold2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -816,11 +860,11 @@ // smartLabel4 // this.smartLabel4.BackGround = null; - this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 252); + this.smartLabel4.Location = new System.Drawing.Point(448, 256); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.OverlapOptimize = true; this.smartLabel4.PasswordChar = '\0'; @@ -829,7 +873,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -838,11 +882,11 @@ // smartLabel26 // this.smartLabel26.BackGround = null; - this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 324); + this.smartLabel26.Location = new System.Drawing.Point(448, 328); this.smartLabel26.Name = "smartLabel26"; this.smartLabel26.OverlapOptimize = true; this.smartLabel26.PasswordChar = '\0'; @@ -851,7 +895,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -860,11 +904,11 @@ // smartLabel6 // this.smartLabel6.BackGround = null; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(54, 180); + this.smartLabel6.Location = new System.Drawing.Point(16, 184); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -873,20 +917,20 @@ this.smartLabel6.Size = new System.Drawing.Size(180, 30); this.smartLabel6.TabIndex = 119; this.smartLabel6.Text = "Differential pressure sensor"; - this.smartLabel6.TextColor = System.Drawing.Color.DimGray; + this.smartLabel6.TextColor = System.Drawing.Color.Gainsboro; this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.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.BackGroundColor = System.Drawing.Color.White; 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(333, 360); + this.labelVacuumHold1.Location = new System.Drawing.Point(296, 364); this.labelVacuumHold1.Name = "labelVacuumHold1"; this.labelVacuumHold1.OverlapOptimize = true; this.labelVacuumHold1.PasswordChar = '\0'; @@ -895,7 +939,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelVacuumHold1.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumHold1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumHold1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -905,11 +949,11 @@ // labelDiffLrMean // this.labelDiffLrMean.BackGround = null; - this.labelDiffLrMean.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffLrMean.BackGroundColor = System.Drawing.Color.White; 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(641, 216); + this.labelDiffLrMean.Location = new System.Drawing.Point(604, 220); this.labelDiffLrMean.Name = "labelDiffLrMean"; this.labelDiffLrMean.OverlapOptimize = true; this.labelDiffLrMean.PasswordChar = '\0'; @@ -918,7 +962,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDiffLrMean.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffLrMean.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffLrMean.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -928,11 +972,11 @@ // smartLabel24 // this.smartLabel24.BackGround = null; - this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 360); + this.smartLabel24.Location = new System.Drawing.Point(140, 364); this.smartLabel24.Name = "smartLabel24"; this.smartLabel24.OverlapOptimize = true; this.smartLabel24.PasswordChar = '\0'; @@ -941,7 +985,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -949,25 +993,25 @@ // // smartSeparatorLine1 // - this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine1.Line1Width = 1F; - this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine1.Location = new System.Drawing.Point(210, 87); + this.smartSeparatorLine1.Location = new System.Drawing.Point(172, 91); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; - this.smartSeparatorLine1.Size = new System.Drawing.Size(520, 2); + this.smartSeparatorLine1.Size = new System.Drawing.Size(580, 2); this.smartSeparatorLine1.TabIndex = 110; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // // labelVacuumRelief // this.labelVacuumRelief.BackGround = null; - this.labelVacuumRelief.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelVacuumRelief.BackGroundColor = System.Drawing.Color.White; 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(333, 324); + this.labelVacuumRelief.Location = new System.Drawing.Point(296, 328); this.labelVacuumRelief.Name = "labelVacuumRelief"; this.labelVacuumRelief.OverlapOptimize = true; this.labelVacuumRelief.PasswordChar = '\0'; @@ -976,7 +1020,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelVacuumRelief.TextColorDisable = System.Drawing.Color.Gray; this.labelVacuumRelief.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelVacuumRelief.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -986,11 +1030,11 @@ // smartLabel22 // this.smartLabel22.BackGround = null; - this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 324); + this.smartLabel22.Location = new System.Drawing.Point(140, 328); this.smartLabel22.Name = "smartLabel22"; this.smartLabel22.OverlapOptimize = true; this.smartLabel22.PasswordChar = '\0'; @@ -999,7 +1043,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1008,11 +1052,11 @@ // smartLabel8 // this.smartLabel8.BackGround = null; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 216); + this.smartLabel8.Location = new System.Drawing.Point(448, 220); this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.OverlapOptimize = true; this.smartLabel8.PasswordChar = '\0'; @@ -1021,7 +1065,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1030,11 +1074,11 @@ // smartLabel1 // this.smartLabel1.BackGround = null; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(54, 72); + this.smartLabel1.Location = new System.Drawing.Point(16, 76); this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.OverlapOptimize = true; this.smartLabel1.PasswordChar = '\0'; @@ -1043,20 +1087,20 @@ this.smartLabel1.Size = new System.Drawing.Size(150, 30); this.smartLabel1.TabIndex = 109; this.smartLabel1.Text = "Displacement sensor"; - this.smartLabel1.TextColor = System.Drawing.Color.DimGray; + this.smartLabel1.TextColor = System.Drawing.Color.Gainsboro; this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel1.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.BackGroundColor = System.Drawing.Color.White; 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(333, 252); + this.labelDiffLrTotal.Location = new System.Drawing.Point(296, 256); this.labelDiffLrTotal.Name = "labelDiffLrTotal"; this.labelDiffLrTotal.OverlapOptimize = true; this.labelDiffLrTotal.PasswordChar = '\0'; @@ -1065,7 +1109,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDiffLrTotal.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffLrTotal.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffLrTotal.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1075,11 +1119,11 @@ // labelDispHoldDelay // this.labelDispHoldDelay.BackGround = null; - this.labelDispHoldDelay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispHoldDelay.BackGroundColor = System.Drawing.Color.White; 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(641, 144); + this.labelDispHoldDelay.Location = new System.Drawing.Point(604, 148); this.labelDispHoldDelay.Name = "labelDispHoldDelay"; this.labelDispHoldDelay.OverlapOptimize = true; this.labelDispHoldDelay.PasswordChar = '\0'; @@ -1088,7 +1132,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDispHoldDelay.TextColorDisable = System.Drawing.Color.Gray; this.labelDispHoldDelay.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispHoldDelay.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1098,11 +1142,11 @@ // smartLabel11 // this.smartLabel11.BackGround = null; - this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 252); + this.smartLabel11.Location = new System.Drawing.Point(140, 256); this.smartLabel11.Name = "smartLabel11"; this.smartLabel11.OverlapOptimize = true; this.smartLabel11.PasswordChar = '\0'; @@ -1111,7 +1155,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1120,11 +1164,11 @@ // smartLabel17 // this.smartLabel17.BackGround = null; - this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 36); + this.smartLabel17.Location = new System.Drawing.Point(140, 40); this.smartLabel17.Name = "smartLabel17"; this.smartLabel17.OverlapOptimize = true; this.smartLabel17.PasswordChar = '\0'; @@ -1133,7 +1177,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1142,11 +1186,11 @@ // labelDiffLrSecond // this.labelDiffLrSecond.BackGround = null; - this.labelDiffLrSecond.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffLrSecond.BackGroundColor = System.Drawing.Color.White; 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(333, 216); + this.labelDiffLrSecond.Location = new System.Drawing.Point(296, 220); this.labelDiffLrSecond.Name = "labelDiffLrSecond"; this.labelDiffLrSecond.OverlapOptimize = true; this.labelDiffLrSecond.PasswordChar = '\0'; @@ -1155,7 +1199,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDiffLrSecond.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffLrSecond.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffLrSecond.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1165,11 +1209,11 @@ // smartLabel3 // this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 144); + this.smartLabel3.Location = new System.Drawing.Point(448, 148); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -1178,7 +1222,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1187,11 +1231,11 @@ // smartLabel13 // this.smartLabel13.BackGround = null; - this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 216); + this.smartLabel13.Location = new System.Drawing.Point(140, 220); this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.OverlapOptimize = true; this.smartLabel13.PasswordChar = '\0'; @@ -1200,7 +1244,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1209,11 +1253,11 @@ // labelPressureLevel // this.labelPressureLevel.BackGround = null; - this.labelPressureLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureLevel.BackGroundColor = System.Drawing.Color.White; 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(641, 36); + this.labelPressureLevel.Location = new System.Drawing.Point(604, 40); this.labelPressureLevel.Name = "labelPressureLevel"; this.labelPressureLevel.OverlapOptimize = true; this.labelPressureLevel.PasswordChar = '\0'; @@ -1222,7 +1266,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelPressureLevel.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1232,11 +1276,11 @@ // labelDispEmptyLevel // this.labelDispEmptyLevel.BackGround = null; - this.labelDispEmptyLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispEmptyLevel.BackGroundColor = System.Drawing.Color.White; 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(641, 108); + this.labelDispEmptyLevel.Location = new System.Drawing.Point(604, 112); this.labelDispEmptyLevel.Name = "labelDispEmptyLevel"; this.labelDispEmptyLevel.OverlapOptimize = true; this.labelDispEmptyLevel.PasswordChar = '\0'; @@ -1245,7 +1289,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDispEmptyLevel.TextColorDisable = System.Drawing.Color.Gray; this.labelDispEmptyLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispEmptyLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1255,11 +1299,11 @@ // labelNumber // this.labelNumber.BackGround = null; - this.labelNumber.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelNumber.BackGroundColor = System.Drawing.Color.White; 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(333, 36); + this.labelNumber.Location = new System.Drawing.Point(296, 40); this.labelNumber.Name = "labelNumber"; this.labelNumber.OverlapOptimize = true; this.labelNumber.PasswordChar = '\0'; @@ -1268,7 +1312,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelNumber.TextColorDisable = System.Drawing.Color.Gray; this.labelNumber.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelNumber.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1278,11 +1322,11 @@ // smartLabel5 // this.smartLabel5.BackGround = null; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 108); + this.smartLabel5.Location = new System.Drawing.Point(448, 112); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; @@ -1291,7 +1335,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1300,11 +1344,11 @@ // smartLabel15 // this.smartLabel15.BackGround = null; - this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(485, 36); + this.smartLabel15.Location = new System.Drawing.Point(448, 40); this.smartLabel15.Name = "smartLabel15"; this.smartLabel15.OverlapOptimize = true; this.smartLabel15.PasswordChar = '\0'; @@ -1313,7 +1357,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1322,11 +1366,11 @@ // labelDispMinLevel // this.labelDispMinLevel.BackGround = null; - this.labelDispMinLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMinLevel.BackGroundColor = System.Drawing.Color.White; 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(333, 144); + this.labelDispMinLevel.Location = new System.Drawing.Point(296, 148); this.labelDispMinLevel.Name = "labelDispMinLevel"; this.labelDispMinLevel.OverlapOptimize = true; this.labelDispMinLevel.PasswordChar = '\0'; @@ -1335,7 +1379,7 @@ 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.TextColor = System.Drawing.Color.Black; this.labelDispMinLevel.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMinLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMinLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1345,11 +1389,11 @@ // smartLabel9 // this.smartLabel9.BackGround = null; - this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 108); + this.smartLabel9.Location = new System.Drawing.Point(140, 112); this.smartLabel9.Name = "smartLabel9"; this.smartLabel9.OverlapOptimize = true; this.smartLabel9.PasswordChar = '\0'; @@ -1358,7 +1402,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1367,11 +1411,11 @@ // smartLabel7 // this.smartLabel7.BackGround = null; - this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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(177, 144); + this.smartLabel7.Location = new System.Drawing.Point(140, 148); this.smartLabel7.Name = "smartLabel7"; this.smartLabel7.OverlapOptimize = true; this.smartLabel7.PasswordChar = '\0'; @@ -1380,7 +1424,7 @@ 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.TextColor = System.Drawing.Color.White; this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1389,11 +1433,11 @@ // labelDispStdLevel // this.labelDispStdLevel.BackGround = null; - this.labelDispStdLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispStdLevel.BackGroundColor = System.Drawing.Color.White; 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(333, 108); + this.labelDispStdLevel.Location = new System.Drawing.Point(296, 112); this.labelDispStdLevel.Name = "labelDispStdLevel"; this.labelDispStdLevel.OverlapOptimize = true; this.labelDispStdLevel.PasswordChar = '\0'; @@ -1402,57 +1446,13 @@ 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.TextColor = System.Drawing.Color.Black; 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); // - // smartLabel34 - // - this.smartLabel34.BackGround = null; - 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.LineSpacing = 0F; - this.smartLabel34.Location = new System.Drawing.Point(439, 144); - 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(40, 30); - this.smartLabel34.TabIndex = 130; - this.smartLabel34.Text = "mm"; - 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.Left; - this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel34.Wordwrap = false; - // - // smartLabel35 - // - this.smartLabel35.BackGround = null; - 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.LineSpacing = 0F; - this.smartLabel35.Location = new System.Drawing.Point(747, 36); - 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(40, 30); - this.smartLabel35.TabIndex = 131; - this.smartLabel35.Text = "kPa"; - 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.Left; - this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel35.Wordwrap = false; - // // smartTimerMessageShow // this.smartTimerMessageShow.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; diff --git a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.resx b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.resx index e0cd7b0..ae0a6e6 100644 --- a/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.resx +++ b/INT_PT002/Controls/Recipe/ControlMenuRecipeSetting.resx @@ -120,6 +120,9 @@ 17, 17 + + 52 + WEBPAD diff --git a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs index 9d5cb39..8a5451d 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs +++ b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs @@ -30,6 +30,7 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.smartKeyboard1 = new SmartX.SmartKeyboard(); this.buttonUpdateMainboard = new SmartX.SmartButton(); this.smartLabel25 = new SmartX.SmartLabel(); @@ -57,50 +58,21 @@ this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); - this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine(); - this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); + this.smartGroupBox3 = new SmartX.SmartGroupBox(); this.smartGroupBox1.SuspendLayout(); + this.smartGroupBox2.SuspendLayout(); + this.smartGroupBox3.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.smartGroupBox3); + this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.smartKeyboard1); - this.smartGroupBox1.Controls.Add(this.buttonUpdateMainboard); - this.smartGroupBox1.Controls.Add(this.smartLabel25); - this.smartGroupBox1.Controls.Add(this.labelContact3); - this.smartGroupBox1.Controls.Add(this.smartLabel24); - this.smartGroupBox1.Controls.Add(this.smartLabel23); - this.smartGroupBox1.Controls.Add(this.smartLabel22); - this.smartGroupBox1.Controls.Add(this.smartLabel21); - this.smartGroupBox1.Controls.Add(this.smartLabel20); - this.smartGroupBox1.Controls.Add(this.labelContact6); - this.smartGroupBox1.Controls.Add(this.labelContact5); - this.smartGroupBox1.Controls.Add(this.labelContact4); - this.smartGroupBox1.Controls.Add(this.labelContact2); - this.smartGroupBox1.Controls.Add(this.labelContact1); - this.smartGroupBox1.Controls.Add(this.buttonUpdateDisplay); - this.smartGroupBox1.Controls.Add(this.labelDisplayVersion); - this.smartGroupBox1.Controls.Add(this.labelControlVersion); - this.smartGroupBox1.Controls.Add(this.smartLabel12); - this.smartGroupBox1.Controls.Add(this.smartLabel11); - this.smartGroupBox1.Controls.Add(this.smartLabel10); - this.smartGroupBox1.Controls.Add(this.smartLabel9); - this.smartGroupBox1.Controls.Add(this.labelSerialNo); - this.smartGroupBox1.Controls.Add(this.smartLabel7); - this.smartGroupBox1.Controls.Add(this.smartLabel6); - this.smartGroupBox1.Controls.Add(this.smartLabel5); - this.smartGroupBox1.Controls.Add(this.smartLabel4); - this.smartGroupBox1.Controls.Add(this.smartLabel3); - this.smartGroupBox1.Controls.Add(this.smartLabel2); - this.smartGroupBox1.Controls.Add(this.smartLabel1); - this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2); - this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -113,6 +85,39 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // smartGroupBox2 + // + this.smartGroupBox2.BackGround = null; + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartGroupBox2.BackImage = null; + this.smartGroupBox2.Controls.Add(this.smartLabel3); + this.smartGroupBox2.Controls.Add(this.smartLabel4); + this.smartGroupBox2.Controls.Add(this.buttonUpdateMainboard); + this.smartGroupBox2.Controls.Add(this.smartLabel5); + this.smartGroupBox2.Controls.Add(this.smartLabel6); + this.smartGroupBox2.Controls.Add(this.smartLabel7); + this.smartGroupBox2.Controls.Add(this.labelSerialNo); + this.smartGroupBox2.Controls.Add(this.smartLabel9); + this.smartGroupBox2.Controls.Add(this.smartLabel10); + this.smartGroupBox2.Controls.Add(this.smartLabel11); + this.smartGroupBox2.Controls.Add(this.smartLabel12); + this.smartGroupBox2.Controls.Add(this.labelControlVersion); + this.smartGroupBox2.Controls.Add(this.labelDisplayVersion); + this.smartGroupBox2.Controls.Add(this.buttonUpdateDisplay); + this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + 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(61, 99); + this.smartGroupBox2.Name = "smartGroupBox2"; + this.smartGroupBox2.RoundRadius = 5; + this.smartGroupBox2.Size = new System.Drawing.Size(774, 200); + this.smartGroupBox2.TabIndex = 94; + this.smartGroupBox2.Text = "Information"; + this.smartGroupBox2.TextColor = System.Drawing.Color.White; + // // smartKeyboard1 // this.smartKeyboard1.BackGround = null; @@ -138,7 +143,7 @@ this.smartKeyboard1.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage1"))); this.smartKeyboard1.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage2"))); this.smartKeyboard1.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage3"))); - this.smartKeyboard1.Location = new System.Drawing.Point(40, 217); + this.smartKeyboard1.Location = new System.Drawing.Point(15, 62); this.smartKeyboard1.MarginLeftRight = 7; this.smartKeyboard1.MarginTopBottom = 7; this.smartKeyboard1.Name = "smartKeyboard1"; @@ -160,8 +165,8 @@ // // buttonUpdateMainboard // - this.buttonUpdateMainboard.BackGround = this.smartGroupBox1; - this.buttonUpdateMainboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); + this.buttonUpdateMainboard.BackGround = this.smartGroupBox2; + this.buttonUpdateMainboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonUpdateMainboard.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonUpdateMainboard.ButtonDownColor = System.Drawing.Color.SlateGray; this.buttonUpdateMainboard.ButtonImageAutoSize = true; @@ -172,7 +177,7 @@ this.buttonUpdateMainboard.ImageDisable = null; this.buttonUpdateMainboard.ImageDown = null; this.buttonUpdateMainboard.ImageUp = null; - this.buttonUpdateMainboard.Location = new System.Drawing.Point(726, 217); + this.buttonUpdateMainboard.Location = new System.Drawing.Point(644, 121); this.buttonUpdateMainboard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonUpdateMainboard.Name = "buttonUpdateMainboard"; this.buttonUpdateMainboard.NestedClickEventPrevent = false; @@ -196,12 +201,12 @@ // smartLabel25 // this.smartLabel25.BackGround = null; - this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(135, 434); + this.smartLabel25.Location = new System.Drawing.Point(53, 121); this.smartLabel25.Name = "smartLabel25"; this.smartLabel25.OverlapOptimize = true; this.smartLabel25.PasswordChar = '\0'; @@ -210,7 +215,7 @@ this.smartLabel25.Size = new System.Drawing.Size(130, 24); this.smartLabel25.TabIndex = 88; this.smartLabel25.Text = "Fax:"; - this.smartLabel25.TextColor = System.Drawing.Color.Black; + this.smartLabel25.TextColor = System.Drawing.Color.White; this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -219,12 +224,12 @@ // labelContact3 // this.labelContact3.BackGround = null; - this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact3.LineSpacing = 0F; - this.labelContact3.Location = new System.Drawing.Point(271, 434); + this.labelContact3.Location = new System.Drawing.Point(189, 121); this.labelContact3.Name = "labelContact3"; this.labelContact3.OverlapOptimize = true; this.labelContact3.PasswordChar = '\0'; @@ -233,7 +238,7 @@ this.labelContact3.Size = new System.Drawing.Size(539, 24); this.labelContact3.TabIndex = 87; this.labelContact3.Text = "(82)032-681-0713"; - this.labelContact3.TextColor = System.Drawing.Color.Black; + this.labelContact3.TextColor = System.Drawing.Color.White; this.labelContact3.TextColorDisable = System.Drawing.Color.Gray; this.labelContact3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -242,12 +247,12 @@ // smartLabel24 // this.smartLabel24.BackGround = null; - this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(135, 524); + this.smartLabel24.Location = new System.Drawing.Point(53, 211); this.smartLabel24.Name = "smartLabel24"; this.smartLabel24.OverlapOptimize = true; this.smartLabel24.PasswordChar = '\0'; @@ -256,7 +261,7 @@ this.smartLabel24.Size = new System.Drawing.Size(130, 24); this.smartLabel24.TabIndex = 86; this.smartLabel24.Text = "Homepage:"; - this.smartLabel24.TextColor = System.Drawing.Color.Black; + this.smartLabel24.TextColor = System.Drawing.Color.White; this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -265,12 +270,12 @@ // smartLabel23 // this.smartLabel23.BackGround = null; - this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel23.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(135, 494); + this.smartLabel23.Location = new System.Drawing.Point(53, 181); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; @@ -279,7 +284,7 @@ this.smartLabel23.Size = new System.Drawing.Size(130, 24); this.smartLabel23.TabIndex = 85; this.smartLabel23.Text = "E-mail:"; - this.smartLabel23.TextColor = System.Drawing.Color.Black; + this.smartLabel23.TextColor = System.Drawing.Color.White; this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -288,12 +293,12 @@ // smartLabel22 // this.smartLabel22.BackGround = null; - this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel22.LineSpacing = 0F; - this.smartLabel22.Location = new System.Drawing.Point(135, 464); + this.smartLabel22.Location = new System.Drawing.Point(53, 151); this.smartLabel22.Name = "smartLabel22"; this.smartLabel22.OverlapOptimize = true; this.smartLabel22.PasswordChar = '\0'; @@ -302,7 +307,7 @@ this.smartLabel22.Size = new System.Drawing.Size(130, 24); this.smartLabel22.TabIndex = 84; this.smartLabel22.Text = "Address:"; - this.smartLabel22.TextColor = System.Drawing.Color.Black; + this.smartLabel22.TextColor = System.Drawing.Color.White; this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -311,12 +316,12 @@ // smartLabel21 // this.smartLabel21.BackGround = null; - this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel21.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(135, 404); + this.smartLabel21.Location = new System.Drawing.Point(53, 91); this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.OverlapOptimize = true; this.smartLabel21.PasswordChar = '\0'; @@ -325,7 +330,7 @@ this.smartLabel21.Size = new System.Drawing.Size(130, 24); this.smartLabel21.TabIndex = 83; this.smartLabel21.Text = "Tel:"; - this.smartLabel21.TextColor = System.Drawing.Color.Black; + this.smartLabel21.TextColor = System.Drawing.Color.White; this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -334,12 +339,12 @@ // smartLabel20 // this.smartLabel20.BackGround = null; - this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(135, 374); + this.smartLabel20.Location = new System.Drawing.Point(53, 61); this.smartLabel20.Name = "smartLabel20"; this.smartLabel20.OverlapOptimize = true; this.smartLabel20.PasswordChar = '\0'; @@ -348,7 +353,7 @@ this.smartLabel20.Size = new System.Drawing.Size(130, 24); this.smartLabel20.TabIndex = 82; this.smartLabel20.Text = "Company:"; - this.smartLabel20.TextColor = System.Drawing.Color.Black; + this.smartLabel20.TextColor = System.Drawing.Color.White; this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -357,12 +362,12 @@ // labelContact6 // this.labelContact6.BackGround = null; - this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact6.LineSpacing = 0F; - this.labelContact6.Location = new System.Drawing.Point(271, 524); + this.labelContact6.Location = new System.Drawing.Point(189, 211); this.labelContact6.Name = "labelContact6"; this.labelContact6.OverlapOptimize = true; this.labelContact6.PasswordChar = '\0'; @@ -371,7 +376,7 @@ this.labelContact6.Size = new System.Drawing.Size(539, 24); this.labelContact6.TabIndex = 81; this.labelContact6.Text = "http://www.intechkorea.com"; - this.labelContact6.TextColor = System.Drawing.Color.Black; + this.labelContact6.TextColor = System.Drawing.Color.White; this.labelContact6.TextColorDisable = System.Drawing.Color.Gray; this.labelContact6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -380,12 +385,12 @@ // labelContact5 // this.labelContact5.BackGround = null; - this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact5.LineSpacing = 0F; - this.labelContact5.Location = new System.Drawing.Point(271, 494); + this.labelContact5.Location = new System.Drawing.Point(189, 181); this.labelContact5.Name = "labelContact5"; this.labelContact5.OverlapOptimize = true; this.labelContact5.PasswordChar = '\0'; @@ -394,7 +399,7 @@ this.labelContact5.Size = new System.Drawing.Size(539, 24); this.labelContact5.TabIndex = 80; this.labelContact5.Text = "sales@intechkorea.com"; - this.labelContact5.TextColor = System.Drawing.Color.Black; + this.labelContact5.TextColor = System.Drawing.Color.White; this.labelContact5.TextColorDisable = System.Drawing.Color.Gray; this.labelContact5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -403,12 +408,12 @@ // labelContact4 // this.labelContact4.BackGround = null; - this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact4.LineSpacing = 0F; - this.labelContact4.Location = new System.Drawing.Point(271, 464); + this.labelContact4.Location = new System.Drawing.Point(189, 151); this.labelContact4.Name = "labelContact4"; this.labelContact4.OverlapOptimize = true; this.labelContact4.PasswordChar = '\0'; @@ -417,7 +422,7 @@ this.labelContact4.Size = new System.Drawing.Size(539, 24); this.labelContact4.TabIndex = 79; this.labelContact4.Text = "10, Janggogae-ro 217beon-gil, Seo-gu, Incheon, Republic of Korea"; - this.labelContact4.TextColor = System.Drawing.Color.Black; + this.labelContact4.TextColor = System.Drawing.Color.White; this.labelContact4.TextColorDisable = System.Drawing.Color.Gray; this.labelContact4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -426,12 +431,12 @@ // labelContact2 // this.labelContact2.BackGround = null; - this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact2.LineSpacing = 0F; - this.labelContact2.Location = new System.Drawing.Point(271, 404); + this.labelContact2.Location = new System.Drawing.Point(189, 91); this.labelContact2.Name = "labelContact2"; this.labelContact2.OverlapOptimize = true; this.labelContact2.PasswordChar = '\0'; @@ -440,7 +445,7 @@ this.labelContact2.Size = new System.Drawing.Size(539, 24); this.labelContact2.TabIndex = 78; this.labelContact2.Text = "(82)032-681-0714"; - this.labelContact2.TextColor = System.Drawing.Color.Black; + this.labelContact2.TextColor = System.Drawing.Color.White; this.labelContact2.TextColorDisable = System.Drawing.Color.Gray; this.labelContact2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -449,12 +454,12 @@ // labelContact1 // this.labelContact1.BackGround = null; - this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelContact1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelContact1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelContact1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelContact1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact1.LineSpacing = 0F; - this.labelContact1.Location = new System.Drawing.Point(271, 374); + this.labelContact1.Location = new System.Drawing.Point(189, 61); this.labelContact1.Name = "labelContact1"; this.labelContact1.OverlapOptimize = true; this.labelContact1.PasswordChar = '\0'; @@ -463,7 +468,7 @@ this.labelContact1.Size = new System.Drawing.Size(539, 24); this.labelContact1.TabIndex = 77; this.labelContact1.Text = "INTECHKOREA co.,LTD"; - this.labelContact1.TextColor = System.Drawing.Color.Black; + this.labelContact1.TextColor = System.Drawing.Color.White; this.labelContact1.TextColorDisable = System.Drawing.Color.Gray; this.labelContact1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelContact1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -471,8 +476,8 @@ // // buttonUpdateDisplay // - this.buttonUpdateDisplay.BackGround = this.smartGroupBox1; - this.buttonUpdateDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); + this.buttonUpdateDisplay.BackGround = this.smartGroupBox2; + this.buttonUpdateDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonUpdateDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonUpdateDisplay.ButtonDownColor = System.Drawing.Color.SlateGray; this.buttonUpdateDisplay.ButtonImageAutoSize = true; @@ -483,7 +488,7 @@ this.buttonUpdateDisplay.ImageDisable = null; this.buttonUpdateDisplay.ImageDown = null; this.buttonUpdateDisplay.ImageUp = null; - this.buttonUpdateDisplay.Location = new System.Drawing.Point(726, 247); + this.buttonUpdateDisplay.Location = new System.Drawing.Point(644, 151); this.buttonUpdateDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonUpdateDisplay.Name = "buttonUpdateDisplay"; this.buttonUpdateDisplay.NestedClickEventPrevent = false; @@ -507,12 +512,12 @@ // labelDisplayVersion // this.labelDisplayVersion.BackGround = null; - this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDisplayVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDisplayVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDisplayVersion.LineSpacing = 0F; - this.labelDisplayVersion.Location = new System.Drawing.Point(621, 247); + this.labelDisplayVersion.Location = new System.Drawing.Point(539, 151); this.labelDisplayVersion.Name = "labelDisplayVersion"; this.labelDisplayVersion.OverlapOptimize = true; this.labelDisplayVersion.PasswordChar = '\0'; @@ -521,7 +526,7 @@ this.labelDisplayVersion.Size = new System.Drawing.Size(99, 24); this.labelDisplayVersion.TabIndex = 15; this.labelDisplayVersion.Text = "0.0.0"; - this.labelDisplayVersion.TextColor = System.Drawing.Color.Black; + this.labelDisplayVersion.TextColor = System.Drawing.Color.White; this.labelDisplayVersion.TextColorDisable = System.Drawing.Color.Gray; this.labelDisplayVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDisplayVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -530,12 +535,12 @@ // labelControlVersion // this.labelControlVersion.BackGround = null; - this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelControlVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelControlVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelControlVersion.LineSpacing = 0F; - this.labelControlVersion.Location = new System.Drawing.Point(621, 217); + this.labelControlVersion.Location = new System.Drawing.Point(539, 121); this.labelControlVersion.Name = "labelControlVersion"; this.labelControlVersion.OverlapOptimize = true; this.labelControlVersion.PasswordChar = '\0'; @@ -544,7 +549,7 @@ this.labelControlVersion.Size = new System.Drawing.Size(99, 24); this.labelControlVersion.TabIndex = 14; this.labelControlVersion.Text = "0.0.0"; - this.labelControlVersion.TextColor = System.Drawing.Color.Black; + this.labelControlVersion.TextColor = System.Drawing.Color.White; this.labelControlVersion.TextColorDisable = System.Drawing.Color.Gray; this.labelControlVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelControlVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -553,12 +558,12 @@ // smartLabel12 // this.smartLabel12.BackGround = null; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel12.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(485, 247); + this.smartLabel12.Location = new System.Drawing.Point(403, 151); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -567,7 +572,7 @@ this.smartLabel12.Size = new System.Drawing.Size(130, 24); this.smartLabel12.TabIndex = 13; this.smartLabel12.Text = "Version:"; - this.smartLabel12.TextColor = System.Drawing.Color.Black; + this.smartLabel12.TextColor = System.Drawing.Color.White; this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -576,12 +581,12 @@ // smartLabel11 // this.smartLabel11.BackGround = null; - this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel11.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel11.LineSpacing = 0F; - this.smartLabel11.Location = new System.Drawing.Point(485, 217); + this.smartLabel11.Location = new System.Drawing.Point(403, 121); this.smartLabel11.Name = "smartLabel11"; this.smartLabel11.OverlapOptimize = true; this.smartLabel11.PasswordChar = '\0'; @@ -590,7 +595,7 @@ this.smartLabel11.Size = new System.Drawing.Size(130, 24); this.smartLabel11.TabIndex = 12; this.smartLabel11.Text = "Version:"; - this.smartLabel11.TextColor = System.Drawing.Color.Black; + this.smartLabel11.TextColor = System.Drawing.Color.White; this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -599,12 +604,12 @@ // smartLabel10 // this.smartLabel10.BackGround = null; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(271, 247); + this.smartLabel10.Location = new System.Drawing.Point(189, 151); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; @@ -613,7 +618,7 @@ this.smartLabel10.Size = new System.Drawing.Size(150, 24); this.smartLabel10.TabIndex = 11; this.smartLabel10.Text = "INT_PT002"; - this.smartLabel10.TextColor = System.Drawing.Color.Black; + this.smartLabel10.TextColor = System.Drawing.Color.White; this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -622,12 +627,12 @@ // smartLabel9 // this.smartLabel9.BackGround = null; - this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(271, 217); + this.smartLabel9.Location = new System.Drawing.Point(189, 121); this.smartLabel9.Name = "smartLabel9"; this.smartLabel9.OverlapOptimize = true; this.smartLabel9.PasswordChar = '\0'; @@ -636,7 +641,7 @@ this.smartLabel9.Size = new System.Drawing.Size(150, 24); this.smartLabel9.TabIndex = 10; this.smartLabel9.Text = "IBD902M"; - this.smartLabel9.TextColor = System.Drawing.Color.Black; + this.smartLabel9.TextColor = System.Drawing.Color.White; this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -645,12 +650,12 @@ // labelSerialNo // this.labelSerialNo.BackGround = null; - this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelSerialNo.LineSpacing = 0F; - this.labelSerialNo.Location = new System.Drawing.Point(271, 187); + this.labelSerialNo.Location = new System.Drawing.Point(189, 91); this.labelSerialNo.Name = "labelSerialNo"; this.labelSerialNo.OverlapOptimize = true; this.labelSerialNo.PasswordChar = '\0'; @@ -659,7 +664,7 @@ this.labelSerialNo.Size = new System.Drawing.Size(150, 24); this.labelSerialNo.TabIndex = 9; this.labelSerialNo.Text = "23A0000"; - this.labelSerialNo.TextColor = System.Drawing.Color.Black; + this.labelSerialNo.TextColor = System.Drawing.Color.White; this.labelSerialNo.TextColorDisable = System.Drawing.Color.Gray; this.labelSerialNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelSerialNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -669,12 +674,12 @@ // smartLabel7 // this.smartLabel7.BackGround = null; - this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel7.LineSpacing = 0F; - this.smartLabel7.Location = new System.Drawing.Point(135, 247); + this.smartLabel7.Location = new System.Drawing.Point(53, 151); this.smartLabel7.Name = "smartLabel7"; this.smartLabel7.OverlapOptimize = true; this.smartLabel7.PasswordChar = '\0'; @@ -683,7 +688,7 @@ this.smartLabel7.Size = new System.Drawing.Size(130, 24); this.smartLabel7.TabIndex = 8; this.smartLabel7.Text = "Display:"; - this.smartLabel7.TextColor = System.Drawing.Color.Black; + this.smartLabel7.TextColor = System.Drawing.Color.White; this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -692,12 +697,12 @@ // smartLabel6 // this.smartLabel6.BackGround = null; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(271, 157); + this.smartLabel6.Location = new System.Drawing.Point(189, 61); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -706,7 +711,7 @@ this.smartLabel6.Size = new System.Drawing.Size(150, 24); this.smartLabel6.TabIndex = 7; this.smartLabel6.Text = "INT_PT002"; - this.smartLabel6.TextColor = System.Drawing.Color.Black; + this.smartLabel6.TextColor = System.Drawing.Color.White; this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -715,12 +720,12 @@ // smartLabel5 // this.smartLabel5.BackGround = null; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(135, 217); + this.smartLabel5.Location = new System.Drawing.Point(53, 121); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; @@ -729,7 +734,7 @@ this.smartLabel5.Size = new System.Drawing.Size(130, 24); this.smartLabel5.TabIndex = 6; this.smartLabel5.Text = "Main Control:"; - this.smartLabel5.TextColor = System.Drawing.Color.Black; + this.smartLabel5.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -738,12 +743,12 @@ // smartLabel4 // this.smartLabel4.BackGround = null; - this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(135, 187); + this.smartLabel4.Location = new System.Drawing.Point(53, 91); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.OverlapOptimize = true; this.smartLabel4.PasswordChar = '\0'; @@ -752,7 +757,7 @@ this.smartLabel4.Size = new System.Drawing.Size(130, 24); this.smartLabel4.TabIndex = 5; this.smartLabel4.Text = "Serial No.:"; - this.smartLabel4.TextColor = System.Drawing.Color.Black; + this.smartLabel4.TextColor = System.Drawing.Color.White; this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -761,12 +766,12 @@ // smartLabel3 // this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); + this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(135, 157); + this.smartLabel3.Location = new System.Drawing.Point(53, 61); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -775,83 +780,42 @@ this.smartLabel3.Size = new System.Drawing.Size(130, 24); this.smartLabel3.TabIndex = 4; this.smartLabel3.Text = "Model:"; - this.smartLabel3.TextColor = System.Drawing.Color.Black; + this.smartLabel3.TextColor = System.Drawing.Color.White; this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // - // smartLabel2 + // smartGroupBox3 // - 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.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); - this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(50, 314); - 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(201, 24); - this.smartLabel2.TabIndex = 3; - this.smartLabel2.Text = "Contact"; - this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; - // - // smartLabel1 - // - this.smartLabel1.BackGround = null; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(50, 101); - 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(201, 24); - this.smartLabel1.TabIndex = 2; - this.smartLabel1.Text = "Information"; - this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; - // - // smartSeparatorLine2 - // - this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine2.Line1Width = 1F; - 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(50, 340); - this.smartSeparatorLine2.Name = "smartSeparatorLine2"; - this.smartSeparatorLine2.Size = new System.Drawing.Size(800, 2); - this.smartSeparatorLine2.TabIndex = 1; - this.smartSeparatorLine2.Text = "smartSeparatorLine2"; - // - // smartSeparatorLine1 - // - this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartSeparatorLine1.Line1Width = 1F; - this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartSeparatorLine1.Line2Width = 1F; - this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine1.Location = new System.Drawing.Point(50, 127); - this.smartSeparatorLine1.Name = "smartSeparatorLine1"; - this.smartSeparatorLine1.Size = new System.Drawing.Size(800, 2); - this.smartSeparatorLine1.TabIndex = 0; - this.smartSeparatorLine1.Text = "smartSeparatorLine1"; + this.smartGroupBox3.BackGround = null; + this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartGroupBox3.BackImage = null; + this.smartGroupBox3.Controls.Add(this.smartLabel20); + this.smartGroupBox3.Controls.Add(this.labelContact1); + this.smartGroupBox3.Controls.Add(this.labelContact2); + this.smartGroupBox3.Controls.Add(this.smartLabel25); + this.smartGroupBox3.Controls.Add(this.labelContact4); + this.smartGroupBox3.Controls.Add(this.labelContact3); + this.smartGroupBox3.Controls.Add(this.labelContact5); + this.smartGroupBox3.Controls.Add(this.smartLabel24); + this.smartGroupBox3.Controls.Add(this.labelContact6); + this.smartGroupBox3.Controls.Add(this.smartLabel23); + this.smartGroupBox3.Controls.Add(this.smartLabel21); + this.smartGroupBox3.Controls.Add(this.smartLabel22); + this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + 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(61, 324); + this.smartGroupBox3.Name = "smartGroupBox3"; + this.smartGroupBox3.RoundRadius = 5; + this.smartGroupBox3.Size = new System.Drawing.Size(774, 260); + this.smartGroupBox3.TabIndex = 95; + this.smartGroupBox3.Text = "Contact"; + this.smartGroupBox3.TextColor = System.Drawing.Color.White; // // ControlMenuSystemInformation // @@ -861,6 +825,8 @@ this.Name = "ControlMenuSystemInformation"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); + this.smartGroupBox2.ResumeLayout(false); + this.smartGroupBox3.ResumeLayout(false); this.ResumeLayout(false); } @@ -868,16 +834,12 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartSeparatorLine smartSeparatorLine2; - private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartLabel labelSerialNo; private SmartX.SmartLabel smartLabel7; private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel smartLabel10; private SmartX.SmartLabel smartLabel9; private SmartX.SmartLabel labelDisplayVersion; @@ -899,5 +861,7 @@ private SmartX.SmartLabel smartLabel25; private SmartX.SmartKeyboard smartKeyboard1; private SmartX.SmartButton buttonUpdateMainboard; + private SmartX.SmartGroupBox smartGroupBox2; + private SmartX.SmartGroupBox smartGroupBox3; } } diff --git a/INT_PT002/Controls/System/ControlMenuSystemStatus.Designer.cs b/INT_PT002/Controls/System/ControlMenuSystemStatus.Designer.cs index e1702e0..721706e 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemStatus.Designer.cs +++ b/INT_PT002/Controls/System/ControlMenuSystemStatus.Designer.cs @@ -29,8 +29,7 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.buttonInspection = new SmartX.SmartButton(); - this.labelProgress5 = new SmartX.SmartLabel(); + this.buttonStart = new SmartX.SmartButton(); this.smartGroupBox4 = new SmartX.SmartGroupBox(); this.labelDiffMean3 = new SmartX.SmartLabel(); this.smartLabel41 = new SmartX.SmartLabel(); @@ -308,10 +307,9 @@ // smartGroupBox1 // this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.buttonInspection); - this.smartGroupBox1.Controls.Add(this.labelProgress5); + this.smartGroupBox1.Controls.Add(this.buttonStart); this.smartGroupBox1.Controls.Add(this.smartGroupBox4); this.smartGroupBox1.Controls.Add(this.smartGroupBox5); this.smartGroupBox1.Controls.Add(this.smartGroupBox2); @@ -330,7 +328,7 @@ this.smartGroupBox1.Controls.Add(this.smartGroupBox9); this.smartGroupBox1.Controls.Add(this.smartGroupBox10); this.smartGroupBox1.Controls.Add(this.smartGroupBox11); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -343,68 +341,45 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // buttonInspection + // buttonStart // - this.buttonInspection.BackGround = this.smartGroupBox1; - this.buttonInspection.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonInspection.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonInspection.ButtonDownColor = System.Drawing.Color.SlateGray; - this.buttonInspection.ButtonImageAutoSize = true; - this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonInspection.ButtonText = "Inspection"; - this.buttonInspection.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonInspection.GroupID = 0; - this.buttonInspection.ImageDisable = null; - this.buttonInspection.ImageDown = null; - this.buttonInspection.ImageUp = null; - this.buttonInspection.Location = new System.Drawing.Point(819, 37); - this.buttonInspection.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonInspection.Name = "buttonInspection"; - this.buttonInspection.NestedClickEventPrevent = false; - this.buttonInspection.OutlinePixel = 2; - this.buttonInspection.OverlapOptimize = true; - this.buttonInspection.RepeatInterval = 200; - this.buttonInspection.RepeatIntervalAccelerate = null; - this.buttonInspection.RoundSize = 10; - this.buttonInspection.SafeInterval = 200; - this.buttonInspection.Size = new System.Drawing.Size(84, 40); - this.buttonInspection.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonInspection.TabIndex = 91; - this.buttonInspection.Text = null; - this.buttonInspection.TextColor = System.Drawing.Color.White; - this.buttonInspection.TextColorDisable = System.Drawing.Color.Gray; - this.buttonInspection.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonInspection.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonInspection.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonInspection.Click += new System.EventHandler(this.buttonInspection_Click); - // - // labelProgress5 - // - this.labelProgress5.BackGround = null; - this.labelProgress5.BackGroundColor = System.Drawing.Color.Azure; - this.labelProgress5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelProgress5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelProgress5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.labelProgress5.LineSpacing = 0F; - this.labelProgress5.Location = new System.Drawing.Point(434, 37); - this.labelProgress5.Name = "labelProgress5"; - this.labelProgress5.OverlapOptimize = true; - this.labelProgress5.PasswordChar = '\0'; - this.labelProgress5.Radius = 3; - this.labelProgress5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress5.Size = new System.Drawing.Size(80, 40); - this.labelProgress5.TabIndex = 90; - this.labelProgress5.Text = "판정"; - this.labelProgress5.TextColor = System.Drawing.Color.Black; - this.labelProgress5.TextColorDisable = System.Drawing.Color.Gray; - this.labelProgress5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelProgress5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelProgress5.Wordwrap = false; + this.buttonStart.BackGround = this.smartGroupBox1; + this.buttonStart.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.buttonStart.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonStart.ButtonDownColor = System.Drawing.Color.SlateGray; + this.buttonStart.ButtonImageAutoSize = true; + this.buttonStart.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonStart.ButtonText = "Inspection"; + this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonStart.GroupID = 0; + this.buttonStart.ImageDisable = null; + this.buttonStart.ImageDown = null; + this.buttonStart.ImageUp = null; + this.buttonStart.Location = new System.Drawing.Point(819, 37); + this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonStart.Name = "buttonStart"; + this.buttonStart.NestedClickEventPrevent = false; + this.buttonStart.OutlinePixel = 2; + this.buttonStart.OverlapOptimize = true; + this.buttonStart.RepeatInterval = 200; + this.buttonStart.RepeatIntervalAccelerate = null; + this.buttonStart.RoundSize = 10; + this.buttonStart.SafeInterval = 200; + this.buttonStart.Size = new System.Drawing.Size(84, 40); + this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonStart.TabIndex = 91; + this.buttonStart.Text = null; + this.buttonStart.TextColor = System.Drawing.Color.White; + this.buttonStart.TextColorDisable = System.Drawing.Color.Gray; + this.buttonStart.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonStart.Click += new System.EventHandler(this.buttonInspection_Click); // // smartGroupBox4 // this.smartGroupBox4.BackGround = null; - this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox4.BackImage = null; this.smartGroupBox4.Controls.Add(this.labelDiffMean3); this.smartGroupBox4.Controls.Add(this.smartLabel41); @@ -430,7 +405,7 @@ this.smartGroupBox4.Controls.Add(this.smartLabel32); 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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; @@ -446,12 +421,12 @@ // labelDiffMean3 // this.labelDiffMean3.BackGround = null; - this.labelDiffMean3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean3.LineSpacing = 0F; - this.labelDiffMean3.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean3.Location = new System.Drawing.Point(81, 216); this.labelDiffMean3.Name = "labelDiffMean3"; this.labelDiffMean3.OverlapOptimize = true; this.labelDiffMean3.PasswordChar = '\0'; @@ -460,7 +435,7 @@ this.labelDiffMean3.Size = new System.Drawing.Size(90, 20); this.labelDiffMean3.TabIndex = 49; this.labelDiffMean3.Text = "0.0023"; - this.labelDiffMean3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean3.TextColor = System.Drawing.Color.White; this.labelDiffMean3.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -469,12 +444,12 @@ // smartLabel41 // this.smartLabel41.BackGround = this.smartGroupBox2; - this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel41.LineSpacing = 0F; - this.smartLabel41.Location = new System.Drawing.Point(3, 216); + this.smartLabel41.Location = new System.Drawing.Point(4, 216); this.smartLabel41.Name = "smartLabel41"; this.smartLabel41.OverlapOptimize = true; this.smartLabel41.PasswordChar = '\0'; @@ -483,7 +458,7 @@ this.smartLabel41.Size = new System.Drawing.Size(70, 20); this.smartLabel41.TabIndex = 48; this.smartLabel41.Text = "DiffMean"; - this.smartLabel41.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel41.TextColor = System.Drawing.Color.White; this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -492,7 +467,7 @@ // smartGroupBox2 // this.smartGroupBox2.BackGround = null; - this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox2.BackImage = null; this.smartGroupBox2.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox2.Controls.Add(this.labelDiffMean1); @@ -519,7 +494,7 @@ this.smartGroupBox2.Controls.Add(this.smartLabel61); this.smartGroupBox2.Controls.Add(this.labelDispRData1); this.smartGroupBox2.Controls.Add(this.smartLabel3); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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; @@ -534,26 +509,26 @@ // // smartSeparatorLine1 // - this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine1.Line1Width = 1F; - this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine1.Line2Width = 1F; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine1.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine1.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; - this.smartSeparatorLine1.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine1.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine1.TabIndex = 21; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // // labelDiffMean1 // this.labelDiffMean1.BackGround = null; - this.labelDiffMean1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean1.LineSpacing = 0F; - this.labelDiffMean1.Location = new System.Drawing.Point(79, 216); + this.labelDiffMean1.Location = new System.Drawing.Point(80, 216); this.labelDiffMean1.Name = "labelDiffMean1"; this.labelDiffMean1.OverlapOptimize = true; this.labelDiffMean1.PasswordChar = '\0'; @@ -562,7 +537,7 @@ this.labelDiffMean1.Size = new System.Drawing.Size(90, 20); this.labelDiffMean1.TabIndex = 35; this.labelDiffMean1.Text = "0.0023"; - this.labelDiffMean1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean1.TextColor = System.Drawing.Color.White; this.labelDiffMean1.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -571,12 +546,12 @@ // smartLabel21 // this.smartLabel21.BackGround = this.smartGroupBox2; - this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(3, 216); + this.smartLabel21.Location = new System.Drawing.Point(4, 216); this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.OverlapOptimize = true; this.smartLabel21.PasswordChar = '\0'; @@ -585,7 +560,7 @@ this.smartLabel21.Size = new System.Drawing.Size(70, 20); this.smartLabel21.TabIndex = 34; this.smartLabel21.Text = "DiffMean"; - this.smartLabel21.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel21.TextColor = System.Drawing.Color.White; this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -594,12 +569,12 @@ // labelDiffSecSum1 // this.labelDiffSecSum1.BackGround = null; - this.labelDiffSecSum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum1.LineSpacing = 0F; - this.labelDiffSecSum1.Location = new System.Drawing.Point(79, 194); + this.labelDiffSecSum1.Location = new System.Drawing.Point(80, 194); this.labelDiffSecSum1.Name = "labelDiffSecSum1"; this.labelDiffSecSum1.OverlapOptimize = true; this.labelDiffSecSum1.PasswordChar = '\0'; @@ -608,7 +583,7 @@ this.labelDiffSecSum1.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum1.TabIndex = 33; this.labelDiffSecSum1.Text = "0.0023"; - this.labelDiffSecSum1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum1.TextColor = System.Drawing.Color.White; this.labelDiffSecSum1.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -617,12 +592,12 @@ // smartLabel17 // this.smartLabel17.BackGround = this.smartGroupBox2; - this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel17.LineSpacing = 0F; - this.smartLabel17.Location = new System.Drawing.Point(3, 194); + this.smartLabel17.Location = new System.Drawing.Point(4, 194); this.smartLabel17.Name = "smartLabel17"; this.smartLabel17.OverlapOptimize = true; this.smartLabel17.PasswordChar = '\0'; @@ -631,7 +606,7 @@ this.smartLabel17.Size = new System.Drawing.Size(70, 20); this.smartLabel17.TabIndex = 32; this.smartLabel17.Text = "SecSum"; - this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel17.TextColor = System.Drawing.Color.White; this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -640,12 +615,12 @@ // labelDispSTD1 // this.labelDispSTD1.BackGround = null; - this.labelDispSTD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD1.LineSpacing = 0F; - this.labelDispSTD1.Location = new System.Drawing.Point(79, 127); + this.labelDispSTD1.Location = new System.Drawing.Point(80, 127); this.labelDispSTD1.Name = "labelDispSTD1"; this.labelDispSTD1.OverlapOptimize = true; this.labelDispSTD1.PasswordChar = '\0'; @@ -654,7 +629,7 @@ this.labelDispSTD1.Size = new System.Drawing.Size(90, 20); this.labelDispSTD1.TabIndex = 31; this.labelDispSTD1.Text = "9.2354"; - this.labelDispSTD1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD1.TextColor = System.Drawing.Color.White; this.labelDispSTD1.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -663,12 +638,12 @@ // smartLabel11 // this.smartLabel11.BackGround = this.smartGroupBox2; - this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel11.LineSpacing = 0F; - this.smartLabel11.Location = new System.Drawing.Point(3, 127); + this.smartLabel11.Location = new System.Drawing.Point(4, 127); this.smartLabel11.Name = "smartLabel11"; this.smartLabel11.OverlapOptimize = true; this.smartLabel11.PasswordChar = '\0'; @@ -677,7 +652,7 @@ this.smartLabel11.Size = new System.Drawing.Size(70, 20); this.smartLabel11.TabIndex = 30; this.smartLabel11.Text = "STD"; - this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel11.TextColor = System.Drawing.Color.White; this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -686,12 +661,12 @@ // labelDispMDataDiff1 // this.labelDispMDataDiff1.BackGround = null; - this.labelDispMDataDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff1.LineSpacing = 0F; - this.labelDispMDataDiff1.Location = new System.Drawing.Point(79, 105); + this.labelDispMDataDiff1.Location = new System.Drawing.Point(80, 105); this.labelDispMDataDiff1.Name = "labelDispMDataDiff1"; this.labelDispMDataDiff1.OverlapOptimize = true; this.labelDispMDataDiff1.PasswordChar = '\0'; @@ -700,7 +675,7 @@ this.labelDispMDataDiff1.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff1.TabIndex = 29; this.labelDispMDataDiff1.Text = "9.2354"; - this.labelDispMDataDiff1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff1.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff1.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -709,12 +684,12 @@ // smartLabel5 // this.smartLabel5.BackGround = this.smartGroupBox2; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(3, 105); + this.smartLabel5.Location = new System.Drawing.Point(4, 105); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.OverlapOptimize = true; this.smartLabel5.PasswordChar = '\0'; @@ -723,7 +698,7 @@ this.smartLabel5.Size = new System.Drawing.Size(70, 20); this.smartLabel5.TabIndex = 28; this.smartLabel5.Text = "MDataDiff"; - this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel5.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -732,12 +707,12 @@ // labelPressureWork1 // this.labelPressureWork1.BackGround = null; - this.labelPressureWork1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork1.LineSpacing = 0F; - this.labelPressureWork1.Location = new System.Drawing.Point(79, 240); + this.labelPressureWork1.Location = new System.Drawing.Point(80, 240); this.labelPressureWork1.Name = "labelPressureWork1"; this.labelPressureWork1.OverlapOptimize = true; this.labelPressureWork1.PasswordChar = '\0'; @@ -746,7 +721,7 @@ this.labelPressureWork1.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork1.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -755,12 +730,12 @@ // labelDiffMadc1 // this.labelDiffMadc1.BackGround = null; - this.labelDiffMadc1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc1.LineSpacing = 0F; - this.labelDiffMadc1.Location = new System.Drawing.Point(79, 150); + this.labelDiffMadc1.Location = new System.Drawing.Point(80, 150); this.labelDiffMadc1.Name = "labelDiffMadc1"; this.labelDiffMadc1.OverlapOptimize = true; this.labelDiffMadc1.PasswordChar = '\0'; @@ -769,7 +744,7 @@ this.labelDiffMadc1.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc1.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -778,12 +753,12 @@ // smartLabel2 // this.smartLabel2.BackGround = this.smartGroupBox2; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(3, 150); + this.smartLabel2.Location = new System.Drawing.Point(4, 150); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.OverlapOptimize = true; this.smartLabel2.PasswordChar = '\0'; @@ -792,7 +767,7 @@ this.smartLabel2.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -800,34 +775,34 @@ // // smartSeparatorLine21 // - this.smartSeparatorLine21.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine21.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine21.Line1Width = 1F; - this.smartSeparatorLine21.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine21.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine21.Line2Width = 1F; this.smartSeparatorLine21.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine21.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine21.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine21.Name = "smartSeparatorLine21"; - this.smartSeparatorLine21.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine21.Size = new System.Drawing.Size(171, 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))))); + this.smartSeparatorLine11.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine11.Line1Width = 1F; - this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine11.Line2Width = 1F; this.smartSeparatorLine11.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine11.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine11.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine11.Name = "smartSeparatorLine11"; - this.smartSeparatorLine11.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine11.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine11.TabIndex = 23; this.smartSeparatorLine11.Text = "smartSeparatorLine11"; // // labelResult1 // this.labelResult1.BackGround = null; - this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -841,7 +816,7 @@ this.labelResult1.Size = new System.Drawing.Size(166, 27); this.labelResult1.TabIndex = 22; this.labelResult1.Text = "실패"; - this.labelResult1.TextColor = System.Drawing.Color.Black; + this.labelResult1.TextColor = System.Drawing.Color.White; this.labelResult1.TextColorDisable = System.Drawing.Color.Gray; this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -851,12 +826,12 @@ // labelPressureMaster1 // this.labelPressureMaster1.BackGround = null; - this.labelPressureMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster1.LineSpacing = 0F; - this.labelPressureMaster1.Location = new System.Drawing.Point(79, 262); + this.labelPressureMaster1.Location = new System.Drawing.Point(80, 262); this.labelPressureMaster1.Name = "labelPressureMaster1"; this.labelPressureMaster1.OverlapOptimize = true; this.labelPressureMaster1.PasswordChar = '\0'; @@ -865,7 +840,7 @@ this.labelPressureMaster1.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster1.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -874,12 +849,12 @@ // smartLabel10 // this.smartLabel10.BackGround = this.smartGroupBox2; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(3, 262); + this.smartLabel10.Location = new System.Drawing.Point(4, 262); this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.OverlapOptimize = true; this.smartLabel10.PasswordChar = '\0'; @@ -888,7 +863,7 @@ this.smartLabel10.Size = new System.Drawing.Size(70, 20); this.smartLabel10.TabIndex = 19; this.smartLabel10.Text = "master"; - this.smartLabel10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel10.TextColor = System.Drawing.Color.White; this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -897,12 +872,12 @@ // smartLabel12 // this.smartLabel12.BackGround = this.smartGroupBox2; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(3, 240); + this.smartLabel12.Location = new System.Drawing.Point(4, 240); this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.OverlapOptimize = true; this.smartLabel12.PasswordChar = '\0'; @@ -911,7 +886,7 @@ this.smartLabel12.Size = new System.Drawing.Size(70, 20); this.smartLabel12.TabIndex = 17; this.smartLabel12.Text = "work"; - this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel12.TextColor = System.Drawing.Color.White; this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -920,12 +895,12 @@ // labelDiffSecDiff1 // this.labelDiffSecDiff1.BackGround = null; - this.labelDiffSecDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff1.LineSpacing = 0F; - this.labelDiffSecDiff1.Location = new System.Drawing.Point(79, 172); + this.labelDiffSecDiff1.Location = new System.Drawing.Point(80, 172); this.labelDiffSecDiff1.Name = "labelDiffSecDiff1"; this.labelDiffSecDiff1.OverlapOptimize = true; this.labelDiffSecDiff1.PasswordChar = '\0'; @@ -934,7 +909,7 @@ this.labelDiffSecDiff1.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff1.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -943,12 +918,12 @@ // smartLabel8 // this.smartLabel8.BackGround = this.smartGroupBox2; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(3, 172); + this.smartLabel8.Location = new System.Drawing.Point(4, 172); this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.OverlapOptimize = true; this.smartLabel8.PasswordChar = '\0'; @@ -957,7 +932,7 @@ this.smartLabel8.Size = new System.Drawing.Size(70, 20); this.smartLabel8.TabIndex = 15; this.smartLabel8.Text = "SecDiff"; - this.smartLabel8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel8.TextColor = System.Drawing.Color.White; this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -966,12 +941,12 @@ // labelDispMData1 // this.labelDispMData1.BackGround = null; - this.labelDispMData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData1.LineSpacing = 0F; - this.labelDispMData1.Location = new System.Drawing.Point(79, 83); + this.labelDispMData1.Location = new System.Drawing.Point(80, 83); this.labelDispMData1.Name = "labelDispMData1"; this.labelDispMData1.OverlapOptimize = true; this.labelDispMData1.PasswordChar = '\0'; @@ -980,7 +955,7 @@ this.labelDispMData1.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData1.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -989,12 +964,12 @@ // smartLabel6 // this.smartLabel6.BackGround = this.smartGroupBox2; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(3, 83); + this.smartLabel6.Location = new System.Drawing.Point(4, 83); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.OverlapOptimize = true; this.smartLabel6.PasswordChar = '\0'; @@ -1003,7 +978,7 @@ this.smartLabel6.Size = new System.Drawing.Size(70, 20); this.smartLabel6.TabIndex = 13; this.smartLabel6.Text = "MData"; - this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel6.TextColor = System.Drawing.Color.White; this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1035,12 +1010,12 @@ // labelDispRData1 // this.labelDispRData1.BackGround = null; - this.labelDispRData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData1.LineSpacing = 0F; - this.labelDispRData1.Location = new System.Drawing.Point(79, 61); + this.labelDispRData1.Location = new System.Drawing.Point(80, 61); this.labelDispRData1.Name = "labelDispRData1"; this.labelDispRData1.OverlapOptimize = true; this.labelDispRData1.PasswordChar = '\0'; @@ -1048,8 +1023,8 @@ this.labelDispRData1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData1.Size = new System.Drawing.Size(90, 20); this.labelDispRData1.TabIndex = 12; - this.labelDispRData1.Text = "-9.23"; - this.labelDispRData1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData1.Text = "-9.23 / -10.00"; + this.labelDispRData1.TextColor = System.Drawing.Color.White; this.labelDispRData1.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1058,12 +1033,12 @@ // smartLabel3 // this.smartLabel3.BackGround = this.smartGroupBox2; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(3, 61); + this.smartLabel3.Location = new System.Drawing.Point(4, 61); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.OverlapOptimize = true; this.smartLabel3.PasswordChar = '\0'; @@ -1072,7 +1047,7 @@ this.smartLabel3.Size = new System.Drawing.Size(70, 20); this.smartLabel3.TabIndex = 12; this.smartLabel3.Text = "RData"; - this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel3.TextColor = System.Drawing.Color.White; this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1081,12 +1056,12 @@ // labelDiffSecSum3 // this.labelDiffSecSum3.BackGround = null; - this.labelDiffSecSum3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum3.LineSpacing = 0F; - this.labelDiffSecSum3.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum3.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum3.Name = "labelDiffSecSum3"; this.labelDiffSecSum3.OverlapOptimize = true; this.labelDiffSecSum3.PasswordChar = '\0'; @@ -1095,7 +1070,7 @@ this.labelDiffSecSum3.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum3.TabIndex = 47; this.labelDiffSecSum3.Text = "0.0023"; - this.labelDiffSecSum3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum3.TextColor = System.Drawing.Color.White; this.labelDiffSecSum3.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1104,12 +1079,12 @@ // smartLabel45 // this.smartLabel45.BackGround = this.smartGroupBox2; - this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel45.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel45.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel45.LineSpacing = 0F; - this.smartLabel45.Location = new System.Drawing.Point(3, 194); + this.smartLabel45.Location = new System.Drawing.Point(4, 194); this.smartLabel45.Name = "smartLabel45"; this.smartLabel45.OverlapOptimize = true; this.smartLabel45.PasswordChar = '\0'; @@ -1118,7 +1093,7 @@ this.smartLabel45.Size = new System.Drawing.Size(70, 20); this.smartLabel45.TabIndex = 46; this.smartLabel45.Text = "SecSum"; - this.smartLabel45.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel45.TextColor = System.Drawing.Color.White; this.smartLabel45.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel45.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel45.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1127,12 +1102,12 @@ // labelDispSTD3 // this.labelDispSTD3.BackGround = null; - this.labelDispSTD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD3.LineSpacing = 0F; - this.labelDispSTD3.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD3.Location = new System.Drawing.Point(81, 127); this.labelDispSTD3.Name = "labelDispSTD3"; this.labelDispSTD3.OverlapOptimize = true; this.labelDispSTD3.PasswordChar = '\0'; @@ -1141,7 +1116,7 @@ this.labelDispSTD3.Size = new System.Drawing.Size(90, 20); this.labelDispSTD3.TabIndex = 45; this.labelDispSTD3.Text = "9.2354"; - this.labelDispSTD3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD3.TextColor = System.Drawing.Color.White; this.labelDispSTD3.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1150,12 +1125,12 @@ // smartLabel48 // this.smartLabel48.BackGround = this.smartGroupBox2; - this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel48.LineSpacing = 0F; - this.smartLabel48.Location = new System.Drawing.Point(3, 127); + this.smartLabel48.Location = new System.Drawing.Point(4, 127); this.smartLabel48.Name = "smartLabel48"; this.smartLabel48.OverlapOptimize = true; this.smartLabel48.PasswordChar = '\0'; @@ -1164,7 +1139,7 @@ this.smartLabel48.Size = new System.Drawing.Size(70, 20); this.smartLabel48.TabIndex = 44; this.smartLabel48.Text = "STD"; - this.smartLabel48.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel48.TextColor = System.Drawing.Color.White; this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1173,12 +1148,12 @@ // labelDispMDataDiff3 // this.labelDispMDataDiff3.BackGround = null; - this.labelDispMDataDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff3.LineSpacing = 0F; - this.labelDispMDataDiff3.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff3.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff3.Name = "labelDispMDataDiff3"; this.labelDispMDataDiff3.OverlapOptimize = true; this.labelDispMDataDiff3.PasswordChar = '\0'; @@ -1187,7 +1162,7 @@ this.labelDispMDataDiff3.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff3.TabIndex = 43; this.labelDispMDataDiff3.Text = "9.2354"; - this.labelDispMDataDiff3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff3.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff3.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1196,12 +1171,12 @@ // smartLabel53 // this.smartLabel53.BackGround = this.smartGroupBox2; - this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel53.LineSpacing = 0F; - this.smartLabel53.Location = new System.Drawing.Point(3, 105); + this.smartLabel53.Location = new System.Drawing.Point(4, 105); this.smartLabel53.Name = "smartLabel53"; this.smartLabel53.OverlapOptimize = true; this.smartLabel53.PasswordChar = '\0'; @@ -1210,7 +1185,7 @@ this.smartLabel53.Size = new System.Drawing.Size(70, 20); this.smartLabel53.TabIndex = 42; this.smartLabel53.Text = "MDataDiff"; - this.smartLabel53.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel53.TextColor = System.Drawing.Color.White; this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1218,26 +1193,26 @@ // // smartSeparatorLine23 // - this.smartSeparatorLine23.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine23.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine23.Line1Width = 1F; - this.smartSeparatorLine23.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine23.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine23.Line2Width = 1F; this.smartSeparatorLine23.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine23.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine23.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine23.Name = "smartSeparatorLine23"; - this.smartSeparatorLine23.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine23.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine23.TabIndex = 37; this.smartSeparatorLine23.Text = "smartSeparatorLine23"; // // labelPressureWork3 // this.labelPressureWork3.BackGround = null; - this.labelPressureWork3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork3.LineSpacing = 0F; - this.labelPressureWork3.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork3.Location = new System.Drawing.Point(81, 240); this.labelPressureWork3.Name = "labelPressureWork3"; this.labelPressureWork3.OverlapOptimize = true; this.labelPressureWork3.PasswordChar = '\0'; @@ -1246,7 +1221,7 @@ this.labelPressureWork3.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork3.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1255,12 +1230,12 @@ // labelDiffMadc3 // this.labelDiffMadc3.BackGround = null; - this.labelDiffMadc3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc3.LineSpacing = 0F; - this.labelDiffMadc3.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc3.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc3.Name = "labelDiffMadc3"; this.labelDiffMadc3.OverlapOptimize = true; this.labelDiffMadc3.PasswordChar = '\0'; @@ -1269,7 +1244,7 @@ this.labelDiffMadc3.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc3.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1278,12 +1253,12 @@ // smartLabel23 // this.smartLabel23.BackGround = this.smartGroupBox2; - this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel23.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(3, 150); + this.smartLabel23.Location = new System.Drawing.Point(4, 150); this.smartLabel23.Name = "smartLabel23"; this.smartLabel23.OverlapOptimize = true; this.smartLabel23.PasswordChar = '\0'; @@ -1292,7 +1267,7 @@ this.smartLabel23.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1300,26 +1275,26 @@ // // smartSeparatorLine3 // - this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine3.Line1Width = 1F; - this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine3.Line2Width = 1F; this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine3.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine3.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine3.Name = "smartSeparatorLine3"; - this.smartSeparatorLine3.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine3.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine3.TabIndex = 38; this.smartSeparatorLine3.Text = "smartSeparatorLine3"; // // labelPressureMaster3 // this.labelPressureMaster3.BackGround = null; - this.labelPressureMaster3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster3.LineSpacing = 0F; - this.labelPressureMaster3.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster3.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster3.Name = "labelPressureMaster3"; this.labelPressureMaster3.OverlapOptimize = true; this.labelPressureMaster3.PasswordChar = '\0'; @@ -1328,7 +1303,7 @@ this.labelPressureMaster3.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster3.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1337,12 +1312,12 @@ // smartLabel25 // this.smartLabel25.BackGround = this.smartGroupBox2; - this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(3, 262); + this.smartLabel25.Location = new System.Drawing.Point(4, 262); this.smartLabel25.Name = "smartLabel25"; this.smartLabel25.OverlapOptimize = true; this.smartLabel25.PasswordChar = '\0'; @@ -1351,7 +1326,7 @@ this.smartLabel25.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1360,12 +1335,12 @@ // smartLabel26 // this.smartLabel26.BackGround = this.smartGroupBox2; - this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel26.LineSpacing = 0F; - this.smartLabel26.Location = new System.Drawing.Point(3, 240); + this.smartLabel26.Location = new System.Drawing.Point(4, 240); this.smartLabel26.Name = "smartLabel26"; this.smartLabel26.OverlapOptimize = true; this.smartLabel26.PasswordChar = '\0'; @@ -1374,7 +1349,7 @@ this.smartLabel26.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1383,12 +1358,12 @@ // labelDiffSecDiff3 // this.labelDiffSecDiff3.BackGround = null; - this.labelDiffSecDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff3.LineSpacing = 0F; - this.labelDiffSecDiff3.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff3.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff3.Name = "labelDiffSecDiff3"; this.labelDiffSecDiff3.OverlapOptimize = true; this.labelDiffSecDiff3.PasswordChar = '\0'; @@ -1397,7 +1372,7 @@ this.labelDiffSecDiff3.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff3.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1406,12 +1381,12 @@ // smartLabel28 // this.smartLabel28.BackGround = this.smartGroupBox2; - this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel28.LineSpacing = 0F; - this.smartLabel28.Location = new System.Drawing.Point(3, 172); + this.smartLabel28.Location = new System.Drawing.Point(4, 172); this.smartLabel28.Name = "smartLabel28"; this.smartLabel28.OverlapOptimize = true; this.smartLabel28.PasswordChar = '\0'; @@ -1420,7 +1395,7 @@ this.smartLabel28.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1429,12 +1404,12 @@ // labelDispMData3 // this.labelDispMData3.BackGround = null; - this.labelDispMData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData3.LineSpacing = 0F; - this.labelDispMData3.Location = new System.Drawing.Point(80, 83); + this.labelDispMData3.Location = new System.Drawing.Point(81, 83); this.labelDispMData3.Name = "labelDispMData3"; this.labelDispMData3.OverlapOptimize = true; this.labelDispMData3.PasswordChar = '\0'; @@ -1443,7 +1418,7 @@ this.labelDispMData3.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData3.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1452,12 +1427,12 @@ // smartLabel30 // this.smartLabel30.BackGround = this.smartGroupBox2; - this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel30.LineSpacing = 0F; - this.smartLabel30.Location = new System.Drawing.Point(3, 83); + this.smartLabel30.Location = new System.Drawing.Point(4, 83); this.smartLabel30.Name = "smartLabel30"; this.smartLabel30.OverlapOptimize = true; this.smartLabel30.PasswordChar = '\0'; @@ -1466,7 +1441,7 @@ this.smartLabel30.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1475,12 +1450,12 @@ // labelDispRData3 // this.labelDispRData3.BackGround = null; - this.labelDispRData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData3.LineSpacing = 0F; - this.labelDispRData3.Location = new System.Drawing.Point(80, 61); + this.labelDispRData3.Location = new System.Drawing.Point(81, 61); this.labelDispRData3.Name = "labelDispRData3"; this.labelDispRData3.OverlapOptimize = true; this.labelDispRData3.PasswordChar = '\0'; @@ -1488,8 +1463,8 @@ this.labelDispRData3.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData3.Size = new System.Drawing.Size(90, 20); this.labelDispRData3.TabIndex = 28; - this.labelDispRData3.Text = "-9.23"; - this.labelDispRData3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData3.Text = "-9.23 / -10.00"; + this.labelDispRData3.TextColor = System.Drawing.Color.White; this.labelDispRData3.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1498,12 +1473,12 @@ // smartLabel32 // this.smartLabel32.BackGround = this.smartGroupBox2; - this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel32.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(3, 61); + this.smartLabel32.Location = new System.Drawing.Point(4, 61); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; @@ -1512,7 +1487,7 @@ this.smartLabel32.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1520,21 +1495,21 @@ // // smartSeparatorLine13 // - this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine13.Line1Width = 1F; - this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine13.Line2Width = 1F; this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine13.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine13.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine13.Name = "smartSeparatorLine13"; - this.smartSeparatorLine13.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine13.Size = new System.Drawing.Size(171, 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -1548,7 +1523,7 @@ this.labelResult3.Size = new System.Drawing.Size(166, 27); this.labelResult3.TabIndex = 24; this.labelResult3.Text = "제품 없음"; - this.labelResult3.TextColor = System.Drawing.Color.Black; + this.labelResult3.TextColor = System.Drawing.Color.White; this.labelResult3.TextColorDisable = System.Drawing.Color.Gray; this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1558,7 +1533,7 @@ // smartGroupBox5 // this.smartGroupBox5.BackGround = null; - this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox5.BackImage = null; this.smartGroupBox5.Controls.Add(this.labelDiffMean4); this.smartGroupBox5.Controls.Add(this.smartLabel57); @@ -1584,7 +1559,7 @@ 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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; @@ -1600,12 +1575,12 @@ // labelDiffMean4 // this.labelDiffMean4.BackGround = null; - this.labelDiffMean4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean4.LineSpacing = 0F; - this.labelDiffMean4.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean4.Location = new System.Drawing.Point(81, 216); this.labelDiffMean4.Name = "labelDiffMean4"; this.labelDiffMean4.OverlapOptimize = true; this.labelDiffMean4.PasswordChar = '\0'; @@ -1614,7 +1589,7 @@ this.labelDiffMean4.Size = new System.Drawing.Size(90, 20); this.labelDiffMean4.TabIndex = 49; this.labelDiffMean4.Text = "0.0023"; - this.labelDiffMean4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean4.TextColor = System.Drawing.Color.White; this.labelDiffMean4.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1623,12 +1598,12 @@ // smartLabel57 // this.smartLabel57.BackGround = this.smartGroupBox2; - this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel57.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel57.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel57.LineSpacing = 0F; - this.smartLabel57.Location = new System.Drawing.Point(3, 216); + this.smartLabel57.Location = new System.Drawing.Point(4, 216); this.smartLabel57.Name = "smartLabel57"; this.smartLabel57.OverlapOptimize = true; this.smartLabel57.PasswordChar = '\0'; @@ -1637,7 +1612,7 @@ this.smartLabel57.Size = new System.Drawing.Size(70, 20); this.smartLabel57.TabIndex = 48; this.smartLabel57.Text = "DiffMean"; - this.smartLabel57.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel57.TextColor = System.Drawing.Color.White; this.smartLabel57.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel57.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel57.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1646,12 +1621,12 @@ // labelDiffSecSum4 // this.labelDiffSecSum4.BackGround = null; - this.labelDiffSecSum4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum4.LineSpacing = 0F; - this.labelDiffSecSum4.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum4.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum4.Name = "labelDiffSecSum4"; this.labelDiffSecSum4.OverlapOptimize = true; this.labelDiffSecSum4.PasswordChar = '\0'; @@ -1660,7 +1635,7 @@ this.labelDiffSecSum4.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum4.TabIndex = 47; this.labelDiffSecSum4.Text = "0.0023"; - this.labelDiffSecSum4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum4.TextColor = System.Drawing.Color.White; this.labelDiffSecSum4.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1669,12 +1644,12 @@ // smartLabel60 // this.smartLabel60.BackGround = this.smartGroupBox2; - this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel60.LineSpacing = 0F; - this.smartLabel60.Location = new System.Drawing.Point(3, 194); + this.smartLabel60.Location = new System.Drawing.Point(4, 194); this.smartLabel60.Name = "smartLabel60"; this.smartLabel60.OverlapOptimize = true; this.smartLabel60.PasswordChar = '\0'; @@ -1683,7 +1658,7 @@ this.smartLabel60.Size = new System.Drawing.Size(70, 20); this.smartLabel60.TabIndex = 46; this.smartLabel60.Text = "SecSum"; - this.smartLabel60.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel60.TextColor = System.Drawing.Color.White; this.smartLabel60.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel60.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel60.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1692,12 +1667,12 @@ // labelDispSTD4 // this.labelDispSTD4.BackGround = null; - this.labelDispSTD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD4.LineSpacing = 0F; - this.labelDispSTD4.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD4.Location = new System.Drawing.Point(81, 127); this.labelDispSTD4.Name = "labelDispSTD4"; this.labelDispSTD4.OverlapOptimize = true; this.labelDispSTD4.PasswordChar = '\0'; @@ -1706,7 +1681,7 @@ this.labelDispSTD4.Size = new System.Drawing.Size(90, 20); this.labelDispSTD4.TabIndex = 45; this.labelDispSTD4.Text = "9.2354"; - this.labelDispSTD4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD4.TextColor = System.Drawing.Color.White; this.labelDispSTD4.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1715,12 +1690,12 @@ // smartLabel66 // this.smartLabel66.BackGround = this.smartGroupBox2; - this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel66.LineSpacing = 0F; - this.smartLabel66.Location = new System.Drawing.Point(3, 127); + this.smartLabel66.Location = new System.Drawing.Point(4, 127); this.smartLabel66.Name = "smartLabel66"; this.smartLabel66.OverlapOptimize = true; this.smartLabel66.PasswordChar = '\0'; @@ -1729,7 +1704,7 @@ this.smartLabel66.Size = new System.Drawing.Size(70, 20); this.smartLabel66.TabIndex = 44; this.smartLabel66.Text = "STD"; - this.smartLabel66.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel66.TextColor = System.Drawing.Color.White; this.smartLabel66.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel66.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel66.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1738,12 +1713,12 @@ // labelDispMDataDiff4 // this.labelDispMDataDiff4.BackGround = null; - this.labelDispMDataDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff4.LineSpacing = 0F; - this.labelDispMDataDiff4.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff4.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff4.Name = "labelDispMDataDiff4"; this.labelDispMDataDiff4.OverlapOptimize = true; this.labelDispMDataDiff4.PasswordChar = '\0'; @@ -1752,7 +1727,7 @@ this.labelDispMDataDiff4.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff4.TabIndex = 43; this.labelDispMDataDiff4.Text = "9.2354"; - this.labelDispMDataDiff4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff4.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff4.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1761,12 +1736,12 @@ // smartLabel70 // this.smartLabel70.BackGround = this.smartGroupBox2; - this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel70.LineSpacing = 0F; - this.smartLabel70.Location = new System.Drawing.Point(3, 105); + this.smartLabel70.Location = new System.Drawing.Point(4, 105); this.smartLabel70.Name = "smartLabel70"; this.smartLabel70.OverlapOptimize = true; this.smartLabel70.PasswordChar = '\0'; @@ -1775,7 +1750,7 @@ this.smartLabel70.Size = new System.Drawing.Size(70, 20); this.smartLabel70.TabIndex = 42; this.smartLabel70.Text = "MDataDiff"; - this.smartLabel70.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel70.TextColor = System.Drawing.Color.White; this.smartLabel70.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel70.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel70.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1783,26 +1758,26 @@ // // smartSeparatorLine5 // - this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine5.Line1Width = 1F; - this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine5.Line2Width = 1F; this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine5.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine5.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine5.Name = "smartSeparatorLine5"; - this.smartSeparatorLine5.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine5.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine5.TabIndex = 37; this.smartSeparatorLine5.Text = "smartSeparatorLine5"; // // labelPressureWork4 // this.labelPressureWork4.BackGround = null; - this.labelPressureWork4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork4.LineSpacing = 0F; - this.labelPressureWork4.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork4.Location = new System.Drawing.Point(81, 240); this.labelPressureWork4.Name = "labelPressureWork4"; this.labelPressureWork4.OverlapOptimize = true; this.labelPressureWork4.PasswordChar = '\0'; @@ -1811,7 +1786,7 @@ this.labelPressureWork4.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork4.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1820,12 +1795,12 @@ // labelDiffMadc4 // this.labelDiffMadc4.BackGround = null; - this.labelDiffMadc4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc4.LineSpacing = 0F; - this.labelDiffMadc4.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc4.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc4.Name = "labelDiffMadc4"; this.labelDiffMadc4.OverlapOptimize = true; this.labelDiffMadc4.PasswordChar = '\0'; @@ -1834,7 +1809,7 @@ this.labelDiffMadc4.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc4.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1843,12 +1818,12 @@ // smartLabel35 // this.smartLabel35.BackGround = this.smartGroupBox2; - this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel35.LineSpacing = 0F; - this.smartLabel35.Location = new System.Drawing.Point(3, 150); + this.smartLabel35.Location = new System.Drawing.Point(4, 150); this.smartLabel35.Name = "smartLabel35"; this.smartLabel35.OverlapOptimize = true; this.smartLabel35.PasswordChar = '\0'; @@ -1857,7 +1832,7 @@ this.smartLabel35.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1865,26 +1840,26 @@ // // smartSeparatorLine4 // - this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine4.Line1Width = 1F; - this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine4.Line2Width = 1F; this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine4.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine4.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine4.Name = "smartSeparatorLine4"; - this.smartSeparatorLine4.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine4.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine4.TabIndex = 38; this.smartSeparatorLine4.Text = "smartSeparatorLine4"; // // labelPressureMaster4 // this.labelPressureMaster4.BackGround = null; - this.labelPressureMaster4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster4.LineSpacing = 0F; - this.labelPressureMaster4.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster4.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster4.Name = "labelPressureMaster4"; this.labelPressureMaster4.OverlapOptimize = true; this.labelPressureMaster4.PasswordChar = '\0'; @@ -1893,7 +1868,7 @@ this.labelPressureMaster4.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster4.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1902,12 +1877,12 @@ // smartLabel37 // this.smartLabel37.BackGround = this.smartGroupBox2; - this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel37.LineSpacing = 0F; - this.smartLabel37.Location = new System.Drawing.Point(3, 262); + this.smartLabel37.Location = new System.Drawing.Point(4, 262); this.smartLabel37.Name = "smartLabel37"; this.smartLabel37.OverlapOptimize = true; this.smartLabel37.PasswordChar = '\0'; @@ -1916,7 +1891,7 @@ this.smartLabel37.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1925,12 +1900,12 @@ // smartLabel38 // this.smartLabel38.BackGround = this.smartGroupBox2; - this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel38.LineSpacing = 0F; - this.smartLabel38.Location = new System.Drawing.Point(3, 240); + this.smartLabel38.Location = new System.Drawing.Point(4, 240); this.smartLabel38.Name = "smartLabel38"; this.smartLabel38.OverlapOptimize = true; this.smartLabel38.PasswordChar = '\0'; @@ -1939,7 +1914,7 @@ this.smartLabel38.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel38.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel38.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel38.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1948,12 +1923,12 @@ // labelDiffSecDiff4 // this.labelDiffSecDiff4.BackGround = null; - this.labelDiffSecDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff4.LineSpacing = 0F; - this.labelDiffSecDiff4.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff4.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff4.Name = "labelDiffSecDiff4"; this.labelDiffSecDiff4.OverlapOptimize = true; this.labelDiffSecDiff4.PasswordChar = '\0'; @@ -1962,7 +1937,7 @@ this.labelDiffSecDiff4.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff4.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1971,12 +1946,12 @@ // smartLabel40 // this.smartLabel40.BackGround = this.smartGroupBox2; - this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel40.LineSpacing = 0F; - this.smartLabel40.Location = new System.Drawing.Point(3, 172); + this.smartLabel40.Location = new System.Drawing.Point(4, 172); this.smartLabel40.Name = "smartLabel40"; this.smartLabel40.OverlapOptimize = true; this.smartLabel40.PasswordChar = '\0'; @@ -1985,7 +1960,7 @@ this.smartLabel40.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel40.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel40.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel40.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -1994,12 +1969,12 @@ // labelDispMData4 // this.labelDispMData4.BackGround = null; - this.labelDispMData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData4.LineSpacing = 0F; - this.labelDispMData4.Location = new System.Drawing.Point(80, 83); + this.labelDispMData4.Location = new System.Drawing.Point(81, 83); this.labelDispMData4.Name = "labelDispMData4"; this.labelDispMData4.OverlapOptimize = true; this.labelDispMData4.PasswordChar = '\0'; @@ -2008,7 +1983,7 @@ this.labelDispMData4.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData4.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2017,12 +1992,12 @@ // smartLabel42 // this.smartLabel42.BackGround = this.smartGroupBox2; - this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel42.LineSpacing = 0F; - this.smartLabel42.Location = new System.Drawing.Point(3, 83); + this.smartLabel42.Location = new System.Drawing.Point(4, 83); this.smartLabel42.Name = "smartLabel42"; this.smartLabel42.OverlapOptimize = true; this.smartLabel42.PasswordChar = '\0'; @@ -2031,7 +2006,7 @@ this.smartLabel42.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel42.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel42.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel42.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2040,12 +2015,12 @@ // labelDispRData4 // this.labelDispRData4.BackGround = null; - this.labelDispRData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData4.LineSpacing = 0F; - this.labelDispRData4.Location = new System.Drawing.Point(80, 61); + this.labelDispRData4.Location = new System.Drawing.Point(81, 61); this.labelDispRData4.Name = "labelDispRData4"; this.labelDispRData4.OverlapOptimize = true; this.labelDispRData4.PasswordChar = '\0'; @@ -2053,8 +2028,8 @@ this.labelDispRData4.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData4.Size = new System.Drawing.Size(90, 20); this.labelDispRData4.TabIndex = 28; - this.labelDispRData4.Text = "-9.23"; - this.labelDispRData4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData4.Text = "-9.23 / -10.00"; + this.labelDispRData4.TextColor = System.Drawing.Color.White; this.labelDispRData4.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2063,12 +2038,12 @@ // smartLabel44 // this.smartLabel44.BackGround = this.smartGroupBox2; - this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel44.LineSpacing = 0F; - this.smartLabel44.Location = new System.Drawing.Point(3, 61); + this.smartLabel44.Location = new System.Drawing.Point(4, 61); this.smartLabel44.Name = "smartLabel44"; this.smartLabel44.OverlapOptimize = true; this.smartLabel44.PasswordChar = '\0'; @@ -2077,7 +2052,7 @@ this.smartLabel44.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel44.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel44.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel44.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2085,21 +2060,21 @@ // // smartSeparatorLine14 // - this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine14.Line1Width = 1F; - this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine14.Line2Width = 1F; this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine14.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine14.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine14.Name = "smartSeparatorLine14"; - this.smartSeparatorLine14.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine14.Size = new System.Drawing.Size(171, 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -2113,7 +2088,7 @@ this.labelResult4.Size = new System.Drawing.Size(166, 27); this.labelResult4.TabIndex = 24; this.labelResult4.Text = "오류"; - this.labelResult4.TextColor = System.Drawing.Color.Black; + this.labelResult4.TextColor = System.Drawing.Color.White; this.labelResult4.TextColorDisable = System.Drawing.Color.Gray; this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2123,7 +2098,7 @@ // smartGroupBox3 // this.smartGroupBox3.BackGround = null; - this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox3.BackImage = null; this.smartGroupBox3.Controls.Add(this.labelDiffMean2); this.smartGroupBox3.Controls.Add(this.smartSeparatorLine22); @@ -2149,7 +2124,7 @@ this.smartGroupBox3.Controls.Add(this.smartLabel20); 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); 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; @@ -2165,12 +2140,12 @@ // labelDiffMean2 // this.labelDiffMean2.BackGround = null; - this.labelDiffMean2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDiffMean2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiffMean2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean2.LineSpacing = 0F; - this.labelDiffMean2.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean2.Location = new System.Drawing.Point(81, 216); this.labelDiffMean2.Name = "labelDiffMean2"; this.labelDiffMean2.OverlapOptimize = true; this.labelDiffMean2.PasswordChar = '\0'; @@ -2179,7 +2154,7 @@ this.labelDiffMean2.Size = new System.Drawing.Size(90, 20); this.labelDiffMean2.TabIndex = 43; this.labelDiffMean2.Text = "0.0023"; - this.labelDiffMean2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean2.TextColor = System.Drawing.Color.White; this.labelDiffMean2.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2187,26 +2162,26 @@ // // smartSeparatorLine22 // - this.smartSeparatorLine22.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine22.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine22.Line1Width = 1F; - this.smartSeparatorLine22.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine22.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine22.Line2Width = 1F; this.smartSeparatorLine22.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine22.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine22.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine22.Name = "smartSeparatorLine22"; - this.smartSeparatorLine22.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine22.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine22.TabIndex = 37; this.smartSeparatorLine22.Text = "smartSeparatorLine22"; // // smartLabel24 // this.smartLabel24.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(3, 216); + this.smartLabel24.Location = new System.Drawing.Point(4, 216); this.smartLabel24.Name = "smartLabel24"; this.smartLabel24.OverlapOptimize = true; this.smartLabel24.PasswordChar = '\0'; @@ -2215,7 +2190,7 @@ this.smartLabel24.Size = new System.Drawing.Size(70, 20); this.smartLabel24.TabIndex = 42; this.smartLabel24.Text = "DiffMean"; - this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel24.TextColor = System.Drawing.Color.White; this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2224,12 +2199,12 @@ // labelPressureWork2 // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelPressureWork2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWork2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWork2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureWork2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork2.LineSpacing = 0F; - this.labelPressureWork2.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork2.Location = new System.Drawing.Point(81, 240); this.labelPressureWork2.Name = "labelPressureWork2"; this.labelPressureWork2.OverlapOptimize = true; this.labelPressureWork2.PasswordChar = '\0'; @@ -2238,7 +2213,7 @@ this.labelPressureWork2.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork2.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2247,12 +2222,12 @@ // labelDiffSecSum2 // this.labelDiffSecSum2.BackGround = null; - this.labelDiffSecSum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDiffSecSum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiffSecSum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum2.LineSpacing = 0F; - this.labelDiffSecSum2.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum2.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum2.Name = "labelDiffSecSum2"; this.labelDiffSecSum2.OverlapOptimize = true; this.labelDiffSecSum2.PasswordChar = '\0'; @@ -2261,7 +2236,7 @@ this.labelDiffSecSum2.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum2.TabIndex = 41; this.labelDiffSecSum2.Text = "0.0023"; - this.labelDiffSecSum2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum2.TextColor = System.Drawing.Color.White; this.labelDiffSecSum2.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2270,12 +2245,12 @@ // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiffMadc2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMadc2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc2.LineSpacing = 0F; - this.labelDiffMadc2.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc2.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc2.Name = "labelDiffMadc2"; this.labelDiffMadc2.OverlapOptimize = true; this.labelDiffMadc2.PasswordChar = '\0'; @@ -2284,7 +2259,7 @@ this.labelDiffMadc2.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc2.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2293,12 +2268,12 @@ // smartLabel29 // this.smartLabel29.BackGround = this.smartGroupBox2; - this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel29.LineSpacing = 0F; - this.smartLabel29.Location = new System.Drawing.Point(3, 194); + this.smartLabel29.Location = new System.Drawing.Point(4, 194); this.smartLabel29.Name = "smartLabel29"; this.smartLabel29.OverlapOptimize = true; this.smartLabel29.PasswordChar = '\0'; @@ -2307,7 +2282,7 @@ this.smartLabel29.Size = new System.Drawing.Size(70, 20); this.smartLabel29.TabIndex = 40; this.smartLabel29.Text = "SecSum"; - this.smartLabel29.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel29.TextColor = System.Drawing.Color.White; this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2316,12 +2291,12 @@ // smartLabel9 // this.smartLabel9.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(3, 150); + this.smartLabel9.Location = new System.Drawing.Point(4, 150); this.smartLabel9.Name = "smartLabel9"; this.smartLabel9.OverlapOptimize = true; this.smartLabel9.PasswordChar = '\0'; @@ -2330,7 +2305,7 @@ this.smartLabel9.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2339,12 +2314,12 @@ // labelDispSTD2 // this.labelDispSTD2.BackGround = null; - this.labelDispSTD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispSTD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDispSTD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD2.LineSpacing = 0F; - this.labelDispSTD2.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD2.Location = new System.Drawing.Point(81, 127); this.labelDispSTD2.Name = "labelDispSTD2"; this.labelDispSTD2.OverlapOptimize = true; this.labelDispSTD2.PasswordChar = '\0'; @@ -2353,7 +2328,7 @@ this.labelDispSTD2.Size = new System.Drawing.Size(90, 20); this.labelDispSTD2.TabIndex = 39; this.labelDispSTD2.Text = "9.2354"; - this.labelDispSTD2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD2.TextColor = System.Drawing.Color.White; this.labelDispSTD2.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2361,26 +2336,26 @@ // // smartSeparatorLine2 // - this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine2.Line1Width = 1F; - this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine2.Line2Width = 1F; this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine2.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine2.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine2.Name = "smartSeparatorLine2"; - this.smartSeparatorLine2.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine2.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine2.TabIndex = 38; this.smartSeparatorLine2.Text = "smartSeparatorLine2"; // // smartLabel33 // this.smartLabel33.BackGround = this.smartGroupBox2; - this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel33.LineSpacing = 0F; - this.smartLabel33.Location = new System.Drawing.Point(3, 127); + this.smartLabel33.Location = new System.Drawing.Point(4, 127); this.smartLabel33.Name = "smartLabel33"; this.smartLabel33.OverlapOptimize = true; this.smartLabel33.PasswordChar = '\0'; @@ -2389,7 +2364,7 @@ this.smartLabel33.Size = new System.Drawing.Size(70, 20); this.smartLabel33.TabIndex = 38; this.smartLabel33.Text = "STD"; - this.smartLabel33.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel33.TextColor = System.Drawing.Color.White; this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2398,12 +2373,12 @@ // labelPressureMaster2 // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelPressureMaster2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster2.LineSpacing = 0F; - this.labelPressureMaster2.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster2.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster2.Name = "labelPressureMaster2"; this.labelPressureMaster2.OverlapOptimize = true; this.labelPressureMaster2.PasswordChar = '\0'; @@ -2412,7 +2387,7 @@ this.labelPressureMaster2.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster2.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2421,12 +2396,12 @@ // labelDispMDataDiff2 // this.labelDispMDataDiff2.BackGround = null; - this.labelDispMDataDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.labelDispMDataDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDispMDataDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff2.LineSpacing = 0F; - this.labelDispMDataDiff2.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff2.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff2.Name = "labelDispMDataDiff2"; this.labelDispMDataDiff2.OverlapOptimize = true; this.labelDispMDataDiff2.PasswordChar = '\0'; @@ -2435,7 +2410,7 @@ this.labelDispMDataDiff2.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff2.TabIndex = 37; this.labelDispMDataDiff2.Text = "9.2354"; - this.labelDispMDataDiff2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff2.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff2.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2444,12 +2419,12 @@ // smartLabel13 // this.smartLabel13.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(3, 262); + this.smartLabel13.Location = new System.Drawing.Point(4, 262); this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.OverlapOptimize = true; this.smartLabel13.PasswordChar = '\0'; @@ -2458,7 +2433,7 @@ this.smartLabel13.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2467,12 +2442,12 @@ // smartLabel36 // this.smartLabel36.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel36.LineSpacing = 0F; - this.smartLabel36.Location = new System.Drawing.Point(3, 105); + this.smartLabel36.Location = new System.Drawing.Point(4, 105); this.smartLabel36.Name = "smartLabel36"; this.smartLabel36.OverlapOptimize = true; this.smartLabel36.PasswordChar = '\0'; @@ -2481,7 +2456,7 @@ this.smartLabel36.Size = new System.Drawing.Size(70, 20); this.smartLabel36.TabIndex = 36; this.smartLabel36.Text = "MDataDiff"; - this.smartLabel36.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel36.TextColor = System.Drawing.Color.White; this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2490,12 +2465,12 @@ // smartLabel14 // this.smartLabel14.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(3, 240); + this.smartLabel14.Location = new System.Drawing.Point(4, 240); this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.OverlapOptimize = true; this.smartLabel14.PasswordChar = '\0'; @@ -2504,7 +2479,7 @@ this.smartLabel14.Size = new System.Drawing.Size(70, 20); 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.TextColor = System.Drawing.Color.White; this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2513,12 +2488,12 @@ // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiffSecDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff2.LineSpacing = 0F; - this.labelDiffSecDiff2.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff2.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff2.Name = "labelDiffSecDiff2"; this.labelDiffSecDiff2.OverlapOptimize = true; this.labelDiffSecDiff2.PasswordChar = '\0'; @@ -2527,7 +2502,7 @@ this.labelDiffSecDiff2.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff2.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2536,12 +2511,12 @@ // smartLabel16 // this.smartLabel16.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(3, 172); + this.smartLabel16.Location = new System.Drawing.Point(4, 172); this.smartLabel16.Name = "smartLabel16"; this.smartLabel16.OverlapOptimize = true; this.smartLabel16.PasswordChar = '\0'; @@ -2550,7 +2525,7 @@ this.smartLabel16.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel16.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2559,12 +2534,12 @@ // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDispMData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData2.LineSpacing = 0F; - this.labelDispMData2.Location = new System.Drawing.Point(80, 83); + this.labelDispMData2.Location = new System.Drawing.Point(81, 83); this.labelDispMData2.Name = "labelDispMData2"; this.labelDispMData2.OverlapOptimize = true; this.labelDispMData2.PasswordChar = '\0'; @@ -2573,7 +2548,7 @@ this.labelDispMData2.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData2.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2582,12 +2557,12 @@ // smartLabel18 // this.smartLabel18.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel18.LineSpacing = 0F; - this.smartLabel18.Location = new System.Drawing.Point(3, 83); + this.smartLabel18.Location = new System.Drawing.Point(4, 83); this.smartLabel18.Name = "smartLabel18"; this.smartLabel18.OverlapOptimize = true; this.smartLabel18.PasswordChar = '\0'; @@ -2596,7 +2571,7 @@ this.smartLabel18.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2605,12 +2580,12 @@ // 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDispRData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData2.LineSpacing = 0F; - this.labelDispRData2.Location = new System.Drawing.Point(80, 61); + this.labelDispRData2.Location = new System.Drawing.Point(81, 61); this.labelDispRData2.Name = "labelDispRData2"; this.labelDispRData2.OverlapOptimize = true; this.labelDispRData2.PasswordChar = '\0'; @@ -2618,8 +2593,8 @@ this.labelDispRData2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData2.Size = new System.Drawing.Size(90, 20); this.labelDispRData2.TabIndex = 28; - this.labelDispRData2.Text = "-9.23"; - this.labelDispRData2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData2.Text = "-9.23 / -10.00"; + this.labelDispRData2.TextColor = System.Drawing.Color.White; this.labelDispRData2.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2628,12 +2603,12 @@ // smartLabel20 // this.smartLabel20.BackGround = this.smartGroupBox2; - 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(3, 61); + this.smartLabel20.Location = new System.Drawing.Point(4, 61); this.smartLabel20.Name = "smartLabel20"; this.smartLabel20.OverlapOptimize = true; this.smartLabel20.PasswordChar = '\0'; @@ -2642,7 +2617,7 @@ this.smartLabel20.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2650,22 +2625,22 @@ // // smartSeparatorLine12 // - this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine12.Line1Width = 1F; - this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine12.Line2Width = 1F; this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine12.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine12.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine12.Name = "smartSeparatorLine12"; - this.smartSeparatorLine12.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine12.Size = new System.Drawing.Size(171, 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.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResult2.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); this.labelResult2.LineSpacing = 0F; @@ -2678,7 +2653,7 @@ this.labelResult2.Size = new System.Drawing.Size(166, 27); this.labelResult2.TabIndex = 24; this.labelResult2.Text = "-"; - this.labelResult2.TextColor = System.Drawing.Color.Black; + this.labelResult2.TextColor = System.Drawing.Color.White; this.labelResult2.TextColorDisable = System.Drawing.Color.Gray; this.labelResult2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2688,7 +2663,7 @@ // smartGroupBox6 // this.smartGroupBox6.BackGround = null; - this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox6.BackImage = null; this.smartGroupBox6.Controls.Add(this.labelDiffMean5); this.smartGroupBox6.Controls.Add(this.smartLabel73); @@ -2714,7 +2689,7 @@ 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.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox6.FrameLineThickness = 2; this.smartGroupBox6.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -2730,12 +2705,12 @@ // labelDiffMean5 // this.labelDiffMean5.BackGround = null; - this.labelDiffMean5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean5.LineSpacing = 0F; - this.labelDiffMean5.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean5.Location = new System.Drawing.Point(81, 216); this.labelDiffMean5.Name = "labelDiffMean5"; this.labelDiffMean5.OverlapOptimize = true; this.labelDiffMean5.PasswordChar = '\0'; @@ -2744,7 +2719,7 @@ this.labelDiffMean5.Size = new System.Drawing.Size(90, 20); this.labelDiffMean5.TabIndex = 49; this.labelDiffMean5.Text = "0.0023"; - this.labelDiffMean5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean5.TextColor = System.Drawing.Color.White; this.labelDiffMean5.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2753,12 +2728,12 @@ // smartLabel73 // this.smartLabel73.BackGround = this.smartGroupBox2; - this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel73.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel73.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel73.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel73.LineSpacing = 0F; - this.smartLabel73.Location = new System.Drawing.Point(3, 216); + this.smartLabel73.Location = new System.Drawing.Point(4, 216); this.smartLabel73.Name = "smartLabel73"; this.smartLabel73.OverlapOptimize = true; this.smartLabel73.PasswordChar = '\0'; @@ -2767,7 +2742,7 @@ this.smartLabel73.Size = new System.Drawing.Size(70, 20); this.smartLabel73.TabIndex = 48; this.smartLabel73.Text = "DiffMean"; - this.smartLabel73.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel73.TextColor = System.Drawing.Color.White; this.smartLabel73.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel73.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel73.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2776,12 +2751,12 @@ // labelDiffSecSum5 // this.labelDiffSecSum5.BackGround = null; - this.labelDiffSecSum5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum5.LineSpacing = 0F; - this.labelDiffSecSum5.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum5.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum5.Name = "labelDiffSecSum5"; this.labelDiffSecSum5.OverlapOptimize = true; this.labelDiffSecSum5.PasswordChar = '\0'; @@ -2790,7 +2765,7 @@ this.labelDiffSecSum5.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum5.TabIndex = 47; this.labelDiffSecSum5.Text = "0.0023"; - this.labelDiffSecSum5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum5.TextColor = System.Drawing.Color.White; this.labelDiffSecSum5.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2799,12 +2774,12 @@ // smartLabel78 // this.smartLabel78.BackGround = this.smartGroupBox2; - this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel78.LineSpacing = 0F; - this.smartLabel78.Location = new System.Drawing.Point(3, 194); + this.smartLabel78.Location = new System.Drawing.Point(4, 194); this.smartLabel78.Name = "smartLabel78"; this.smartLabel78.OverlapOptimize = true; this.smartLabel78.PasswordChar = '\0'; @@ -2813,7 +2788,7 @@ this.smartLabel78.Size = new System.Drawing.Size(70, 20); this.smartLabel78.TabIndex = 46; this.smartLabel78.Text = "SecSum"; - this.smartLabel78.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel78.TextColor = System.Drawing.Color.White; this.smartLabel78.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel78.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel78.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2822,12 +2797,12 @@ // labelDispSTD5 // this.labelDispSTD5.BackGround = null; - this.labelDispSTD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD5.LineSpacing = 0F; - this.labelDispSTD5.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD5.Location = new System.Drawing.Point(81, 127); this.labelDispSTD5.Name = "labelDispSTD5"; this.labelDispSTD5.OverlapOptimize = true; this.labelDispSTD5.PasswordChar = '\0'; @@ -2836,7 +2811,7 @@ this.labelDispSTD5.Size = new System.Drawing.Size(90, 20); this.labelDispSTD5.TabIndex = 45; this.labelDispSTD5.Text = "9.2354"; - this.labelDispSTD5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD5.TextColor = System.Drawing.Color.White; this.labelDispSTD5.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2845,12 +2820,12 @@ // smartLabel82 // this.smartLabel82.BackGround = this.smartGroupBox2; - this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel82.LineSpacing = 0F; - this.smartLabel82.Location = new System.Drawing.Point(3, 127); + this.smartLabel82.Location = new System.Drawing.Point(4, 127); this.smartLabel82.Name = "smartLabel82"; this.smartLabel82.OverlapOptimize = true; this.smartLabel82.PasswordChar = '\0'; @@ -2859,7 +2834,7 @@ this.smartLabel82.Size = new System.Drawing.Size(70, 20); this.smartLabel82.TabIndex = 44; this.smartLabel82.Text = "STD"; - this.smartLabel82.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel82.TextColor = System.Drawing.Color.White; this.smartLabel82.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel82.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel82.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2868,12 +2843,12 @@ // labelDispMDataDiff5 // this.labelDispMDataDiff5.BackGround = null; - this.labelDispMDataDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff5.LineSpacing = 0F; - this.labelDispMDataDiff5.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff5.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff5.Name = "labelDispMDataDiff5"; this.labelDispMDataDiff5.OverlapOptimize = true; this.labelDispMDataDiff5.PasswordChar = '\0'; @@ -2882,7 +2857,7 @@ this.labelDispMDataDiff5.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff5.TabIndex = 43; this.labelDispMDataDiff5.Text = "9.2354"; - this.labelDispMDataDiff5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff5.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff5.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2891,12 +2866,12 @@ // smartLabel85 // this.smartLabel85.BackGround = this.smartGroupBox2; - this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel85.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel85.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel85.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel85.LineSpacing = 0F; - this.smartLabel85.Location = new System.Drawing.Point(3, 105); + this.smartLabel85.Location = new System.Drawing.Point(4, 105); this.smartLabel85.Name = "smartLabel85"; this.smartLabel85.OverlapOptimize = true; this.smartLabel85.PasswordChar = '\0'; @@ -2905,7 +2880,7 @@ this.smartLabel85.Size = new System.Drawing.Size(70, 20); this.smartLabel85.TabIndex = 42; this.smartLabel85.Text = "MDataDiff"; - this.smartLabel85.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel85.TextColor = System.Drawing.Color.White; this.smartLabel85.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel85.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel85.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2913,26 +2888,26 @@ // // smartSeparatorLine7 // - this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine7.Line1Width = 1F; - this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine7.Line2Width = 1F; this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine7.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine7.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine7.Name = "smartSeparatorLine7"; - this.smartSeparatorLine7.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine7.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine7.TabIndex = 37; this.smartSeparatorLine7.Text = "smartSeparatorLine7"; // // labelPressureWork5 // this.labelPressureWork5.BackGround = null; - this.labelPressureWork5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork5.LineSpacing = 0F; - this.labelPressureWork5.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork5.Location = new System.Drawing.Point(81, 240); this.labelPressureWork5.Name = "labelPressureWork5"; this.labelPressureWork5.OverlapOptimize = true; this.labelPressureWork5.PasswordChar = '\0'; @@ -2941,7 +2916,7 @@ this.labelPressureWork5.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork5.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2950,12 +2925,12 @@ // labelDiffMadc5 // this.labelDiffMadc5.BackGround = null; - this.labelDiffMadc5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc5.LineSpacing = 0F; - this.labelDiffMadc5.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc5.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc5.Name = "labelDiffMadc5"; this.labelDiffMadc5.OverlapOptimize = true; this.labelDiffMadc5.PasswordChar = '\0'; @@ -2964,7 +2939,7 @@ this.labelDiffMadc5.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc5.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2973,12 +2948,12 @@ // smartLabel47 // this.smartLabel47.BackGround = this.smartGroupBox2; - this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel47.LineSpacing = 0F; - this.smartLabel47.Location = new System.Drawing.Point(3, 150); + this.smartLabel47.Location = new System.Drawing.Point(4, 150); this.smartLabel47.Name = "smartLabel47"; this.smartLabel47.OverlapOptimize = true; this.smartLabel47.PasswordChar = '\0'; @@ -2987,7 +2962,7 @@ this.smartLabel47.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel47.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel47.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel47.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -2995,26 +2970,26 @@ // // smartSeparatorLine6 // - this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine6.Line1Width = 1F; - this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine6.Line2Width = 1F; this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine6.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine6.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine6.Name = "smartSeparatorLine6"; - this.smartSeparatorLine6.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine6.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine6.TabIndex = 38; this.smartSeparatorLine6.Text = "smartSeparatorLine6"; // // labelPressureMaster5 // this.labelPressureMaster5.BackGround = null; - this.labelPressureMaster5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster5.LineSpacing = 0F; - this.labelPressureMaster5.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster5.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster5.Name = "labelPressureMaster5"; this.labelPressureMaster5.OverlapOptimize = true; this.labelPressureMaster5.PasswordChar = '\0'; @@ -3023,7 +2998,7 @@ this.labelPressureMaster5.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster5.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3032,12 +3007,12 @@ // smartLabel49 // this.smartLabel49.BackGround = this.smartGroupBox2; - this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel49.LineSpacing = 0F; - this.smartLabel49.Location = new System.Drawing.Point(3, 262); + this.smartLabel49.Location = new System.Drawing.Point(4, 262); this.smartLabel49.Name = "smartLabel49"; this.smartLabel49.OverlapOptimize = true; this.smartLabel49.PasswordChar = '\0'; @@ -3046,7 +3021,7 @@ this.smartLabel49.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel49.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel49.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel49.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3055,12 +3030,12 @@ // smartLabel50 // this.smartLabel50.BackGround = this.smartGroupBox2; - this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel50.LineSpacing = 0F; - this.smartLabel50.Location = new System.Drawing.Point(3, 240); + this.smartLabel50.Location = new System.Drawing.Point(4, 240); this.smartLabel50.Name = "smartLabel50"; this.smartLabel50.OverlapOptimize = true; this.smartLabel50.PasswordChar = '\0'; @@ -3069,7 +3044,7 @@ this.smartLabel50.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel50.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel50.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel50.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3078,12 +3053,12 @@ // labelDiffSecDiff5 // this.labelDiffSecDiff5.BackGround = null; - this.labelDiffSecDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff5.LineSpacing = 0F; - this.labelDiffSecDiff5.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff5.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff5.Name = "labelDiffSecDiff5"; this.labelDiffSecDiff5.OverlapOptimize = true; this.labelDiffSecDiff5.PasswordChar = '\0'; @@ -3092,7 +3067,7 @@ this.labelDiffSecDiff5.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff5.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3101,12 +3076,12 @@ // smartLabel52 // this.smartLabel52.BackGround = this.smartGroupBox2; - this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel52.LineSpacing = 0F; - this.smartLabel52.Location = new System.Drawing.Point(3, 172); + this.smartLabel52.Location = new System.Drawing.Point(4, 172); this.smartLabel52.Name = "smartLabel52"; this.smartLabel52.OverlapOptimize = true; this.smartLabel52.PasswordChar = '\0'; @@ -3115,7 +3090,7 @@ this.smartLabel52.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel52.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel52.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel52.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3124,12 +3099,12 @@ // labelDispMData5 // this.labelDispMData5.BackGround = null; - this.labelDispMData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData5.LineSpacing = 0F; - this.labelDispMData5.Location = new System.Drawing.Point(80, 83); + this.labelDispMData5.Location = new System.Drawing.Point(81, 83); this.labelDispMData5.Name = "labelDispMData5"; this.labelDispMData5.OverlapOptimize = true; this.labelDispMData5.PasswordChar = '\0'; @@ -3138,7 +3113,7 @@ this.labelDispMData5.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData5.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3147,12 +3122,12 @@ // smartLabel54 // this.smartLabel54.BackGround = this.smartGroupBox2; - this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel54.LineSpacing = 0F; - this.smartLabel54.Location = new System.Drawing.Point(3, 83); + this.smartLabel54.Location = new System.Drawing.Point(4, 83); this.smartLabel54.Name = "smartLabel54"; this.smartLabel54.OverlapOptimize = true; this.smartLabel54.PasswordChar = '\0'; @@ -3161,7 +3136,7 @@ this.smartLabel54.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel54.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel54.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel54.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3170,12 +3145,12 @@ // labelDispRData5 // this.labelDispRData5.BackGround = null; - this.labelDispRData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData5.LineSpacing = 0F; - this.labelDispRData5.Location = new System.Drawing.Point(80, 61); + this.labelDispRData5.Location = new System.Drawing.Point(81, 61); this.labelDispRData5.Name = "labelDispRData5"; this.labelDispRData5.OverlapOptimize = true; this.labelDispRData5.PasswordChar = '\0'; @@ -3183,8 +3158,8 @@ this.labelDispRData5.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData5.Size = new System.Drawing.Size(90, 20); this.labelDispRData5.TabIndex = 28; - this.labelDispRData5.Text = "-9.23"; - this.labelDispRData5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData5.Text = "-9.23 / -10.00"; + this.labelDispRData5.TextColor = System.Drawing.Color.White; this.labelDispRData5.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3193,12 +3168,12 @@ // smartLabel56 // this.smartLabel56.BackGround = this.smartGroupBox2; - this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel56.LineSpacing = 0F; - this.smartLabel56.Location = new System.Drawing.Point(3, 61); + this.smartLabel56.Location = new System.Drawing.Point(4, 61); this.smartLabel56.Name = "smartLabel56"; this.smartLabel56.OverlapOptimize = true; this.smartLabel56.PasswordChar = '\0'; @@ -3207,7 +3182,7 @@ this.smartLabel56.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel56.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel56.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel56.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3215,21 +3190,21 @@ // // smartSeparatorLine15 // - this.smartSeparatorLine15.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine15.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine15.Line1Width = 1F; - this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine15.Line2Width = 1F; this.smartSeparatorLine15.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine15.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine15.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine15.Name = "smartSeparatorLine15"; - this.smartSeparatorLine15.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine15.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine15.TabIndex = 25; this.smartSeparatorLine15.Text = "smartSeparatorLine15"; // // labelResult5 // this.labelResult5.BackGround = null; - this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -3243,7 +3218,7 @@ this.labelResult5.Size = new System.Drawing.Size(166, 27); this.labelResult5.TabIndex = 24; this.labelResult5.Text = "테스트 오류"; - this.labelResult5.TextColor = System.Drawing.Color.Black; + this.labelResult5.TextColor = System.Drawing.Color.White; this.labelResult5.TextColorDisable = System.Drawing.Color.Gray; this.labelResult5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3253,7 +3228,7 @@ // smartGroupBox7 // this.smartGroupBox7.BackGround = null; - this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox7.BackImage = null; this.smartGroupBox7.Controls.Add(this.labelDiffMean9); this.smartGroupBox7.Controls.Add(this.smartLabel128); @@ -3279,7 +3254,7 @@ this.smartGroupBox7.Controls.Add(this.smartLabel105); this.smartGroupBox7.Controls.Add(this.smartSeparatorLine19); this.smartGroupBox7.Controls.Add(this.labelResult9); - this.smartGroupBox7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox7.FrameLineThickness = 2; this.smartGroupBox7.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -3295,12 +3270,12 @@ // labelDiffMean9 // this.labelDiffMean9.BackGround = null; - this.labelDiffMean9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean9.LineSpacing = 0F; - this.labelDiffMean9.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean9.Location = new System.Drawing.Point(81, 216); this.labelDiffMean9.Name = "labelDiffMean9"; this.labelDiffMean9.OverlapOptimize = true; this.labelDiffMean9.PasswordChar = '\0'; @@ -3309,7 +3284,7 @@ this.labelDiffMean9.Size = new System.Drawing.Size(90, 20); this.labelDiffMean9.TabIndex = 49; this.labelDiffMean9.Text = "0.0023"; - this.labelDiffMean9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean9.TextColor = System.Drawing.Color.White; this.labelDiffMean9.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3318,12 +3293,12 @@ // smartLabel128 // this.smartLabel128.BackGround = this.smartGroupBox2; - this.smartLabel128.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel128.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel128.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel128.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel128.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel128.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel128.LineSpacing = 0F; - this.smartLabel128.Location = new System.Drawing.Point(3, 216); + this.smartLabel128.Location = new System.Drawing.Point(4, 216); this.smartLabel128.Name = "smartLabel128"; this.smartLabel128.OverlapOptimize = true; this.smartLabel128.PasswordChar = '\0'; @@ -3332,7 +3307,7 @@ this.smartLabel128.Size = new System.Drawing.Size(70, 20); this.smartLabel128.TabIndex = 48; this.smartLabel128.Text = "DiffMean"; - this.smartLabel128.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel128.TextColor = System.Drawing.Color.White; this.smartLabel128.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel128.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel128.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3341,12 +3316,12 @@ // labelDiffSecSum9 // this.labelDiffSecSum9.BackGround = null; - this.labelDiffSecSum9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum9.LineSpacing = 0F; - this.labelDiffSecSum9.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum9.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum9.Name = "labelDiffSecSum9"; this.labelDiffSecSum9.OverlapOptimize = true; this.labelDiffSecSum9.PasswordChar = '\0'; @@ -3355,7 +3330,7 @@ this.labelDiffSecSum9.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum9.TabIndex = 47; this.labelDiffSecSum9.Text = "0.0023"; - this.labelDiffSecSum9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum9.TextColor = System.Drawing.Color.White; this.labelDiffSecSum9.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3364,12 +3339,12 @@ // smartLabel130 // this.smartLabel130.BackGround = this.smartGroupBox2; - this.smartLabel130.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel130.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel130.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel130.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel130.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel130.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel130.LineSpacing = 0F; - this.smartLabel130.Location = new System.Drawing.Point(3, 194); + this.smartLabel130.Location = new System.Drawing.Point(4, 194); this.smartLabel130.Name = "smartLabel130"; this.smartLabel130.OverlapOptimize = true; this.smartLabel130.PasswordChar = '\0'; @@ -3378,7 +3353,7 @@ this.smartLabel130.Size = new System.Drawing.Size(70, 20); this.smartLabel130.TabIndex = 46; this.smartLabel130.Text = "SecSum"; - this.smartLabel130.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel130.TextColor = System.Drawing.Color.White; this.smartLabel130.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel130.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel130.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3387,12 +3362,12 @@ // labelDispSTD9 // this.labelDispSTD9.BackGround = null; - this.labelDispSTD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD9.LineSpacing = 0F; - this.labelDispSTD9.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD9.Location = new System.Drawing.Point(81, 127); this.labelDispSTD9.Name = "labelDispSTD9"; this.labelDispSTD9.OverlapOptimize = true; this.labelDispSTD9.PasswordChar = '\0'; @@ -3401,7 +3376,7 @@ this.labelDispSTD9.Size = new System.Drawing.Size(90, 20); this.labelDispSTD9.TabIndex = 45; this.labelDispSTD9.Text = "9.2354"; - this.labelDispSTD9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD9.TextColor = System.Drawing.Color.White; this.labelDispSTD9.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3410,12 +3385,12 @@ // smartLabel132 // this.smartLabel132.BackGround = this.smartGroupBox2; - this.smartLabel132.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel132.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel132.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel132.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel132.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel132.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel132.LineSpacing = 0F; - this.smartLabel132.Location = new System.Drawing.Point(3, 127); + this.smartLabel132.Location = new System.Drawing.Point(4, 127); this.smartLabel132.Name = "smartLabel132"; this.smartLabel132.OverlapOptimize = true; this.smartLabel132.PasswordChar = '\0'; @@ -3424,7 +3399,7 @@ this.smartLabel132.Size = new System.Drawing.Size(70, 20); this.smartLabel132.TabIndex = 44; this.smartLabel132.Text = "STD"; - this.smartLabel132.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel132.TextColor = System.Drawing.Color.White; this.smartLabel132.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel132.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel132.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3433,12 +3408,12 @@ // labelDispMDataDiff9 // this.labelDispMDataDiff9.BackGround = null; - this.labelDispMDataDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff9.LineSpacing = 0F; - this.labelDispMDataDiff9.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff9.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff9.Name = "labelDispMDataDiff9"; this.labelDispMDataDiff9.OverlapOptimize = true; this.labelDispMDataDiff9.PasswordChar = '\0'; @@ -3447,7 +3422,7 @@ this.labelDispMDataDiff9.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff9.TabIndex = 43; this.labelDispMDataDiff9.Text = "9.2354"; - this.labelDispMDataDiff9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff9.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff9.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3456,12 +3431,12 @@ // smartLabel134 // this.smartLabel134.BackGround = this.smartGroupBox2; - this.smartLabel134.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel134.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel134.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel134.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel134.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel134.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel134.LineSpacing = 0F; - this.smartLabel134.Location = new System.Drawing.Point(3, 105); + this.smartLabel134.Location = new System.Drawing.Point(4, 105); this.smartLabel134.Name = "smartLabel134"; this.smartLabel134.OverlapOptimize = true; this.smartLabel134.PasswordChar = '\0'; @@ -3470,7 +3445,7 @@ this.smartLabel134.Size = new System.Drawing.Size(70, 20); this.smartLabel134.TabIndex = 42; this.smartLabel134.Text = "MDataDiff"; - this.smartLabel134.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel134.TextColor = System.Drawing.Color.White; this.smartLabel134.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel134.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel134.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3478,26 +3453,26 @@ // // smartSeparatorLine28 // - this.smartSeparatorLine28.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine28.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine28.Line1Width = 1F; - this.smartSeparatorLine28.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine28.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine28.Line2Width = 1F; this.smartSeparatorLine28.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine28.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine28.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine28.Name = "smartSeparatorLine28"; - this.smartSeparatorLine28.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine28.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine28.TabIndex = 37; this.smartSeparatorLine28.Text = "smartSeparatorLine28"; // // labelPressureWork9 // this.labelPressureWork9.BackGround = null; - this.labelPressureWork9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork9.LineSpacing = 0F; - this.labelPressureWork9.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork9.Location = new System.Drawing.Point(81, 240); this.labelPressureWork9.Name = "labelPressureWork9"; this.labelPressureWork9.OverlapOptimize = true; this.labelPressureWork9.PasswordChar = '\0'; @@ -3506,7 +3481,7 @@ this.labelPressureWork9.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork9.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3515,12 +3490,12 @@ // labelDiffMadc9 // this.labelDiffMadc9.BackGround = null; - this.labelDiffMadc9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc9.LineSpacing = 0F; - this.labelDiffMadc9.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc9.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc9.Name = "labelDiffMadc9"; this.labelDiffMadc9.OverlapOptimize = true; this.labelDiffMadc9.PasswordChar = '\0'; @@ -3529,7 +3504,7 @@ this.labelDiffMadc9.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc9.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3538,12 +3513,12 @@ // smartLabel96 // this.smartLabel96.BackGround = this.smartGroupBox2; - this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel96.LineSpacing = 0F; - this.smartLabel96.Location = new System.Drawing.Point(3, 150); + this.smartLabel96.Location = new System.Drawing.Point(4, 150); this.smartLabel96.Name = "smartLabel96"; this.smartLabel96.OverlapOptimize = true; this.smartLabel96.PasswordChar = '\0'; @@ -3552,7 +3527,7 @@ this.smartLabel96.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3560,26 +3535,26 @@ // // smartSeparatorLine27 // - this.smartSeparatorLine27.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine27.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine27.Line1Width = 1F; - this.smartSeparatorLine27.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine27.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine27.Line2Width = 1F; this.smartSeparatorLine27.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine27.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine27.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine27.Name = "smartSeparatorLine27"; - this.smartSeparatorLine27.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine27.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine27.TabIndex = 38; this.smartSeparatorLine27.Text = "smartSeparatorLine27"; // // labelPressureMaster9 // this.labelPressureMaster9.BackGround = null; - this.labelPressureMaster9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster9.LineSpacing = 0F; - this.labelPressureMaster9.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster9.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster9.Name = "labelPressureMaster9"; this.labelPressureMaster9.OverlapOptimize = true; this.labelPressureMaster9.PasswordChar = '\0'; @@ -3588,7 +3563,7 @@ this.labelPressureMaster9.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster9.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3597,12 +3572,12 @@ // smartLabel98 // this.smartLabel98.BackGround = this.smartGroupBox2; - this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel98.LineSpacing = 0F; - this.smartLabel98.Location = new System.Drawing.Point(3, 262); + this.smartLabel98.Location = new System.Drawing.Point(4, 262); this.smartLabel98.Name = "smartLabel98"; this.smartLabel98.OverlapOptimize = true; this.smartLabel98.PasswordChar = '\0'; @@ -3611,7 +3586,7 @@ this.smartLabel98.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel98.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel98.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel98.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3620,12 +3595,12 @@ // smartLabel99 // this.smartLabel99.BackGround = this.smartGroupBox2; - this.smartLabel99.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel99.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel99.LineSpacing = 0F; - this.smartLabel99.Location = new System.Drawing.Point(3, 240); + this.smartLabel99.Location = new System.Drawing.Point(4, 240); this.smartLabel99.Name = "smartLabel99"; this.smartLabel99.OverlapOptimize = true; this.smartLabel99.PasswordChar = '\0'; @@ -3634,7 +3609,7 @@ this.smartLabel99.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel99.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel99.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel99.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3643,12 +3618,12 @@ // labelDiffSecDiff9 // this.labelDiffSecDiff9.BackGround = null; - this.labelDiffSecDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff9.LineSpacing = 0F; - this.labelDiffSecDiff9.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff9.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff9.Name = "labelDiffSecDiff9"; this.labelDiffSecDiff9.OverlapOptimize = true; this.labelDiffSecDiff9.PasswordChar = '\0'; @@ -3657,7 +3632,7 @@ this.labelDiffSecDiff9.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff9.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3666,12 +3641,12 @@ // smartLabel101 // this.smartLabel101.BackGround = this.smartGroupBox2; - this.smartLabel101.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel101.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel101.LineSpacing = 0F; - this.smartLabel101.Location = new System.Drawing.Point(3, 172); + this.smartLabel101.Location = new System.Drawing.Point(4, 172); this.smartLabel101.Name = "smartLabel101"; this.smartLabel101.OverlapOptimize = true; this.smartLabel101.PasswordChar = '\0'; @@ -3680,7 +3655,7 @@ this.smartLabel101.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel101.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel101.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel101.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3689,12 +3664,12 @@ // labelDispMData9 // this.labelDispMData9.BackGround = null; - this.labelDispMData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData9.LineSpacing = 0F; - this.labelDispMData9.Location = new System.Drawing.Point(80, 83); + this.labelDispMData9.Location = new System.Drawing.Point(81, 83); this.labelDispMData9.Name = "labelDispMData9"; this.labelDispMData9.OverlapOptimize = true; this.labelDispMData9.PasswordChar = '\0'; @@ -3703,7 +3678,7 @@ this.labelDispMData9.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData9.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3712,12 +3687,12 @@ // smartLabel103 // this.smartLabel103.BackGround = this.smartGroupBox2; - this.smartLabel103.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel103.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel103.LineSpacing = 0F; - this.smartLabel103.Location = new System.Drawing.Point(3, 83); + this.smartLabel103.Location = new System.Drawing.Point(4, 83); this.smartLabel103.Name = "smartLabel103"; this.smartLabel103.OverlapOptimize = true; this.smartLabel103.PasswordChar = '\0'; @@ -3726,7 +3701,7 @@ this.smartLabel103.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel103.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel103.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel103.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3735,12 +3710,12 @@ // labelDispRData9 // this.labelDispRData9.BackGround = null; - this.labelDispRData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData9.LineSpacing = 0F; - this.labelDispRData9.Location = new System.Drawing.Point(80, 61); + this.labelDispRData9.Location = new System.Drawing.Point(81, 61); this.labelDispRData9.Name = "labelDispRData9"; this.labelDispRData9.OverlapOptimize = true; this.labelDispRData9.PasswordChar = '\0'; @@ -3748,8 +3723,8 @@ this.labelDispRData9.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData9.Size = new System.Drawing.Size(90, 20); this.labelDispRData9.TabIndex = 28; - this.labelDispRData9.Text = "-9.23"; - this.labelDispRData9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData9.Text = "-9.23 / -10.00"; + this.labelDispRData9.TextColor = System.Drawing.Color.White; this.labelDispRData9.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3758,12 +3733,12 @@ // smartLabel105 // this.smartLabel105.BackGround = this.smartGroupBox2; - this.smartLabel105.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel105.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel105.LineSpacing = 0F; - this.smartLabel105.Location = new System.Drawing.Point(3, 61); + this.smartLabel105.Location = new System.Drawing.Point(4, 61); this.smartLabel105.Name = "smartLabel105"; this.smartLabel105.OverlapOptimize = true; this.smartLabel105.PasswordChar = '\0'; @@ -3772,7 +3747,7 @@ this.smartLabel105.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel105.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel105.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel105.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -3780,21 +3755,21 @@ // // smartSeparatorLine19 // - this.smartSeparatorLine19.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine19.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine19.Line1Width = 1F; - this.smartSeparatorLine19.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine19.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine19.Line2Width = 1F; this.smartSeparatorLine19.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine19.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine19.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine19.Name = "smartSeparatorLine19"; - this.smartSeparatorLine19.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine19.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine19.TabIndex = 25; this.smartSeparatorLine19.Text = "smartSeparatorLine19"; // // labelResult9 // this.labelResult9.BackGround = null; - this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -3817,18 +3792,18 @@ // labelProgress8 // this.labelProgress8.BackGround = null; - this.labelProgress8.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress8.LineSpacing = 0F; - this.labelProgress8.Location = new System.Drawing.Point(692, 37); + this.labelProgress8.Location = new System.Drawing.Point(676, 37); this.labelProgress8.Name = "labelProgress8"; this.labelProgress8.OverlapOptimize = true; this.labelProgress8.PasswordChar = '\0'; this.labelProgress8.Radius = 3; this.labelProgress8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress8.Size = new System.Drawing.Size(80, 40); + this.labelProgress8.Size = new System.Drawing.Size(90, 40); this.labelProgress8.TabIndex = 89; this.labelProgress8.Text = "배출"; this.labelProgress8.TextColor = System.Drawing.Color.Black; @@ -3840,18 +3815,18 @@ // labelProgress7 // this.labelProgress7.BackGround = null; - this.labelProgress7.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress7.LineSpacing = 0F; - this.labelProgress7.Location = new System.Drawing.Point(606, 37); + this.labelProgress7.Location = new System.Drawing.Point(580, 37); this.labelProgress7.Name = "labelProgress7"; this.labelProgress7.OverlapOptimize = true; this.labelProgress7.PasswordChar = '\0'; this.labelProgress7.Radius = 3; this.labelProgress7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress7.Size = new System.Drawing.Size(80, 40); + this.labelProgress7.Size = new System.Drawing.Size(90, 40); this.labelProgress7.TabIndex = 88; this.labelProgress7.Text = "챔버분리"; this.labelProgress7.TextColor = System.Drawing.Color.Black; @@ -3863,18 +3838,18 @@ // labelProgress6 // this.labelProgress6.BackGround = null; - this.labelProgress6.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress6.LineSpacing = 0F; - this.labelProgress6.Location = new System.Drawing.Point(520, 37); + this.labelProgress6.Location = new System.Drawing.Point(484, 37); this.labelProgress6.Name = "labelProgress6"; this.labelProgress6.OverlapOptimize = true; this.labelProgress6.PasswordChar = '\0'; this.labelProgress6.Radius = 3; this.labelProgress6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress6.Size = new System.Drawing.Size(80, 40); + this.labelProgress6.Size = new System.Drawing.Size(90, 40); this.labelProgress6.TabIndex = 87; this.labelProgress6.Text = "진공파기"; this.labelProgress6.TextColor = System.Drawing.Color.Black; @@ -3886,18 +3861,18 @@ // labelProgress4 // this.labelProgress4.BackGround = null; - this.labelProgress4.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress4.LineSpacing = 0F; - this.labelProgress4.Location = new System.Drawing.Point(348, 37); + this.labelProgress4.Location = new System.Drawing.Point(388, 37); this.labelProgress4.Name = "labelProgress4"; this.labelProgress4.OverlapOptimize = true; this.labelProgress4.PasswordChar = '\0'; this.labelProgress4.Radius = 3; this.labelProgress4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress4.Size = new System.Drawing.Size(80, 40); + this.labelProgress4.Size = new System.Drawing.Size(90, 40); this.labelProgress4.TabIndex = 86; this.labelProgress4.Text = "진공유지"; this.labelProgress4.TextColor = System.Drawing.Color.Black; @@ -3909,18 +3884,18 @@ // labelProgress3 // this.labelProgress3.BackGround = null; - this.labelProgress3.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress3.LineSpacing = 0F; - this.labelProgress3.Location = new System.Drawing.Point(262, 37); + this.labelProgress3.Location = new System.Drawing.Point(292, 37); this.labelProgress3.Name = "labelProgress3"; this.labelProgress3.OverlapOptimize = true; this.labelProgress3.PasswordChar = '\0'; this.labelProgress3.Radius = 3; this.labelProgress3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress3.Size = new System.Drawing.Size(80, 40); + this.labelProgress3.Size = new System.Drawing.Size(90, 40); this.labelProgress3.TabIndex = 85; this.labelProgress3.Text = "진공시작"; this.labelProgress3.TextColor = System.Drawing.Color.Black; @@ -3932,18 +3907,18 @@ // labelProgress2 // this.labelProgress2.BackGround = null; - this.labelProgress2.BackGroundColor = System.Drawing.Color.Lime; + this.labelProgress2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress2.LineSpacing = 0F; - this.labelProgress2.Location = new System.Drawing.Point(176, 37); + this.labelProgress2.Location = new System.Drawing.Point(196, 37); this.labelProgress2.Name = "labelProgress2"; this.labelProgress2.OverlapOptimize = true; this.labelProgress2.PasswordChar = '\0'; this.labelProgress2.Radius = 3; this.labelProgress2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress2.Size = new System.Drawing.Size(80, 40); + this.labelProgress2.Size = new System.Drawing.Size(90, 40); this.labelProgress2.TabIndex = 84; this.labelProgress2.Text = "챔버결합"; this.labelProgress2.TextColor = System.Drawing.Color.Black; @@ -3955,18 +3930,18 @@ // labelProgress1 // this.labelProgress1.BackGround = null; - this.labelProgress1.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress1.LineSpacing = 0F; - this.labelProgress1.Location = new System.Drawing.Point(90, 37); + this.labelProgress1.Location = new System.Drawing.Point(100, 37); this.labelProgress1.Name = "labelProgress1"; this.labelProgress1.OverlapOptimize = true; this.labelProgress1.PasswordChar = '\0'; this.labelProgress1.Radius = 3; this.labelProgress1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress1.Size = new System.Drawing.Size(80, 40); + this.labelProgress1.Size = new System.Drawing.Size(90, 40); this.labelProgress1.TabIndex = 83; this.labelProgress1.Text = "제품진입"; this.labelProgress1.TextColor = System.Drawing.Color.Black; @@ -3978,7 +3953,7 @@ // labelProgress0 // this.labelProgress0.BackGround = null; - this.labelProgress0.BackGroundColor = System.Drawing.Color.Azure; + this.labelProgress0.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.labelProgress0.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress0.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); @@ -3989,7 +3964,7 @@ this.labelProgress0.PasswordChar = '\0'; this.labelProgress0.Radius = 3; this.labelProgress0.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelProgress0.Size = new System.Drawing.Size(80, 40); + this.labelProgress0.Size = new System.Drawing.Size(90, 40); this.labelProgress0.TabIndex = 82; this.labelProgress0.Text = "초기상태"; this.labelProgress0.TextColor = System.Drawing.Color.Black; @@ -4001,7 +3976,7 @@ // smartGroupBox8 // this.smartGroupBox8.BackGround = null; - this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox8.BackImage = null; this.smartGroupBox8.Controls.Add(this.labelDiffMean10); this.smartGroupBox8.Controls.Add(this.smartLabel136); @@ -4027,7 +4002,7 @@ this.smartGroupBox8.Controls.Add(this.smartLabel117); this.smartGroupBox8.Controls.Add(this.smartSeparatorLine20); this.smartGroupBox8.Controls.Add(this.labelResult10); - this.smartGroupBox8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox8.FrameLineThickness = 2; this.smartGroupBox8.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -4043,12 +4018,12 @@ // labelDiffMean10 // this.labelDiffMean10.BackGround = null; - this.labelDiffMean10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean10.LineSpacing = 0F; - this.labelDiffMean10.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean10.Location = new System.Drawing.Point(81, 216); this.labelDiffMean10.Name = "labelDiffMean10"; this.labelDiffMean10.OverlapOptimize = true; this.labelDiffMean10.PasswordChar = '\0'; @@ -4057,7 +4032,7 @@ this.labelDiffMean10.Size = new System.Drawing.Size(90, 20); this.labelDiffMean10.TabIndex = 49; this.labelDiffMean10.Text = "0.0023"; - this.labelDiffMean10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean10.TextColor = System.Drawing.Color.White; this.labelDiffMean10.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4066,12 +4041,12 @@ // smartLabel136 // this.smartLabel136.BackGround = this.smartGroupBox2; - this.smartLabel136.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel136.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel136.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel136.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel136.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel136.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel136.LineSpacing = 0F; - this.smartLabel136.Location = new System.Drawing.Point(3, 216); + this.smartLabel136.Location = new System.Drawing.Point(4, 216); this.smartLabel136.Name = "smartLabel136"; this.smartLabel136.OverlapOptimize = true; this.smartLabel136.PasswordChar = '\0'; @@ -4080,7 +4055,7 @@ this.smartLabel136.Size = new System.Drawing.Size(70, 20); this.smartLabel136.TabIndex = 48; this.smartLabel136.Text = "DiffMean"; - this.smartLabel136.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel136.TextColor = System.Drawing.Color.White; this.smartLabel136.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel136.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel136.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4089,12 +4064,12 @@ // labelDiffSecSum10 // this.labelDiffSecSum10.BackGround = null; - this.labelDiffSecSum10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum10.LineSpacing = 0F; - this.labelDiffSecSum10.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum10.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum10.Name = "labelDiffSecSum10"; this.labelDiffSecSum10.OverlapOptimize = true; this.labelDiffSecSum10.PasswordChar = '\0'; @@ -4103,7 +4078,7 @@ this.labelDiffSecSum10.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum10.TabIndex = 47; this.labelDiffSecSum10.Text = "0.0023"; - this.labelDiffSecSum10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum10.TextColor = System.Drawing.Color.White; this.labelDiffSecSum10.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4112,12 +4087,12 @@ // smartLabel138 // this.smartLabel138.BackGround = this.smartGroupBox2; - this.smartLabel138.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel138.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel138.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel138.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel138.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel138.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel138.LineSpacing = 0F; - this.smartLabel138.Location = new System.Drawing.Point(3, 194); + this.smartLabel138.Location = new System.Drawing.Point(4, 194); this.smartLabel138.Name = "smartLabel138"; this.smartLabel138.OverlapOptimize = true; this.smartLabel138.PasswordChar = '\0'; @@ -4126,7 +4101,7 @@ this.smartLabel138.Size = new System.Drawing.Size(70, 20); this.smartLabel138.TabIndex = 46; this.smartLabel138.Text = "SecSum"; - this.smartLabel138.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel138.TextColor = System.Drawing.Color.White; this.smartLabel138.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel138.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel138.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4135,12 +4110,12 @@ // labelDispSTD10 // this.labelDispSTD10.BackGround = null; - this.labelDispSTD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD10.LineSpacing = 0F; - this.labelDispSTD10.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD10.Location = new System.Drawing.Point(81, 127); this.labelDispSTD10.Name = "labelDispSTD10"; this.labelDispSTD10.OverlapOptimize = true; this.labelDispSTD10.PasswordChar = '\0'; @@ -4149,7 +4124,7 @@ this.labelDispSTD10.Size = new System.Drawing.Size(90, 20); this.labelDispSTD10.TabIndex = 45; this.labelDispSTD10.Text = "9.2354"; - this.labelDispSTD10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD10.TextColor = System.Drawing.Color.White; this.labelDispSTD10.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4158,12 +4133,12 @@ // smartLabel140 // this.smartLabel140.BackGround = this.smartGroupBox2; - this.smartLabel140.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel140.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel140.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel140.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel140.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel140.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel140.LineSpacing = 0F; - this.smartLabel140.Location = new System.Drawing.Point(3, 127); + this.smartLabel140.Location = new System.Drawing.Point(4, 127); this.smartLabel140.Name = "smartLabel140"; this.smartLabel140.OverlapOptimize = true; this.smartLabel140.PasswordChar = '\0'; @@ -4172,7 +4147,7 @@ this.smartLabel140.Size = new System.Drawing.Size(70, 20); this.smartLabel140.TabIndex = 44; this.smartLabel140.Text = "STD"; - this.smartLabel140.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel140.TextColor = System.Drawing.Color.White; this.smartLabel140.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel140.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel140.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4181,12 +4156,12 @@ // labelDispMDataDiff10 // this.labelDispMDataDiff10.BackGround = null; - this.labelDispMDataDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff10.LineSpacing = 0F; - this.labelDispMDataDiff10.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff10.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff10.Name = "labelDispMDataDiff10"; this.labelDispMDataDiff10.OverlapOptimize = true; this.labelDispMDataDiff10.PasswordChar = '\0'; @@ -4195,7 +4170,7 @@ this.labelDispMDataDiff10.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff10.TabIndex = 43; this.labelDispMDataDiff10.Text = "9.2354"; - this.labelDispMDataDiff10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff10.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff10.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4204,12 +4179,12 @@ // smartLabel142 // this.smartLabel142.BackGround = this.smartGroupBox2; - this.smartLabel142.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel142.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel142.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel142.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel142.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel142.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel142.LineSpacing = 0F; - this.smartLabel142.Location = new System.Drawing.Point(3, 105); + this.smartLabel142.Location = new System.Drawing.Point(4, 105); this.smartLabel142.Name = "smartLabel142"; this.smartLabel142.OverlapOptimize = true; this.smartLabel142.PasswordChar = '\0'; @@ -4218,7 +4193,7 @@ this.smartLabel142.Size = new System.Drawing.Size(70, 20); this.smartLabel142.TabIndex = 42; this.smartLabel142.Text = "MDataDiff"; - this.smartLabel142.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel142.TextColor = System.Drawing.Color.White; this.smartLabel142.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel142.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel142.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4226,26 +4201,26 @@ // // smartSeparatorLine30 // - this.smartSeparatorLine30.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine30.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine30.Line1Width = 1F; - this.smartSeparatorLine30.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine30.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine30.Line2Width = 1F; this.smartSeparatorLine30.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine30.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine30.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine30.Name = "smartSeparatorLine30"; - this.smartSeparatorLine30.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine30.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine30.TabIndex = 37; this.smartSeparatorLine30.Text = "smartSeparatorLine30"; // // labelPressureWork10 // this.labelPressureWork10.BackGround = null; - this.labelPressureWork10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork10.LineSpacing = 0F; - this.labelPressureWork10.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork10.Location = new System.Drawing.Point(81, 240); this.labelPressureWork10.Name = "labelPressureWork10"; this.labelPressureWork10.OverlapOptimize = true; this.labelPressureWork10.PasswordChar = '\0'; @@ -4254,7 +4229,7 @@ this.labelPressureWork10.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork10.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4263,12 +4238,12 @@ // labelDiffMadc10 // this.labelDiffMadc10.BackGround = null; - this.labelDiffMadc10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc10.LineSpacing = 0F; - this.labelDiffMadc10.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc10.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc10.Name = "labelDiffMadc10"; this.labelDiffMadc10.OverlapOptimize = true; this.labelDiffMadc10.PasswordChar = '\0'; @@ -4277,7 +4252,7 @@ this.labelDiffMadc10.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc10.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4286,12 +4261,12 @@ // smartLabel108 // this.smartLabel108.BackGround = this.smartGroupBox2; - this.smartLabel108.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel108.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel108.LineSpacing = 0F; - this.smartLabel108.Location = new System.Drawing.Point(3, 150); + this.smartLabel108.Location = new System.Drawing.Point(4, 150); this.smartLabel108.Name = "smartLabel108"; this.smartLabel108.OverlapOptimize = true; this.smartLabel108.PasswordChar = '\0'; @@ -4300,7 +4275,7 @@ this.smartLabel108.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel108.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel108.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel108.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4308,26 +4283,26 @@ // // smartSeparatorLine29 // - this.smartSeparatorLine29.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine29.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine29.Line1Width = 1F; - this.smartSeparatorLine29.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine29.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine29.Line2Width = 1F; this.smartSeparatorLine29.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine29.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine29.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine29.Name = "smartSeparatorLine29"; - this.smartSeparatorLine29.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine29.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine29.TabIndex = 38; this.smartSeparatorLine29.Text = "smartSeparatorLine29"; // // labelPressureMaster10 // this.labelPressureMaster10.BackGround = null; - this.labelPressureMaster10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster10.LineSpacing = 0F; - this.labelPressureMaster10.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster10.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster10.Name = "labelPressureMaster10"; this.labelPressureMaster10.OverlapOptimize = true; this.labelPressureMaster10.PasswordChar = '\0'; @@ -4336,7 +4311,7 @@ this.labelPressureMaster10.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster10.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4345,12 +4320,12 @@ // smartLabel110 // this.smartLabel110.BackGround = this.smartGroupBox2; - this.smartLabel110.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel110.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel110.LineSpacing = 0F; - this.smartLabel110.Location = new System.Drawing.Point(3, 262); + this.smartLabel110.Location = new System.Drawing.Point(4, 262); this.smartLabel110.Name = "smartLabel110"; this.smartLabel110.OverlapOptimize = true; this.smartLabel110.PasswordChar = '\0'; @@ -4359,7 +4334,7 @@ this.smartLabel110.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel110.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel110.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel110.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4368,12 +4343,12 @@ // smartLabel111 // this.smartLabel111.BackGround = this.smartGroupBox2; - this.smartLabel111.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel111.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel111.LineSpacing = 0F; - this.smartLabel111.Location = new System.Drawing.Point(3, 240); + this.smartLabel111.Location = new System.Drawing.Point(4, 240); this.smartLabel111.Name = "smartLabel111"; this.smartLabel111.OverlapOptimize = true; this.smartLabel111.PasswordChar = '\0'; @@ -4382,7 +4357,7 @@ this.smartLabel111.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel111.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel111.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel111.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4391,12 +4366,12 @@ // labelDiffSecDiff10 // this.labelDiffSecDiff10.BackGround = null; - this.labelDiffSecDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff10.LineSpacing = 0F; - this.labelDiffSecDiff10.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff10.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff10.Name = "labelDiffSecDiff10"; this.labelDiffSecDiff10.OverlapOptimize = true; this.labelDiffSecDiff10.PasswordChar = '\0'; @@ -4405,7 +4380,7 @@ this.labelDiffSecDiff10.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff10.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4414,12 +4389,12 @@ // smartLabel113 // this.smartLabel113.BackGround = this.smartGroupBox2; - this.smartLabel113.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel113.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel113.LineSpacing = 0F; - this.smartLabel113.Location = new System.Drawing.Point(3, 172); + this.smartLabel113.Location = new System.Drawing.Point(4, 172); this.smartLabel113.Name = "smartLabel113"; this.smartLabel113.OverlapOptimize = true; this.smartLabel113.PasswordChar = '\0'; @@ -4428,7 +4403,7 @@ this.smartLabel113.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel113.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel113.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel113.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4437,12 +4412,12 @@ // labelDispMData10 // this.labelDispMData10.BackGround = null; - this.labelDispMData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData10.LineSpacing = 0F; - this.labelDispMData10.Location = new System.Drawing.Point(80, 83); + this.labelDispMData10.Location = new System.Drawing.Point(81, 83); this.labelDispMData10.Name = "labelDispMData10"; this.labelDispMData10.OverlapOptimize = true; this.labelDispMData10.PasswordChar = '\0'; @@ -4451,7 +4426,7 @@ this.labelDispMData10.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData10.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4460,12 +4435,12 @@ // smartLabel115 // this.smartLabel115.BackGround = this.smartGroupBox2; - this.smartLabel115.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel115.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel115.LineSpacing = 0F; - this.smartLabel115.Location = new System.Drawing.Point(3, 83); + this.smartLabel115.Location = new System.Drawing.Point(4, 83); this.smartLabel115.Name = "smartLabel115"; this.smartLabel115.OverlapOptimize = true; this.smartLabel115.PasswordChar = '\0'; @@ -4474,7 +4449,7 @@ this.smartLabel115.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel115.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel115.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel115.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4483,12 +4458,12 @@ // labelDispRData10 // this.labelDispRData10.BackGround = null; - this.labelDispRData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData10.LineSpacing = 0F; - this.labelDispRData10.Location = new System.Drawing.Point(80, 61); + this.labelDispRData10.Location = new System.Drawing.Point(81, 61); this.labelDispRData10.Name = "labelDispRData10"; this.labelDispRData10.OverlapOptimize = true; this.labelDispRData10.PasswordChar = '\0'; @@ -4496,8 +4471,8 @@ this.labelDispRData10.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData10.Size = new System.Drawing.Size(90, 20); this.labelDispRData10.TabIndex = 28; - this.labelDispRData10.Text = "-9.23"; - this.labelDispRData10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData10.Text = "-9.23 / -10.00"; + this.labelDispRData10.TextColor = System.Drawing.Color.White; this.labelDispRData10.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4506,12 +4481,12 @@ // smartLabel117 // this.smartLabel117.BackGround = this.smartGroupBox2; - this.smartLabel117.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel117.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel117.LineSpacing = 0F; - this.smartLabel117.Location = new System.Drawing.Point(3, 61); + this.smartLabel117.Location = new System.Drawing.Point(4, 61); this.smartLabel117.Name = "smartLabel117"; this.smartLabel117.OverlapOptimize = true; this.smartLabel117.PasswordChar = '\0'; @@ -4520,7 +4495,7 @@ this.smartLabel117.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel117.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel117.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel117.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4528,21 +4503,21 @@ // // smartSeparatorLine20 // - this.smartSeparatorLine20.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine20.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine20.Line1Width = 1F; - this.smartSeparatorLine20.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine20.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine20.Line2Width = 1F; this.smartSeparatorLine20.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine20.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine20.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine20.Name = "smartSeparatorLine20"; - this.smartSeparatorLine20.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine20.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine20.TabIndex = 25; this.smartSeparatorLine20.Text = "smartSeparatorLine20"; // // labelResult10 // this.labelResult10.BackGround = null; - this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -4565,7 +4540,7 @@ // smartGroupBox9 // this.smartGroupBox9.BackGround = null; - this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox9.BackImage = null; this.smartGroupBox9.Controls.Add(this.labelDiffMean8); this.smartGroupBox9.Controls.Add(this.smartLabel120); @@ -4591,7 +4566,7 @@ this.smartGroupBox9.Controls.Add(this.smartLabel93); this.smartGroupBox9.Controls.Add(this.smartSeparatorLine18); this.smartGroupBox9.Controls.Add(this.labelResult8); - this.smartGroupBox9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox9.FrameLineThickness = 2; this.smartGroupBox9.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -4607,12 +4582,12 @@ // labelDiffMean8 // this.labelDiffMean8.BackGround = null; - this.labelDiffMean8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean8.LineSpacing = 0F; - this.labelDiffMean8.Location = new System.Drawing.Point(77, 216); + this.labelDiffMean8.Location = new System.Drawing.Point(80, 216); this.labelDiffMean8.Name = "labelDiffMean8"; this.labelDiffMean8.OverlapOptimize = true; this.labelDiffMean8.PasswordChar = '\0'; @@ -4621,7 +4596,7 @@ this.labelDiffMean8.Size = new System.Drawing.Size(90, 20); this.labelDiffMean8.TabIndex = 49; this.labelDiffMean8.Text = "0.0023"; - this.labelDiffMean8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean8.TextColor = System.Drawing.Color.White; this.labelDiffMean8.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4630,12 +4605,12 @@ // smartLabel120 // this.smartLabel120.BackGround = this.smartGroupBox2; - this.smartLabel120.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel120.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel120.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel120.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel120.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel120.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel120.LineSpacing = 0F; - this.smartLabel120.Location = new System.Drawing.Point(3, 216); + this.smartLabel120.Location = new System.Drawing.Point(6, 216); this.smartLabel120.Name = "smartLabel120"; this.smartLabel120.OverlapOptimize = true; this.smartLabel120.PasswordChar = '\0'; @@ -4644,7 +4619,7 @@ this.smartLabel120.Size = new System.Drawing.Size(70, 20); this.smartLabel120.TabIndex = 48; this.smartLabel120.Text = "DiffMean"; - this.smartLabel120.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel120.TextColor = System.Drawing.Color.White; this.smartLabel120.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel120.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel120.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4653,12 +4628,12 @@ // labelDiffSecSum8 // this.labelDiffSecSum8.BackGround = null; - this.labelDiffSecSum8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum8.LineSpacing = 0F; - this.labelDiffSecSum8.Location = new System.Drawing.Point(77, 194); + this.labelDiffSecSum8.Location = new System.Drawing.Point(80, 194); this.labelDiffSecSum8.Name = "labelDiffSecSum8"; this.labelDiffSecSum8.OverlapOptimize = true; this.labelDiffSecSum8.PasswordChar = '\0'; @@ -4667,7 +4642,7 @@ this.labelDiffSecSum8.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum8.TabIndex = 47; this.labelDiffSecSum8.Text = "0.0023"; - this.labelDiffSecSum8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum8.TextColor = System.Drawing.Color.White; this.labelDiffSecSum8.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4676,12 +4651,12 @@ // smartLabel122 // this.smartLabel122.BackGround = this.smartGroupBox2; - this.smartLabel122.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel122.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel122.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel122.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel122.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel122.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel122.LineSpacing = 0F; - this.smartLabel122.Location = new System.Drawing.Point(3, 194); + this.smartLabel122.Location = new System.Drawing.Point(6, 194); this.smartLabel122.Name = "smartLabel122"; this.smartLabel122.OverlapOptimize = true; this.smartLabel122.PasswordChar = '\0'; @@ -4690,7 +4665,7 @@ this.smartLabel122.Size = new System.Drawing.Size(70, 20); this.smartLabel122.TabIndex = 46; this.smartLabel122.Text = "SecSum"; - this.smartLabel122.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel122.TextColor = System.Drawing.Color.White; this.smartLabel122.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel122.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel122.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4699,12 +4674,12 @@ // labelDispSTD8 // this.labelDispSTD8.BackGround = null; - this.labelDispSTD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD8.LineSpacing = 0F; - this.labelDispSTD8.Location = new System.Drawing.Point(77, 127); + this.labelDispSTD8.Location = new System.Drawing.Point(80, 127); this.labelDispSTD8.Name = "labelDispSTD8"; this.labelDispSTD8.OverlapOptimize = true; this.labelDispSTD8.PasswordChar = '\0'; @@ -4713,7 +4688,7 @@ this.labelDispSTD8.Size = new System.Drawing.Size(90, 20); this.labelDispSTD8.TabIndex = 45; this.labelDispSTD8.Text = "9.2354"; - this.labelDispSTD8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD8.TextColor = System.Drawing.Color.White; this.labelDispSTD8.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4722,12 +4697,12 @@ // smartLabel124 // this.smartLabel124.BackGround = this.smartGroupBox2; - this.smartLabel124.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel124.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel124.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel124.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel124.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel124.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel124.LineSpacing = 0F; - this.smartLabel124.Location = new System.Drawing.Point(3, 127); + this.smartLabel124.Location = new System.Drawing.Point(6, 127); this.smartLabel124.Name = "smartLabel124"; this.smartLabel124.OverlapOptimize = true; this.smartLabel124.PasswordChar = '\0'; @@ -4736,7 +4711,7 @@ this.smartLabel124.Size = new System.Drawing.Size(70, 20); this.smartLabel124.TabIndex = 44; this.smartLabel124.Text = "STD"; - this.smartLabel124.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel124.TextColor = System.Drawing.Color.White; this.smartLabel124.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel124.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel124.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4745,12 +4720,12 @@ // labelDispMDataDiff8 // this.labelDispMDataDiff8.BackGround = null; - this.labelDispMDataDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff8.LineSpacing = 0F; - this.labelDispMDataDiff8.Location = new System.Drawing.Point(77, 105); + this.labelDispMDataDiff8.Location = new System.Drawing.Point(80, 105); this.labelDispMDataDiff8.Name = "labelDispMDataDiff8"; this.labelDispMDataDiff8.OverlapOptimize = true; this.labelDispMDataDiff8.PasswordChar = '\0'; @@ -4759,7 +4734,7 @@ this.labelDispMDataDiff8.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff8.TabIndex = 43; this.labelDispMDataDiff8.Text = "9.2354"; - this.labelDispMDataDiff8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff8.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff8.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4768,12 +4743,12 @@ // smartLabel126 // this.smartLabel126.BackGround = this.smartGroupBox2; - this.smartLabel126.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel126.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel126.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel126.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel126.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel126.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel126.LineSpacing = 0F; - this.smartLabel126.Location = new System.Drawing.Point(3, 105); + this.smartLabel126.Location = new System.Drawing.Point(6, 105); this.smartLabel126.Name = "smartLabel126"; this.smartLabel126.OverlapOptimize = true; this.smartLabel126.PasswordChar = '\0'; @@ -4782,7 +4757,7 @@ this.smartLabel126.Size = new System.Drawing.Size(70, 20); this.smartLabel126.TabIndex = 42; this.smartLabel126.Text = "MDataDiff"; - this.smartLabel126.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel126.TextColor = System.Drawing.Color.White; this.smartLabel126.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel126.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel126.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4790,26 +4765,26 @@ // // smartSeparatorLine26 // - this.smartSeparatorLine26.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine26.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine26.Line1Width = 1F; - this.smartSeparatorLine26.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine26.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine26.Line2Width = 1F; this.smartSeparatorLine26.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine26.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine26.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine26.Name = "smartSeparatorLine26"; - this.smartSeparatorLine26.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine26.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine26.TabIndex = 37; this.smartSeparatorLine26.Text = "smartSeparatorLine26"; // // labelPressureWork8 // this.labelPressureWork8.BackGround = null; - this.labelPressureWork8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork8.LineSpacing = 0F; - this.labelPressureWork8.Location = new System.Drawing.Point(77, 240); + this.labelPressureWork8.Location = new System.Drawing.Point(80, 240); this.labelPressureWork8.Name = "labelPressureWork8"; this.labelPressureWork8.OverlapOptimize = true; this.labelPressureWork8.PasswordChar = '\0'; @@ -4818,7 +4793,7 @@ this.labelPressureWork8.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork8.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4827,12 +4802,12 @@ // labelDiffMadc8 // this.labelDiffMadc8.BackGround = null; - this.labelDiffMadc8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc8.LineSpacing = 0F; - this.labelDiffMadc8.Location = new System.Drawing.Point(77, 150); + this.labelDiffMadc8.Location = new System.Drawing.Point(80, 150); this.labelDiffMadc8.Name = "labelDiffMadc8"; this.labelDiffMadc8.OverlapOptimize = true; this.labelDiffMadc8.PasswordChar = '\0'; @@ -4841,7 +4816,7 @@ this.labelDiffMadc8.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc8.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4850,12 +4825,12 @@ // smartLabel84 // this.smartLabel84.BackGround = this.smartGroupBox2; - this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel84.LineSpacing = 0F; - this.smartLabel84.Location = new System.Drawing.Point(3, 150); + this.smartLabel84.Location = new System.Drawing.Point(6, 150); this.smartLabel84.Name = "smartLabel84"; this.smartLabel84.OverlapOptimize = true; this.smartLabel84.PasswordChar = '\0'; @@ -4864,7 +4839,7 @@ this.smartLabel84.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel84.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel84.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel84.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4872,26 +4847,26 @@ // // smartSeparatorLine25 // - this.smartSeparatorLine25.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine25.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine25.Line1Width = 1F; - this.smartSeparatorLine25.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine25.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine25.Line2Width = 1F; this.smartSeparatorLine25.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine25.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine25.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine25.Name = "smartSeparatorLine25"; - this.smartSeparatorLine25.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine25.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine25.TabIndex = 38; this.smartSeparatorLine25.Text = "smartSeparatorLine25"; // // labelPressureMaster8 // this.labelPressureMaster8.BackGround = null; - this.labelPressureMaster8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster8.LineSpacing = 0F; - this.labelPressureMaster8.Location = new System.Drawing.Point(77, 262); + this.labelPressureMaster8.Location = new System.Drawing.Point(80, 262); this.labelPressureMaster8.Name = "labelPressureMaster8"; this.labelPressureMaster8.OverlapOptimize = true; this.labelPressureMaster8.PasswordChar = '\0'; @@ -4900,7 +4875,7 @@ this.labelPressureMaster8.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster8.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4909,12 +4884,12 @@ // smartLabel86 // this.smartLabel86.BackGround = this.smartGroupBox2; - this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel86.LineSpacing = 0F; - this.smartLabel86.Location = new System.Drawing.Point(3, 262); + this.smartLabel86.Location = new System.Drawing.Point(6, 262); this.smartLabel86.Name = "smartLabel86"; this.smartLabel86.OverlapOptimize = true; this.smartLabel86.PasswordChar = '\0'; @@ -4923,7 +4898,7 @@ this.smartLabel86.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4932,12 +4907,12 @@ // smartLabel87 // this.smartLabel87.BackGround = this.smartGroupBox2; - this.smartLabel87.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel87.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel87.LineSpacing = 0F; - this.smartLabel87.Location = new System.Drawing.Point(3, 240); + this.smartLabel87.Location = new System.Drawing.Point(6, 240); this.smartLabel87.Name = "smartLabel87"; this.smartLabel87.OverlapOptimize = true; this.smartLabel87.PasswordChar = '\0'; @@ -4946,7 +4921,7 @@ this.smartLabel87.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel87.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel87.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel87.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4955,12 +4930,12 @@ // labelDiffSecDiff8 // this.labelDiffSecDiff8.BackGround = null; - this.labelDiffSecDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff8.LineSpacing = 0F; - this.labelDiffSecDiff8.Location = new System.Drawing.Point(77, 172); + this.labelDiffSecDiff8.Location = new System.Drawing.Point(80, 172); this.labelDiffSecDiff8.Name = "labelDiffSecDiff8"; this.labelDiffSecDiff8.OverlapOptimize = true; this.labelDiffSecDiff8.PasswordChar = '\0'; @@ -4969,7 +4944,7 @@ this.labelDiffSecDiff8.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff8.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -4978,12 +4953,12 @@ // smartLabel89 // this.smartLabel89.BackGround = this.smartGroupBox2; - this.smartLabel89.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel89.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel89.LineSpacing = 0F; - this.smartLabel89.Location = new System.Drawing.Point(3, 172); + this.smartLabel89.Location = new System.Drawing.Point(6, 172); this.smartLabel89.Name = "smartLabel89"; this.smartLabel89.OverlapOptimize = true; this.smartLabel89.PasswordChar = '\0'; @@ -4992,7 +4967,7 @@ this.smartLabel89.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel89.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel89.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel89.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5001,12 +4976,12 @@ // labelDispMData8 // this.labelDispMData8.BackGround = null; - this.labelDispMData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData8.LineSpacing = 0F; - this.labelDispMData8.Location = new System.Drawing.Point(77, 83); + this.labelDispMData8.Location = new System.Drawing.Point(80, 83); this.labelDispMData8.Name = "labelDispMData8"; this.labelDispMData8.OverlapOptimize = true; this.labelDispMData8.PasswordChar = '\0'; @@ -5015,7 +4990,7 @@ this.labelDispMData8.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData8.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5024,12 +4999,12 @@ // smartLabel91 // this.smartLabel91.BackGround = this.smartGroupBox2; - this.smartLabel91.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel91.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel91.LineSpacing = 0F; - this.smartLabel91.Location = new System.Drawing.Point(3, 83); + this.smartLabel91.Location = new System.Drawing.Point(6, 83); this.smartLabel91.Name = "smartLabel91"; this.smartLabel91.OverlapOptimize = true; this.smartLabel91.PasswordChar = '\0'; @@ -5038,7 +5013,7 @@ this.smartLabel91.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel91.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel91.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel91.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5047,12 +5022,12 @@ // labelDispRData8 // this.labelDispRData8.BackGround = null; - this.labelDispRData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData8.LineSpacing = 0F; - this.labelDispRData8.Location = new System.Drawing.Point(77, 61); + this.labelDispRData8.Location = new System.Drawing.Point(80, 61); this.labelDispRData8.Name = "labelDispRData8"; this.labelDispRData8.OverlapOptimize = true; this.labelDispRData8.PasswordChar = '\0'; @@ -5060,8 +5035,8 @@ this.labelDispRData8.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData8.Size = new System.Drawing.Size(90, 20); this.labelDispRData8.TabIndex = 28; - this.labelDispRData8.Text = "-9.23"; - this.labelDispRData8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData8.Text = "-9.23 / -10.00"; + this.labelDispRData8.TextColor = System.Drawing.Color.White; this.labelDispRData8.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5070,12 +5045,12 @@ // smartLabel93 // this.smartLabel93.BackGround = this.smartGroupBox2; - this.smartLabel93.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel93.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel93.LineSpacing = 0F; - this.smartLabel93.Location = new System.Drawing.Point(3, 61); + this.smartLabel93.Location = new System.Drawing.Point(6, 61); this.smartLabel93.Name = "smartLabel93"; this.smartLabel93.OverlapOptimize = true; this.smartLabel93.PasswordChar = '\0'; @@ -5084,7 +5059,7 @@ this.smartLabel93.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel93.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel93.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel93.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5092,26 +5067,26 @@ // // smartSeparatorLine18 // - this.smartSeparatorLine18.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine18.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine18.Line1Width = 1F; - this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine18.Line2Width = 1F; this.smartSeparatorLine18.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine18.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine18.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine18.Name = "smartSeparatorLine18"; - this.smartSeparatorLine18.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine18.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine18.TabIndex = 25; this.smartSeparatorLine18.Text = "smartSeparatorLine18"; // // labelResult8 // this.labelResult8.BackGround = null; - this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); this.labelResult8.LineSpacing = 0F; - this.labelResult8.Location = new System.Drawing.Point(4, 28); + this.labelResult8.Location = new System.Drawing.Point(5, 28); this.labelResult8.Name = "labelResult8"; this.labelResult8.OverlapOptimize = true; this.labelResult8.PasswordChar = '\0'; @@ -5129,7 +5104,7 @@ // smartGroupBox10 // this.smartGroupBox10.BackGround = null; - this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox10.BackImage = null; this.smartGroupBox10.Controls.Add(this.labelDiffMean7); this.smartGroupBox10.Controls.Add(this.smartLabel106); @@ -5155,7 +5130,7 @@ this.smartGroupBox10.Controls.Add(this.smartLabel81); this.smartGroupBox10.Controls.Add(this.smartSeparatorLine17); this.smartGroupBox10.Controls.Add(this.labelResult7); - this.smartGroupBox10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox10.FrameLineThickness = 2; this.smartGroupBox10.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -5171,12 +5146,12 @@ // labelDiffMean7 // this.labelDiffMean7.BackGround = null; - this.labelDiffMean7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean7.LineSpacing = 0F; - this.labelDiffMean7.Location = new System.Drawing.Point(80, 216); + this.labelDiffMean7.Location = new System.Drawing.Point(81, 216); this.labelDiffMean7.Name = "labelDiffMean7"; this.labelDiffMean7.OverlapOptimize = true; this.labelDiffMean7.PasswordChar = '\0'; @@ -5185,7 +5160,7 @@ this.labelDiffMean7.Size = new System.Drawing.Size(90, 20); this.labelDiffMean7.TabIndex = 49; this.labelDiffMean7.Text = "0.0023"; - this.labelDiffMean7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean7.TextColor = System.Drawing.Color.White; this.labelDiffMean7.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5194,12 +5169,12 @@ // smartLabel106 // this.smartLabel106.BackGround = this.smartGroupBox2; - this.smartLabel106.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel106.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel106.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel106.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel106.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel106.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel106.LineSpacing = 0F; - this.smartLabel106.Location = new System.Drawing.Point(3, 216); + this.smartLabel106.Location = new System.Drawing.Point(4, 216); this.smartLabel106.Name = "smartLabel106"; this.smartLabel106.OverlapOptimize = true; this.smartLabel106.PasswordChar = '\0'; @@ -5208,7 +5183,7 @@ this.smartLabel106.Size = new System.Drawing.Size(70, 20); this.smartLabel106.TabIndex = 48; this.smartLabel106.Text = "DiffMean"; - this.smartLabel106.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel106.TextColor = System.Drawing.Color.White; this.smartLabel106.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel106.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel106.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5217,12 +5192,12 @@ // labelDiffSecSum7 // this.labelDiffSecSum7.BackGround = null; - this.labelDiffSecSum7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum7.LineSpacing = 0F; - this.labelDiffSecSum7.Location = new System.Drawing.Point(80, 194); + this.labelDiffSecSum7.Location = new System.Drawing.Point(81, 194); this.labelDiffSecSum7.Name = "labelDiffSecSum7"; this.labelDiffSecSum7.OverlapOptimize = true; this.labelDiffSecSum7.PasswordChar = '\0'; @@ -5231,7 +5206,7 @@ this.labelDiffSecSum7.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum7.TabIndex = 47; this.labelDiffSecSum7.Text = "0.0023"; - this.labelDiffSecSum7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum7.TextColor = System.Drawing.Color.White; this.labelDiffSecSum7.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5240,12 +5215,12 @@ // smartLabel109 // this.smartLabel109.BackGround = this.smartGroupBox2; - this.smartLabel109.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel109.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel109.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel109.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel109.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel109.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel109.LineSpacing = 0F; - this.smartLabel109.Location = new System.Drawing.Point(3, 194); + this.smartLabel109.Location = new System.Drawing.Point(4, 194); this.smartLabel109.Name = "smartLabel109"; this.smartLabel109.OverlapOptimize = true; this.smartLabel109.PasswordChar = '\0'; @@ -5254,7 +5229,7 @@ this.smartLabel109.Size = new System.Drawing.Size(70, 20); this.smartLabel109.TabIndex = 46; this.smartLabel109.Text = "SecSum"; - this.smartLabel109.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel109.TextColor = System.Drawing.Color.White; this.smartLabel109.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel109.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel109.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5263,12 +5238,12 @@ // labelDispSTD7 // this.labelDispSTD7.BackGround = null; - this.labelDispSTD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD7.LineSpacing = 0F; - this.labelDispSTD7.Location = new System.Drawing.Point(80, 127); + this.labelDispSTD7.Location = new System.Drawing.Point(81, 127); this.labelDispSTD7.Name = "labelDispSTD7"; this.labelDispSTD7.OverlapOptimize = true; this.labelDispSTD7.PasswordChar = '\0'; @@ -5277,7 +5252,7 @@ this.labelDispSTD7.Size = new System.Drawing.Size(90, 20); this.labelDispSTD7.TabIndex = 45; this.labelDispSTD7.Text = "9.2354"; - this.labelDispSTD7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD7.TextColor = System.Drawing.Color.White; this.labelDispSTD7.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5286,12 +5261,12 @@ // smartLabel114 // this.smartLabel114.BackGround = this.smartGroupBox2; - this.smartLabel114.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel114.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel114.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel114.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel114.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel114.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel114.LineSpacing = 0F; - this.smartLabel114.Location = new System.Drawing.Point(3, 127); + this.smartLabel114.Location = new System.Drawing.Point(4, 127); this.smartLabel114.Name = "smartLabel114"; this.smartLabel114.OverlapOptimize = true; this.smartLabel114.PasswordChar = '\0'; @@ -5300,7 +5275,7 @@ this.smartLabel114.Size = new System.Drawing.Size(70, 20); this.smartLabel114.TabIndex = 44; this.smartLabel114.Text = "STD"; - this.smartLabel114.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel114.TextColor = System.Drawing.Color.White; this.smartLabel114.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel114.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel114.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5309,12 +5284,12 @@ // labelDispMDataDiff7 // this.labelDispMDataDiff7.BackGround = null; - this.labelDispMDataDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff7.LineSpacing = 0F; - this.labelDispMDataDiff7.Location = new System.Drawing.Point(80, 105); + this.labelDispMDataDiff7.Location = new System.Drawing.Point(81, 105); this.labelDispMDataDiff7.Name = "labelDispMDataDiff7"; this.labelDispMDataDiff7.OverlapOptimize = true; this.labelDispMDataDiff7.PasswordChar = '\0'; @@ -5323,7 +5298,7 @@ this.labelDispMDataDiff7.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff7.TabIndex = 43; this.labelDispMDataDiff7.Text = "9.2354"; - this.labelDispMDataDiff7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff7.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff7.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5332,12 +5307,12 @@ // smartLabel118 // this.smartLabel118.BackGround = this.smartGroupBox2; - this.smartLabel118.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel118.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel118.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel118.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel118.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel118.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel118.LineSpacing = 0F; - this.smartLabel118.Location = new System.Drawing.Point(3, 105); + this.smartLabel118.Location = new System.Drawing.Point(4, 105); this.smartLabel118.Name = "smartLabel118"; this.smartLabel118.OverlapOptimize = true; this.smartLabel118.PasswordChar = '\0'; @@ -5346,7 +5321,7 @@ this.smartLabel118.Size = new System.Drawing.Size(70, 20); this.smartLabel118.TabIndex = 42; this.smartLabel118.Text = "MDataDiff"; - this.smartLabel118.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel118.TextColor = System.Drawing.Color.White; this.smartLabel118.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel118.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel118.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5354,26 +5329,26 @@ // // smartSeparatorLine24 // - this.smartSeparatorLine24.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine24.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine24.Line1Width = 1F; - this.smartSeparatorLine24.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine24.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine24.Line2Width = 1F; this.smartSeparatorLine24.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine24.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine24.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine24.Name = "smartSeparatorLine24"; - this.smartSeparatorLine24.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine24.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine24.TabIndex = 37; this.smartSeparatorLine24.Text = "smartSeparatorLine24"; // // labelPressureWork7 // this.labelPressureWork7.BackGround = null; - this.labelPressureWork7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork7.LineSpacing = 0F; - this.labelPressureWork7.Location = new System.Drawing.Point(80, 240); + this.labelPressureWork7.Location = new System.Drawing.Point(81, 240); this.labelPressureWork7.Name = "labelPressureWork7"; this.labelPressureWork7.OverlapOptimize = true; this.labelPressureWork7.PasswordChar = '\0'; @@ -5382,7 +5357,7 @@ this.labelPressureWork7.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork7.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5391,12 +5366,12 @@ // labelDiffMadc7 // this.labelDiffMadc7.BackGround = null; - this.labelDiffMadc7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc7.LineSpacing = 0F; - this.labelDiffMadc7.Location = new System.Drawing.Point(80, 150); + this.labelDiffMadc7.Location = new System.Drawing.Point(81, 150); this.labelDiffMadc7.Name = "labelDiffMadc7"; this.labelDiffMadc7.OverlapOptimize = true; this.labelDiffMadc7.PasswordChar = '\0'; @@ -5405,7 +5380,7 @@ this.labelDiffMadc7.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc7.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5414,12 +5389,12 @@ // smartLabel72 // this.smartLabel72.BackGround = this.smartGroupBox2; - this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel72.LineSpacing = 0F; - this.smartLabel72.Location = new System.Drawing.Point(3, 150); + this.smartLabel72.Location = new System.Drawing.Point(4, 150); this.smartLabel72.Name = "smartLabel72"; this.smartLabel72.OverlapOptimize = true; this.smartLabel72.PasswordChar = '\0'; @@ -5428,7 +5403,7 @@ this.smartLabel72.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel72.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel72.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel72.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5436,26 +5411,26 @@ // // smartSeparatorLine10 // - this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine10.Line1Width = 1F; - this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine10.Line2Width = 1F; this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine10.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine10.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine10.Name = "smartSeparatorLine10"; - this.smartSeparatorLine10.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine10.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine10.TabIndex = 38; this.smartSeparatorLine10.Text = "smartSeparatorLine10"; // // labelPressureMaster7 // this.labelPressureMaster7.BackGround = null; - this.labelPressureMaster7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster7.LineSpacing = 0F; - this.labelPressureMaster7.Location = new System.Drawing.Point(80, 262); + this.labelPressureMaster7.Location = new System.Drawing.Point(81, 262); this.labelPressureMaster7.Name = "labelPressureMaster7"; this.labelPressureMaster7.OverlapOptimize = true; this.labelPressureMaster7.PasswordChar = '\0'; @@ -5464,7 +5439,7 @@ this.labelPressureMaster7.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster7.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5473,12 +5448,12 @@ // smartLabel74 // this.smartLabel74.BackGround = this.smartGroupBox2; - this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel74.LineSpacing = 0F; - this.smartLabel74.Location = new System.Drawing.Point(3, 262); + this.smartLabel74.Location = new System.Drawing.Point(4, 262); this.smartLabel74.Name = "smartLabel74"; this.smartLabel74.OverlapOptimize = true; this.smartLabel74.PasswordChar = '\0'; @@ -5487,7 +5462,7 @@ this.smartLabel74.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel74.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel74.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel74.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5496,12 +5471,12 @@ // smartLabel75 // this.smartLabel75.BackGround = this.smartGroupBox2; - this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel75.LineSpacing = 0F; - this.smartLabel75.Location = new System.Drawing.Point(3, 240); + this.smartLabel75.Location = new System.Drawing.Point(4, 240); this.smartLabel75.Name = "smartLabel75"; this.smartLabel75.OverlapOptimize = true; this.smartLabel75.PasswordChar = '\0'; @@ -5510,7 +5485,7 @@ this.smartLabel75.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel75.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel75.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel75.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5519,12 +5494,12 @@ // labelDiffSecDiff7 // this.labelDiffSecDiff7.BackGround = null; - this.labelDiffSecDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff7.LineSpacing = 0F; - this.labelDiffSecDiff7.Location = new System.Drawing.Point(80, 172); + this.labelDiffSecDiff7.Location = new System.Drawing.Point(81, 172); this.labelDiffSecDiff7.Name = "labelDiffSecDiff7"; this.labelDiffSecDiff7.OverlapOptimize = true; this.labelDiffSecDiff7.PasswordChar = '\0'; @@ -5533,7 +5508,7 @@ this.labelDiffSecDiff7.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff7.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5542,12 +5517,12 @@ // smartLabel77 // this.smartLabel77.BackGround = this.smartGroupBox2; - this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel77.LineSpacing = 0F; - this.smartLabel77.Location = new System.Drawing.Point(3, 172); + this.smartLabel77.Location = new System.Drawing.Point(4, 172); this.smartLabel77.Name = "smartLabel77"; this.smartLabel77.OverlapOptimize = true; this.smartLabel77.PasswordChar = '\0'; @@ -5556,7 +5531,7 @@ this.smartLabel77.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel77.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel77.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel77.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5565,12 +5540,12 @@ // labelDispMData7 // this.labelDispMData7.BackGround = null; - this.labelDispMData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData7.LineSpacing = 0F; - this.labelDispMData7.Location = new System.Drawing.Point(80, 83); + this.labelDispMData7.Location = new System.Drawing.Point(81, 83); this.labelDispMData7.Name = "labelDispMData7"; this.labelDispMData7.OverlapOptimize = true; this.labelDispMData7.PasswordChar = '\0'; @@ -5579,7 +5554,7 @@ this.labelDispMData7.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData7.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5588,12 +5563,12 @@ // smartLabel79 // this.smartLabel79.BackGround = this.smartGroupBox2; - this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel79.LineSpacing = 0F; - this.smartLabel79.Location = new System.Drawing.Point(3, 83); + this.smartLabel79.Location = new System.Drawing.Point(4, 83); this.smartLabel79.Name = "smartLabel79"; this.smartLabel79.OverlapOptimize = true; this.smartLabel79.PasswordChar = '\0'; @@ -5602,7 +5577,7 @@ this.smartLabel79.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel79.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel79.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel79.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5611,12 +5586,12 @@ // labelDispRData7 // this.labelDispRData7.BackGround = null; - this.labelDispRData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData7.LineSpacing = 0F; - this.labelDispRData7.Location = new System.Drawing.Point(80, 61); + this.labelDispRData7.Location = new System.Drawing.Point(81, 61); this.labelDispRData7.Name = "labelDispRData7"; this.labelDispRData7.OverlapOptimize = true; this.labelDispRData7.PasswordChar = '\0'; @@ -5624,8 +5599,8 @@ this.labelDispRData7.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData7.Size = new System.Drawing.Size(90, 20); this.labelDispRData7.TabIndex = 28; - this.labelDispRData7.Text = "-9.23"; - this.labelDispRData7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData7.Text = "-9.23 / -10.00"; + this.labelDispRData7.TextColor = System.Drawing.Color.White; this.labelDispRData7.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5634,12 +5609,12 @@ // smartLabel81 // this.smartLabel81.BackGround = this.smartGroupBox2; - this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel81.LineSpacing = 0F; - this.smartLabel81.Location = new System.Drawing.Point(3, 61); + this.smartLabel81.Location = new System.Drawing.Point(4, 61); this.smartLabel81.Name = "smartLabel81"; this.smartLabel81.OverlapOptimize = true; this.smartLabel81.PasswordChar = '\0'; @@ -5648,7 +5623,7 @@ this.smartLabel81.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel81.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel81.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel81.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5656,21 +5631,21 @@ // // smartSeparatorLine17 // - this.smartSeparatorLine17.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine17.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine17.Line1Width = 1F; - this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine17.Line2Width = 1F; this.smartSeparatorLine17.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine17.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine17.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine17.Name = "smartSeparatorLine17"; - this.smartSeparatorLine17.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine17.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine17.TabIndex = 25; this.smartSeparatorLine17.Text = "smartSeparatorLine17"; // // labelResult7 // this.labelResult7.BackGround = null; - this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -5693,7 +5668,7 @@ // smartGroupBox11 // this.smartGroupBox11.BackGround = null; - this.smartGroupBox11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartGroupBox11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartGroupBox11.BackImage = null; this.smartGroupBox11.Controls.Add(this.labelDiffMean6); this.smartGroupBox11.Controls.Add(this.smartLabel90); @@ -5719,7 +5694,7 @@ this.smartGroupBox11.Controls.Add(this.smartLabel69); this.smartGroupBox11.Controls.Add(this.smartSeparatorLine16); this.smartGroupBox11.Controls.Add(this.labelResult6); - this.smartGroupBox11.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartGroupBox11.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartGroupBox11.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox11.FrameLineThickness = 2; this.smartGroupBox11.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; @@ -5735,12 +5710,12 @@ // labelDiffMean6 // this.labelDiffMean6.BackGround = null; - this.labelDiffMean6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMean6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMean6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMean6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMean6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffMean6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMean6.LineSpacing = 0F; - this.labelDiffMean6.Location = new System.Drawing.Point(79, 216); + this.labelDiffMean6.Location = new System.Drawing.Point(80, 216); this.labelDiffMean6.Name = "labelDiffMean6"; this.labelDiffMean6.OverlapOptimize = true; this.labelDiffMean6.PasswordChar = '\0'; @@ -5749,7 +5724,7 @@ this.labelDiffMean6.Size = new System.Drawing.Size(90, 20); this.labelDiffMean6.TabIndex = 49; this.labelDiffMean6.Text = "0.0023"; - this.labelDiffMean6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffMean6.TextColor = System.Drawing.Color.White; this.labelDiffMean6.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMean6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMean6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5758,12 +5733,12 @@ // smartLabel90 // this.smartLabel90.BackGround = this.smartGroupBox2; - this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel90.LineSpacing = 0F; - this.smartLabel90.Location = new System.Drawing.Point(3, 216); + this.smartLabel90.Location = new System.Drawing.Point(4, 216); this.smartLabel90.Name = "smartLabel90"; this.smartLabel90.OverlapOptimize = true; this.smartLabel90.PasswordChar = '\0'; @@ -5772,7 +5747,7 @@ this.smartLabel90.Size = new System.Drawing.Size(70, 20); this.smartLabel90.TabIndex = 48; this.smartLabel90.Text = "DiffMean"; - this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel90.TextColor = System.Drawing.Color.White; this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5781,12 +5756,12 @@ // labelDiffSecSum6 // this.labelDiffSecSum6.BackGround = null; - this.labelDiffSecSum6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecSum6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecSum6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecSum6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecSum6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDiffSecSum6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecSum6.LineSpacing = 0F; - this.labelDiffSecSum6.Location = new System.Drawing.Point(79, 194); + this.labelDiffSecSum6.Location = new System.Drawing.Point(80, 194); this.labelDiffSecSum6.Name = "labelDiffSecSum6"; this.labelDiffSecSum6.OverlapOptimize = true; this.labelDiffSecSum6.PasswordChar = '\0'; @@ -5795,7 +5770,7 @@ this.labelDiffSecSum6.Size = new System.Drawing.Size(90, 20); this.labelDiffSecSum6.TabIndex = 47; this.labelDiffSecSum6.Text = "0.0023"; - this.labelDiffSecSum6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiffSecSum6.TextColor = System.Drawing.Color.White; this.labelDiffSecSum6.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecSum6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecSum6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5804,12 +5779,12 @@ // smartLabel94 // this.smartLabel94.BackGround = this.smartGroupBox2; - this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel94.LineSpacing = 0F; - this.smartLabel94.Location = new System.Drawing.Point(3, 194); + this.smartLabel94.Location = new System.Drawing.Point(4, 194); this.smartLabel94.Name = "smartLabel94"; this.smartLabel94.OverlapOptimize = true; this.smartLabel94.PasswordChar = '\0'; @@ -5818,7 +5793,7 @@ this.smartLabel94.Size = new System.Drawing.Size(70, 20); this.smartLabel94.TabIndex = 46; this.smartLabel94.Text = "SecSum"; - this.smartLabel94.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel94.TextColor = System.Drawing.Color.White; this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5827,12 +5802,12 @@ // labelDispSTD6 // this.labelDispSTD6.BackGround = null; - this.labelDispSTD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispSTD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispSTD6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispSTD6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispSTD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispSTD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispSTD6.LineSpacing = 0F; - this.labelDispSTD6.Location = new System.Drawing.Point(79, 127); + this.labelDispSTD6.Location = new System.Drawing.Point(80, 127); this.labelDispSTD6.Name = "labelDispSTD6"; this.labelDispSTD6.OverlapOptimize = true; this.labelDispSTD6.PasswordChar = '\0'; @@ -5841,7 +5816,7 @@ this.labelDispSTD6.Size = new System.Drawing.Size(90, 20); this.labelDispSTD6.TabIndex = 45; this.labelDispSTD6.Text = "9.2354"; - this.labelDispSTD6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispSTD6.TextColor = System.Drawing.Color.White; this.labelDispSTD6.TextColorDisable = System.Drawing.Color.Gray; this.labelDispSTD6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispSTD6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5850,12 +5825,12 @@ // smartLabel97 // this.smartLabel97.BackGround = this.smartGroupBox2; - this.smartLabel97.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel97.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel97.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel97.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel97.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel97.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel97.LineSpacing = 0F; - this.smartLabel97.Location = new System.Drawing.Point(3, 127); + this.smartLabel97.Location = new System.Drawing.Point(4, 127); this.smartLabel97.Name = "smartLabel97"; this.smartLabel97.OverlapOptimize = true; this.smartLabel97.PasswordChar = '\0'; @@ -5864,7 +5839,7 @@ this.smartLabel97.Size = new System.Drawing.Size(70, 20); this.smartLabel97.TabIndex = 44; this.smartLabel97.Text = "STD"; - this.smartLabel97.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel97.TextColor = System.Drawing.Color.White; this.smartLabel97.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel97.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel97.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5873,12 +5848,12 @@ // labelDispMDataDiff6 // this.labelDispMDataDiff6.BackGround = null; - this.labelDispMDataDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMDataDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDispMDataDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDispMDataDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelDispMDataDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMDataDiff6.LineSpacing = 0F; - this.labelDispMDataDiff6.Location = new System.Drawing.Point(79, 105); + this.labelDispMDataDiff6.Location = new System.Drawing.Point(80, 105); this.labelDispMDataDiff6.Name = "labelDispMDataDiff6"; this.labelDispMDataDiff6.OverlapOptimize = true; this.labelDispMDataDiff6.PasswordChar = '\0'; @@ -5887,7 +5862,7 @@ this.labelDispMDataDiff6.Size = new System.Drawing.Size(90, 20); this.labelDispMDataDiff6.TabIndex = 43; this.labelDispMDataDiff6.Text = "9.2354"; - this.labelDispMDataDiff6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispMDataDiff6.TextColor = System.Drawing.Color.White; this.labelDispMDataDiff6.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMDataDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMDataDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5896,12 +5871,12 @@ // smartLabel102 // this.smartLabel102.BackGround = this.smartGroupBox2; - this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel102.LineSpacing = 0F; - this.smartLabel102.Location = new System.Drawing.Point(3, 105); + this.smartLabel102.Location = new System.Drawing.Point(4, 105); this.smartLabel102.Name = "smartLabel102"; this.smartLabel102.OverlapOptimize = true; this.smartLabel102.PasswordChar = '\0'; @@ -5910,7 +5885,7 @@ this.smartLabel102.Size = new System.Drawing.Size(70, 20); this.smartLabel102.TabIndex = 42; this.smartLabel102.Text = "MDataDiff"; - this.smartLabel102.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.smartLabel102.TextColor = System.Drawing.Color.White; this.smartLabel102.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel102.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel102.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5918,26 +5893,26 @@ // // smartSeparatorLine9 // - this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine9.Line1Width = 1F; - this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine9.Line2Width = 1F; this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine9.Location = new System.Drawing.Point(7, 236); + this.smartSeparatorLine9.Location = new System.Drawing.Point(2, 236); this.smartSeparatorLine9.Name = "smartSeparatorLine9"; - this.smartSeparatorLine9.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine9.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine9.TabIndex = 37; this.smartSeparatorLine9.Text = "smartSeparatorLine9"; // // labelPressureWork6 // this.labelPressureWork6.BackGround = null; - this.labelPressureWork6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureWork6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork6.LineSpacing = 0F; - this.labelPressureWork6.Location = new System.Drawing.Point(79, 240); + this.labelPressureWork6.Location = new System.Drawing.Point(80, 240); this.labelPressureWork6.Name = "labelPressureWork6"; this.labelPressureWork6.OverlapOptimize = true; this.labelPressureWork6.PasswordChar = '\0'; @@ -5946,7 +5921,7 @@ this.labelPressureWork6.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureWork6.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureWork6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureWork6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5955,12 +5930,12 @@ // labelDiffMadc6 // this.labelDiffMadc6.BackGround = null; - this.labelDiffMadc6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffMadc6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc6.LineSpacing = 0F; - this.labelDiffMadc6.Location = new System.Drawing.Point(79, 150); + this.labelDiffMadc6.Location = new System.Drawing.Point(80, 150); this.labelDiffMadc6.Name = "labelDiffMadc6"; this.labelDiffMadc6.OverlapOptimize = true; this.labelDiffMadc6.PasswordChar = '\0'; @@ -5969,7 +5944,7 @@ this.labelDiffMadc6.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffMadc6.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffMadc6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffMadc6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -5978,12 +5953,12 @@ // smartLabel59 // this.smartLabel59.BackGround = this.smartGroupBox2; - this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel59.LineSpacing = 0F; - this.smartLabel59.Location = new System.Drawing.Point(3, 150); + this.smartLabel59.Location = new System.Drawing.Point(4, 150); this.smartLabel59.Name = "smartLabel59"; this.smartLabel59.OverlapOptimize = true; this.smartLabel59.PasswordChar = '\0'; @@ -5992,7 +5967,7 @@ this.smartLabel59.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel59.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel59.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel59.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6000,26 +5975,26 @@ // // smartSeparatorLine8 // - this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine8.Line1Width = 1F; - this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine8.Line2Width = 1F; this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine8.Location = new System.Drawing.Point(7, 148); + this.smartSeparatorLine8.Location = new System.Drawing.Point(2, 148); this.smartSeparatorLine8.Name = "smartSeparatorLine8"; - this.smartSeparatorLine8.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine8.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine8.TabIndex = 38; this.smartSeparatorLine8.Text = "smartSeparatorLine8"; // // labelPressureMaster6 // this.labelPressureMaster6.BackGround = null; - this.labelPressureMaster6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelPressureMaster6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster6.LineSpacing = 0F; - this.labelPressureMaster6.Location = new System.Drawing.Point(79, 262); + this.labelPressureMaster6.Location = new System.Drawing.Point(80, 262); this.labelPressureMaster6.Name = "labelPressureMaster6"; this.labelPressureMaster6.OverlapOptimize = true; this.labelPressureMaster6.PasswordChar = '\0'; @@ -6028,7 +6003,7 @@ this.labelPressureMaster6.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelPressureMaster6.TextColorDisable = System.Drawing.Color.Gray; this.labelPressureMaster6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPressureMaster6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6037,12 +6012,12 @@ // smartLabel62 // this.smartLabel62.BackGround = this.smartGroupBox2; - this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel62.LineSpacing = 0F; - this.smartLabel62.Location = new System.Drawing.Point(3, 262); + this.smartLabel62.Location = new System.Drawing.Point(4, 262); this.smartLabel62.Name = "smartLabel62"; this.smartLabel62.OverlapOptimize = true; this.smartLabel62.PasswordChar = '\0'; @@ -6051,7 +6026,7 @@ this.smartLabel62.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel62.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel62.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel62.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6060,12 +6035,12 @@ // smartLabel63 // this.smartLabel63.BackGround = this.smartGroupBox2; - this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel63.LineSpacing = 0F; - this.smartLabel63.Location = new System.Drawing.Point(3, 240); + this.smartLabel63.Location = new System.Drawing.Point(4, 240); this.smartLabel63.Name = "smartLabel63"; this.smartLabel63.OverlapOptimize = true; this.smartLabel63.PasswordChar = '\0'; @@ -6074,7 +6049,7 @@ this.smartLabel63.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel63.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel63.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel63.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6083,12 +6058,12 @@ // labelDiffSecDiff6 // this.labelDiffSecDiff6.BackGround = null; - this.labelDiffSecDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDiffSecDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff6.LineSpacing = 0F; - this.labelDiffSecDiff6.Location = new System.Drawing.Point(79, 172); + this.labelDiffSecDiff6.Location = new System.Drawing.Point(80, 172); this.labelDiffSecDiff6.Name = "labelDiffSecDiff6"; this.labelDiffSecDiff6.OverlapOptimize = true; this.labelDiffSecDiff6.PasswordChar = '\0'; @@ -6097,7 +6072,7 @@ this.labelDiffSecDiff6.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDiffSecDiff6.TextColorDisable = System.Drawing.Color.Gray; this.labelDiffSecDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDiffSecDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6106,12 +6081,12 @@ // smartLabel65 // this.smartLabel65.BackGround = this.smartGroupBox2; - this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel65.LineSpacing = 0F; - this.smartLabel65.Location = new System.Drawing.Point(3, 172); + this.smartLabel65.Location = new System.Drawing.Point(4, 172); this.smartLabel65.Name = "smartLabel65"; this.smartLabel65.OverlapOptimize = true; this.smartLabel65.PasswordChar = '\0'; @@ -6120,7 +6095,7 @@ this.smartLabel65.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel65.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel65.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel65.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6129,12 +6104,12 @@ // labelDispMData6 // this.labelDispMData6.BackGround = null; - this.labelDispMData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispMData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispMData6.LineSpacing = 0F; - this.labelDispMData6.Location = new System.Drawing.Point(79, 83); + this.labelDispMData6.Location = new System.Drawing.Point(80, 83); this.labelDispMData6.Name = "labelDispMData6"; this.labelDispMData6.OverlapOptimize = true; this.labelDispMData6.PasswordChar = '\0'; @@ -6143,7 +6118,7 @@ this.labelDispMData6.Size = new System.Drawing.Size(90, 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.TextColor = System.Drawing.Color.White; this.labelDispMData6.TextColorDisable = System.Drawing.Color.Gray; this.labelDispMData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispMData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6152,12 +6127,12 @@ // smartLabel67 // this.smartLabel67.BackGround = this.smartGroupBox2; - this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel67.LineSpacing = 0F; - this.smartLabel67.Location = new System.Drawing.Point(3, 83); + this.smartLabel67.Location = new System.Drawing.Point(4, 83); this.smartLabel67.Name = "smartLabel67"; this.smartLabel67.OverlapOptimize = true; this.smartLabel67.PasswordChar = '\0'; @@ -6166,7 +6141,7 @@ this.smartLabel67.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel67.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel67.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel67.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6175,12 +6150,12 @@ // labelDispRData6 // this.labelDispRData6.BackGround = null; - this.labelDispRData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelDispRData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelDispRData6.LineSpacing = 0F; - this.labelDispRData6.Location = new System.Drawing.Point(79, 61); + this.labelDispRData6.Location = new System.Drawing.Point(80, 61); this.labelDispRData6.Name = "labelDispRData6"; this.labelDispRData6.OverlapOptimize = true; this.labelDispRData6.PasswordChar = '\0'; @@ -6188,8 +6163,8 @@ this.labelDispRData6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelDispRData6.Size = new System.Drawing.Size(90, 20); this.labelDispRData6.TabIndex = 28; - this.labelDispRData6.Text = "-9.23"; - this.labelDispRData6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDispRData6.Text = "-9.23 / -10.00"; + this.labelDispRData6.TextColor = System.Drawing.Color.White; this.labelDispRData6.TextColorDisable = System.Drawing.Color.Gray; this.labelDispRData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelDispRData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6198,12 +6173,12 @@ // smartLabel69 // this.smartLabel69.BackGround = this.smartGroupBox2; - this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartLabel69.LineSpacing = 0F; - this.smartLabel69.Location = new System.Drawing.Point(3, 61); + this.smartLabel69.Location = new System.Drawing.Point(4, 61); this.smartLabel69.Name = "smartLabel69"; this.smartLabel69.OverlapOptimize = true; this.smartLabel69.PasswordChar = '\0'; @@ -6212,7 +6187,7 @@ this.smartLabel69.Size = new System.Drawing.Size(70, 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.TextColor = System.Drawing.Color.White; this.smartLabel69.TextColorDisable = System.Drawing.Color.Gray; this.smartLabel69.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel69.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6220,21 +6195,21 @@ // // smartSeparatorLine16 // - this.smartSeparatorLine16.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartSeparatorLine16.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine16.Line1Width = 1F; - this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.smartSeparatorLine16.Line2Width = 1F; this.smartSeparatorLine16.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal; - this.smartSeparatorLine16.Location = new System.Drawing.Point(7, 58); + this.smartSeparatorLine16.Location = new System.Drawing.Point(2, 58); this.smartSeparatorLine16.Name = "smartSeparatorLine16"; - this.smartSeparatorLine16.Size = new System.Drawing.Size(160, 2); + this.smartSeparatorLine16.Size = new System.Drawing.Size(171, 2); this.smartSeparatorLine16.TabIndex = 25; this.smartSeparatorLine16.Text = "smartSeparatorLine16"; // // labelResult6 // this.labelResult6.BackGround = null; - this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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", 18F, System.Drawing.FontStyle.Bold); @@ -6248,7 +6223,7 @@ this.labelResult6.Size = new System.Drawing.Size(166, 27); this.labelResult6.TabIndex = 24; this.labelResult6.Text = "검사 중.."; - this.labelResult6.TextColor = System.Drawing.Color.Green; + this.labelResult6.TextColor = System.Drawing.Color.White; this.labelResult6.TextColorDisable = System.Drawing.Color.Gray; this.labelResult6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; @@ -6297,7 +6272,6 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartLabel labelProgress5; private SmartX.SmartGroupBox smartGroupBox4; private SmartX.SmartLabel labelDiffMean3; private SmartX.SmartLabel smartLabel41; @@ -6557,7 +6531,7 @@ private SmartX.SmartLabel smartLabel69; private SmartX.SmartSeparatorLine smartSeparatorLine16; private SmartX.SmartLabel labelResult6; - private SmartX.SmartButton buttonInspection; + private SmartX.SmartButton buttonStart; private SmartX.SmartTimer timerOn; private SmartX.SmartTimer timerOff; } diff --git a/INT_PT002/Controls/System/ControlMenuSystemStatus.resx b/INT_PT002/Controls/System/ControlMenuSystemStatus.resx index 09e243b..9eaafa6 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemStatus.resx +++ b/INT_PT002/Controls/System/ControlMenuSystemStatus.resx @@ -123,6 +123,9 @@ 114, 17 + + 47 + WEBPAD diff --git a/INT_PT002/Forms/FormMainDisplay2.Designer.cs b/INT_PT002/Forms/FormMainDisplay2.Designer.cs index f467cd8..01a6ff8 100644 --- a/INT_PT002/Forms/FormMainDisplay2.Designer.cs +++ b/INT_PT002/Forms/FormMainDisplay2.Designer.cs @@ -131,7 +131,6 @@ this.buttonDisplay = new SmartX.SmartButton(); this.smartTimerAlarm = new SmartX.SmartTimer(); this.smartTimerMessageShow = new SmartX.SmartTimer(); - this.smartButton3 = new SmartX.SmartButton(); this.smartForm1.SuspendLayout(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); @@ -142,7 +141,6 @@ this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); this.smartForm1.CenterLocation = false; - this.smartForm1.Controls.Add(this.smartButton3); this.smartForm1.Controls.Add(this.labelSbAlarm10); this.smartForm1.Controls.Add(this.labelSbAlarm5); this.smartForm1.Controls.Add(this.labelSbAlarm9); @@ -719,7 +717,7 @@ this.smartButton2.ImageDisable = null; this.smartButton2.ImageDown = null; this.smartButton2.ImageUp = null; - this.smartButton2.Location = new System.Drawing.Point(917, 391); + this.smartButton2.Location = new System.Drawing.Point(917, 409); this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton2.Name = "smartButton2"; this.smartButton2.NestedClickEventPrevent = false; @@ -1717,9 +1715,9 @@ this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53))))); this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.label1.ForeColor = System.Drawing.Color.White; - this.label1.Location = new System.Drawing.Point(6, 22); + this.label1.Location = new System.Drawing.Point(23, 22); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(545, 25); + this.label1.Size = new System.Drawing.Size(466, 25); this.label1.Text = "a1_Servo emergency stop"; // // labelAlarm @@ -2487,41 +2485,6 @@ this.smartTimerMessageShow.TimeFormStringSeparator = ":"; this.smartTimerMessageShow.Tick += new System.EventHandler(this.smartTimerMessageShow_Tick); // - // smartButton3 - // - this.smartButton3.BackGround = this.smartForm1; - this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue; - this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.smartButton3.ButtonImageAutoSize = true; - this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.smartButton3.ButtonText = "smartButton1"; - this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton3.GroupID = 0; - this.smartButton3.ImageDisable = null; - this.smartButton3.ImageDown = null; - this.smartButton3.ImageUp = null; - this.smartButton3.Location = new System.Drawing.Point(917, 440); - this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.smartButton3.Name = "smartButton3"; - this.smartButton3.NestedClickEventPrevent = false; - this.smartButton3.OutlinePixel = 2; - this.smartButton3.OverlapOptimize = true; - this.smartButton3.RepeatInterval = 200; - this.smartButton3.RepeatIntervalAccelerate = null; - this.smartButton3.RoundSize = 10; - this.smartButton3.SafeInterval = 200; - this.smartButton3.Size = new System.Drawing.Size(100, 43); - this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton3.TabIndex = 267; - this.smartButton3.Text = null; - this.smartButton3.TextColor = System.Drawing.Color.White; - this.smartButton3.TextColorDisable = System.Drawing.Color.Gray; - this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click); - // // FormMainDisplay2 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -2642,6 +2605,5 @@ public SmartX.SmartLabel labelSbAlarm5; public SmartX.SmartLabel labelSbAlarm9; public SmartX.SmartLabel labelSbAlarm4; - private SmartX.SmartButton smartButton3; } } \ No newline at end of file diff --git a/INT_PT002/INT_PT002.csproj b/INT_PT002/INT_PT002.csproj index 79cdb51..218108d 100644 --- a/INT_PT002/INT_PT002.csproj +++ b/INT_PT002/INT_PT002.csproj @@ -49,15 +49,15 @@ False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll