diff --git a/INT_LKD_2.suo b/INT_LKD_2.suo index be772b8..fe2de97 100644 Binary files a/INT_LKD_2.suo and b/INT_LKD_2.suo differ diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.Designer.cs b/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.Designer.cs index a71ecd2..d57062d 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.Designer.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.Designer.cs @@ -29,22 +29,22 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.labelTitleDetail = new SmartX.SmartLabel(); + this.labelTitleEvent = new SmartX.SmartLabel(); + this.labelTitleID = new SmartX.SmartLabel(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.labelTotalIndex = new SmartX.SmartLabel(); this.labelRemainIndex = new SmartX.SmartLabel(); this.listBoxDetail = new SmartX.SmartListBox(); this.listBoxEvent = new SmartX.SmartListBox(); this.listBoxLoginID = new SmartX.SmartListBox(); - this.smartLabel1 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); + this.labelTitleTime = new SmartX.SmartLabel(); this.buttonDown = new SmartX.SmartButton(); this.buttonUp = new SmartX.SmartButton(); this.listBoxTime = new SmartX.SmartListBox(); this.treeView = new System.Windows.Forms.TreeView(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); + this.labelTitleList = new SmartX.SmartLabel(); + this.labelTitleFileName = new SmartX.SmartLabel(); this.labelFileName = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); this.labelCount = new SmartX.SmartLabel(); @@ -57,22 +57,22 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.smartLabel1); - this.smartGroupBox1.Controls.Add(this.smartLabel2); - this.smartGroupBox1.Controls.Add(this.smartLabel8); + this.smartGroupBox1.Controls.Add(this.labelTitleDetail); + this.smartGroupBox1.Controls.Add(this.labelTitleEvent); + this.smartGroupBox1.Controls.Add(this.labelTitleID); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.labelTotalIndex); this.smartGroupBox1.Controls.Add(this.labelRemainIndex); this.smartGroupBox1.Controls.Add(this.listBoxDetail); this.smartGroupBox1.Controls.Add(this.listBoxEvent); this.smartGroupBox1.Controls.Add(this.listBoxLoginID); - this.smartGroupBox1.Controls.Add(this.smartLabel9); + this.smartGroupBox1.Controls.Add(this.labelTitleTime); this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.listBoxTime); this.smartGroupBox1.Controls.Add(this.treeView); - this.smartGroupBox1.Controls.Add(this.smartLabel4); - this.smartGroupBox1.Controls.Add(this.smartLabel3); + this.smartGroupBox1.Controls.Add(this.labelTitleList); + this.smartGroupBox1.Controls.Add(this.labelTitleFileName); this.smartGroupBox1.Controls.Add(this.labelFileName); this.smartGroupBox1.Controls.Add(this.buttonBackup); this.smartGroupBox1.Controls.Add(this.labelCount); @@ -89,6 +89,75 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // labelTitleDetail + // + this.labelTitleDetail.BackGround = this.smartGroupBox1; + this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleDetail.BorderColor = System.Drawing.Color.Black; + this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleDetail.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleDetail.LineSpacing = 1F; + this.labelTitleDetail.Location = new System.Drawing.Point(732, 108); + this.labelTitleDetail.Name = "labelTitleDetail"; + this.labelTitleDetail.OverlapOptimize = true; + this.labelTitleDetail.PasswordChar = '\0'; + this.labelTitleDetail.Radius = 3; + this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDetail.Size = new System.Drawing.Size(110, 29); + this.labelTitleDetail.TabIndex = 128; + this.labelTitleDetail.Text = "Detail"; + this.labelTitleDetail.TextColor = System.Drawing.Color.White; + this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDetail.Wordwrap = false; + // + // labelTitleEvent + // + this.labelTitleEvent.BackGround = this.smartGroupBox1; + this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleEvent.BorderColor = System.Drawing.Color.Black; + this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleEvent.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleEvent.LineSpacing = 1F; + this.labelTitleEvent.Location = new System.Drawing.Point(448, 108); + this.labelTitleEvent.Name = "labelTitleEvent"; + this.labelTitleEvent.OverlapOptimize = true; + this.labelTitleEvent.PasswordChar = '\0'; + this.labelTitleEvent.Radius = 3; + this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleEvent.Size = new System.Drawing.Size(285, 29); + this.labelTitleEvent.TabIndex = 127; + this.labelTitleEvent.Text = "Event"; + this.labelTitleEvent.TextColor = System.Drawing.Color.White; + this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleEvent.Wordwrap = false; + // + // labelTitleID + // + this.labelTitleID.BackGround = this.smartGroupBox1; + this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleID.BorderColor = System.Drawing.Color.Black; + this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleID.LineSpacing = 1F; + this.labelTitleID.Location = new System.Drawing.Point(350, 108); + this.labelTitleID.Name = "labelTitleID"; + this.labelTitleID.OverlapOptimize = true; + this.labelTitleID.PasswordChar = '\0'; + this.labelTitleID.Radius = 3; + this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleID.Size = new System.Drawing.Size(99, 29); + this.labelTitleID.TabIndex = 126; + this.labelTitleID.Text = "Login ID"; + this.labelTitleID.TextColor = System.Drawing.Color.White; + this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleID.Wordwrap = false; + // // smartSeparatorLine1 // this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -482,97 +551,28 @@ this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray; // - // smartLabel1 + // labelTitleTime // - this.smartLabel1.BackGround = this.smartGroupBox1; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel1.BorderColor = System.Drawing.Color.Black; - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 1F; - this.smartLabel1.Location = new System.Drawing.Point(732, 108); - 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(110, 29); - this.smartLabel1.TabIndex = 128; - this.smartLabel1.Text = "Detail"; - this.smartLabel1.TextColor = System.Drawing.Color.White; - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; - // - // smartLabel2 - // - this.smartLabel2.BackGround = this.smartGroupBox1; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel2.BorderColor = System.Drawing.Color.Black; - this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel2.LineSpacing = 1F; - this.smartLabel2.Location = new System.Drawing.Point(448, 108); - 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(285, 29); - this.smartLabel2.TabIndex = 127; - this.smartLabel2.Text = "Event"; - this.smartLabel2.TextColor = System.Drawing.Color.White; - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; - // - // smartLabel8 - // - this.smartLabel8.BackGround = this.smartGroupBox1; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel8.BorderColor = System.Drawing.Color.Black; - this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel8.LineSpacing = 1F; - this.smartLabel8.Location = new System.Drawing.Point(350, 108); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(99, 29); - this.smartLabel8.TabIndex = 126; - this.smartLabel8.Text = "Login ID"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; - // - // smartLabel9 - // - this.smartLabel9.BackGround = this.smartGroupBox1; - this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel9.BorderColor = System.Drawing.Color.Black; - this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel9.LineSpacing = 1F; - this.smartLabel9.Location = new System.Drawing.Point(271, 108); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(80, 29); - this.smartLabel9.TabIndex = 125; - this.smartLabel9.Text = "Time"; - this.smartLabel9.TextColor = System.Drawing.Color.White; - this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel9.Wordwrap = false; + this.labelTitleTime.BackGround = this.smartGroupBox1; + this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleTime.BorderColor = System.Drawing.Color.Black; + this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleTime.LineSpacing = 1F; + this.labelTitleTime.Location = new System.Drawing.Point(271, 108); + this.labelTitleTime.Name = "labelTitleTime"; + this.labelTitleTime.OverlapOptimize = true; + this.labelTitleTime.PasswordChar = '\0'; + this.labelTitleTime.Radius = 3; + this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleTime.Size = new System.Drawing.Size(80, 29); + this.labelTitleTime.TabIndex = 125; + this.labelTitleTime.Text = "Time"; + this.labelTitleTime.TextColor = System.Drawing.Color.White; + this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleTime.Wordwrap = false; // // buttonDown // @@ -766,49 +766,49 @@ this.treeView.TabIndex = 81; this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect); // - // smartLabel4 + // labelTitleList // - this.smartLabel4.BackGround = this.smartGroupBox1; - 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.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(22, 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(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))))); - this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel4.Wordwrap = false; + this.labelTitleList.BackGround = this.smartGroupBox1; + this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleList.BorderColor = System.Drawing.Color.Black; + this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleList.LineSpacing = 0F; + this.labelTitleList.Location = new System.Drawing.Point(22, 45); + this.labelTitleList.Name = "labelTitleList"; + this.labelTitleList.OverlapOptimize = true; + this.labelTitleList.PasswordChar = '\0'; + this.labelTitleList.Radius = 3; + this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleList.Size = new System.Drawing.Size(73, 18); + this.labelTitleList.TabIndex = 88; + this.labelTitleList.Text = "List"; + this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleList.Wordwrap = false; // - // smartLabel3 + // labelTitleFileName // - this.smartLabel3.BackGround = this.smartGroupBox1; - 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.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(271, 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(541, 18); - this.smartLabel3.TabIndex = 87; - this.smartLabel3.Text = "File name"; - this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - 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; + this.labelTitleFileName.BackGround = this.smartGroupBox1; + this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleFileName.BorderColor = System.Drawing.Color.Black; + this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleFileName.LineSpacing = 0F; + this.labelTitleFileName.Location = new System.Drawing.Point(271, 45); + this.labelTitleFileName.Name = "labelTitleFileName"; + this.labelTitleFileName.OverlapOptimize = true; + this.labelTitleFileName.PasswordChar = '\0'; + this.labelTitleFileName.Radius = 3; + this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleFileName.Size = new System.Drawing.Size(541, 18); + this.labelTitleFileName.TabIndex = 87; + this.labelTitleFileName.Text = "File name"; + this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleFileName.Wordwrap = false; // // labelFileName // @@ -875,13 +875,13 @@ 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(75, 45); + this.labelCount.Location = new System.Drawing.Point(101, 45); 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(187, 18); + this.labelCount.Size = new System.Drawing.Size(161, 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))))); @@ -913,16 +913,16 @@ private SmartX.SmartLabel labelCount; private System.Windows.Forms.TreeView treeView; private SmartX.SmartLabel labelFileName; - private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel4; + private SmartX.SmartLabel labelTitleFileName; + private SmartX.SmartLabel labelTitleList; private SmartX.SmartFile smartFile1; private SmartX.SmartListBox listBoxDetail; private SmartX.SmartListBox listBoxEvent; private SmartX.SmartListBox listBoxLoginID; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel labelTitleDetail; + private SmartX.SmartLabel labelTitleEvent; + private SmartX.SmartLabel labelTitleID; + private SmartX.SmartLabel labelTitleTime; private SmartX.SmartButton buttonDown; private SmartX.SmartButton buttonUp; private SmartX.SmartListBox listBoxTime; diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.cs b/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.cs index 064370a..547db5f 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogAlarm.cs @@ -67,6 +67,34 @@ namespace INT_LKD_2.Controls this.CollectionListBox.Add(this.listBoxEvent); this.CollectionListBox.Add(this.listBoxDetail); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleList.Text = ""; + this.labelTitleFileName.Text = ""; + + this.labelTitleTime.Text = ""; + this.labelTitleID.Text = ""; + this.labelTitleEvent.Text = ""; + this.labelTitleDetail.Text = ""; + + this.buttonBackup.Text = ""; + break; + default: + this.labelTitleList.Text = "List"; + this.labelTitleFileName.Text = "File name"; + + this.labelTitleTime.Text = "Time"; + this.labelTitleID.Text = "ID"; + this.labelTitleEvent.Text = "Event"; + this.labelTitleDetail.Text = "Detail"; + + this.buttonBackup.Text = "Backup"; + break; + } + } public void LoadFile(string fullFilePath) { diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogHistory.Designer.cs b/INT_LKD_2/Controls/Log/ControlMenuLogHistory.Designer.cs index 937e0f0..4200cff 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogHistory.Designer.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogHistory.Designer.cs @@ -30,18 +30,18 @@ { this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartLabel7 = new SmartX.SmartLabel(); - this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel5 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); + this.labelTitleType = new SmartX.SmartLabel(); + this.labelTitleAfter = new SmartX.SmartLabel(); + this.labelTitleBefore = new SmartX.SmartLabel(); + this.labelTitleDetail = new SmartX.SmartLabel(); + this.labelTitleEvent = new SmartX.SmartLabel(); + this.labelTitleID = new SmartX.SmartLabel(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.labelTotalIndex = new SmartX.SmartLabel(); this.labelRemainIndex = new SmartX.SmartLabel(); this.labelFileName = new SmartX.SmartLabel(); - this.smartLabel13 = new SmartX.SmartLabel(); - this.smartLabel12 = new SmartX.SmartLabel(); + this.labelTitleFileName = new SmartX.SmartLabel(); + this.labelTitleList = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel(); this.listBoxAfter = new SmartX.SmartListBox(); this.listBoxBefore = new SmartX.SmartListBox(); @@ -49,7 +49,7 @@ this.listBoxDetail = new SmartX.SmartListBox(); this.listBoxEvent = new SmartX.SmartListBox(); this.listBoxLoginID = new SmartX.SmartListBox(); - this.smartLabel9 = new SmartX.SmartLabel(); + this.labelTitleTime = new SmartX.SmartLabel(); this.buttonDown = new SmartX.SmartButton(); this.buttonUp = new SmartX.SmartButton(); this.buttonBackup = new SmartX.SmartButton(); @@ -67,18 +67,18 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.smartLabel7); - this.smartGroupBox1.Controls.Add(this.smartLabel6); - this.smartGroupBox1.Controls.Add(this.smartLabel5); - this.smartGroupBox1.Controls.Add(this.smartLabel1); - this.smartGroupBox1.Controls.Add(this.smartLabel2); - this.smartGroupBox1.Controls.Add(this.smartLabel8); + this.smartGroupBox1.Controls.Add(this.labelTitleType); + this.smartGroupBox1.Controls.Add(this.labelTitleAfter); + this.smartGroupBox1.Controls.Add(this.labelTitleBefore); + this.smartGroupBox1.Controls.Add(this.labelTitleDetail); + this.smartGroupBox1.Controls.Add(this.labelTitleEvent); + this.smartGroupBox1.Controls.Add(this.labelTitleID); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.labelTotalIndex); this.smartGroupBox1.Controls.Add(this.labelRemainIndex); this.smartGroupBox1.Controls.Add(this.labelFileName); - this.smartGroupBox1.Controls.Add(this.smartLabel13); - this.smartGroupBox1.Controls.Add(this.smartLabel12); + this.smartGroupBox1.Controls.Add(this.labelTitleFileName); + this.smartGroupBox1.Controls.Add(this.labelTitleList); this.smartGroupBox1.Controls.Add(this.labelCount); this.smartGroupBox1.Controls.Add(this.listBoxAfter); this.smartGroupBox1.Controls.Add(this.listBoxBefore); @@ -86,7 +86,7 @@ this.smartGroupBox1.Controls.Add(this.listBoxDetail); this.smartGroupBox1.Controls.Add(this.listBoxEvent); this.smartGroupBox1.Controls.Add(this.listBoxLoginID); - this.smartGroupBox1.Controls.Add(this.smartLabel9); + this.smartGroupBox1.Controls.Add(this.labelTitleTime); this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.buttonBackup); @@ -105,143 +105,143 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // smartLabel7 + // labelTitleType // - this.smartLabel7.BackGround = this.smartGroupBox1; - this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel7.BorderColor = System.Drawing.Color.Black; - this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel7.LineSpacing = 1F; - this.smartLabel7.Location = new System.Drawing.Point(763, 108); - this.smartLabel7.Name = "smartLabel7"; - this.smartLabel7.OverlapOptimize = true; - this.smartLabel7.PasswordChar = '\0'; - this.smartLabel7.Radius = 3; - this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel7.Size = new System.Drawing.Size(78, 29); - this.smartLabel7.TabIndex = 115; - this.smartLabel7.Text = "Type"; - this.smartLabel7.TextColor = System.Drawing.Color.White; - this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel7.Wordwrap = false; + this.labelTitleType.BackGround = this.smartGroupBox1; + this.labelTitleType.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleType.BorderColor = System.Drawing.Color.Black; + this.labelTitleType.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleType.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleType.LineSpacing = 1F; + this.labelTitleType.Location = new System.Drawing.Point(763, 108); + this.labelTitleType.Name = "labelTitleType"; + this.labelTitleType.OverlapOptimize = true; + this.labelTitleType.PasswordChar = '\0'; + this.labelTitleType.Radius = 3; + this.labelTitleType.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleType.Size = new System.Drawing.Size(78, 29); + this.labelTitleType.TabIndex = 115; + this.labelTitleType.Text = "Type"; + this.labelTitleType.TextColor = System.Drawing.Color.White; + this.labelTitleType.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleType.Wordwrap = false; // - // smartLabel6 + // labelTitleAfter // - this.smartLabel6.BackGround = this.smartGroupBox1; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel6.BorderColor = System.Drawing.Color.Black; - this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel6.LineSpacing = 1F; - this.smartLabel6.Location = new System.Drawing.Point(709, 108); - this.smartLabel6.Name = "smartLabel6"; - this.smartLabel6.OverlapOptimize = true; - this.smartLabel6.PasswordChar = '\0'; - this.smartLabel6.Radius = 3; - this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel6.Size = new System.Drawing.Size(55, 29); - this.smartLabel6.TabIndex = 114; - this.smartLabel6.Text = "After"; - this.smartLabel6.TextColor = System.Drawing.Color.White; - this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel6.Wordwrap = false; + this.labelTitleAfter.BackGround = this.smartGroupBox1; + this.labelTitleAfter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleAfter.BorderColor = System.Drawing.Color.Black; + this.labelTitleAfter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleAfter.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleAfter.LineSpacing = 1F; + this.labelTitleAfter.Location = new System.Drawing.Point(709, 108); + this.labelTitleAfter.Name = "labelTitleAfter"; + this.labelTitleAfter.OverlapOptimize = true; + this.labelTitleAfter.PasswordChar = '\0'; + this.labelTitleAfter.Radius = 3; + this.labelTitleAfter.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleAfter.Size = new System.Drawing.Size(55, 29); + this.labelTitleAfter.TabIndex = 114; + this.labelTitleAfter.Text = "After"; + this.labelTitleAfter.TextColor = System.Drawing.Color.White; + this.labelTitleAfter.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleAfter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleAfter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleAfter.Wordwrap = false; // - // smartLabel5 + // labelTitleBefore // - this.smartLabel5.BackGround = this.smartGroupBox1; - this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel5.BorderColor = System.Drawing.Color.Black; - this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel5.LineSpacing = 1F; - this.smartLabel5.Location = new System.Drawing.Point(655, 108); - 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(55, 29); - this.smartLabel5.TabIndex = 113; - this.smartLabel5.Text = "Before"; - this.smartLabel5.TextColor = System.Drawing.Color.White; - this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel5.Wordwrap = false; + this.labelTitleBefore.BackGround = this.smartGroupBox1; + this.labelTitleBefore.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleBefore.BorderColor = System.Drawing.Color.Black; + this.labelTitleBefore.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleBefore.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleBefore.LineSpacing = 1F; + this.labelTitleBefore.Location = new System.Drawing.Point(655, 108); + this.labelTitleBefore.Name = "labelTitleBefore"; + this.labelTitleBefore.OverlapOptimize = true; + this.labelTitleBefore.PasswordChar = '\0'; + this.labelTitleBefore.Radius = 3; + this.labelTitleBefore.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleBefore.Size = new System.Drawing.Size(55, 29); + this.labelTitleBefore.TabIndex = 113; + this.labelTitleBefore.Text = "Before"; + this.labelTitleBefore.TextColor = System.Drawing.Color.White; + this.labelTitleBefore.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleBefore.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleBefore.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleBefore.Wordwrap = false; // - // smartLabel1 + // labelTitleDetail // - this.smartLabel1.BackGround = this.smartGroupBox1; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel1.BorderColor = System.Drawing.Color.Black; - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 1F; - this.smartLabel1.Location = new System.Drawing.Point(536, 108); - 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(120, 29); - this.smartLabel1.TabIndex = 112; - this.smartLabel1.Text = "Detail"; - this.smartLabel1.TextColor = System.Drawing.Color.White; - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; + this.labelTitleDetail.BackGround = this.smartGroupBox1; + this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleDetail.BorderColor = System.Drawing.Color.Black; + this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleDetail.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleDetail.LineSpacing = 1F; + this.labelTitleDetail.Location = new System.Drawing.Point(536, 108); + this.labelTitleDetail.Name = "labelTitleDetail"; + this.labelTitleDetail.OverlapOptimize = true; + this.labelTitleDetail.PasswordChar = '\0'; + this.labelTitleDetail.Radius = 3; + this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDetail.Size = new System.Drawing.Size(120, 29); + this.labelTitleDetail.TabIndex = 112; + this.labelTitleDetail.Text = "Detail"; + this.labelTitleDetail.TextColor = System.Drawing.Color.White; + this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDetail.Wordwrap = false; // - // smartLabel2 + // labelTitleEvent // - this.smartLabel2.BackGround = this.smartGroupBox1; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel2.BorderColor = System.Drawing.Color.Black; - this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel2.LineSpacing = 1F; - this.smartLabel2.Location = new System.Drawing.Point(427, 108); - 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(110, 29); - this.smartLabel2.TabIndex = 111; - this.smartLabel2.Text = "Event"; - this.smartLabel2.TextColor = System.Drawing.Color.White; - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; + this.labelTitleEvent.BackGround = this.smartGroupBox1; + this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleEvent.BorderColor = System.Drawing.Color.Black; + this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleEvent.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleEvent.LineSpacing = 1F; + this.labelTitleEvent.Location = new System.Drawing.Point(427, 108); + this.labelTitleEvent.Name = "labelTitleEvent"; + this.labelTitleEvent.OverlapOptimize = true; + this.labelTitleEvent.PasswordChar = '\0'; + this.labelTitleEvent.Radius = 3; + this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleEvent.Size = new System.Drawing.Size(110, 29); + this.labelTitleEvent.TabIndex = 111; + this.labelTitleEvent.Text = "Event"; + this.labelTitleEvent.TextColor = System.Drawing.Color.White; + this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleEvent.Wordwrap = false; // - // smartLabel8 + // labelTitleID // - this.smartLabel8.BackGround = this.smartGroupBox1; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel8.BorderColor = System.Drawing.Color.Black; - this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel8.LineSpacing = 1F; - this.smartLabel8.Location = new System.Drawing.Point(338, 108); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(90, 29); - this.smartLabel8.TabIndex = 110; - this.smartLabel8.Text = "Login ID"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; + this.labelTitleID.BackGround = this.smartGroupBox1; + this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleID.BorderColor = System.Drawing.Color.Black; + this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleID.LineSpacing = 1F; + this.labelTitleID.Location = new System.Drawing.Point(338, 108); + this.labelTitleID.Name = "labelTitleID"; + this.labelTitleID.OverlapOptimize = true; + this.labelTitleID.PasswordChar = '\0'; + this.labelTitleID.Radius = 3; + this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleID.Size = new System.Drawing.Size(90, 29); + this.labelTitleID.TabIndex = 110; + this.labelTitleID.Text = "Login ID"; + this.labelTitleID.TextColor = System.Drawing.Color.White; + this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleID.Wordwrap = false; // // smartSeparatorLine1 // @@ -322,49 +322,49 @@ this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFileName.Wordwrap = false; // - // smartLabel13 + // labelTitleFileName // - this.smartLabel13.BackGround = this.smartGroupBox1; - this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel13.BorderColor = System.Drawing.Color.Black; - this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(271, 45); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(541, 18); - this.smartLabel13.TabIndex = 135; - this.smartLabel13.Text = "File name"; - this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel13.Wordwrap = false; + this.labelTitleFileName.BackGround = this.smartGroupBox1; + this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleFileName.BorderColor = System.Drawing.Color.Black; + this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleFileName.LineSpacing = 0F; + this.labelTitleFileName.Location = new System.Drawing.Point(271, 45); + this.labelTitleFileName.Name = "labelTitleFileName"; + this.labelTitleFileName.OverlapOptimize = true; + this.labelTitleFileName.PasswordChar = '\0'; + this.labelTitleFileName.Radius = 3; + this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleFileName.Size = new System.Drawing.Size(541, 18); + this.labelTitleFileName.TabIndex = 135; + this.labelTitleFileName.Text = "File name"; + this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleFileName.Wordwrap = false; // - // smartLabel12 + // labelTitleList // - this.smartLabel12.BackGround = this.smartGroupBox1; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel12.BorderColor = System.Drawing.Color.Black; - this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(22, 45); - this.smartLabel12.Name = "smartLabel12"; - this.smartLabel12.OverlapOptimize = true; - this.smartLabel12.PasswordChar = '\0'; - this.smartLabel12.Radius = 3; - this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel12.Size = new System.Drawing.Size(45, 18); - this.smartLabel12.TabIndex = 134; - this.smartLabel12.Text = "List"; - this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel12.Wordwrap = false; + this.labelTitleList.BackGround = this.smartGroupBox1; + this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleList.BorderColor = System.Drawing.Color.Black; + this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleList.LineSpacing = 0F; + this.labelTitleList.Location = new System.Drawing.Point(22, 45); + this.labelTitleList.Name = "labelTitleList"; + this.labelTitleList.OverlapOptimize = true; + this.labelTitleList.PasswordChar = '\0'; + this.labelTitleList.Radius = 3; + this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleList.Size = new System.Drawing.Size(73, 18); + this.labelTitleList.TabIndex = 134; + this.labelTitleList.Text = "List"; + this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleList.Wordwrap = false; // // labelCount // @@ -374,13 +374,13 @@ 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(75, 45); + this.labelCount.Location = new System.Drawing.Point(101, 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(187, 18); + this.labelCount.Size = new System.Drawing.Size(161, 18); this.labelCount.TabIndex = 133; this.labelCount.Text = "00"; this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -1061,28 +1061,28 @@ this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray; // - // smartLabel9 + // labelTitleTime // - this.smartLabel9.BackGround = this.smartGroupBox1; - this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel9.BorderColor = System.Drawing.Color.Black; - this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel9.LineSpacing = 1F; - this.smartLabel9.Location = new System.Drawing.Point(271, 108); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(68, 29); - this.smartLabel9.TabIndex = 109; - this.smartLabel9.Text = "Time"; - this.smartLabel9.TextColor = System.Drawing.Color.White; - this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel9.Wordwrap = false; + this.labelTitleTime.BackGround = this.smartGroupBox1; + this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleTime.BorderColor = System.Drawing.Color.Black; + this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleTime.LineSpacing = 1F; + this.labelTitleTime.Location = new System.Drawing.Point(271, 108); + this.labelTitleTime.Name = "labelTitleTime"; + this.labelTitleTime.OverlapOptimize = true; + this.labelTitleTime.PasswordChar = '\0'; + this.labelTitleTime.Radius = 3; + this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleTime.Size = new System.Drawing.Size(68, 29); + this.labelTitleTime.TabIndex = 109; + this.labelTitleTime.Text = "Time"; + this.labelTitleTime.TextColor = System.Drawing.Color.White; + this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleTime.Wordwrap = false; // // buttonDown // @@ -1332,21 +1332,21 @@ private SmartX.SmartListBox listBoxTime; private SmartX.SmartButton buttonDown; private SmartX.SmartButton buttonUp; - private SmartX.SmartLabel smartLabel7; - private SmartX.SmartLabel smartLabel6; - private SmartX.SmartLabel smartLabel5; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel labelTitleType; + private SmartX.SmartLabel labelTitleAfter; + private SmartX.SmartLabel labelTitleBefore; + private SmartX.SmartLabel labelTitleDetail; + private SmartX.SmartLabel labelTitleEvent; + private SmartX.SmartLabel labelTitleID; + private SmartX.SmartLabel labelTitleTime; private SmartX.SmartListBox listBoxAfter; private SmartX.SmartListBox listBoxBefore; private SmartX.SmartListBox listBoxType; private SmartX.SmartListBox listBoxDetail; private SmartX.SmartListBox listBoxEvent; private SmartX.SmartListBox listBoxLoginID; - private SmartX.SmartLabel smartLabel13; - private SmartX.SmartLabel smartLabel12; + private SmartX.SmartLabel labelTitleFileName; + private SmartX.SmartLabel labelTitleList; private SmartX.SmartLabel labelCount; private SmartX.SmartLabel labelFileName; private SmartX.SmartSeparatorLine smartSeparatorLine1; diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogHistory.cs b/INT_LKD_2/Controls/Log/ControlMenuLogHistory.cs index 803b2b6..92826f5 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogHistory.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogHistory.cs @@ -71,6 +71,40 @@ namespace INT_LKD_2.Controls this.CollectionListBox.Add(this.listBoxAfter); this.CollectionListBox.Add(this.listBoxType); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleList.Text = ""; + this.labelTitleFileName.Text = ""; + + this.labelTitleTime.Text = ""; + this.labelTitleID.Text = ""; + this.labelTitleEvent.Text = ""; + this.labelTitleDetail.Text = ""; + this.labelTitleBefore.Text = ""; + this.labelTitleAfter.Text = ""; + this.labelTitleType.Text = ""; + + this.buttonBackup.Text = ""; + break; + default: + this.labelTitleList.Text = "List"; + this.labelTitleFileName.Text = "File name"; + + this.labelTitleTime.Text = "Time"; + this.labelTitleID.Text = "ID"; + this.labelTitleEvent.Text = "Event"; + this.labelTitleDetail.Text = "Detail"; + this.labelTitleBefore.Text = "Before"; + this.labelTitleAfter.Text = "After"; + this.labelTitleType.Text = "Type"; + + this.buttonBackup.Text = "Backup"; + break; + } + } public void LoadFile(string fullFilePath) { diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogInspection.Designer.cs b/INT_LKD_2/Controls/Log/ControlMenuLogInspection.Designer.cs index abde3bb..936491b 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogInspection.Designer.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogInspection.Designer.cs @@ -29,14 +29,22 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.labelPassCount12 = new SmartX.SmartLabel(); + this.labelLeakCount12 = new SmartX.SmartLabel(); + this.labelPassCount11 = new SmartX.SmartLabel(); + this.labelLeakCount11 = new SmartX.SmartLabel(); + this.smartLabel18 = new SmartX.SmartLabel(); + this.smartLabel19 = new SmartX.SmartLabel(); + this.listBox12 = new SmartX.SmartListBox(); + this.listBox11 = new SmartX.SmartListBox(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.labelTotalIndex = new SmartX.SmartLabel(); this.labelRemainIndex = new SmartX.SmartLabel(); - this.smartLabel13 = new SmartX.SmartLabel(); - this.smartLabel12 = new SmartX.SmartLabel(); + this.labelTitleFileName = new SmartX.SmartLabel(); + this.labelTitleList = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel(); - this.smartLabel32 = new SmartX.SmartLabel(); - this.smartLabel33 = new SmartX.SmartLabel(); + this.labelTitlePass = new SmartX.SmartLabel(); + this.labelTitleLeak = new SmartX.SmartLabel(); this.labelPassCount10 = new SmartX.SmartLabel(); this.labelLeakCount10 = new SmartX.SmartLabel(); this.labelPassCount9 = new SmartX.SmartLabel(); @@ -71,7 +79,7 @@ this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.labelTitleTime = new SmartX.SmartLabel(); this.listBox10 = new SmartX.SmartListBox(); this.listBox9 = new SmartX.SmartListBox(); this.listBox8 = new SmartX.SmartListBox(); @@ -85,14 +93,6 @@ this.buttonBackup = new SmartX.SmartButton(); this.listBoxTime = new SmartX.SmartListBox(); this.smartFile1 = new SmartX.SmartFile(); - this.labelPassCount12 = new SmartX.SmartLabel(); - this.labelLeakCount12 = new SmartX.SmartLabel(); - this.labelPassCount11 = new SmartX.SmartLabel(); - this.labelLeakCount11 = new SmartX.SmartLabel(); - this.smartLabel18 = new SmartX.SmartLabel(); - this.smartLabel19 = new SmartX.SmartLabel(); - this.listBox12 = new SmartX.SmartListBox(); - this.listBox11 = new SmartX.SmartListBox(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -112,11 +112,11 @@ this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.labelTotalIndex); this.smartGroupBox1.Controls.Add(this.labelRemainIndex); - this.smartGroupBox1.Controls.Add(this.smartLabel13); - this.smartGroupBox1.Controls.Add(this.smartLabel12); + this.smartGroupBox1.Controls.Add(this.labelTitleFileName); + this.smartGroupBox1.Controls.Add(this.labelTitleList); this.smartGroupBox1.Controls.Add(this.labelCount); - this.smartGroupBox1.Controls.Add(this.smartLabel32); - this.smartGroupBox1.Controls.Add(this.smartLabel33); + this.smartGroupBox1.Controls.Add(this.labelTitlePass); + this.smartGroupBox1.Controls.Add(this.labelTitleLeak); this.smartGroupBox1.Controls.Add(this.labelPassCount10); this.smartGroupBox1.Controls.Add(this.labelLeakCount10); this.smartGroupBox1.Controls.Add(this.labelPassCount9); @@ -151,7 +151,7 @@ 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.labelTitleTime); this.smartGroupBox1.Controls.Add(this.listBox10); this.smartGroupBox1.Controls.Add(this.listBox9); this.smartGroupBox1.Controls.Add(this.listBox8); @@ -177,6 +177,370 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // labelPassCount12 + // + this.labelPassCount12.BackGround = this.smartGroupBox1; + this.labelPassCount12.BackGroundColor = System.Drawing.Color.White; + this.labelPassCount12.BorderColor = System.Drawing.Color.Black; + this.labelPassCount12.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelPassCount12.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount12.LineSpacing = 0F; + this.labelPassCount12.Location = new System.Drawing.Point(795, 599); + this.labelPassCount12.Name = "labelPassCount12"; + this.labelPassCount12.OverlapOptimize = true; + this.labelPassCount12.PasswordChar = '\0'; + this.labelPassCount12.Radius = 3; + this.labelPassCount12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCount12.Size = new System.Drawing.Size(50, 20); + this.labelPassCount12.TabIndex = 150; + this.labelPassCount12.Text = "0"; + this.labelPassCount12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCount12.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCount12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelPassCount12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCount12.Wordwrap = false; + // + // labelLeakCount12 + // + this.labelLeakCount12.BackGround = this.smartGroupBox1; + this.labelLeakCount12.BackGroundColor = System.Drawing.Color.White; + this.labelLeakCount12.BorderColor = System.Drawing.Color.Black; + this.labelLeakCount12.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelLeakCount12.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount12.LineSpacing = 0F; + this.labelLeakCount12.Location = new System.Drawing.Point(795, 618); + this.labelLeakCount12.Name = "labelLeakCount12"; + this.labelLeakCount12.OverlapOptimize = true; + this.labelLeakCount12.PasswordChar = '\0'; + this.labelLeakCount12.Radius = 3; + this.labelLeakCount12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCount12.Size = new System.Drawing.Size(50, 20); + this.labelLeakCount12.TabIndex = 149; + this.labelLeakCount12.Text = "0"; + this.labelLeakCount12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCount12.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCount12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelLeakCount12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCount12.Wordwrap = false; + // + // labelPassCount11 + // + this.labelPassCount11.BackGround = this.smartGroupBox1; + this.labelPassCount11.BackGroundColor = System.Drawing.Color.White; + this.labelPassCount11.BorderColor = System.Drawing.Color.Black; + this.labelPassCount11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelPassCount11.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount11.LineSpacing = 0F; + this.labelPassCount11.Location = new System.Drawing.Point(746, 599); + this.labelPassCount11.Name = "labelPassCount11"; + this.labelPassCount11.OverlapOptimize = true; + this.labelPassCount11.PasswordChar = '\0'; + this.labelPassCount11.Radius = 3; + this.labelPassCount11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelPassCount11.Size = new System.Drawing.Size(50, 20); + this.labelPassCount11.TabIndex = 148; + this.labelPassCount11.Text = "0"; + this.labelPassCount11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelPassCount11.TextColorDisable = System.Drawing.Color.Gray; + this.labelPassCount11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelPassCount11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelPassCount11.Wordwrap = false; + // + // labelLeakCount11 + // + this.labelLeakCount11.BackGround = this.smartGroupBox1; + this.labelLeakCount11.BackGroundColor = System.Drawing.Color.White; + this.labelLeakCount11.BorderColor = System.Drawing.Color.Black; + this.labelLeakCount11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelLeakCount11.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount11.LineSpacing = 0F; + this.labelLeakCount11.Location = new System.Drawing.Point(746, 618); + this.labelLeakCount11.Name = "labelLeakCount11"; + this.labelLeakCount11.OverlapOptimize = true; + this.labelLeakCount11.PasswordChar = '\0'; + this.labelLeakCount11.Radius = 3; + this.labelLeakCount11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLeakCount11.Size = new System.Drawing.Size(50, 20); + this.labelLeakCount11.TabIndex = 147; + this.labelLeakCount11.Text = "0"; + this.labelLeakCount11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLeakCount11.TextColorDisable = System.Drawing.Color.Gray; + this.labelLeakCount11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; + this.labelLeakCount11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLeakCount11.Wordwrap = false; + // + // smartLabel18 + // + this.smartLabel18.BackGround = this.smartGroupBox1; + this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartLabel18.BorderColor = System.Drawing.Color.Black; + this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.smartLabel18.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.smartLabel18.LineSpacing = 1F; + this.smartLabel18.Location = new System.Drawing.Point(795, 108); + this.smartLabel18.Name = "smartLabel18"; + this.smartLabel18.OverlapOptimize = true; + this.smartLabel18.PasswordChar = '\0'; + this.smartLabel18.Radius = 3; + this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel18.Size = new System.Drawing.Size(50, 29); + this.smartLabel18.TabIndex = 146; + this.smartLabel18.Text = "12"; + 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; + this.smartLabel18.Wordwrap = false; + // + // smartLabel19 + // + this.smartLabel19.BackGround = this.smartGroupBox1; + this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.smartLabel19.BorderColor = System.Drawing.Color.Black; + this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.smartLabel19.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.smartLabel19.LineSpacing = 1F; + this.smartLabel19.Location = new System.Drawing.Point(746, 108); + this.smartLabel19.Name = "smartLabel19"; + this.smartLabel19.OverlapOptimize = true; + this.smartLabel19.PasswordChar = '\0'; + this.smartLabel19.Radius = 3; + this.smartLabel19.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel19.Size = new System.Drawing.Size(50, 29); + this.smartLabel19.TabIndex = 145; + this.smartLabel19.Text = "11"; + 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; + this.smartLabel19.Wordwrap = false; + // + // listBox12 + // + this.listBox12.BackGround = null; + this.listBox12.BackGroundColor = System.Drawing.Color.White; + this.listBox12.BorderColor = System.Drawing.Color.Black; + this.listBox12.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBox12.ColumnStyles = null; + this.listBox12.DataSource = null; + this.listBox12.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.listBox12.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBox12.ItemOffsetGap = 10; + this.listBox12.ItemOffsetX = 1; + this.listBox12.ItemOffsetY = 0; + this.listBox12.ItemTextOffsetY = 1; + this.listBox12.Location = new System.Drawing.Point(795, 136); + this.listBox12.MouseMoveEventSpace = 3; + this.listBox12.MouseMoveSpace = 10; + this.listBox12.Name = "listBox12"; + this.listBox12.OverlapOptimize = true; + this.listBox12.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBox12.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBox12.ScrollBarButtonHeight = 15; + this.listBox12.ScrollBarButtonImage = null; + this.listBox12.ScrollBarButtonRound = 0; + this.listBox12.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBox12.ScrollButtonHeight = 30; + this.listBox12.ScrollButtonWidth = 30; + // + // + // + this.listBox12.ScrollDownButton.BackGround = null; + this.listBox12.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox12.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox12.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox12.ScrollDownButton.ButtonImageAutoSize = false; + this.listBox12.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox12.ScrollDownButton.ButtonText = "▼"; + this.listBox12.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox12.ScrollDownButton.GroupID = 0; + this.listBox12.ScrollDownButton.ImageDisable = null; + this.listBox12.ScrollDownButton.ImageDown = null; + this.listBox12.ScrollDownButton.ImageUp = null; + this.listBox12.ScrollDownButton.Location = new System.Drawing.Point(513, 503); + this.listBox12.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox12.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBox12.ScrollDownButton.NestedClickEventPrevent = false; + this.listBox12.ScrollDownButton.OutlinePixel = 1; + this.listBox12.ScrollDownButton.OverlapOptimize = true; + this.listBox12.ScrollDownButton.RepeatInterval = 200; + this.listBox12.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBox12.ScrollDownButton.RoundSize = 10; + this.listBox12.ScrollDownButton.SafeInterval = 200; + this.listBox12.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBox12.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox12.ScrollDownButton.TabIndex = 0; + this.listBox12.ScrollDownButton.Text = null; + this.listBox12.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBox12.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox12.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox12.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox12.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox12.ScrollDownButton.Visible = false; + this.listBox12.ScrollStep = 1; + // + // + // + this.listBox12.ScrollUpButton.BackGround = null; + this.listBox12.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox12.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox12.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox12.ScrollUpButton.ButtonImageAutoSize = false; + this.listBox12.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox12.ScrollUpButton.ButtonText = "▲"; + this.listBox12.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox12.ScrollUpButton.GroupID = 0; + this.listBox12.ScrollUpButton.ImageDisable = null; + this.listBox12.ScrollUpButton.ImageDown = null; + this.listBox12.ScrollUpButton.ImageUp = null; + this.listBox12.ScrollUpButton.Location = new System.Drawing.Point(513, 2); + this.listBox12.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox12.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBox12.ScrollUpButton.NestedClickEventPrevent = false; + this.listBox12.ScrollUpButton.OutlinePixel = 1; + this.listBox12.ScrollUpButton.OverlapOptimize = true; + this.listBox12.ScrollUpButton.RepeatInterval = 200; + this.listBox12.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBox12.ScrollUpButton.RoundSize = 10; + this.listBox12.ScrollUpButton.SafeInterval = 200; + this.listBox12.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBox12.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox12.ScrollUpButton.TabIndex = 1; + this.listBox12.ScrollUpButton.Text = null; + this.listBox12.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBox12.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox12.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox12.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox12.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox12.ScrollUpButton.Visible = false; + this.listBox12.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBox12.SelectFilled = true; + this.listBox12.SelectItemIndex = -1; + this.listBox12.SelectTextColor = System.Drawing.Color.White; + this.listBox12.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); + this.listBox12.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBox12.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBox12.SeparationlineVisibleBottom = true; + this.listBox12.SeparationlineVisibleTop = true; + this.listBox12.Size = new System.Drawing.Size(50, 457); + this.listBox12.TabIndex = 144; + this.listBox12.Text = "smartListBox8"; + this.listBox12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.listBox12.TextColorDisable = System.Drawing.Color.Gray; + // + // listBox11 + // + this.listBox11.BackGround = null; + this.listBox11.BackGroundColor = System.Drawing.Color.White; + this.listBox11.BorderColor = System.Drawing.Color.Black; + this.listBox11.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBox11.ColumnStyles = null; + this.listBox11.DataSource = null; + this.listBox11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.listBox11.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBox11.ItemOffsetGap = 10; + this.listBox11.ItemOffsetX = 1; + this.listBox11.ItemOffsetY = 0; + this.listBox11.ItemTextOffsetY = 1; + this.listBox11.Location = new System.Drawing.Point(746, 136); + this.listBox11.MouseMoveEventSpace = 3; + this.listBox11.MouseMoveSpace = 10; + this.listBox11.Name = "listBox11"; + this.listBox11.OverlapOptimize = true; + this.listBox11.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBox11.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBox11.ScrollBarButtonHeight = 15; + this.listBox11.ScrollBarButtonImage = null; + this.listBox11.ScrollBarButtonRound = 0; + this.listBox11.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; + this.listBox11.ScrollButtonHeight = 30; + this.listBox11.ScrollButtonWidth = 30; + // + // + // + this.listBox11.ScrollDownButton.BackGround = null; + this.listBox11.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox11.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox11.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox11.ScrollDownButton.ButtonImageAutoSize = false; + this.listBox11.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox11.ScrollDownButton.ButtonText = "▼"; + this.listBox11.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox11.ScrollDownButton.GroupID = 0; + this.listBox11.ScrollDownButton.ImageDisable = null; + this.listBox11.ScrollDownButton.ImageDown = null; + this.listBox11.ScrollDownButton.ImageUp = null; + this.listBox11.ScrollDownButton.Location = new System.Drawing.Point(513, 503); + this.listBox11.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox11.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBox11.ScrollDownButton.NestedClickEventPrevent = false; + this.listBox11.ScrollDownButton.OutlinePixel = 1; + this.listBox11.ScrollDownButton.OverlapOptimize = true; + this.listBox11.ScrollDownButton.RepeatInterval = 200; + this.listBox11.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBox11.ScrollDownButton.RoundSize = 10; + this.listBox11.ScrollDownButton.SafeInterval = 200; + this.listBox11.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBox11.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox11.ScrollDownButton.TabIndex = 0; + this.listBox11.ScrollDownButton.Text = null; + this.listBox11.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBox11.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox11.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox11.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox11.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox11.ScrollDownButton.Visible = false; + this.listBox11.ScrollStep = 1; + // + // + // + this.listBox11.ScrollUpButton.BackGround = null; + this.listBox11.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox11.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox11.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox11.ScrollUpButton.ButtonImageAutoSize = false; + this.listBox11.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox11.ScrollUpButton.ButtonText = "▲"; + this.listBox11.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox11.ScrollUpButton.GroupID = 0; + this.listBox11.ScrollUpButton.ImageDisable = null; + this.listBox11.ScrollUpButton.ImageDown = null; + this.listBox11.ScrollUpButton.ImageUp = null; + this.listBox11.ScrollUpButton.Location = new System.Drawing.Point(513, 2); + this.listBox11.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox11.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBox11.ScrollUpButton.NestedClickEventPrevent = false; + this.listBox11.ScrollUpButton.OutlinePixel = 1; + this.listBox11.ScrollUpButton.OverlapOptimize = true; + this.listBox11.ScrollUpButton.RepeatInterval = 200; + this.listBox11.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBox11.ScrollUpButton.RoundSize = 10; + this.listBox11.ScrollUpButton.SafeInterval = 200; + this.listBox11.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBox11.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox11.ScrollUpButton.TabIndex = 1; + this.listBox11.ScrollUpButton.Text = null; + this.listBox11.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBox11.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox11.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox11.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox11.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox11.ScrollUpButton.Visible = false; + this.listBox11.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBox11.SelectFilled = true; + this.listBox11.SelectItemIndex = -1; + this.listBox11.SelectTextColor = System.Drawing.Color.White; + this.listBox11.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); + this.listBox11.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBox11.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBox11.SeparationlineVisibleBottom = true; + this.listBox11.SeparationlineVisibleTop = true; + this.listBox11.Size = new System.Drawing.Size(50, 457); + this.listBox11.TabIndex = 143; + this.listBox11.Text = "smartListBox9"; + this.listBox11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.listBox11.TextColorDisable = System.Drawing.Color.Gray; + // // smartSeparatorLine1 // this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -234,49 +598,49 @@ this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelRemainIndex.Wordwrap = false; // - // smartLabel13 + // labelTitleFileName // - this.smartLabel13.BackGround = this.smartGroupBox1; - this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel13.BorderColor = System.Drawing.Color.Black; - this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(177, 45); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(541, 18); - this.smartLabel13.TabIndex = 132; - this.smartLabel13.Text = "File name"; - this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel13.Wordwrap = false; + this.labelTitleFileName.BackGround = this.smartGroupBox1; + this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleFileName.BorderColor = System.Drawing.Color.Black; + this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleFileName.LineSpacing = 0F; + this.labelTitleFileName.Location = new System.Drawing.Point(177, 45); + this.labelTitleFileName.Name = "labelTitleFileName"; + this.labelTitleFileName.OverlapOptimize = true; + this.labelTitleFileName.PasswordChar = '\0'; + this.labelTitleFileName.Radius = 3; + this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleFileName.Size = new System.Drawing.Size(541, 18); + this.labelTitleFileName.TabIndex = 132; + this.labelTitleFileName.Text = "File name"; + this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleFileName.Wordwrap = false; // - // smartLabel12 + // labelTitleList // - this.smartLabel12.BackGround = this.smartGroupBox1; - this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel12.BorderColor = System.Drawing.Color.Black; - this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(11, 45); - this.smartLabel12.Name = "smartLabel12"; - this.smartLabel12.OverlapOptimize = true; - this.smartLabel12.PasswordChar = '\0'; - this.smartLabel12.Radius = 3; - this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel12.Size = new System.Drawing.Size(45, 18); - this.smartLabel12.TabIndex = 131; - this.smartLabel12.Text = "List"; - this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel12.Wordwrap = false; + this.labelTitleList.BackGround = this.smartGroupBox1; + this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleList.BorderColor = System.Drawing.Color.Black; + this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleList.LineSpacing = 0F; + this.labelTitleList.Location = new System.Drawing.Point(11, 45); + this.labelTitleList.Name = "labelTitleList"; + this.labelTitleList.OverlapOptimize = true; + this.labelTitleList.PasswordChar = '\0'; + this.labelTitleList.Radius = 3; + this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleList.Size = new System.Drawing.Size(73, 18); + this.labelTitleList.TabIndex = 131; + this.labelTitleList.Text = "List"; + this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleList.Wordwrap = false; // // labelCount // @@ -284,15 +648,15 @@ this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelCount.BorderColor = System.Drawing.Color.Black; this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCount.Font = new System.Drawing.Font("New Gulim", 11F, 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(64, 45); + this.labelCount.Location = new System.Drawing.Point(90, 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(107, 18); + this.labelCount.Size = new System.Drawing.Size(81, 18); this.labelCount.TabIndex = 130; this.labelCount.Text = "00"; this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); @@ -301,49 +665,49 @@ this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.Wordwrap = false; // - // smartLabel32 + // labelTitlePass // - this.smartLabel32.BackGround = this.smartGroupBox1; - this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel32.BorderColor = System.Drawing.Color.Black; - this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel32.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(177, 599); - this.smartLabel32.Name = "smartLabel32"; - this.smartLabel32.OverlapOptimize = true; - this.smartLabel32.PasswordChar = '\0'; - this.smartLabel32.Radius = 3; - this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel32.Size = new System.Drawing.Size(80, 20); - this.smartLabel32.TabIndex = 129; - this.smartLabel32.Text = "Pass"; - this.smartLabel32.TextColor = System.Drawing.Color.White; - this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel32.Wordwrap = false; + this.labelTitlePass.BackGround = this.smartGroupBox1; + this.labelTitlePass.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitlePass.BorderColor = System.Drawing.Color.Black; + this.labelTitlePass.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitlePass.LineSpacing = 0F; + this.labelTitlePass.Location = new System.Drawing.Point(177, 599); + this.labelTitlePass.Name = "labelTitlePass"; + this.labelTitlePass.OverlapOptimize = true; + this.labelTitlePass.PasswordChar = '\0'; + this.labelTitlePass.Radius = 3; + this.labelTitlePass.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitlePass.Size = new System.Drawing.Size(80, 20); + this.labelTitlePass.TabIndex = 129; + this.labelTitlePass.Text = "Pass"; + this.labelTitlePass.TextColor = System.Drawing.Color.White; + this.labelTitlePass.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitlePass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitlePass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitlePass.Wordwrap = false; // - // smartLabel33 + // labelTitleLeak // - this.smartLabel33.BackGround = this.smartGroupBox1; - this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel33.BorderColor = System.Drawing.Color.Black; - this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel33.LineSpacing = 0F; - this.smartLabel33.Location = new System.Drawing.Point(177, 618); - this.smartLabel33.Name = "smartLabel33"; - this.smartLabel33.OverlapOptimize = true; - this.smartLabel33.PasswordChar = '\0'; - this.smartLabel33.Radius = 3; - this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel33.Size = new System.Drawing.Size(80, 20); - this.smartLabel33.TabIndex = 128; - this.smartLabel33.Text = "Leak"; - 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; + this.labelTitleLeak.BackGround = this.smartGroupBox1; + this.labelTitleLeak.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleLeak.BorderColor = System.Drawing.Color.Black; + this.labelTitleLeak.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleLeak.LineSpacing = 0F; + this.labelTitleLeak.Location = new System.Drawing.Point(177, 618); + this.labelTitleLeak.Name = "labelTitleLeak"; + this.labelTitleLeak.OverlapOptimize = true; + this.labelTitleLeak.PasswordChar = '\0'; + this.labelTitleLeak.Radius = 3; + this.labelTitleLeak.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLeak.Size = new System.Drawing.Size(80, 20); + this.labelTitleLeak.TabIndex = 128; + this.labelTitleLeak.Text = "Leak"; + this.labelTitleLeak.TextColor = System.Drawing.Color.White; + this.labelTitleLeak.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLeak.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLeak.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLeak.Wordwrap = false; // // labelPassCount10 // @@ -351,7 +715,7 @@ this.labelPassCount10.BackGroundColor = System.Drawing.Color.White; this.labelPassCount10.BorderColor = System.Drawing.Color.Black; this.labelPassCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount10.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount10.LineSpacing = 0F; this.labelPassCount10.Location = new System.Drawing.Point(697, 599); this.labelPassCount10.Name = "labelPassCount10"; @@ -374,7 +738,7 @@ this.labelLeakCount10.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount10.BorderColor = System.Drawing.Color.Black; this.labelLeakCount10.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount10.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount10.LineSpacing = 0F; this.labelLeakCount10.Location = new System.Drawing.Point(697, 618); this.labelLeakCount10.Name = "labelLeakCount10"; @@ -397,7 +761,7 @@ this.labelPassCount9.BackGroundColor = System.Drawing.Color.White; this.labelPassCount9.BorderColor = System.Drawing.Color.Black; this.labelPassCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount9.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount9.LineSpacing = 0F; this.labelPassCount9.Location = new System.Drawing.Point(648, 599); this.labelPassCount9.Name = "labelPassCount9"; @@ -420,7 +784,7 @@ this.labelLeakCount9.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount9.BorderColor = System.Drawing.Color.Black; this.labelLeakCount9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount9.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount9.LineSpacing = 0F; this.labelLeakCount9.Location = new System.Drawing.Point(648, 618); this.labelLeakCount9.Name = "labelLeakCount9"; @@ -443,7 +807,7 @@ this.labelPassCount8.BackGroundColor = System.Drawing.Color.White; this.labelPassCount8.BorderColor = System.Drawing.Color.Black; this.labelPassCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount8.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount8.LineSpacing = 0F; this.labelPassCount8.Location = new System.Drawing.Point(599, 599); this.labelPassCount8.Name = "labelPassCount8"; @@ -466,7 +830,7 @@ this.labelLeakCount8.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount8.BorderColor = System.Drawing.Color.Black; this.labelLeakCount8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount8.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount8.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount8.LineSpacing = 0F; this.labelLeakCount8.Location = new System.Drawing.Point(599, 618); this.labelLeakCount8.Name = "labelLeakCount8"; @@ -489,7 +853,7 @@ this.labelPassCount7.BackGroundColor = System.Drawing.Color.White; this.labelPassCount7.BorderColor = System.Drawing.Color.Black; this.labelPassCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount7.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount7.LineSpacing = 0F; this.labelPassCount7.Location = new System.Drawing.Point(550, 599); this.labelPassCount7.Name = "labelPassCount7"; @@ -512,7 +876,7 @@ this.labelLeakCount7.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount7.BorderColor = System.Drawing.Color.Black; this.labelLeakCount7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount7.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount7.LineSpacing = 0F; this.labelLeakCount7.Location = new System.Drawing.Point(550, 618); this.labelLeakCount7.Name = "labelLeakCount7"; @@ -535,7 +899,7 @@ this.labelPassCount6.BackGroundColor = System.Drawing.Color.White; this.labelPassCount6.BorderColor = System.Drawing.Color.Black; this.labelPassCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount6.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount6.LineSpacing = 0F; this.labelPassCount6.Location = new System.Drawing.Point(501, 599); this.labelPassCount6.Name = "labelPassCount6"; @@ -558,7 +922,7 @@ this.labelLeakCount6.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount6.BorderColor = System.Drawing.Color.Black; this.labelLeakCount6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount6.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount6.LineSpacing = 0F; this.labelLeakCount6.Location = new System.Drawing.Point(501, 618); this.labelLeakCount6.Name = "labelLeakCount6"; @@ -581,7 +945,7 @@ this.labelPassCount5.BackGroundColor = System.Drawing.Color.White; this.labelPassCount5.BorderColor = System.Drawing.Color.Black; this.labelPassCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount5.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount5.LineSpacing = 0F; this.labelPassCount5.Location = new System.Drawing.Point(452, 599); this.labelPassCount5.Name = "labelPassCount5"; @@ -604,7 +968,7 @@ this.labelLeakCount5.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount5.BorderColor = System.Drawing.Color.Black; this.labelLeakCount5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount5.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount5.LineSpacing = 0F; this.labelLeakCount5.Location = new System.Drawing.Point(452, 618); this.labelLeakCount5.Name = "labelLeakCount5"; @@ -627,7 +991,7 @@ this.labelPassCount4.BackGroundColor = System.Drawing.Color.White; this.labelPassCount4.BorderColor = System.Drawing.Color.Black; this.labelPassCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount4.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount4.LineSpacing = 0F; this.labelPassCount4.Location = new System.Drawing.Point(403, 599); this.labelPassCount4.Name = "labelPassCount4"; @@ -650,7 +1014,7 @@ this.labelLeakCount4.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount4.BorderColor = System.Drawing.Color.Black; this.labelLeakCount4.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount4.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount4.LineSpacing = 0F; this.labelLeakCount4.Location = new System.Drawing.Point(403, 618); this.labelLeakCount4.Name = "labelLeakCount4"; @@ -673,7 +1037,7 @@ this.labelPassCount3.BackGroundColor = System.Drawing.Color.White; this.labelPassCount3.BorderColor = System.Drawing.Color.Black; this.labelPassCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount3.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount3.LineSpacing = 0F; this.labelPassCount3.Location = new System.Drawing.Point(354, 599); this.labelPassCount3.Name = "labelPassCount3"; @@ -696,7 +1060,7 @@ this.labelLeakCount3.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount3.BorderColor = System.Drawing.Color.Black; this.labelLeakCount3.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount3.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount3.LineSpacing = 0F; this.labelLeakCount3.Location = new System.Drawing.Point(354, 618); this.labelLeakCount3.Name = "labelLeakCount3"; @@ -719,7 +1083,7 @@ this.labelPassCount2.BackGroundColor = System.Drawing.Color.White; this.labelPassCount2.BorderColor = System.Drawing.Color.Black; this.labelPassCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount2.LineSpacing = 0F; this.labelPassCount2.Location = new System.Drawing.Point(305, 599); this.labelPassCount2.Name = "labelPassCount2"; @@ -742,7 +1106,7 @@ this.labelLeakCount2.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount2.BorderColor = System.Drawing.Color.Black; this.labelLeakCount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount2.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount2.LineSpacing = 0F; this.labelLeakCount2.Location = new System.Drawing.Point(305, 618); this.labelLeakCount2.Name = "labelLeakCount2"; @@ -765,7 +1129,7 @@ this.labelPassCount1.BackGroundColor = System.Drawing.Color.White; this.labelPassCount1.BorderColor = System.Drawing.Color.Black; this.labelPassCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount1.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelPassCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelPassCount1.LineSpacing = 0F; this.labelPassCount1.Location = new System.Drawing.Point(256, 599); this.labelPassCount1.Name = "labelPassCount1"; @@ -788,7 +1152,7 @@ this.labelLeakCount1.BackGroundColor = System.Drawing.Color.White; this.labelLeakCount1.BorderColor = System.Drawing.Color.Black; this.labelLeakCount1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount1.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); + this.labelLeakCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Regular); this.labelLeakCount1.LineSpacing = 0F; this.labelLeakCount1.Location = new System.Drawing.Point(256, 618); this.labelLeakCount1.Name = "labelLeakCount1"; @@ -811,7 +1175,7 @@ this.labelFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.labelFileName.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold); + this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.labelFileName.LineSpacing = 0F; this.labelFileName.Location = new System.Drawing.Point(177, 69); this.labelFileName.Name = "labelFileName"; @@ -1137,28 +1501,28 @@ this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel2.Wordwrap = false; // - // smartLabel1 + // labelTitleTime // - this.smartLabel1.BackGround = this.smartGroupBox1; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel1.BorderColor = System.Drawing.Color.Black; - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 1F; - this.smartLabel1.Location = new System.Drawing.Point(177, 108); - 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(80, 29); - this.smartLabel1.TabIndex = 93; - this.smartLabel1.Text = "Time"; - this.smartLabel1.TextColor = System.Drawing.Color.White; - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; + this.labelTitleTime.BackGround = this.smartGroupBox1; + this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleTime.BorderColor = System.Drawing.Color.Black; + this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; + this.labelTitleTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.labelTitleTime.LineSpacing = 1F; + this.labelTitleTime.Location = new System.Drawing.Point(177, 108); + this.labelTitleTime.Name = "labelTitleTime"; + this.labelTitleTime.OverlapOptimize = true; + this.labelTitleTime.PasswordChar = '\0'; + this.labelTitleTime.Radius = 3; + this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleTime.Size = new System.Drawing.Size(80, 29); + this.labelTitleTime.TabIndex = 93; + this.labelTitleTime.Text = "Time"; + this.labelTitleTime.TextColor = System.Drawing.Color.White; + this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleTime.Wordwrap = false; // // listBox10 // @@ -2442,370 +2806,6 @@ // this.smartFile1.FilePathName = ""; // - // labelPassCount12 - // - this.labelPassCount12.BackGround = this.smartGroupBox1; - this.labelPassCount12.BackGroundColor = System.Drawing.Color.White; - this.labelPassCount12.BorderColor = System.Drawing.Color.Black; - this.labelPassCount12.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount12.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); - this.labelPassCount12.LineSpacing = 0F; - this.labelPassCount12.Location = new System.Drawing.Point(795, 599); - this.labelPassCount12.Name = "labelPassCount12"; - this.labelPassCount12.OverlapOptimize = true; - this.labelPassCount12.PasswordChar = '\0'; - this.labelPassCount12.Radius = 3; - this.labelPassCount12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelPassCount12.Size = new System.Drawing.Size(50, 20); - this.labelPassCount12.TabIndex = 150; - this.labelPassCount12.Text = "0"; - this.labelPassCount12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelPassCount12.TextColorDisable = System.Drawing.Color.Gray; - this.labelPassCount12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelPassCount12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelPassCount12.Wordwrap = false; - // - // labelLeakCount12 - // - this.labelLeakCount12.BackGround = this.smartGroupBox1; - this.labelLeakCount12.BackGroundColor = System.Drawing.Color.White; - this.labelLeakCount12.BorderColor = System.Drawing.Color.Black; - this.labelLeakCount12.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount12.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); - this.labelLeakCount12.LineSpacing = 0F; - this.labelLeakCount12.Location = new System.Drawing.Point(795, 618); - this.labelLeakCount12.Name = "labelLeakCount12"; - this.labelLeakCount12.OverlapOptimize = true; - this.labelLeakCount12.PasswordChar = '\0'; - this.labelLeakCount12.Radius = 3; - this.labelLeakCount12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelLeakCount12.Size = new System.Drawing.Size(50, 20); - this.labelLeakCount12.TabIndex = 149; - this.labelLeakCount12.Text = "0"; - this.labelLeakCount12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelLeakCount12.TextColorDisable = System.Drawing.Color.Gray; - this.labelLeakCount12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelLeakCount12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelLeakCount12.Wordwrap = false; - // - // labelPassCount11 - // - this.labelPassCount11.BackGround = this.smartGroupBox1; - this.labelPassCount11.BackGroundColor = System.Drawing.Color.White; - this.labelPassCount11.BorderColor = System.Drawing.Color.Black; - this.labelPassCount11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelPassCount11.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); - this.labelPassCount11.LineSpacing = 0F; - this.labelPassCount11.Location = new System.Drawing.Point(746, 599); - this.labelPassCount11.Name = "labelPassCount11"; - this.labelPassCount11.OverlapOptimize = true; - this.labelPassCount11.PasswordChar = '\0'; - this.labelPassCount11.Radius = 3; - this.labelPassCount11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelPassCount11.Size = new System.Drawing.Size(50, 20); - this.labelPassCount11.TabIndex = 148; - this.labelPassCount11.Text = "0"; - this.labelPassCount11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelPassCount11.TextColorDisable = System.Drawing.Color.Gray; - this.labelPassCount11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelPassCount11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelPassCount11.Wordwrap = false; - // - // labelLeakCount11 - // - this.labelLeakCount11.BackGround = this.smartGroupBox1; - this.labelLeakCount11.BackGroundColor = System.Drawing.Color.White; - this.labelLeakCount11.BorderColor = System.Drawing.Color.Black; - this.labelLeakCount11.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.labelLeakCount11.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Regular); - this.labelLeakCount11.LineSpacing = 0F; - this.labelLeakCount11.Location = new System.Drawing.Point(746, 618); - this.labelLeakCount11.Name = "labelLeakCount11"; - this.labelLeakCount11.OverlapOptimize = true; - this.labelLeakCount11.PasswordChar = '\0'; - this.labelLeakCount11.Radius = 3; - this.labelLeakCount11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelLeakCount11.Size = new System.Drawing.Size(50, 20); - this.labelLeakCount11.TabIndex = 147; - this.labelLeakCount11.Text = "0"; - this.labelLeakCount11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelLeakCount11.TextColorDisable = System.Drawing.Color.Gray; - this.labelLeakCount11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; - this.labelLeakCount11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelLeakCount11.Wordwrap = false; - // - // smartLabel18 - // - this.smartLabel18.BackGround = this.smartGroupBox1; - this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel18.BorderColor = System.Drawing.Color.Black; - this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel18.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel18.LineSpacing = 1F; - this.smartLabel18.Location = new System.Drawing.Point(795, 108); - this.smartLabel18.Name = "smartLabel18"; - this.smartLabel18.OverlapOptimize = true; - this.smartLabel18.PasswordChar = '\0'; - this.smartLabel18.Radius = 3; - this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel18.Size = new System.Drawing.Size(50, 29); - this.smartLabel18.TabIndex = 146; - this.smartLabel18.Text = "12"; - 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; - this.smartLabel18.Wordwrap = false; - // - // smartLabel19 - // - this.smartLabel19.BackGround = this.smartGroupBox1; - this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartLabel19.BorderColor = System.Drawing.Color.Black; - this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; - this.smartLabel19.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - this.smartLabel19.LineSpacing = 1F; - this.smartLabel19.Location = new System.Drawing.Point(746, 108); - this.smartLabel19.Name = "smartLabel19"; - this.smartLabel19.OverlapOptimize = true; - this.smartLabel19.PasswordChar = '\0'; - this.smartLabel19.Radius = 3; - this.smartLabel19.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel19.Size = new System.Drawing.Size(50, 29); - this.smartLabel19.TabIndex = 145; - this.smartLabel19.Text = "11"; - 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; - this.smartLabel19.Wordwrap = false; - // - // listBox12 - // - this.listBox12.BackGround = null; - this.listBox12.BackGroundColor = System.Drawing.Color.White; - this.listBox12.BorderColor = System.Drawing.Color.Black; - this.listBox12.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; - this.listBox12.ColumnStyles = null; - this.listBox12.DataSource = null; - this.listBox12.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.listBox12.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; - this.listBox12.ItemOffsetGap = 10; - this.listBox12.ItemOffsetX = 1; - this.listBox12.ItemOffsetY = 0; - this.listBox12.ItemTextOffsetY = 1; - this.listBox12.Location = new System.Drawing.Point(795, 136); - this.listBox12.MouseMoveEventSpace = 3; - this.listBox12.MouseMoveSpace = 10; - this.listBox12.Name = "listBox12"; - this.listBox12.OverlapOptimize = true; - this.listBox12.ScrollBarBackColor = System.Drawing.Color.DarkGray; - this.listBox12.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; - this.listBox12.ScrollBarButtonHeight = 15; - this.listBox12.ScrollBarButtonImage = null; - this.listBox12.ScrollBarButtonRound = 0; - this.listBox12.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; - this.listBox12.ScrollButtonHeight = 30; - this.listBox12.ScrollButtonWidth = 30; - // - // - // - this.listBox12.ScrollDownButton.BackGround = null; - this.listBox12.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listBox12.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listBox12.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listBox12.ScrollDownButton.ButtonImageAutoSize = false; - this.listBox12.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listBox12.ScrollDownButton.ButtonText = "▼"; - this.listBox12.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listBox12.ScrollDownButton.GroupID = 0; - this.listBox12.ScrollDownButton.ImageDisable = null; - this.listBox12.ScrollDownButton.ImageDown = null; - this.listBox12.ScrollDownButton.ImageUp = null; - this.listBox12.ScrollDownButton.Location = new System.Drawing.Point(513, 503); - this.listBox12.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listBox12.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; - this.listBox12.ScrollDownButton.NestedClickEventPrevent = false; - this.listBox12.ScrollDownButton.OutlinePixel = 1; - this.listBox12.ScrollDownButton.OverlapOptimize = true; - this.listBox12.ScrollDownButton.RepeatInterval = 200; - this.listBox12.ScrollDownButton.RepeatIntervalAccelerate = null; - this.listBox12.ScrollDownButton.RoundSize = 10; - this.listBox12.ScrollDownButton.SafeInterval = 200; - this.listBox12.ScrollDownButton.Size = new System.Drawing.Size(30, 30); - this.listBox12.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listBox12.ScrollDownButton.TabIndex = 0; - this.listBox12.ScrollDownButton.Text = null; - this.listBox12.ScrollDownButton.TextColor = System.Drawing.Color.White; - this.listBox12.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; - this.listBox12.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listBox12.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listBox12.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listBox12.ScrollDownButton.Visible = false; - this.listBox12.ScrollStep = 1; - // - // - // - this.listBox12.ScrollUpButton.BackGround = null; - this.listBox12.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listBox12.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listBox12.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listBox12.ScrollUpButton.ButtonImageAutoSize = false; - this.listBox12.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listBox12.ScrollUpButton.ButtonText = "▲"; - this.listBox12.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listBox12.ScrollUpButton.GroupID = 0; - this.listBox12.ScrollUpButton.ImageDisable = null; - this.listBox12.ScrollUpButton.ImageDown = null; - this.listBox12.ScrollUpButton.ImageUp = null; - this.listBox12.ScrollUpButton.Location = new System.Drawing.Point(513, 2); - this.listBox12.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listBox12.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; - this.listBox12.ScrollUpButton.NestedClickEventPrevent = false; - this.listBox12.ScrollUpButton.OutlinePixel = 1; - this.listBox12.ScrollUpButton.OverlapOptimize = true; - this.listBox12.ScrollUpButton.RepeatInterval = 200; - this.listBox12.ScrollUpButton.RepeatIntervalAccelerate = null; - this.listBox12.ScrollUpButton.RoundSize = 10; - this.listBox12.ScrollUpButton.SafeInterval = 200; - this.listBox12.ScrollUpButton.Size = new System.Drawing.Size(30, 30); - this.listBox12.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listBox12.ScrollUpButton.TabIndex = 1; - this.listBox12.ScrollUpButton.Text = null; - this.listBox12.ScrollUpButton.TextColor = System.Drawing.Color.White; - this.listBox12.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; - this.listBox12.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listBox12.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listBox12.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listBox12.ScrollUpButton.Visible = false; - this.listBox12.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.listBox12.SelectFilled = true; - this.listBox12.SelectItemIndex = -1; - this.listBox12.SelectTextColor = System.Drawing.Color.White; - this.listBox12.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); - this.listBox12.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.listBox12.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; - this.listBox12.SeparationlineVisibleBottom = true; - this.listBox12.SeparationlineVisibleTop = true; - this.listBox12.Size = new System.Drawing.Size(50, 457); - this.listBox12.TabIndex = 144; - this.listBox12.Text = "smartListBox8"; - this.listBox12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.listBox12.TextColorDisable = System.Drawing.Color.Gray; - // - // listBox11 - // - this.listBox11.BackGround = null; - this.listBox11.BackGroundColor = System.Drawing.Color.White; - this.listBox11.BorderColor = System.Drawing.Color.Black; - this.listBox11.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; - this.listBox11.ColumnStyles = null; - this.listBox11.DataSource = null; - this.listBox11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.listBox11.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; - this.listBox11.ItemOffsetGap = 10; - this.listBox11.ItemOffsetX = 1; - this.listBox11.ItemOffsetY = 0; - this.listBox11.ItemTextOffsetY = 1; - this.listBox11.Location = new System.Drawing.Point(746, 136); - this.listBox11.MouseMoveEventSpace = 3; - this.listBox11.MouseMoveSpace = 10; - this.listBox11.Name = "listBox11"; - this.listBox11.OverlapOptimize = true; - this.listBox11.ScrollBarBackColor = System.Drawing.Color.DarkGray; - this.listBox11.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; - this.listBox11.ScrollBarButtonHeight = 15; - this.listBox11.ScrollBarButtonImage = null; - this.listBox11.ScrollBarButtonRound = 0; - this.listBox11.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.None; - this.listBox11.ScrollButtonHeight = 30; - this.listBox11.ScrollButtonWidth = 30; - // - // - // - this.listBox11.ScrollDownButton.BackGround = null; - this.listBox11.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listBox11.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listBox11.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listBox11.ScrollDownButton.ButtonImageAutoSize = false; - this.listBox11.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listBox11.ScrollDownButton.ButtonText = "▼"; - this.listBox11.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listBox11.ScrollDownButton.GroupID = 0; - this.listBox11.ScrollDownButton.ImageDisable = null; - this.listBox11.ScrollDownButton.ImageDown = null; - this.listBox11.ScrollDownButton.ImageUp = null; - this.listBox11.ScrollDownButton.Location = new System.Drawing.Point(513, 503); - this.listBox11.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listBox11.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; - this.listBox11.ScrollDownButton.NestedClickEventPrevent = false; - this.listBox11.ScrollDownButton.OutlinePixel = 1; - this.listBox11.ScrollDownButton.OverlapOptimize = true; - this.listBox11.ScrollDownButton.RepeatInterval = 200; - this.listBox11.ScrollDownButton.RepeatIntervalAccelerate = null; - this.listBox11.ScrollDownButton.RoundSize = 10; - this.listBox11.ScrollDownButton.SafeInterval = 200; - this.listBox11.ScrollDownButton.Size = new System.Drawing.Size(30, 30); - this.listBox11.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listBox11.ScrollDownButton.TabIndex = 0; - this.listBox11.ScrollDownButton.Text = null; - this.listBox11.ScrollDownButton.TextColor = System.Drawing.Color.White; - this.listBox11.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; - this.listBox11.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listBox11.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listBox11.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listBox11.ScrollDownButton.Visible = false; - this.listBox11.ScrollStep = 1; - // - // - // - this.listBox11.ScrollUpButton.BackGround = null; - this.listBox11.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listBox11.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listBox11.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listBox11.ScrollUpButton.ButtonImageAutoSize = false; - this.listBox11.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listBox11.ScrollUpButton.ButtonText = "▲"; - this.listBox11.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listBox11.ScrollUpButton.GroupID = 0; - this.listBox11.ScrollUpButton.ImageDisable = null; - this.listBox11.ScrollUpButton.ImageDown = null; - this.listBox11.ScrollUpButton.ImageUp = null; - this.listBox11.ScrollUpButton.Location = new System.Drawing.Point(513, 2); - this.listBox11.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listBox11.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; - this.listBox11.ScrollUpButton.NestedClickEventPrevent = false; - this.listBox11.ScrollUpButton.OutlinePixel = 1; - this.listBox11.ScrollUpButton.OverlapOptimize = true; - this.listBox11.ScrollUpButton.RepeatInterval = 200; - this.listBox11.ScrollUpButton.RepeatIntervalAccelerate = null; - this.listBox11.ScrollUpButton.RoundSize = 10; - this.listBox11.ScrollUpButton.SafeInterval = 200; - this.listBox11.ScrollUpButton.Size = new System.Drawing.Size(30, 30); - this.listBox11.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listBox11.ScrollUpButton.TabIndex = 1; - this.listBox11.ScrollUpButton.Text = null; - this.listBox11.ScrollUpButton.TextColor = System.Drawing.Color.White; - this.listBox11.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; - this.listBox11.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listBox11.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listBox11.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listBox11.ScrollUpButton.Visible = false; - this.listBox11.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.listBox11.SelectFilled = true; - this.listBox11.SelectItemIndex = -1; - this.listBox11.SelectTextColor = System.Drawing.Color.White; - this.listBox11.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); - this.listBox11.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.listBox11.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; - this.listBox11.SeparationlineVisibleBottom = true; - this.listBox11.SeparationlineVisibleTop = true; - this.listBox11.Size = new System.Drawing.Size(50, 457); - this.listBox11.TabIndex = 143; - this.listBox11.Text = "smartListBox9"; - this.listBox11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.listBox11.TextColorDisable = System.Drawing.Color.Gray; - // // ControlMenuLogInspection // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -2844,13 +2844,13 @@ private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel labelTitleTime; private SmartX.SmartFile smartFile1; private SmartX.SmartButton buttonDown; private SmartX.SmartButton buttonUp; private SmartX.SmartLabel labelFileName; - private SmartX.SmartLabel smartLabel32; - private SmartX.SmartLabel smartLabel33; + private SmartX.SmartLabel labelTitlePass; + private SmartX.SmartLabel labelTitleLeak; private SmartX.SmartLabel labelPassCount10; private SmartX.SmartLabel labelLeakCount10; private SmartX.SmartLabel labelPassCount9; @@ -2872,8 +2872,8 @@ private SmartX.SmartLabel labelPassCount1; private SmartX.SmartLabel labelLeakCount1; private SmartX.SmartLabel labelCount; - private SmartX.SmartLabel smartLabel12; - private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel labelTitleList; + private SmartX.SmartLabel labelTitleFileName; private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartLabel labelTotalIndex; private SmartX.SmartLabel labelRemainIndex; diff --git a/INT_LKD_2/Controls/Log/ControlMenuLogInspection.cs b/INT_LKD_2/Controls/Log/ControlMenuLogInspection.cs index c6d4e0c..042c189 100644 --- a/INT_LKD_2/Controls/Log/ControlMenuLogInspection.cs +++ b/INT_LKD_2/Controls/Log/ControlMenuLogInspection.cs @@ -118,6 +118,32 @@ namespace INT_LKD_2.Controls for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) this.ListLeakCount.Add(0); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleList.Text = ""; + this.labelTitleFileName.Text = ""; + + this.labelTitleTime.Text = ""; + this.labelTitlePass.Text = ""; + this.labelTitleLeak.Text = ""; + + this.buttonBackup.Text = ""; + break; + default: + this.labelTitleList.Text = "List"; + this.labelTitleFileName.Text = "File name"; + + this.labelTitleTime.Text = "Time"; + this.labelTitlePass.Text = "Pass"; + this.labelTitleLeak.Text = "Leak"; + + this.buttonBackup.Text = "Backup"; + break; + } + } public void LoadFile(string fullFilePath) { diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.Designer.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.Designer.cs index 343d627..a21c471 100644 --- a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.Designer.cs +++ b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.Designer.cs @@ -28,497 +28,497 @@ /// private void InitializeComponent() { - this.smartGroupBox13 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax12 = new SmartX.SmartLabel(); - this.smartLabel48 = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax1 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM1 = new SmartX.SmartLabel(); + this.groupBoxLane12 = new SmartX.SmartGroupBox(); + this.labelMaxHeight12 = new SmartX.SmartLabel(); + this.labelTitle12MaxHeight = new SmartX.SmartLabel(); + this.groupBoxLane1 = new SmartX.SmartGroupBox(); + this.labelMaxHeight1 = new SmartX.SmartLabel(); + this.labelTitle1MaxHeight = new SmartX.SmartLabel(); this.labelResultDiff1 = new SmartX.SmartLabel(); this.labelResultDisp1 = new SmartX.SmartLabel(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.labelResult1 = new SmartX.SmartLabel(); - this.labelTitleDispRData1 = new SmartX.SmartLabel(); + this.labelTitle1Level = new SmartX.SmartLabel(); this.smartLabel61 = new SmartX.SmartLabel(); - this.labelDiffSecMax1 = new SmartX.SmartLabel(); + this.labelLRMax1 = new SmartX.SmartLabel(); this.labelPressureWork1 = new SmartX.SmartLabel(); - this.labelDispRData1 = new SmartX.SmartLabel(); + this.labelLevel1 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel21 = new SmartX.SmartLabel(); + this.labelTitle1LRMax = new SmartX.SmartLabel(); this.smartSeparatorLine21 = new SmartX.SmartSeparatorLine(); - this.labelTitleDispMData1 = new SmartX.SmartLabel(); + this.labelTitle1Height = new SmartX.SmartLabel(); this.labelDiffMadc1 = new SmartX.SmartLabel(); this.smartSeparatorLine11 = new SmartX.SmartSeparatorLine(); - this.labelDispMData1 = new SmartX.SmartLabel(); + this.labelHeight1 = new SmartX.SmartLabel(); this.labelPressureMaster1 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD1 = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); - this.smartLabel10 = new SmartX.SmartLabel(); - this.labelDispMDataDiff1 = new SmartX.SmartLabel(); - this.labelDiffSecDiff1 = new SmartX.SmartLabel(); - this.smartLabel12 = new SmartX.SmartLabel(); - this.smartLabel51 = new SmartX.SmartLabel(); - this.labelDispMDataDiff12 = new SmartX.SmartLabel(); + this.labelTitle1Diff = new SmartX.SmartLabel(); + this.labelTitle1LRSec = new SmartX.SmartLabel(); + this.labelTitle1Master = new SmartX.SmartLabel(); + this.labelDiff1 = new SmartX.SmartLabel(); + this.labelLRSec1 = new SmartX.SmartLabel(); + this.labelTitle1work = new SmartX.SmartLabel(); + this.labelTitle12Diff = new SmartX.SmartLabel(); + this.labelDiff12 = new SmartX.SmartLabel(); this.labelResultDiff12 = new SmartX.SmartLabel(); this.labelResultDisp12 = new SmartX.SmartLabel(); - this.labelDiffSecMax12 = new SmartX.SmartLabel(); + this.labelLRMax12 = new SmartX.SmartLabel(); this.labelResult12 = new SmartX.SmartLabel(); - this.smartLabel64 = new SmartX.SmartLabel(); - this.smartLabel66 = new SmartX.SmartLabel(); - this.smartLabel67 = new SmartX.SmartLabel(); + this.labelTitle12Level = new SmartX.SmartLabel(); + this.labelTitle12work = new SmartX.SmartLabel(); + this.labelTitle12LRMax = new SmartX.SmartLabel(); this.smartLabel68 = new SmartX.SmartLabel(); this.smartSeparatorLine34 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine35 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc12 = new SmartX.SmartLabel(); - this.labelDispRData12 = new SmartX.SmartLabel(); + this.labelLevel12 = new SmartX.SmartLabel(); this.labelPressureMaster12 = new SmartX.SmartLabel(); this.labelPressureWork12 = new SmartX.SmartLabel(); - this.smartLabel81 = new SmartX.SmartLabel(); - this.smartLabel82 = new SmartX.SmartLabel(); + this.labelTitle12Height = new SmartX.SmartLabel(); + this.labelTitle12Master = new SmartX.SmartLabel(); this.smartSeparatorLine36 = new SmartX.SmartSeparatorLine(); - this.labelDispMData12 = new SmartX.SmartLabel(); - this.labelDiffSecDiff12 = new SmartX.SmartLabel(); - this.smartLabel88 = new SmartX.SmartLabel(); - this.smartGroupBox12 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax11 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.labelDispMDataDiff11 = new SmartX.SmartLabel(); + this.labelHeight12 = new SmartX.SmartLabel(); + this.labelLRSec12 = new SmartX.SmartLabel(); + this.labelTitle12LRSec = new SmartX.SmartLabel(); + this.groupBoxLane11 = new SmartX.SmartGroupBox(); + this.labelMaxHeight11 = new SmartX.SmartLabel(); + this.labelTitle11MaxHeight = new SmartX.SmartLabel(); + this.labelTitle11Diff = new SmartX.SmartLabel(); + this.labelDiff11 = new SmartX.SmartLabel(); this.labelResultDiff11 = new SmartX.SmartLabel(); this.labelResultDisp11 = new SmartX.SmartLabel(); - this.labelDiffSecMax11 = new SmartX.SmartLabel(); + this.labelLRMax11 = new SmartX.SmartLabel(); this.labelResult11 = new SmartX.SmartLabel(); - this.smartLabel18 = new SmartX.SmartLabel(); - this.smartLabel19 = new SmartX.SmartLabel(); - this.smartLabel20 = new SmartX.SmartLabel(); + this.labelTitle11Level = new SmartX.SmartLabel(); + this.labelTitle11work = new SmartX.SmartLabel(); + this.labelTitle11LRMax = new SmartX.SmartLabel(); this.smartLabel22 = new SmartX.SmartLabel(); this.smartSeparatorLine31 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine32 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc11 = new SmartX.SmartLabel(); - this.labelDispRData11 = new SmartX.SmartLabel(); + this.labelLevel11 = new SmartX.SmartLabel(); this.labelPressureMaster11 = new SmartX.SmartLabel(); this.labelPressureWork11 = new SmartX.SmartLabel(); - this.smartLabel36 = new SmartX.SmartLabel(); - this.smartLabel39 = new SmartX.SmartLabel(); + this.labelTitle11Height = new SmartX.SmartLabel(); + this.labelTitle11Master = new SmartX.SmartLabel(); this.smartSeparatorLine33 = new SmartX.SmartSeparatorLine(); - this.labelDispMData11 = new SmartX.SmartLabel(); - this.labelDiffSecDiff11 = new SmartX.SmartLabel(); - this.smartLabel44 = new SmartX.SmartLabel(); - this.smartGroupBox4 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax3 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM3 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD3 = new SmartX.SmartLabel(); - this.labelDispMDataDiff3 = new SmartX.SmartLabel(); + this.labelHeight11 = new SmartX.SmartLabel(); + this.labelLRSec11 = new SmartX.SmartLabel(); + this.labelTitle11LRSec = new SmartX.SmartLabel(); + this.groupBoxLane3 = new SmartX.SmartGroupBox(); + this.labelMaxHeight3 = new SmartX.SmartLabel(); + this.labelTitle3MaxHeight = new SmartX.SmartLabel(); + this.labelTitle3Diff = new SmartX.SmartLabel(); + this.labelDiff3 = new SmartX.SmartLabel(); this.labelResultDiff3 = new SmartX.SmartLabel(); this.labelResultDisp3 = new SmartX.SmartLabel(); - this.labelDiffSecMax3 = new SmartX.SmartLabel(); + this.labelLRMax3 = new SmartX.SmartLabel(); this.labelResult3 = new SmartX.SmartLabel(); - this.labelTitleDispRData3 = new SmartX.SmartLabel(); - this.smartLabel26 = new SmartX.SmartLabel(); - this.smartLabel41 = new SmartX.SmartLabel(); + this.labelTitle3Level = new SmartX.SmartLabel(); + this.labelTitle3work = new SmartX.SmartLabel(); + this.labelTitle3LRMax = new SmartX.SmartLabel(); this.smartLabel23 = new SmartX.SmartLabel(); this.smartSeparatorLine13 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc3 = new SmartX.SmartLabel(); - this.labelDispRData3 = new SmartX.SmartLabel(); + this.labelLevel3 = new SmartX.SmartLabel(); this.labelPressureMaster3 = new SmartX.SmartLabel(); this.labelPressureWork3 = new SmartX.SmartLabel(); - this.labelTitleDispMData3 = new SmartX.SmartLabel(); - this.smartLabel25 = new SmartX.SmartLabel(); + this.labelTitle3Height = new SmartX.SmartLabel(); + this.labelTitle3Master = new SmartX.SmartLabel(); this.smartSeparatorLine23 = new SmartX.SmartSeparatorLine(); - this.labelDispMData3 = new SmartX.SmartLabel(); - this.labelDiffSecDiff3 = new SmartX.SmartLabel(); - this.smartLabel28 = new SmartX.SmartLabel(); - this.smartGroupBox5 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax4 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM4 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD4 = new SmartX.SmartLabel(); - this.labelDispMDataDiff4 = new SmartX.SmartLabel(); + this.labelHeight3 = new SmartX.SmartLabel(); + this.labelLRSec3 = new SmartX.SmartLabel(); + this.labelTitle3LRSec = new SmartX.SmartLabel(); + this.groupBoxLane4 = new SmartX.SmartGroupBox(); + this.labelMaxHeight4 = new SmartX.SmartLabel(); + this.labelTitle4MaxHeight = new SmartX.SmartLabel(); + this.labelTitle4Diff = new SmartX.SmartLabel(); + this.labelDiff4 = new SmartX.SmartLabel(); this.labelResultDiff4 = new SmartX.SmartLabel(); this.labelResultDisp4 = new SmartX.SmartLabel(); - this.labelDiffSecMax4 = new SmartX.SmartLabel(); + this.labelLRMax4 = new SmartX.SmartLabel(); this.labelResult4 = new SmartX.SmartLabel(); - this.labelTitleDispRData4 = new SmartX.SmartLabel(); - this.smartLabel38 = new SmartX.SmartLabel(); - this.smartLabel57 = new SmartX.SmartLabel(); + this.labelTitle4Level = new SmartX.SmartLabel(); + this.labelTitle4work = new SmartX.SmartLabel(); + this.labelTitle4LRMax = new SmartX.SmartLabel(); this.smartLabel35 = new SmartX.SmartLabel(); this.smartSeparatorLine14 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc4 = new SmartX.SmartLabel(); - this.labelDispRData4 = new SmartX.SmartLabel(); + this.labelLevel4 = new SmartX.SmartLabel(); this.labelPressureMaster4 = new SmartX.SmartLabel(); this.labelPressureWork4 = new SmartX.SmartLabel(); - this.labelTitleDispMData4 = new SmartX.SmartLabel(); - this.smartLabel37 = new SmartX.SmartLabel(); + this.labelTitle4Height = new SmartX.SmartLabel(); + this.labelTitle4Master = new SmartX.SmartLabel(); this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine(); - this.labelDispMData4 = new SmartX.SmartLabel(); - this.labelDiffSecDiff4 = new SmartX.SmartLabel(); - this.smartLabel40 = new SmartX.SmartLabel(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); - this.labelDispMDataDiff2 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD2 = new SmartX.SmartLabel(); + this.labelHeight4 = new SmartX.SmartLabel(); + this.labelLRSec4 = new SmartX.SmartLabel(); + this.labelTitle4LRSec = new SmartX.SmartLabel(); + this.groupBoxLane2 = new SmartX.SmartGroupBox(); + this.labelDiff2 = new SmartX.SmartLabel(); + this.labelTitle2Diff = new SmartX.SmartLabel(); this.labelResultDiff2 = new SmartX.SmartLabel(); this.labelResultDisp2 = new SmartX.SmartLabel(); - this.labelDiffSecMax2 = new SmartX.SmartLabel(); + this.labelLRMax2 = new SmartX.SmartLabel(); this.labelResult2 = new SmartX.SmartLabel(); - this.labelTitleDispRData2 = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); + this.labelTitle2Level = new SmartX.SmartLabel(); + this.labelTitle2work = new SmartX.SmartLabel(); this.smartSeparatorLine22 = new SmartX.SmartSeparatorLine(); this.labelPressureMaster2 = new SmartX.SmartLabel(); this.smartSeparatorLine12 = new SmartX.SmartSeparatorLine(); - this.smartLabel24 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM2 = new SmartX.SmartLabel(); - this.labelDispRData2 = new SmartX.SmartLabel(); - this.smartLabel13 = new SmartX.SmartLabel(); + this.labelTitle2LRMax = new SmartX.SmartLabel(); + this.labelTitle2MaxHeight = new SmartX.SmartLabel(); + this.labelLevel2 = new SmartX.SmartLabel(); + this.labelTitle2Master = new SmartX.SmartLabel(); this.labelPressureWork2 = new SmartX.SmartLabel(); this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine(); - this.labelTitleDispMData2 = new SmartX.SmartLabel(); - this.labelDispMDataMax2 = new SmartX.SmartLabel(); - this.labelDispMData2 = new SmartX.SmartLabel(); + this.labelTitle2Height = new SmartX.SmartLabel(); + this.labelMaxHeight2 = new SmartX.SmartLabel(); + this.labelHeight2 = new SmartX.SmartLabel(); this.smartLabel9 = new SmartX.SmartLabel(); this.labelDiffMadc2 = new SmartX.SmartLabel(); - this.labelDiffSecDiff2 = new SmartX.SmartLabel(); - this.smartLabel16 = new SmartX.SmartLabel(); - this.smartGroupBox6 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax5 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM5 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD5 = new SmartX.SmartLabel(); - this.labelDispMDataDiff5 = new SmartX.SmartLabel(); + this.labelLRSec2 = new SmartX.SmartLabel(); + this.labelTitle2LRSec = new SmartX.SmartLabel(); + this.groupBoxLane5 = new SmartX.SmartGroupBox(); + this.labelMaxHeight5 = new SmartX.SmartLabel(); + this.labelTitle5MaxHeight = new SmartX.SmartLabel(); + this.labelTitle5Diff = new SmartX.SmartLabel(); + this.labelDiff5 = new SmartX.SmartLabel(); this.labelResultDiff5 = new SmartX.SmartLabel(); this.labelResultDisp5 = new SmartX.SmartLabel(); - this.labelDiffSecMax5 = new SmartX.SmartLabel(); + this.labelLRMax5 = new SmartX.SmartLabel(); this.labelResult5 = new SmartX.SmartLabel(); - this.labelTitleDispRData5 = new SmartX.SmartLabel(); - this.smartLabel50 = new SmartX.SmartLabel(); - this.smartLabel73 = new SmartX.SmartLabel(); + this.labelTitle5Level = new SmartX.SmartLabel(); + this.labelTitle5work = new SmartX.SmartLabel(); + this.labelTitle5LRMax = new SmartX.SmartLabel(); this.smartLabel47 = new SmartX.SmartLabel(); this.smartSeparatorLine15 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc5 = new SmartX.SmartLabel(); - this.labelDispRData5 = new SmartX.SmartLabel(); + this.labelLevel5 = new SmartX.SmartLabel(); this.labelPressureMaster5 = new SmartX.SmartLabel(); this.labelPressureWork5 = new SmartX.SmartLabel(); - this.labelTitleDispMData5 = new SmartX.SmartLabel(); - this.smartLabel49 = new SmartX.SmartLabel(); + this.labelTitle5Height = new SmartX.SmartLabel(); + this.labelTitle5Master = new SmartX.SmartLabel(); this.smartSeparatorLine7 = new SmartX.SmartSeparatorLine(); - this.labelDispMData5 = new SmartX.SmartLabel(); - this.labelDiffSecDiff5 = new SmartX.SmartLabel(); - this.smartLabel52 = new SmartX.SmartLabel(); - this.smartGroupBox7 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax9 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM9 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD9 = new SmartX.SmartLabel(); - this.labelDispMDataDiff9 = new SmartX.SmartLabel(); + this.labelHeight5 = new SmartX.SmartLabel(); + this.labelLRSec5 = new SmartX.SmartLabel(); + this.labelTitle5LRSec = new SmartX.SmartLabel(); + this.groupBoxLane9 = new SmartX.SmartGroupBox(); + this.labelMaxHeight9 = new SmartX.SmartLabel(); + this.labelTitle9MaxHeight = new SmartX.SmartLabel(); + this.labelTitle9Diff = new SmartX.SmartLabel(); + this.labelDiff9 = new SmartX.SmartLabel(); this.labelResultDiff9 = new SmartX.SmartLabel(); this.labelResultDisp9 = new SmartX.SmartLabel(); - this.labelDiffSecMax9 = new SmartX.SmartLabel(); + this.labelLRMax9 = new SmartX.SmartLabel(); this.labelResult9 = new SmartX.SmartLabel(); - this.labelDispRData9 = new SmartX.SmartLabel(); - this.smartLabel99 = new SmartX.SmartLabel(); - this.smartLabel128 = new SmartX.SmartLabel(); + this.labelLevel9 = new SmartX.SmartLabel(); + this.labelTitle9work = new SmartX.SmartLabel(); + this.labelTitle9LRMax = new SmartX.SmartLabel(); this.smartLabel96 = new SmartX.SmartLabel(); this.smartSeparatorLine19 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine27 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc9 = new SmartX.SmartLabel(); - this.labelTitleDispRData9 = new SmartX.SmartLabel(); + this.labelTitle9Level = new SmartX.SmartLabel(); this.labelPressureMaster9 = new SmartX.SmartLabel(); this.labelPressureWork9 = new SmartX.SmartLabel(); - this.labelTitleDispMData9 = new SmartX.SmartLabel(); - this.smartLabel98 = new SmartX.SmartLabel(); + this.labelTitle9Height = new SmartX.SmartLabel(); + this.labelTitle9Master = new SmartX.SmartLabel(); this.smartSeparatorLine28 = new SmartX.SmartSeparatorLine(); - this.labelDispMData9 = new SmartX.SmartLabel(); - this.labelDiffSecDiff9 = new SmartX.SmartLabel(); - this.smartLabel101 = new SmartX.SmartLabel(); - this.smartGroupBox8 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax10 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM10 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD10 = new SmartX.SmartLabel(); - this.labelDispMDataDiff10 = new SmartX.SmartLabel(); + this.labelHeight9 = new SmartX.SmartLabel(); + this.labelLRSec9 = new SmartX.SmartLabel(); + this.labelTitle9LRSec = new SmartX.SmartLabel(); + this.groupBoxLane10 = new SmartX.SmartGroupBox(); + this.labelMaxHeight10 = new SmartX.SmartLabel(); + this.labelTitle10MaxHeight = new SmartX.SmartLabel(); + this.labelTitle10Diff = new SmartX.SmartLabel(); + this.labelDiff10 = new SmartX.SmartLabel(); this.labelResultDiff10 = new SmartX.SmartLabel(); this.labelResultDisp10 = new SmartX.SmartLabel(); - this.labelDiffSecMax10 = new SmartX.SmartLabel(); + this.labelLRMax10 = new SmartX.SmartLabel(); this.labelResult10 = new SmartX.SmartLabel(); - this.labelTitleDispRData10 = new SmartX.SmartLabel(); - this.smartLabel111 = new SmartX.SmartLabel(); - this.smartLabel136 = new SmartX.SmartLabel(); + this.labelTitle10Level = new SmartX.SmartLabel(); + this.labelTitle10work = new SmartX.SmartLabel(); + this.labelTitle10LRMax = new SmartX.SmartLabel(); this.smartLabel108 = new SmartX.SmartLabel(); this.smartSeparatorLine20 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine29 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc10 = new SmartX.SmartLabel(); - this.labelDispRData10 = new SmartX.SmartLabel(); + this.labelLevel10 = new SmartX.SmartLabel(); this.labelPressureMaster10 = new SmartX.SmartLabel(); this.labelPressureWork10 = new SmartX.SmartLabel(); - this.labelTitleDispMData10 = new SmartX.SmartLabel(); - this.smartLabel110 = new SmartX.SmartLabel(); + this.labelTitle10Height = new SmartX.SmartLabel(); + this.labelTitle10Master = new SmartX.SmartLabel(); this.smartSeparatorLine30 = new SmartX.SmartSeparatorLine(); - this.labelDispMData10 = new SmartX.SmartLabel(); - this.labelDiffSecDiff10 = new SmartX.SmartLabel(); - this.smartLabel113 = new SmartX.SmartLabel(); - this.smartGroupBox9 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax8 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM8 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD8 = new SmartX.SmartLabel(); - this.labelDispMDataDiff8 = new SmartX.SmartLabel(); + this.labelHeight10 = new SmartX.SmartLabel(); + this.labelLRSec10 = new SmartX.SmartLabel(); + this.labelTitle10LRSec = new SmartX.SmartLabel(); + this.groupBoxLane8 = new SmartX.SmartGroupBox(); + this.labelMaxHeight8 = new SmartX.SmartLabel(); + this.labelTitle8MaxHeight = new SmartX.SmartLabel(); + this.labelTitle8Diff = new SmartX.SmartLabel(); + this.labelDiff8 = new SmartX.SmartLabel(); this.labelResultDiff8 = new SmartX.SmartLabel(); this.labelResultDisp8 = new SmartX.SmartLabel(); - this.labelDiffSecMax8 = new SmartX.SmartLabel(); + this.labelLRMax8 = new SmartX.SmartLabel(); this.labelResult8 = new SmartX.SmartLabel(); - this.labelDispRData8 = new SmartX.SmartLabel(); + this.labelLevel8 = new SmartX.SmartLabel(); this.labelPressureWork8 = new SmartX.SmartLabel(); - this.smartLabel120 = new SmartX.SmartLabel(); + this.labelTitle8LRMax = new SmartX.SmartLabel(); this.smartLabel84 = new SmartX.SmartLabel(); this.smartSeparatorLine18 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine25 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc8 = new SmartX.SmartLabel(); - this.labelTitleDispRData8 = new SmartX.SmartLabel(); + this.labelTitle8Level = new SmartX.SmartLabel(); this.labelPressureMaster8 = new SmartX.SmartLabel(); - this.smartLabel86 = new SmartX.SmartLabel(); - this.labelTitleDispMData8 = new SmartX.SmartLabel(); + this.labelTitle8Master = new SmartX.SmartLabel(); + this.labelTitle8Height = new SmartX.SmartLabel(); this.smartSeparatorLine26 = new SmartX.SmartSeparatorLine(); - this.smartLabel87 = new SmartX.SmartLabel(); - this.labelDispMData8 = new SmartX.SmartLabel(); - this.labelDiffSecDiff8 = new SmartX.SmartLabel(); - this.smartLabel89 = new SmartX.SmartLabel(); - this.smartGroupBox10 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax7 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM7 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD7 = new SmartX.SmartLabel(); - this.labelDispMDataDiff7 = new SmartX.SmartLabel(); + this.labelTitle8work = new SmartX.SmartLabel(); + this.labelHeight8 = new SmartX.SmartLabel(); + this.labelLRSec8 = new SmartX.SmartLabel(); + this.labelTitle8LRSec = new SmartX.SmartLabel(); + this.groupBoxLane7 = new SmartX.SmartGroupBox(); + this.labelMaxHeight7 = new SmartX.SmartLabel(); + this.labelTitle7MaxHeight = new SmartX.SmartLabel(); + this.labelTitle7Diff = new SmartX.SmartLabel(); + this.labelDiff7 = new SmartX.SmartLabel(); this.labelResultDiff7 = new SmartX.SmartLabel(); this.labelResultDisp7 = new SmartX.SmartLabel(); - this.labelDiffSecMax7 = new SmartX.SmartLabel(); + this.labelLRMax7 = new SmartX.SmartLabel(); this.labelResult7 = new SmartX.SmartLabel(); - this.labelDispRData7 = new SmartX.SmartLabel(); + this.labelLevel7 = new SmartX.SmartLabel(); this.labelPressureWork7 = new SmartX.SmartLabel(); - this.smartLabel106 = new SmartX.SmartLabel(); + this.labelTitle7LRMax = new SmartX.SmartLabel(); this.smartLabel72 = new SmartX.SmartLabel(); this.smartSeparatorLine17 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine10 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc7 = new SmartX.SmartLabel(); - this.labelTitleDispRData7 = new SmartX.SmartLabel(); + this.labelTitle7Level = new SmartX.SmartLabel(); this.labelPressureMaster7 = new SmartX.SmartLabel(); - this.smartLabel74 = new SmartX.SmartLabel(); - this.labelTitleDispMData7 = new SmartX.SmartLabel(); + this.labelTitle7Master = new SmartX.SmartLabel(); + this.labelTitle7Height = new SmartX.SmartLabel(); this.smartSeparatorLine24 = new SmartX.SmartSeparatorLine(); - this.smartLabel75 = new SmartX.SmartLabel(); - this.labelDispMData7 = new SmartX.SmartLabel(); - this.labelDiffSecDiff7 = new SmartX.SmartLabel(); - this.smartLabel77 = new SmartX.SmartLabel(); - this.smartGroupBox11 = new SmartX.SmartGroupBox(); - this.labelDispMDataMax6 = new SmartX.SmartLabel(); - this.labelTitleDispMDataM6 = new SmartX.SmartLabel(); + this.labelTitle7work = new SmartX.SmartLabel(); + this.labelHeight7 = new SmartX.SmartLabel(); + this.labelLRSec7 = new SmartX.SmartLabel(); + this.labelTitle7LRSec = new SmartX.SmartLabel(); + this.groupBoxLane6 = new SmartX.SmartGroupBox(); + this.labelMaxHeight6 = new SmartX.SmartLabel(); + this.labelTitle6MaxHeight = new SmartX.SmartLabel(); this.labelResultDiff6 = new SmartX.SmartLabel(); this.labelResultDisp6 = new SmartX.SmartLabel(); - this.labelDiffSecMax6 = new SmartX.SmartLabel(); + this.labelLRMax6 = new SmartX.SmartLabel(); this.labelResult6 = new SmartX.SmartLabel(); - this.labelDispRData6 = new SmartX.SmartLabel(); + this.labelLevel6 = new SmartX.SmartLabel(); this.labelPressureWork6 = new SmartX.SmartLabel(); - this.smartLabel90 = new SmartX.SmartLabel(); + this.labelTitle6LRMax = new SmartX.SmartLabel(); this.smartLabel59 = new SmartX.SmartLabel(); this.smartSeparatorLine16 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine(); this.labelDiffMadc6 = new SmartX.SmartLabel(); - this.labelTitleDispRData6 = new SmartX.SmartLabel(); + this.labelTitle6Level = new SmartX.SmartLabel(); this.labelPressureMaster6 = new SmartX.SmartLabel(); - this.smartLabel62 = new SmartX.SmartLabel(); - this.labelTitleDispMData6 = new SmartX.SmartLabel(); + this.labelTitle6Master = new SmartX.SmartLabel(); + this.labelTitle6Height = new SmartX.SmartLabel(); this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine(); - this.smartLabel63 = new SmartX.SmartLabel(); - this.labelDispMData6 = new SmartX.SmartLabel(); - this.labelTitleDispMDataD6 = new SmartX.SmartLabel(); - this.labelDiffSecDiff6 = new SmartX.SmartLabel(); - this.smartLabel65 = new SmartX.SmartLabel(); - this.labelDispMDataDiff6 = new SmartX.SmartLabel(); - this.smartGroupBox13.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); - this.smartGroupBox12.SuspendLayout(); - this.smartGroupBox4.SuspendLayout(); - this.smartGroupBox5.SuspendLayout(); - this.smartGroupBox3.SuspendLayout(); - this.smartGroupBox6.SuspendLayout(); - this.smartGroupBox7.SuspendLayout(); - this.smartGroupBox8.SuspendLayout(); - this.smartGroupBox9.SuspendLayout(); - this.smartGroupBox10.SuspendLayout(); - this.smartGroupBox11.SuspendLayout(); + this.labelTitle6work = new SmartX.SmartLabel(); + this.labelHeight6 = new SmartX.SmartLabel(); + this.labelTitle6Diff = new SmartX.SmartLabel(); + this.labelLRSec6 = new SmartX.SmartLabel(); + this.labelTitle6LRSec = new SmartX.SmartLabel(); + this.labelDiff6 = new SmartX.SmartLabel(); + this.groupBoxLane12.SuspendLayout(); + this.groupBoxLane1.SuspendLayout(); + this.groupBoxLane11.SuspendLayout(); + this.groupBoxLane3.SuspendLayout(); + this.groupBoxLane4.SuspendLayout(); + this.groupBoxLane2.SuspendLayout(); + this.groupBoxLane5.SuspendLayout(); + this.groupBoxLane9.SuspendLayout(); + this.groupBoxLane10.SuspendLayout(); + this.groupBoxLane8.SuspendLayout(); + this.groupBoxLane7.SuspendLayout(); + this.groupBoxLane6.SuspendLayout(); this.SuspendLayout(); // - // smartGroupBox13 + // groupBoxLane12 // - this.smartGroupBox13.BackGround = null; - this.smartGroupBox13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox13.BackImage = null; - this.smartGroupBox13.Controls.Add(this.labelDispMDataMax12); - this.smartGroupBox13.Controls.Add(this.smartLabel48); - this.smartGroupBox13.Controls.Add(this.smartLabel51); - this.smartGroupBox13.Controls.Add(this.labelDispMDataDiff12); - this.smartGroupBox13.Controls.Add(this.labelResultDiff12); - this.smartGroupBox13.Controls.Add(this.labelResultDisp12); - this.smartGroupBox13.Controls.Add(this.labelDiffSecMax12); - this.smartGroupBox13.Controls.Add(this.labelResult12); - this.smartGroupBox13.Controls.Add(this.smartLabel64); - this.smartGroupBox13.Controls.Add(this.smartLabel66); - this.smartGroupBox13.Controls.Add(this.smartLabel67); - this.smartGroupBox13.Controls.Add(this.smartLabel68); - this.smartGroupBox13.Controls.Add(this.smartSeparatorLine34); - this.smartGroupBox13.Controls.Add(this.smartSeparatorLine35); - this.smartGroupBox13.Controls.Add(this.labelDiffMadc12); - this.smartGroupBox13.Controls.Add(this.labelDispRData12); - this.smartGroupBox13.Controls.Add(this.labelPressureMaster12); - this.smartGroupBox13.Controls.Add(this.labelPressureWork12); - this.smartGroupBox13.Controls.Add(this.smartLabel81); - this.smartGroupBox13.Controls.Add(this.smartLabel82); - this.smartGroupBox13.Controls.Add(this.smartSeparatorLine36); - this.smartGroupBox13.Controls.Add(this.labelDispMData12); - this.smartGroupBox13.Controls.Add(this.labelDiffSecDiff12); - this.smartGroupBox13.Controls.Add(this.smartLabel88); - this.smartGroupBox13.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); - this.smartGroupBox13.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox13.FrameLineThickness = 2; - this.smartGroupBox13.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox13.HeaderHeightOffset = 1; - this.smartGroupBox13.Location = new System.Drawing.Point(759, 313); - this.smartGroupBox13.Name = "smartGroupBox13"; - this.smartGroupBox13.RoundRadius = 5; - this.smartGroupBox13.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox13.TabIndex = 95; - this.smartGroupBox13.Text = "Lane 12"; - this.smartGroupBox13.TextColor = System.Drawing.Color.White; + this.groupBoxLane12.BackGround = null; + this.groupBoxLane12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane12.BackImage = null; + this.groupBoxLane12.Controls.Add(this.labelMaxHeight12); + this.groupBoxLane12.Controls.Add(this.labelTitle12MaxHeight); + this.groupBoxLane12.Controls.Add(this.labelTitle12Diff); + this.groupBoxLane12.Controls.Add(this.labelDiff12); + this.groupBoxLane12.Controls.Add(this.labelResultDiff12); + this.groupBoxLane12.Controls.Add(this.labelResultDisp12); + this.groupBoxLane12.Controls.Add(this.labelLRMax12); + this.groupBoxLane12.Controls.Add(this.labelResult12); + this.groupBoxLane12.Controls.Add(this.labelTitle12Level); + this.groupBoxLane12.Controls.Add(this.labelTitle12work); + this.groupBoxLane12.Controls.Add(this.labelTitle12LRMax); + this.groupBoxLane12.Controls.Add(this.smartLabel68); + this.groupBoxLane12.Controls.Add(this.smartSeparatorLine34); + this.groupBoxLane12.Controls.Add(this.smartSeparatorLine35); + this.groupBoxLane12.Controls.Add(this.labelDiffMadc12); + this.groupBoxLane12.Controls.Add(this.labelLevel12); + this.groupBoxLane12.Controls.Add(this.labelPressureMaster12); + this.groupBoxLane12.Controls.Add(this.labelPressureWork12); + this.groupBoxLane12.Controls.Add(this.labelTitle12Height); + this.groupBoxLane12.Controls.Add(this.labelTitle12Master); + this.groupBoxLane12.Controls.Add(this.smartSeparatorLine36); + this.groupBoxLane12.Controls.Add(this.labelHeight12); + this.groupBoxLane12.Controls.Add(this.labelLRSec12); + this.groupBoxLane12.Controls.Add(this.labelTitle12LRSec); + this.groupBoxLane12.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane12.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane12.FrameLineThickness = 2; + this.groupBoxLane12.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane12.HeaderHeightOffset = 1; + this.groupBoxLane12.Location = new System.Drawing.Point(759, 313); + this.groupBoxLane12.Name = "groupBoxLane12"; + this.groupBoxLane12.RoundRadius = 5; + this.groupBoxLane12.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane12.TabIndex = 95; + this.groupBoxLane12.Text = "Lane 12"; + this.groupBoxLane12.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax12 + // labelMaxHeight12 // - this.labelDispMDataMax12.BackGround = null; - this.labelDispMDataMax12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax12.LineSpacing = 0F; - this.labelDispMDataMax12.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax12.Name = "labelDispMDataMax12"; - this.labelDispMDataMax12.OverlapOptimize = true; - this.labelDispMDataMax12.PasswordChar = '\0'; - this.labelDispMDataMax12.Radius = 3; - this.labelDispMDataMax12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax12.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax12.TabIndex = 45; - this.labelDispMDataMax12.Text = "9.2354"; - this.labelDispMDataMax12.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax12.Wordwrap = false; + this.labelMaxHeight12.BackGround = null; + this.labelMaxHeight12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight12.LineSpacing = 0F; + this.labelMaxHeight12.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight12.Name = "labelMaxHeight12"; + this.labelMaxHeight12.OverlapOptimize = true; + this.labelMaxHeight12.PasswordChar = '\0'; + this.labelMaxHeight12.Radius = 3; + this.labelMaxHeight12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight12.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight12.TabIndex = 45; + this.labelMaxHeight12.Text = "9.2354"; + this.labelMaxHeight12.TextColor = System.Drawing.Color.White; + this.labelMaxHeight12.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight12.Wordwrap = false; // - // smartLabel48 + // labelTitle12MaxHeight // - this.smartLabel48.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel48.LineSpacing = 0F; - this.smartLabel48.Location = new System.Drawing.Point(4, 241); - this.smartLabel48.Name = "smartLabel48"; - this.smartLabel48.OverlapOptimize = true; - this.smartLabel48.PasswordChar = '\0'; - this.smartLabel48.Radius = 3; - this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel48.Size = new System.Drawing.Size(60, 20); - this.smartLabel48.TabIndex = 44; - this.smartLabel48.Text = "Max.H"; - 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; - this.smartLabel48.Wordwrap = false; + this.labelTitle12MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle12MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12MaxHeight.LineSpacing = 0F; + this.labelTitle12MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle12MaxHeight.Name = "labelTitle12MaxHeight"; + this.labelTitle12MaxHeight.OverlapOptimize = true; + this.labelTitle12MaxHeight.PasswordChar = '\0'; + this.labelTitle12MaxHeight.Radius = 3; + this.labelTitle12MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle12MaxHeight.TabIndex = 44; + this.labelTitle12MaxHeight.Text = "Max.H"; + this.labelTitle12MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle12MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12MaxHeight.Wordwrap = false; // - // smartGroupBox2 + // groupBoxLane1 // - 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.labelDispMDataMax1); - this.smartGroupBox2.Controls.Add(this.labelTitleDispMDataM1); - this.smartGroupBox2.Controls.Add(this.labelResultDiff1); - this.smartGroupBox2.Controls.Add(this.labelResultDisp1); - this.smartGroupBox2.Controls.Add(this.smartSeparatorLine1); - this.smartGroupBox2.Controls.Add(this.labelResult1); - this.smartGroupBox2.Controls.Add(this.labelTitleDispRData1); - this.smartGroupBox2.Controls.Add(this.smartLabel61); - this.smartGroupBox2.Controls.Add(this.labelDiffSecMax1); - this.smartGroupBox2.Controls.Add(this.labelPressureWork1); - this.smartGroupBox2.Controls.Add(this.labelDispRData1); - this.smartGroupBox2.Controls.Add(this.smartLabel2); - this.smartGroupBox2.Controls.Add(this.smartLabel21); - this.smartGroupBox2.Controls.Add(this.smartSeparatorLine21); - this.smartGroupBox2.Controls.Add(this.labelTitleDispMData1); - this.smartGroupBox2.Controls.Add(this.labelDiffMadc1); - this.smartGroupBox2.Controls.Add(this.smartSeparatorLine11); - this.smartGroupBox2.Controls.Add(this.labelDispMData1); - this.smartGroupBox2.Controls.Add(this.labelPressureMaster1); - this.smartGroupBox2.Controls.Add(this.labelTitleDispMDataD1); - this.smartGroupBox2.Controls.Add(this.smartLabel8); - this.smartGroupBox2.Controls.Add(this.smartLabel10); - this.smartGroupBox2.Controls.Add(this.labelDispMDataDiff1); - this.smartGroupBox2.Controls.Add(this.labelDiffSecDiff1); - this.smartGroupBox2.Controls.Add(this.smartLabel12); - 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 = 1; - this.smartGroupBox2.Location = new System.Drawing.Point(7, 22); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox2.TabIndex = 84; - this.smartGroupBox2.Text = "Lane 1"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; + this.groupBoxLane1.BackGround = null; + this.groupBoxLane1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane1.BackImage = null; + this.groupBoxLane1.Controls.Add(this.labelMaxHeight1); + this.groupBoxLane1.Controls.Add(this.labelTitle1MaxHeight); + this.groupBoxLane1.Controls.Add(this.labelResultDiff1); + this.groupBoxLane1.Controls.Add(this.labelResultDisp1); + this.groupBoxLane1.Controls.Add(this.smartSeparatorLine1); + this.groupBoxLane1.Controls.Add(this.labelResult1); + this.groupBoxLane1.Controls.Add(this.labelTitle1Level); + this.groupBoxLane1.Controls.Add(this.smartLabel61); + this.groupBoxLane1.Controls.Add(this.labelLRMax1); + this.groupBoxLane1.Controls.Add(this.labelPressureWork1); + this.groupBoxLane1.Controls.Add(this.labelLevel1); + this.groupBoxLane1.Controls.Add(this.smartLabel2); + this.groupBoxLane1.Controls.Add(this.labelTitle1LRMax); + this.groupBoxLane1.Controls.Add(this.smartSeparatorLine21); + this.groupBoxLane1.Controls.Add(this.labelTitle1Height); + this.groupBoxLane1.Controls.Add(this.labelDiffMadc1); + this.groupBoxLane1.Controls.Add(this.smartSeparatorLine11); + this.groupBoxLane1.Controls.Add(this.labelHeight1); + this.groupBoxLane1.Controls.Add(this.labelPressureMaster1); + this.groupBoxLane1.Controls.Add(this.labelTitle1Diff); + this.groupBoxLane1.Controls.Add(this.labelTitle1LRSec); + this.groupBoxLane1.Controls.Add(this.labelTitle1Master); + this.groupBoxLane1.Controls.Add(this.labelDiff1); + this.groupBoxLane1.Controls.Add(this.labelLRSec1); + this.groupBoxLane1.Controls.Add(this.labelTitle1work); + this.groupBoxLane1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane1.FrameLineThickness = 2; + this.groupBoxLane1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane1.HeaderHeightOffset = 1; + this.groupBoxLane1.Location = new System.Drawing.Point(7, 22); + this.groupBoxLane1.Name = "groupBoxLane1"; + this.groupBoxLane1.RoundRadius = 5; + this.groupBoxLane1.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane1.TabIndex = 84; + this.groupBoxLane1.Text = "Lane 1"; + this.groupBoxLane1.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax1 + // labelMaxHeight1 // - this.labelDispMDataMax1.BackGround = null; - this.labelDispMDataMax1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax1.LineSpacing = 0F; - this.labelDispMDataMax1.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax1.Name = "labelDispMDataMax1"; - this.labelDispMDataMax1.OverlapOptimize = true; - this.labelDispMDataMax1.PasswordChar = '\0'; - this.labelDispMDataMax1.Radius = 3; - this.labelDispMDataMax1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax1.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax1.TabIndex = 31; - this.labelDispMDataMax1.Text = "9.2354"; - this.labelDispMDataMax1.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax1.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax1.Wordwrap = false; + this.labelMaxHeight1.BackGround = null; + this.labelMaxHeight1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight1.LineSpacing = 0F; + this.labelMaxHeight1.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight1.Name = "labelMaxHeight1"; + this.labelMaxHeight1.OverlapOptimize = true; + this.labelMaxHeight1.PasswordChar = '\0'; + this.labelMaxHeight1.Radius = 3; + this.labelMaxHeight1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight1.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight1.TabIndex = 31; + this.labelMaxHeight1.Text = "9.2354"; + this.labelMaxHeight1.TextColor = System.Drawing.Color.White; + this.labelMaxHeight1.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight1.Wordwrap = false; // - // labelTitleDispMDataM1 + // labelTitle1MaxHeight // - this.labelTitleDispMDataM1.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM1.LineSpacing = 0F; - this.labelTitleDispMDataM1.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM1.Name = "labelTitleDispMDataM1"; - this.labelTitleDispMDataM1.OverlapOptimize = true; - this.labelTitleDispMDataM1.PasswordChar = '\0'; - this.labelTitleDispMDataM1.Radius = 3; - this.labelTitleDispMDataM1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM1.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM1.TabIndex = 30; - this.labelTitleDispMDataM1.Text = "Max.H"; - this.labelTitleDispMDataM1.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM1.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM1.Wordwrap = false; + this.labelTitle1MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle1MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1MaxHeight.LineSpacing = 0F; + this.labelTitle1MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle1MaxHeight.Name = "labelTitle1MaxHeight"; + this.labelTitle1MaxHeight.OverlapOptimize = true; + this.labelTitle1MaxHeight.PasswordChar = '\0'; + this.labelTitle1MaxHeight.Radius = 3; + this.labelTitle1MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle1MaxHeight.TabIndex = 30; + this.labelTitle1MaxHeight.Text = "Max.H"; + this.labelTitle1MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle1MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1MaxHeight.Wordwrap = false; // // labelResultDiff1 // @@ -526,7 +526,7 @@ this.labelResultDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff1.LineSpacing = 0F; this.labelResultDiff1.Location = new System.Drawing.Point(4, 58); this.labelResultDiff1.Name = "labelResultDiff1"; @@ -549,7 +549,7 @@ this.labelResultDisp1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp1.LineSpacing = 0F; this.labelResultDisp1.Location = new System.Drawing.Point(73, 58); this.labelResultDisp1.Name = "labelResultDisp1"; @@ -585,7 +585,7 @@ 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); + this.labelResult1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult1.LineSpacing = 0F; this.labelResult1.Location = new System.Drawing.Point(4, 28); this.labelResult1.Name = "labelResult1"; @@ -602,28 +602,28 @@ this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult1.Wordwrap = false; // - // labelTitleDispRData1 + // labelTitle1Level // - this.labelTitleDispRData1.BackGround = this.smartGroupBox2; - this.labelTitleDispRData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData1.LineSpacing = 0F; - this.labelTitleDispRData1.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData1.Name = "labelTitleDispRData1"; - this.labelTitleDispRData1.OverlapOptimize = true; - this.labelTitleDispRData1.PasswordChar = '\0'; - this.labelTitleDispRData1.Radius = 3; - this.labelTitleDispRData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData1.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData1.TabIndex = 12; - this.labelTitleDispRData1.Text = "Level"; - this.labelTitleDispRData1.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData1.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData1.Wordwrap = false; + this.labelTitle1Level.BackGround = this.groupBoxLane1; + this.labelTitle1Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1Level.LineSpacing = 0F; + this.labelTitle1Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle1Level.Name = "labelTitle1Level"; + this.labelTitle1Level.OverlapOptimize = true; + this.labelTitle1Level.PasswordChar = '\0'; + this.labelTitle1Level.Radius = 3; + this.labelTitle1Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle1Level.TabIndex = 12; + this.labelTitle1Level.Text = "Level"; + this.labelTitle1Level.TextColor = System.Drawing.Color.White; + this.labelTitle1Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1Level.Wordwrap = false; // // smartLabel61 // @@ -631,7 +631,7 @@ this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel61.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel61.LineSpacing = 0F; this.smartLabel61.Location = new System.Drawing.Point(399, 392); this.smartLabel61.Name = "smartLabel61"; @@ -648,28 +648,28 @@ this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel61.Wordwrap = false; // - // labelDiffSecMax1 + // labelLRMax1 // - this.labelDiffSecMax1.BackGround = null; - this.labelDiffSecMax1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax1.LineSpacing = 0F; - this.labelDiffSecMax1.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax1.Name = "labelDiffSecMax1"; - this.labelDiffSecMax1.OverlapOptimize = true; - this.labelDiffSecMax1.PasswordChar = '\0'; - this.labelDiffSecMax1.Radius = 3; - this.labelDiffSecMax1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax1.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax1.TabIndex = 35; - this.labelDiffSecMax1.Text = "0.0023"; - this.labelDiffSecMax1.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax1.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax1.Wordwrap = false; + this.labelLRMax1.BackGround = null; + this.labelLRMax1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax1.LineSpacing = 0F; + this.labelLRMax1.Location = new System.Drawing.Point(70, 173); + this.labelLRMax1.Name = "labelLRMax1"; + this.labelLRMax1.OverlapOptimize = true; + this.labelLRMax1.PasswordChar = '\0'; + this.labelLRMax1.Radius = 3; + this.labelLRMax1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax1.Size = new System.Drawing.Size(70, 20); + this.labelLRMax1.TabIndex = 35; + this.labelLRMax1.Text = "0.0023"; + this.labelLRMax1.TextColor = System.Drawing.Color.White; + this.labelLRMax1.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax1.Wordwrap = false; // // labelPressureWork1 // @@ -677,7 +677,7 @@ 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.Regular); + this.labelPressureWork1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork1.LineSpacing = 0F; this.labelPressureWork1.Location = new System.Drawing.Point(70, 83); this.labelPressureWork1.Name = "labelPressureWork1"; @@ -694,36 +694,36 @@ this.labelPressureWork1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork1.Wordwrap = false; // - // labelDispRData1 + // labelLevel1 // - this.labelDispRData1.BackGround = null; - 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.Regular); - this.labelDispRData1.LineSpacing = 0F; - this.labelDispRData1.Location = new System.Drawing.Point(70, 197); - this.labelDispRData1.Name = "labelDispRData1"; - this.labelDispRData1.OverlapOptimize = true; - this.labelDispRData1.PasswordChar = '\0'; - this.labelDispRData1.Radius = 3; - this.labelDispRData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData1.Size = new System.Drawing.Size(70, 20); - this.labelDispRData1.TabIndex = 12; - this.labelDispRData1.Text = "0.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; - this.labelDispRData1.Wordwrap = false; + this.labelLevel1.BackGround = null; + this.labelLevel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel1.LineSpacing = 0F; + this.labelLevel1.Location = new System.Drawing.Point(70, 197); + this.labelLevel1.Name = "labelLevel1"; + this.labelLevel1.OverlapOptimize = true; + this.labelLevel1.PasswordChar = '\0'; + this.labelLevel1.Radius = 3; + this.labelLevel1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel1.Size = new System.Drawing.Size(70, 20); + this.labelLevel1.TabIndex = 12; + this.labelLevel1.Text = "0.00"; + this.labelLevel1.TextColor = System.Drawing.Color.White; + this.labelLevel1.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel1.Wordwrap = false; // // smartLabel2 // - this.smartLabel2.BackGround = this.smartGroupBox2; + this.smartLabel2.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel2.LineSpacing = 0F; this.smartLabel2.Location = new System.Drawing.Point(4, 129); this.smartLabel2.Name = "smartLabel2"; @@ -740,28 +740,28 @@ this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel2.Wordwrap = false; // - // smartLabel21 + // labelTitle1LRMax // - this.smartLabel21.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(4, 173); - this.smartLabel21.Name = "smartLabel21"; - this.smartLabel21.OverlapOptimize = true; - this.smartLabel21.PasswordChar = '\0'; - this.smartLabel21.Radius = 3; - this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel21.Size = new System.Drawing.Size(60, 20); - this.smartLabel21.TabIndex = 34; - this.smartLabel21.Text = "LR.Max"; - this.smartLabel21.TextColor = System.Drawing.Color.White; - this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel21.Wordwrap = false; + this.labelTitle1LRMax.BackGround = this.groupBoxLane1; + this.labelTitle1LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1LRMax.LineSpacing = 0F; + this.labelTitle1LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle1LRMax.Name = "labelTitle1LRMax"; + this.labelTitle1LRMax.OverlapOptimize = true; + this.labelTitle1LRMax.PasswordChar = '\0'; + this.labelTitle1LRMax.Radius = 3; + this.labelTitle1LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle1LRMax.TabIndex = 34; + this.labelTitle1LRMax.Text = "LR.Max"; + this.labelTitle1LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle1LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1LRMax.Wordwrap = false; // // smartSeparatorLine21 // @@ -776,28 +776,28 @@ this.smartSeparatorLine21.TabIndex = 24; this.smartSeparatorLine21.Text = "smartSeparatorLine21"; // - // labelTitleDispMData1 + // labelTitle1Height // - this.labelTitleDispMData1.BackGround = this.smartGroupBox2; - this.labelTitleDispMData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData1.LineSpacing = 0F; - this.labelTitleDispMData1.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData1.Name = "labelTitleDispMData1"; - this.labelTitleDispMData1.OverlapOptimize = true; - this.labelTitleDispMData1.PasswordChar = '\0'; - this.labelTitleDispMData1.Radius = 3; - this.labelTitleDispMData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData1.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData1.TabIndex = 13; - this.labelTitleDispMData1.Text = "Height"; - this.labelTitleDispMData1.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData1.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData1.Wordwrap = false; + this.labelTitle1Height.BackGround = this.groupBoxLane1; + this.labelTitle1Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1Height.LineSpacing = 0F; + this.labelTitle1Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle1Height.Name = "labelTitle1Height"; + this.labelTitle1Height.OverlapOptimize = true; + this.labelTitle1Height.PasswordChar = '\0'; + this.labelTitle1Height.Radius = 3; + this.labelTitle1Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle1Height.TabIndex = 13; + this.labelTitle1Height.Text = "Height"; + this.labelTitle1Height.TextColor = System.Drawing.Color.White; + this.labelTitle1Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1Height.Wordwrap = false; // // labelDiffMadc1 // @@ -805,7 +805,7 @@ 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.Regular); + this.labelDiffMadc1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc1.LineSpacing = 0F; this.labelDiffMadc1.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc1.Name = "labelDiffMadc1"; @@ -835,28 +835,28 @@ this.smartSeparatorLine11.TabIndex = 23; this.smartSeparatorLine11.Text = "smartSeparatorLine11"; // - // labelDispMData1 + // labelHeight1 // - this.labelDispMData1.BackGround = null; - 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.Regular); - this.labelDispMData1.LineSpacing = 0F; - this.labelDispMData1.Location = new System.Drawing.Point(70, 219); - this.labelDispMData1.Name = "labelDispMData1"; - this.labelDispMData1.OverlapOptimize = true; - this.labelDispMData1.PasswordChar = '\0'; - this.labelDispMData1.Radius = 3; - this.labelDispMData1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData1.Size = new System.Drawing.Size(70, 20); - this.labelDispMData1.TabIndex = 14; - this.labelDispMData1.Text = "9.2354"; - 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; - this.labelDispMData1.Wordwrap = false; + this.labelHeight1.BackGround = null; + this.labelHeight1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight1.LineSpacing = 0F; + this.labelHeight1.Location = new System.Drawing.Point(70, 219); + this.labelHeight1.Name = "labelHeight1"; + this.labelHeight1.OverlapOptimize = true; + this.labelHeight1.PasswordChar = '\0'; + this.labelHeight1.Radius = 3; + this.labelHeight1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight1.Size = new System.Drawing.Size(70, 20); + this.labelHeight1.TabIndex = 14; + this.labelHeight1.Text = "9.2354"; + this.labelHeight1.TextColor = System.Drawing.Color.White; + this.labelHeight1.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight1.Wordwrap = false; // // labelPressureMaster1 // @@ -864,7 +864,7 @@ 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.Regular); + this.labelPressureMaster1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster1.LineSpacing = 0F; this.labelPressureMaster1.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster1.Name = "labelPressureMaster1"; @@ -881,189 +881,189 @@ this.labelPressureMaster1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureMaster1.Wordwrap = false; // - // labelTitleDispMDataD1 + // labelTitle1Diff // - this.labelTitleDispMDataD1.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD1.LineSpacing = 0F; - this.labelTitleDispMDataD1.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD1.Name = "labelTitleDispMDataD1"; - this.labelTitleDispMDataD1.OverlapOptimize = true; - this.labelTitleDispMDataD1.PasswordChar = '\0'; - this.labelTitleDispMDataD1.Radius = 3; - this.labelTitleDispMDataD1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD1.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD1.TabIndex = 28; - this.labelTitleDispMDataD1.Text = "Diff"; - this.labelTitleDispMDataD1.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD1.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD1.Wordwrap = false; + this.labelTitle1Diff.BackGround = this.groupBoxLane1; + this.labelTitle1Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1Diff.LineSpacing = 0F; + this.labelTitle1Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle1Diff.Name = "labelTitle1Diff"; + this.labelTitle1Diff.OverlapOptimize = true; + this.labelTitle1Diff.PasswordChar = '\0'; + this.labelTitle1Diff.Radius = 3; + this.labelTitle1Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle1Diff.TabIndex = 28; + this.labelTitle1Diff.Text = "Diff"; + this.labelTitle1Diff.TextColor = System.Drawing.Color.White; + this.labelTitle1Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1Diff.Wordwrap = false; // - // smartLabel8 + // labelTitle1LRSec // - this.smartLabel8.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(4, 151); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(60, 20); - this.smartLabel8.TabIndex = 15; - this.smartLabel8.Text = "LR.Sec"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; + this.labelTitle1LRSec.BackGround = this.groupBoxLane1; + this.labelTitle1LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1LRSec.LineSpacing = 0F; + this.labelTitle1LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle1LRSec.Name = "labelTitle1LRSec"; + this.labelTitle1LRSec.OverlapOptimize = true; + this.labelTitle1LRSec.PasswordChar = '\0'; + this.labelTitle1LRSec.Radius = 3; + this.labelTitle1LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle1LRSec.TabIndex = 15; + this.labelTitle1LRSec.Text = "LR.Sec"; + this.labelTitle1LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle1LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1LRSec.Wordwrap = false; // - // smartLabel10 + // labelTitle1Master // - this.smartLabel10.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(4, 105); - 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(60, 20); - this.smartLabel10.TabIndex = 19; - this.smartLabel10.Text = "master"; - 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; - this.smartLabel10.Wordwrap = false; + this.labelTitle1Master.BackGround = this.groupBoxLane1; + this.labelTitle1Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1Master.LineSpacing = 0F; + this.labelTitle1Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle1Master.Name = "labelTitle1Master"; + this.labelTitle1Master.OverlapOptimize = true; + this.labelTitle1Master.PasswordChar = '\0'; + this.labelTitle1Master.Radius = 3; + this.labelTitle1Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle1Master.TabIndex = 19; + this.labelTitle1Master.Text = "master"; + this.labelTitle1Master.TextColor = System.Drawing.Color.White; + this.labelTitle1Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1Master.Wordwrap = false; // - // labelDispMDataDiff1 + // labelDiff1 // - this.labelDispMDataDiff1.BackGround = null; - 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.Regular); - this.labelDispMDataDiff1.LineSpacing = 0F; - this.labelDispMDataDiff1.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff1.Name = "labelDispMDataDiff1"; - this.labelDispMDataDiff1.OverlapOptimize = true; - this.labelDispMDataDiff1.PasswordChar = '\0'; - this.labelDispMDataDiff1.Radius = 3; - this.labelDispMDataDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff1.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff1.TabIndex = 29; - this.labelDispMDataDiff1.Text = "9.2354"; - 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; - this.labelDispMDataDiff1.Wordwrap = false; + this.labelDiff1.BackGround = null; + this.labelDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff1.LineSpacing = 0F; + this.labelDiff1.Location = new System.Drawing.Point(70, 263); + this.labelDiff1.Name = "labelDiff1"; + this.labelDiff1.OverlapOptimize = true; + this.labelDiff1.PasswordChar = '\0'; + this.labelDiff1.Radius = 3; + this.labelDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff1.Size = new System.Drawing.Size(70, 20); + this.labelDiff1.TabIndex = 29; + this.labelDiff1.Text = "9.2354"; + this.labelDiff1.TextColor = System.Drawing.Color.White; + this.labelDiff1.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff1.Wordwrap = false; // - // labelDiffSecDiff1 + // labelLRSec1 // - this.labelDiffSecDiff1.BackGround = null; - 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.Regular); - this.labelDiffSecDiff1.LineSpacing = 0F; - this.labelDiffSecDiff1.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff1.Name = "labelDiffSecDiff1"; - this.labelDiffSecDiff1.OverlapOptimize = true; - this.labelDiffSecDiff1.PasswordChar = '\0'; - this.labelDiffSecDiff1.Radius = 3; - this.labelDiffSecDiff1.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff1.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff1.TabIndex = 16; - this.labelDiffSecDiff1.Text = "0.0023"; - 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; - this.labelDiffSecDiff1.Wordwrap = false; + this.labelLRSec1.BackGround = null; + this.labelLRSec1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec1.LineSpacing = 0F; + this.labelLRSec1.Location = new System.Drawing.Point(70, 151); + this.labelLRSec1.Name = "labelLRSec1"; + this.labelLRSec1.OverlapOptimize = true; + this.labelLRSec1.PasswordChar = '\0'; + this.labelLRSec1.Radius = 3; + this.labelLRSec1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec1.Size = new System.Drawing.Size(70, 20); + this.labelLRSec1.TabIndex = 16; + this.labelLRSec1.Text = "0.0023"; + this.labelLRSec1.TextColor = System.Drawing.Color.White; + this.labelLRSec1.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec1.Wordwrap = false; // - // smartLabel12 + // labelTitle1work // - this.smartLabel12.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(4, 83); - this.smartLabel12.Name = "smartLabel12"; - this.smartLabel12.OverlapOptimize = true; - this.smartLabel12.PasswordChar = '\0'; - this.smartLabel12.Radius = 3; - this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel12.Size = new System.Drawing.Size(60, 20); - this.smartLabel12.TabIndex = 17; - this.smartLabel12.Text = "work"; - 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; - this.smartLabel12.Wordwrap = false; + this.labelTitle1work.BackGround = this.groupBoxLane1; + this.labelTitle1work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle1work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle1work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle1work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle1work.LineSpacing = 0F; + this.labelTitle1work.Location = new System.Drawing.Point(4, 83); + this.labelTitle1work.Name = "labelTitle1work"; + this.labelTitle1work.OverlapOptimize = true; + this.labelTitle1work.PasswordChar = '\0'; + this.labelTitle1work.Radius = 3; + this.labelTitle1work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle1work.Size = new System.Drawing.Size(60, 20); + this.labelTitle1work.TabIndex = 17; + this.labelTitle1work.Text = "work"; + this.labelTitle1work.TextColor = System.Drawing.Color.White; + this.labelTitle1work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle1work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle1work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle1work.Wordwrap = false; // - // smartLabel51 + // labelTitle12Diff // - this.smartLabel51.BackGround = this.smartGroupBox2; - this.smartLabel51.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel51.LineSpacing = 0F; - this.smartLabel51.Location = new System.Drawing.Point(4, 263); - 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(60, 20); - this.smartLabel51.TabIndex = 42; - this.smartLabel51.Text = "Diff"; - 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; + this.labelTitle12Diff.BackGround = this.groupBoxLane1; + this.labelTitle12Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12Diff.LineSpacing = 0F; + this.labelTitle12Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle12Diff.Name = "labelTitle12Diff"; + this.labelTitle12Diff.OverlapOptimize = true; + this.labelTitle12Diff.PasswordChar = '\0'; + this.labelTitle12Diff.Radius = 3; + this.labelTitle12Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle12Diff.TabIndex = 42; + this.labelTitle12Diff.Text = "Diff"; + this.labelTitle12Diff.TextColor = System.Drawing.Color.White; + this.labelTitle12Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12Diff.Wordwrap = false; // - // labelDispMDataDiff12 + // labelDiff12 // - this.labelDispMDataDiff12.BackGround = null; - this.labelDispMDataDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataDiff12.LineSpacing = 0F; - this.labelDispMDataDiff12.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff12.Name = "labelDispMDataDiff12"; - this.labelDispMDataDiff12.OverlapOptimize = true; - this.labelDispMDataDiff12.PasswordChar = '\0'; - this.labelDispMDataDiff12.Radius = 3; - this.labelDispMDataDiff12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff12.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff12.TabIndex = 43; - this.labelDispMDataDiff12.Text = "9.2354"; - this.labelDispMDataDiff12.TextColor = System.Drawing.Color.White; - this.labelDispMDataDiff12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataDiff12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataDiff12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataDiff12.Wordwrap = false; + this.labelDiff12.BackGround = null; + this.labelDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff12.LineSpacing = 0F; + this.labelDiff12.Location = new System.Drawing.Point(70, 263); + this.labelDiff12.Name = "labelDiff12"; + this.labelDiff12.OverlapOptimize = true; + this.labelDiff12.PasswordChar = '\0'; + this.labelDiff12.Radius = 3; + this.labelDiff12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff12.Size = new System.Drawing.Size(70, 20); + this.labelDiff12.TabIndex = 43; + this.labelDiff12.Text = "9.2354"; + this.labelDiff12.TextColor = System.Drawing.Color.White; + this.labelDiff12.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff12.Wordwrap = false; // // labelResultDiff12 // @@ -1071,7 +1071,7 @@ this.labelResultDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff12.LineSpacing = 0F; this.labelResultDiff12.Location = new System.Drawing.Point(4, 58); this.labelResultDiff12.Name = "labelResultDiff12"; @@ -1094,7 +1094,7 @@ this.labelResultDisp12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp12.LineSpacing = 0F; this.labelResultDisp12.Location = new System.Drawing.Point(73, 58); this.labelResultDisp12.Name = "labelResultDisp12"; @@ -1111,28 +1111,28 @@ this.labelResultDisp12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp12.Wordwrap = false; // - // labelDiffSecMax12 + // labelLRMax12 // - this.labelDiffSecMax12.BackGround = null; - this.labelDiffSecMax12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax12.LineSpacing = 0F; - this.labelDiffSecMax12.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax12.Name = "labelDiffSecMax12"; - this.labelDiffSecMax12.OverlapOptimize = true; - this.labelDiffSecMax12.PasswordChar = '\0'; - this.labelDiffSecMax12.Radius = 3; - this.labelDiffSecMax12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax12.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax12.TabIndex = 49; - this.labelDiffSecMax12.Text = "0.0023"; - this.labelDiffSecMax12.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax12.Wordwrap = false; + this.labelLRMax12.BackGround = null; + this.labelLRMax12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax12.LineSpacing = 0F; + this.labelLRMax12.Location = new System.Drawing.Point(70, 173); + this.labelLRMax12.Name = "labelLRMax12"; + this.labelLRMax12.OverlapOptimize = true; + this.labelLRMax12.PasswordChar = '\0'; + this.labelLRMax12.Radius = 3; + this.labelLRMax12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax12.Size = new System.Drawing.Size(70, 20); + this.labelLRMax12.TabIndex = 49; + this.labelLRMax12.Text = "0.0023"; + this.labelLRMax12.TextColor = System.Drawing.Color.White; + this.labelLRMax12.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax12.Wordwrap = false; // // labelResult12 // @@ -1140,7 +1140,7 @@ this.labelResult12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResult12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult12.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); + this.labelResult12.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult12.LineSpacing = 0F; this.labelResult12.Location = new System.Drawing.Point(4, 28); this.labelResult12.Name = "labelResult12"; @@ -1157,82 +1157,82 @@ this.labelResult12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult12.Wordwrap = false; // - // smartLabel64 + // labelTitle12Level // - this.smartLabel64.BackGround = this.smartGroupBox2; - this.smartLabel64.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel64.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel64.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel64.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel64.LineSpacing = 0F; - this.smartLabel64.Location = new System.Drawing.Point(4, 197); - this.smartLabel64.Name = "smartLabel64"; - this.smartLabel64.OverlapOptimize = true; - this.smartLabel64.PasswordChar = '\0'; - this.smartLabel64.Radius = 3; - this.smartLabel64.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel64.Size = new System.Drawing.Size(60, 20); - this.smartLabel64.TabIndex = 29; - this.smartLabel64.Text = "Level"; - this.smartLabel64.TextColor = System.Drawing.Color.White; - this.smartLabel64.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel64.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel64.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel64.Wordwrap = false; + this.labelTitle12Level.BackGround = this.groupBoxLane1; + this.labelTitle12Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12Level.LineSpacing = 0F; + this.labelTitle12Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle12Level.Name = "labelTitle12Level"; + this.labelTitle12Level.OverlapOptimize = true; + this.labelTitle12Level.PasswordChar = '\0'; + this.labelTitle12Level.Radius = 3; + this.labelTitle12Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle12Level.TabIndex = 29; + this.labelTitle12Level.Text = "Level"; + this.labelTitle12Level.TextColor = System.Drawing.Color.White; + this.labelTitle12Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12Level.Wordwrap = false; // - // smartLabel66 + // labelTitle12work // - this.smartLabel66.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel66.LineSpacing = 0F; - this.smartLabel66.Location = new System.Drawing.Point(4, 83); - this.smartLabel66.Name = "smartLabel66"; - this.smartLabel66.OverlapOptimize = true; - this.smartLabel66.PasswordChar = '\0'; - this.smartLabel66.Radius = 3; - this.smartLabel66.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel66.Size = new System.Drawing.Size(60, 20); - this.smartLabel66.TabIndex = 34; - this.smartLabel66.Text = "work"; - 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; - this.smartLabel66.Wordwrap = false; + this.labelTitle12work.BackGround = this.groupBoxLane1; + this.labelTitle12work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12work.LineSpacing = 0F; + this.labelTitle12work.Location = new System.Drawing.Point(4, 83); + this.labelTitle12work.Name = "labelTitle12work"; + this.labelTitle12work.OverlapOptimize = true; + this.labelTitle12work.PasswordChar = '\0'; + this.labelTitle12work.Radius = 3; + this.labelTitle12work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12work.Size = new System.Drawing.Size(60, 20); + this.labelTitle12work.TabIndex = 34; + this.labelTitle12work.Text = "work"; + this.labelTitle12work.TextColor = System.Drawing.Color.White; + this.labelTitle12work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12work.Wordwrap = false; // - // smartLabel67 + // labelTitle12LRMax // - this.smartLabel67.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel67.LineSpacing = 0F; - this.smartLabel67.Location = new System.Drawing.Point(4, 173); - 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(60, 20); - this.smartLabel67.TabIndex = 48; - this.smartLabel67.Text = "LR.Max"; - 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; + this.labelTitle12LRMax.BackGround = this.groupBoxLane1; + this.labelTitle12LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12LRMax.LineSpacing = 0F; + this.labelTitle12LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle12LRMax.Name = "labelTitle12LRMax"; + this.labelTitle12LRMax.OverlapOptimize = true; + this.labelTitle12LRMax.PasswordChar = '\0'; + this.labelTitle12LRMax.Radius = 3; + this.labelTitle12LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle12LRMax.TabIndex = 48; + this.labelTitle12LRMax.Text = "LR.Max"; + this.labelTitle12LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle12LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12LRMax.Wordwrap = false; // // smartLabel68 // - this.smartLabel68.BackGround = this.smartGroupBox2; + this.smartLabel68.BackGround = this.groupBoxLane1; this.smartLabel68.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel68.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel68.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel68.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel68.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel68.LineSpacing = 0F; this.smartLabel68.Location = new System.Drawing.Point(4, 129); this.smartLabel68.Name = "smartLabel68"; @@ -1281,7 +1281,7 @@ this.labelDiffMadc12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMadc12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMadc12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMadc12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDiffMadc12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc12.LineSpacing = 0F; this.labelDiffMadc12.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc12.Name = "labelDiffMadc12"; @@ -1298,28 +1298,28 @@ this.labelDiffMadc12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc12.Wordwrap = false; // - // labelDispRData12 + // labelLevel12 // - this.labelDispRData12.BackGround = null; - this.labelDispRData12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispRData12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispRData12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispRData12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispRData12.LineSpacing = 0F; - this.labelDispRData12.Location = new System.Drawing.Point(70, 197); - this.labelDispRData12.Name = "labelDispRData12"; - this.labelDispRData12.OverlapOptimize = true; - this.labelDispRData12.PasswordChar = '\0'; - this.labelDispRData12.Radius = 3; - this.labelDispRData12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData12.Size = new System.Drawing.Size(70, 20); - this.labelDispRData12.TabIndex = 28; - this.labelDispRData12.Text = "0.00"; - this.labelDispRData12.TextColor = System.Drawing.Color.White; - this.labelDispRData12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispRData12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispRData12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispRData12.Wordwrap = false; + this.labelLevel12.BackGround = null; + this.labelLevel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel12.LineSpacing = 0F; + this.labelLevel12.Location = new System.Drawing.Point(70, 197); + this.labelLevel12.Name = "labelLevel12"; + this.labelLevel12.OverlapOptimize = true; + this.labelLevel12.PasswordChar = '\0'; + this.labelLevel12.Radius = 3; + this.labelLevel12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel12.Size = new System.Drawing.Size(70, 20); + this.labelLevel12.TabIndex = 28; + this.labelLevel12.Text = "0.00"; + this.labelLevel12.TextColor = System.Drawing.Color.White; + this.labelLevel12.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel12.Wordwrap = false; // // labelPressureMaster12 // @@ -1327,7 +1327,7 @@ this.labelPressureMaster12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureMaster12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureMaster12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureMaster12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster12.LineSpacing = 0F; this.labelPressureMaster12.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster12.Name = "labelPressureMaster12"; @@ -1350,7 +1350,7 @@ this.labelPressureWork12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWork12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWork12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWork12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWork12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork12.LineSpacing = 0F; this.labelPressureWork12.Location = new System.Drawing.Point(70, 83); this.labelPressureWork12.Name = "labelPressureWork12"; @@ -1367,51 +1367,51 @@ this.labelPressureWork12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork12.Wordwrap = false; // - // smartLabel81 + // labelTitle12Height // - this.smartLabel81.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel81.LineSpacing = 0F; - this.smartLabel81.Location = new System.Drawing.Point(4, 219); - this.smartLabel81.Name = "smartLabel81"; - this.smartLabel81.OverlapOptimize = true; - this.smartLabel81.PasswordChar = '\0'; - this.smartLabel81.Radius = 3; - this.smartLabel81.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel81.Size = new System.Drawing.Size(60, 20); - this.smartLabel81.TabIndex = 30; - this.smartLabel81.Text = "Height"; - this.smartLabel81.TextColor = System.Drawing.Color.White; - this.smartLabel81.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel81.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel81.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel81.Wordwrap = false; + this.labelTitle12Height.BackGround = this.groupBoxLane1; + this.labelTitle12Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12Height.LineSpacing = 0F; + this.labelTitle12Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle12Height.Name = "labelTitle12Height"; + this.labelTitle12Height.OverlapOptimize = true; + this.labelTitle12Height.PasswordChar = '\0'; + this.labelTitle12Height.Radius = 3; + this.labelTitle12Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle12Height.TabIndex = 30; + this.labelTitle12Height.Text = "Height"; + this.labelTitle12Height.TextColor = System.Drawing.Color.White; + this.labelTitle12Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12Height.Wordwrap = false; // - // smartLabel82 + // labelTitle12Master // - this.smartLabel82.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel82.LineSpacing = 0F; - this.smartLabel82.Location = new System.Drawing.Point(4, 105); - this.smartLabel82.Name = "smartLabel82"; - this.smartLabel82.OverlapOptimize = true; - this.smartLabel82.PasswordChar = '\0'; - this.smartLabel82.Radius = 3; - this.smartLabel82.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel82.Size = new System.Drawing.Size(60, 20); - this.smartLabel82.TabIndex = 35; - this.smartLabel82.Text = "master"; - 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; - this.smartLabel82.Wordwrap = false; + this.labelTitle12Master.BackGround = this.groupBoxLane1; + this.labelTitle12Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12Master.LineSpacing = 0F; + this.labelTitle12Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle12Master.Name = "labelTitle12Master"; + this.labelTitle12Master.OverlapOptimize = true; + this.labelTitle12Master.PasswordChar = '\0'; + this.labelTitle12Master.Radius = 3; + this.labelTitle12Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle12Master.TabIndex = 35; + this.labelTitle12Master.Text = "master"; + this.labelTitle12Master.TextColor = System.Drawing.Color.White; + this.labelTitle12Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12Master.Wordwrap = false; // // smartSeparatorLine36 // @@ -1426,208 +1426,208 @@ this.smartSeparatorLine36.TabIndex = 37; this.smartSeparatorLine36.Text = "smartSeparatorLine36"; // - // labelDispMData12 + // labelHeight12 // - this.labelDispMData12.BackGround = null; - this.labelDispMData12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMData12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMData12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMData12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMData12.LineSpacing = 0F; - this.labelDispMData12.Location = new System.Drawing.Point(70, 219); - this.labelDispMData12.Name = "labelDispMData12"; - this.labelDispMData12.OverlapOptimize = true; - this.labelDispMData12.PasswordChar = '\0'; - this.labelDispMData12.Radius = 3; - this.labelDispMData12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData12.Size = new System.Drawing.Size(70, 20); - this.labelDispMData12.TabIndex = 31; - this.labelDispMData12.Text = "9.2354"; - this.labelDispMData12.TextColor = System.Drawing.Color.White; - this.labelDispMData12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMData12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMData12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMData12.Wordwrap = false; + this.labelHeight12.BackGround = null; + this.labelHeight12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight12.LineSpacing = 0F; + this.labelHeight12.Location = new System.Drawing.Point(70, 219); + this.labelHeight12.Name = "labelHeight12"; + this.labelHeight12.OverlapOptimize = true; + this.labelHeight12.PasswordChar = '\0'; + this.labelHeight12.Radius = 3; + this.labelHeight12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight12.Size = new System.Drawing.Size(70, 20); + this.labelHeight12.TabIndex = 31; + this.labelHeight12.Text = "9.2354"; + this.labelHeight12.TextColor = System.Drawing.Color.White; + this.labelHeight12.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight12.Wordwrap = false; // - // labelDiffSecDiff12 + // labelLRSec12 // - this.labelDiffSecDiff12.BackGround = null; - this.labelDiffSecDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecDiff12.LineSpacing = 0F; - this.labelDiffSecDiff12.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff12.Name = "labelDiffSecDiff12"; - this.labelDiffSecDiff12.OverlapOptimize = true; - this.labelDiffSecDiff12.PasswordChar = '\0'; - this.labelDiffSecDiff12.Radius = 3; - this.labelDiffSecDiff12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff12.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff12.TabIndex = 33; - this.labelDiffSecDiff12.Text = "0.0023"; - this.labelDiffSecDiff12.TextColor = System.Drawing.Color.White; - this.labelDiffSecDiff12.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecDiff12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecDiff12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecDiff12.Wordwrap = false; + this.labelLRSec12.BackGround = null; + this.labelLRSec12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec12.LineSpacing = 0F; + this.labelLRSec12.Location = new System.Drawing.Point(70, 151); + this.labelLRSec12.Name = "labelLRSec12"; + this.labelLRSec12.OverlapOptimize = true; + this.labelLRSec12.PasswordChar = '\0'; + this.labelLRSec12.Radius = 3; + this.labelLRSec12.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec12.Size = new System.Drawing.Size(70, 20); + this.labelLRSec12.TabIndex = 33; + this.labelLRSec12.Text = "0.0023"; + this.labelLRSec12.TextColor = System.Drawing.Color.White; + this.labelLRSec12.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec12.Wordwrap = false; // - // smartLabel88 + // labelTitle12LRSec // - this.smartLabel88.BackGround = this.smartGroupBox2; - this.smartLabel88.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel88.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel88.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel88.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel88.LineSpacing = 0F; - this.smartLabel88.Location = new System.Drawing.Point(4, 151); - this.smartLabel88.Name = "smartLabel88"; - this.smartLabel88.OverlapOptimize = true; - this.smartLabel88.PasswordChar = '\0'; - this.smartLabel88.Radius = 3; - this.smartLabel88.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel88.Size = new System.Drawing.Size(60, 20); - this.smartLabel88.TabIndex = 32; - this.smartLabel88.Text = "LR.Sec"; - this.smartLabel88.TextColor = System.Drawing.Color.White; - this.smartLabel88.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel88.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel88.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel88.Wordwrap = false; + this.labelTitle12LRSec.BackGround = this.groupBoxLane1; + this.labelTitle12LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle12LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle12LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle12LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle12LRSec.LineSpacing = 0F; + this.labelTitle12LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle12LRSec.Name = "labelTitle12LRSec"; + this.labelTitle12LRSec.OverlapOptimize = true; + this.labelTitle12LRSec.PasswordChar = '\0'; + this.labelTitle12LRSec.Radius = 3; + this.labelTitle12LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle12LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle12LRSec.TabIndex = 32; + this.labelTitle12LRSec.Text = "LR.Sec"; + this.labelTitle12LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle12LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle12LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle12LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle12LRSec.Wordwrap = false; // - // smartGroupBox12 + // groupBoxLane11 // - this.smartGroupBox12.BackGround = null; - this.smartGroupBox12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox12.BackImage = null; - this.smartGroupBox12.Controls.Add(this.labelDispMDataMax11); - this.smartGroupBox12.Controls.Add(this.smartLabel3); - this.smartGroupBox12.Controls.Add(this.smartLabel4); - this.smartGroupBox12.Controls.Add(this.labelDispMDataDiff11); - this.smartGroupBox12.Controls.Add(this.labelResultDiff11); - this.smartGroupBox12.Controls.Add(this.labelResultDisp11); - this.smartGroupBox12.Controls.Add(this.labelDiffSecMax11); - this.smartGroupBox12.Controls.Add(this.labelResult11); - this.smartGroupBox12.Controls.Add(this.smartLabel18); - this.smartGroupBox12.Controls.Add(this.smartLabel19); - this.smartGroupBox12.Controls.Add(this.smartLabel20); - this.smartGroupBox12.Controls.Add(this.smartLabel22); - this.smartGroupBox12.Controls.Add(this.smartSeparatorLine31); - this.smartGroupBox12.Controls.Add(this.smartSeparatorLine32); - this.smartGroupBox12.Controls.Add(this.labelDiffMadc11); - this.smartGroupBox12.Controls.Add(this.labelDispRData11); - this.smartGroupBox12.Controls.Add(this.labelPressureMaster11); - this.smartGroupBox12.Controls.Add(this.labelPressureWork11); - this.smartGroupBox12.Controls.Add(this.smartLabel36); - this.smartGroupBox12.Controls.Add(this.smartLabel39); - this.smartGroupBox12.Controls.Add(this.smartSeparatorLine33); - this.smartGroupBox12.Controls.Add(this.labelDispMData11); - this.smartGroupBox12.Controls.Add(this.labelDiffSecDiff11); - this.smartGroupBox12.Controls.Add(this.smartLabel44); - this.smartGroupBox12.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); - this.smartGroupBox12.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox12.FrameLineThickness = 2; - this.smartGroupBox12.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox12.HeaderHeightOffset = 1; - this.smartGroupBox12.Location = new System.Drawing.Point(608, 313); - this.smartGroupBox12.Name = "smartGroupBox12"; - this.smartGroupBox12.RoundRadius = 5; - this.smartGroupBox12.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox12.TabIndex = 94; - this.smartGroupBox12.Text = "Lane 11"; - this.smartGroupBox12.TextColor = System.Drawing.Color.White; + this.groupBoxLane11.BackGround = null; + this.groupBoxLane11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane11.BackImage = null; + this.groupBoxLane11.Controls.Add(this.labelMaxHeight11); + this.groupBoxLane11.Controls.Add(this.labelTitle11MaxHeight); + this.groupBoxLane11.Controls.Add(this.labelTitle11Diff); + this.groupBoxLane11.Controls.Add(this.labelDiff11); + this.groupBoxLane11.Controls.Add(this.labelResultDiff11); + this.groupBoxLane11.Controls.Add(this.labelResultDisp11); + this.groupBoxLane11.Controls.Add(this.labelLRMax11); + this.groupBoxLane11.Controls.Add(this.labelResult11); + this.groupBoxLane11.Controls.Add(this.labelTitle11Level); + this.groupBoxLane11.Controls.Add(this.labelTitle11work); + this.groupBoxLane11.Controls.Add(this.labelTitle11LRMax); + this.groupBoxLane11.Controls.Add(this.smartLabel22); + this.groupBoxLane11.Controls.Add(this.smartSeparatorLine31); + this.groupBoxLane11.Controls.Add(this.smartSeparatorLine32); + this.groupBoxLane11.Controls.Add(this.labelDiffMadc11); + this.groupBoxLane11.Controls.Add(this.labelLevel11); + this.groupBoxLane11.Controls.Add(this.labelPressureMaster11); + this.groupBoxLane11.Controls.Add(this.labelPressureWork11); + this.groupBoxLane11.Controls.Add(this.labelTitle11Height); + this.groupBoxLane11.Controls.Add(this.labelTitle11Master); + this.groupBoxLane11.Controls.Add(this.smartSeparatorLine33); + this.groupBoxLane11.Controls.Add(this.labelHeight11); + this.groupBoxLane11.Controls.Add(this.labelLRSec11); + this.groupBoxLane11.Controls.Add(this.labelTitle11LRSec); + this.groupBoxLane11.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane11.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane11.FrameLineThickness = 2; + this.groupBoxLane11.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane11.HeaderHeightOffset = 1; + this.groupBoxLane11.Location = new System.Drawing.Point(608, 313); + this.groupBoxLane11.Name = "groupBoxLane11"; + this.groupBoxLane11.RoundRadius = 5; + this.groupBoxLane11.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane11.TabIndex = 94; + this.groupBoxLane11.Text = "Lane 11"; + this.groupBoxLane11.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax11 + // labelMaxHeight11 // - this.labelDispMDataMax11.BackGround = null; - this.labelDispMDataMax11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax11.LineSpacing = 0F; - this.labelDispMDataMax11.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax11.Name = "labelDispMDataMax11"; - this.labelDispMDataMax11.OverlapOptimize = true; - this.labelDispMDataMax11.PasswordChar = '\0'; - this.labelDispMDataMax11.Radius = 3; - this.labelDispMDataMax11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax11.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax11.TabIndex = 45; - this.labelDispMDataMax11.Text = "9.2354"; - this.labelDispMDataMax11.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax11.Wordwrap = false; + this.labelMaxHeight11.BackGround = null; + this.labelMaxHeight11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight11.LineSpacing = 0F; + this.labelMaxHeight11.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight11.Name = "labelMaxHeight11"; + this.labelMaxHeight11.OverlapOptimize = true; + this.labelMaxHeight11.PasswordChar = '\0'; + this.labelMaxHeight11.Radius = 3; + this.labelMaxHeight11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight11.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight11.TabIndex = 45; + this.labelMaxHeight11.Text = "9.2354"; + this.labelMaxHeight11.TextColor = System.Drawing.Color.White; + this.labelMaxHeight11.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight11.Wordwrap = false; // - // smartLabel3 + // labelTitle11MaxHeight // - this.smartLabel3.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(4, 241); - 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(60, 20); - this.smartLabel3.TabIndex = 44; - this.smartLabel3.Text = "Max.H"; - this.smartLabel3.TextColor = System.Drawing.Color.White; - this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel3.Wordwrap = false; + this.labelTitle11MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle11MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11MaxHeight.LineSpacing = 0F; + this.labelTitle11MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle11MaxHeight.Name = "labelTitle11MaxHeight"; + this.labelTitle11MaxHeight.OverlapOptimize = true; + this.labelTitle11MaxHeight.PasswordChar = '\0'; + this.labelTitle11MaxHeight.Radius = 3; + this.labelTitle11MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle11MaxHeight.TabIndex = 44; + this.labelTitle11MaxHeight.Text = "Max.H"; + this.labelTitle11MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle11MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11MaxHeight.Wordwrap = false; // - // smartLabel4 + // labelTitle11Diff // - this.smartLabel4.BackGround = this.smartGroupBox2; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(4, 263); - 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(60, 20); - this.smartLabel4.TabIndex = 42; - this.smartLabel4.Text = "Diff"; - this.smartLabel4.TextColor = System.Drawing.Color.White; - this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel4.Wordwrap = false; + this.labelTitle11Diff.BackGround = this.groupBoxLane1; + this.labelTitle11Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11Diff.LineSpacing = 0F; + this.labelTitle11Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle11Diff.Name = "labelTitle11Diff"; + this.labelTitle11Diff.OverlapOptimize = true; + this.labelTitle11Diff.PasswordChar = '\0'; + this.labelTitle11Diff.Radius = 3; + this.labelTitle11Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle11Diff.TabIndex = 42; + this.labelTitle11Diff.Text = "Diff"; + this.labelTitle11Diff.TextColor = System.Drawing.Color.White; + this.labelTitle11Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11Diff.Wordwrap = false; // - // labelDispMDataDiff11 + // labelDiff11 // - this.labelDispMDataDiff11.BackGround = null; - this.labelDispMDataDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataDiff11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataDiff11.LineSpacing = 0F; - this.labelDispMDataDiff11.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff11.Name = "labelDispMDataDiff11"; - this.labelDispMDataDiff11.OverlapOptimize = true; - this.labelDispMDataDiff11.PasswordChar = '\0'; - this.labelDispMDataDiff11.Radius = 3; - this.labelDispMDataDiff11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff11.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff11.TabIndex = 43; - this.labelDispMDataDiff11.Text = "9.2354"; - this.labelDispMDataDiff11.TextColor = System.Drawing.Color.White; - this.labelDispMDataDiff11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataDiff11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataDiff11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataDiff11.Wordwrap = false; + this.labelDiff11.BackGround = null; + this.labelDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff11.LineSpacing = 0F; + this.labelDiff11.Location = new System.Drawing.Point(70, 263); + this.labelDiff11.Name = "labelDiff11"; + this.labelDiff11.OverlapOptimize = true; + this.labelDiff11.PasswordChar = '\0'; + this.labelDiff11.Radius = 3; + this.labelDiff11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff11.Size = new System.Drawing.Size(70, 20); + this.labelDiff11.TabIndex = 43; + this.labelDiff11.Text = "9.2354"; + this.labelDiff11.TextColor = System.Drawing.Color.White; + this.labelDiff11.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff11.Wordwrap = false; // // labelResultDiff11 // @@ -1635,7 +1635,7 @@ this.labelResultDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff11.LineSpacing = 0F; this.labelResultDiff11.Location = new System.Drawing.Point(4, 58); this.labelResultDiff11.Name = "labelResultDiff11"; @@ -1658,7 +1658,7 @@ this.labelResultDisp11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp11.LineSpacing = 0F; this.labelResultDisp11.Location = new System.Drawing.Point(73, 58); this.labelResultDisp11.Name = "labelResultDisp11"; @@ -1675,28 +1675,28 @@ this.labelResultDisp11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp11.Wordwrap = false; // - // labelDiffSecMax11 + // labelLRMax11 // - this.labelDiffSecMax11.BackGround = null; - this.labelDiffSecMax11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax11.LineSpacing = 0F; - this.labelDiffSecMax11.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax11.Name = "labelDiffSecMax11"; - this.labelDiffSecMax11.OverlapOptimize = true; - this.labelDiffSecMax11.PasswordChar = '\0'; - this.labelDiffSecMax11.Radius = 3; - this.labelDiffSecMax11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax11.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax11.TabIndex = 49; - this.labelDiffSecMax11.Text = "0.0023"; - this.labelDiffSecMax11.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax11.Wordwrap = false; + this.labelLRMax11.BackGround = null; + this.labelLRMax11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax11.LineSpacing = 0F; + this.labelLRMax11.Location = new System.Drawing.Point(70, 173); + this.labelLRMax11.Name = "labelLRMax11"; + this.labelLRMax11.OverlapOptimize = true; + this.labelLRMax11.PasswordChar = '\0'; + this.labelLRMax11.Radius = 3; + this.labelLRMax11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax11.Size = new System.Drawing.Size(70, 20); + this.labelLRMax11.TabIndex = 49; + this.labelLRMax11.Text = "0.0023"; + this.labelLRMax11.TextColor = System.Drawing.Color.White; + this.labelLRMax11.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax11.Wordwrap = false; // // labelResult11 // @@ -1704,7 +1704,7 @@ this.labelResult11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResult11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult11.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); + this.labelResult11.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult11.LineSpacing = 0F; this.labelResult11.Location = new System.Drawing.Point(4, 28); this.labelResult11.Name = "labelResult11"; @@ -1721,82 +1721,82 @@ this.labelResult11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult11.Wordwrap = false; // - // smartLabel18 + // labelTitle11Level // - this.smartLabel18.BackGround = this.smartGroupBox2; - 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel18.LineSpacing = 0F; - this.smartLabel18.Location = new System.Drawing.Point(4, 197); - this.smartLabel18.Name = "smartLabel18"; - this.smartLabel18.OverlapOptimize = true; - this.smartLabel18.PasswordChar = '\0'; - this.smartLabel18.Radius = 3; - this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel18.Size = new System.Drawing.Size(60, 20); - this.smartLabel18.TabIndex = 29; - this.smartLabel18.Text = "Level"; - 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; - this.smartLabel18.Wordwrap = false; + this.labelTitle11Level.BackGround = this.groupBoxLane1; + this.labelTitle11Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11Level.LineSpacing = 0F; + this.labelTitle11Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle11Level.Name = "labelTitle11Level"; + this.labelTitle11Level.OverlapOptimize = true; + this.labelTitle11Level.PasswordChar = '\0'; + this.labelTitle11Level.Radius = 3; + this.labelTitle11Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle11Level.TabIndex = 29; + this.labelTitle11Level.Text = "Level"; + this.labelTitle11Level.TextColor = System.Drawing.Color.White; + this.labelTitle11Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11Level.Wordwrap = false; // - // smartLabel19 + // labelTitle11work // - this.smartLabel19.BackGround = this.smartGroupBox2; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel19.LineSpacing = 0F; - this.smartLabel19.Location = new System.Drawing.Point(4, 83); - this.smartLabel19.Name = "smartLabel19"; - this.smartLabel19.OverlapOptimize = true; - this.smartLabel19.PasswordChar = '\0'; - this.smartLabel19.Radius = 3; - this.smartLabel19.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel19.Size = new System.Drawing.Size(60, 20); - this.smartLabel19.TabIndex = 34; - this.smartLabel19.Text = "work"; - 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; - this.smartLabel19.Wordwrap = false; + this.labelTitle11work.BackGround = this.groupBoxLane1; + this.labelTitle11work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11work.LineSpacing = 0F; + this.labelTitle11work.Location = new System.Drawing.Point(4, 83); + this.labelTitle11work.Name = "labelTitle11work"; + this.labelTitle11work.OverlapOptimize = true; + this.labelTitle11work.PasswordChar = '\0'; + this.labelTitle11work.Radius = 3; + this.labelTitle11work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11work.Size = new System.Drawing.Size(60, 20); + this.labelTitle11work.TabIndex = 34; + this.labelTitle11work.Text = "work"; + this.labelTitle11work.TextColor = System.Drawing.Color.White; + this.labelTitle11work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11work.Wordwrap = false; // - // smartLabel20 + // labelTitle11LRMax // - this.smartLabel20.BackGround = this.smartGroupBox2; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(4, 173); - this.smartLabel20.Name = "smartLabel20"; - this.smartLabel20.OverlapOptimize = true; - this.smartLabel20.PasswordChar = '\0'; - this.smartLabel20.Radius = 3; - this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel20.Size = new System.Drawing.Size(60, 20); - this.smartLabel20.TabIndex = 48; - this.smartLabel20.Text = "LR.Max"; - 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; - this.smartLabel20.Wordwrap = false; + this.labelTitle11LRMax.BackGround = this.groupBoxLane1; + this.labelTitle11LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11LRMax.LineSpacing = 0F; + this.labelTitle11LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle11LRMax.Name = "labelTitle11LRMax"; + this.labelTitle11LRMax.OverlapOptimize = true; + this.labelTitle11LRMax.PasswordChar = '\0'; + this.labelTitle11LRMax.Radius = 3; + this.labelTitle11LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle11LRMax.TabIndex = 48; + this.labelTitle11LRMax.Text = "LR.Max"; + this.labelTitle11LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle11LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11LRMax.Wordwrap = false; // // smartLabel22 // - this.smartLabel22.BackGround = this.smartGroupBox2; + this.smartLabel22.BackGround = this.groupBoxLane1; 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel22.LineSpacing = 0F; this.smartLabel22.Location = new System.Drawing.Point(4, 129); this.smartLabel22.Name = "smartLabel22"; @@ -1845,7 +1845,7 @@ this.labelDiffMadc11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffMadc11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffMadc11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffMadc11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDiffMadc11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc11.LineSpacing = 0F; this.labelDiffMadc11.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc11.Name = "labelDiffMadc11"; @@ -1862,28 +1862,28 @@ this.labelDiffMadc11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc11.Wordwrap = false; // - // labelDispRData11 + // labelLevel11 // - this.labelDispRData11.BackGround = null; - this.labelDispRData11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispRData11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispRData11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispRData11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispRData11.LineSpacing = 0F; - this.labelDispRData11.Location = new System.Drawing.Point(70, 197); - this.labelDispRData11.Name = "labelDispRData11"; - this.labelDispRData11.OverlapOptimize = true; - this.labelDispRData11.PasswordChar = '\0'; - this.labelDispRData11.Radius = 3; - this.labelDispRData11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData11.Size = new System.Drawing.Size(70, 20); - this.labelDispRData11.TabIndex = 28; - this.labelDispRData11.Text = "0.00"; - this.labelDispRData11.TextColor = System.Drawing.Color.White; - this.labelDispRData11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispRData11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispRData11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispRData11.Wordwrap = false; + this.labelLevel11.BackGround = null; + this.labelLevel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel11.LineSpacing = 0F; + this.labelLevel11.Location = new System.Drawing.Point(70, 197); + this.labelLevel11.Name = "labelLevel11"; + this.labelLevel11.OverlapOptimize = true; + this.labelLevel11.PasswordChar = '\0'; + this.labelLevel11.Radius = 3; + this.labelLevel11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel11.Size = new System.Drawing.Size(70, 20); + this.labelLevel11.TabIndex = 28; + this.labelLevel11.Text = "0.00"; + this.labelLevel11.TextColor = System.Drawing.Color.White; + this.labelLevel11.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel11.Wordwrap = false; // // labelPressureMaster11 // @@ -1891,7 +1891,7 @@ this.labelPressureMaster11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureMaster11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureMaster11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureMaster11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster11.LineSpacing = 0F; this.labelPressureMaster11.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster11.Name = "labelPressureMaster11"; @@ -1914,7 +1914,7 @@ this.labelPressureWork11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWork11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWork11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWork11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWork11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork11.LineSpacing = 0F; this.labelPressureWork11.Location = new System.Drawing.Point(70, 83); this.labelPressureWork11.Name = "labelPressureWork11"; @@ -1931,51 +1931,51 @@ this.labelPressureWork11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork11.Wordwrap = false; // - // smartLabel36 + // labelTitle11Height // - this.smartLabel36.BackGround = this.smartGroupBox2; - 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)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel36.LineSpacing = 0F; - this.smartLabel36.Location = new System.Drawing.Point(4, 219); - 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(60, 20); - this.smartLabel36.TabIndex = 30; - this.smartLabel36.Text = "Height"; - this.smartLabel36.TextColor = System.Drawing.Color.White; - this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel36.Wordwrap = false; + this.labelTitle11Height.BackGround = this.groupBoxLane1; + this.labelTitle11Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11Height.LineSpacing = 0F; + this.labelTitle11Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle11Height.Name = "labelTitle11Height"; + this.labelTitle11Height.OverlapOptimize = true; + this.labelTitle11Height.PasswordChar = '\0'; + this.labelTitle11Height.Radius = 3; + this.labelTitle11Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle11Height.TabIndex = 30; + this.labelTitle11Height.Text = "Height"; + this.labelTitle11Height.TextColor = System.Drawing.Color.White; + this.labelTitle11Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11Height.Wordwrap = false; // - // smartLabel39 + // labelTitle11Master // - this.smartLabel39.BackGround = this.smartGroupBox2; - this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel39.LineSpacing = 0F; - this.smartLabel39.Location = new System.Drawing.Point(4, 105); - 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(60, 20); - this.smartLabel39.TabIndex = 35; - this.smartLabel39.Text = "master"; - 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; + this.labelTitle11Master.BackGround = this.groupBoxLane1; + this.labelTitle11Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11Master.LineSpacing = 0F; + this.labelTitle11Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle11Master.Name = "labelTitle11Master"; + this.labelTitle11Master.OverlapOptimize = true; + this.labelTitle11Master.PasswordChar = '\0'; + this.labelTitle11Master.Radius = 3; + this.labelTitle11Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle11Master.TabIndex = 35; + this.labelTitle11Master.Text = "master"; + this.labelTitle11Master.TextColor = System.Drawing.Color.White; + this.labelTitle11Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11Master.Wordwrap = false; // // smartSeparatorLine33 // @@ -1990,208 +1990,208 @@ this.smartSeparatorLine33.TabIndex = 37; this.smartSeparatorLine33.Text = "smartSeparatorLine33"; // - // labelDispMData11 + // labelHeight11 // - this.labelDispMData11.BackGround = null; - this.labelDispMData11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMData11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMData11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMData11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMData11.LineSpacing = 0F; - this.labelDispMData11.Location = new System.Drawing.Point(70, 219); - this.labelDispMData11.Name = "labelDispMData11"; - this.labelDispMData11.OverlapOptimize = true; - this.labelDispMData11.PasswordChar = '\0'; - this.labelDispMData11.Radius = 3; - this.labelDispMData11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData11.Size = new System.Drawing.Size(70, 20); - this.labelDispMData11.TabIndex = 31; - this.labelDispMData11.Text = "9.2354"; - this.labelDispMData11.TextColor = System.Drawing.Color.White; - this.labelDispMData11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMData11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMData11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMData11.Wordwrap = false; + this.labelHeight11.BackGround = null; + this.labelHeight11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight11.LineSpacing = 0F; + this.labelHeight11.Location = new System.Drawing.Point(70, 219); + this.labelHeight11.Name = "labelHeight11"; + this.labelHeight11.OverlapOptimize = true; + this.labelHeight11.PasswordChar = '\0'; + this.labelHeight11.Radius = 3; + this.labelHeight11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight11.Size = new System.Drawing.Size(70, 20); + this.labelHeight11.TabIndex = 31; + this.labelHeight11.Text = "9.2354"; + this.labelHeight11.TextColor = System.Drawing.Color.White; + this.labelHeight11.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight11.Wordwrap = false; // - // labelDiffSecDiff11 + // labelLRSec11 // - this.labelDiffSecDiff11.BackGround = null; - this.labelDiffSecDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecDiff11.LineSpacing = 0F; - this.labelDiffSecDiff11.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff11.Name = "labelDiffSecDiff11"; - this.labelDiffSecDiff11.OverlapOptimize = true; - this.labelDiffSecDiff11.PasswordChar = '\0'; - this.labelDiffSecDiff11.Radius = 3; - this.labelDiffSecDiff11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff11.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff11.TabIndex = 33; - this.labelDiffSecDiff11.Text = "0.0023"; - this.labelDiffSecDiff11.TextColor = System.Drawing.Color.White; - this.labelDiffSecDiff11.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecDiff11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecDiff11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecDiff11.Wordwrap = false; + this.labelLRSec11.BackGround = null; + this.labelLRSec11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec11.LineSpacing = 0F; + this.labelLRSec11.Location = new System.Drawing.Point(70, 151); + this.labelLRSec11.Name = "labelLRSec11"; + this.labelLRSec11.OverlapOptimize = true; + this.labelLRSec11.PasswordChar = '\0'; + this.labelLRSec11.Radius = 3; + this.labelLRSec11.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec11.Size = new System.Drawing.Size(70, 20); + this.labelLRSec11.TabIndex = 33; + this.labelLRSec11.Text = "0.0023"; + this.labelLRSec11.TextColor = System.Drawing.Color.White; + this.labelLRSec11.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec11.Wordwrap = false; // - // smartLabel44 + // labelTitle11LRSec // - this.smartLabel44.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel44.LineSpacing = 0F; - this.smartLabel44.Location = new System.Drawing.Point(4, 151); - this.smartLabel44.Name = "smartLabel44"; - this.smartLabel44.OverlapOptimize = true; - this.smartLabel44.PasswordChar = '\0'; - this.smartLabel44.Radius = 3; - this.smartLabel44.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel44.Size = new System.Drawing.Size(60, 20); - this.smartLabel44.TabIndex = 32; - this.smartLabel44.Text = "LR.Sec"; - 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; - this.smartLabel44.Wordwrap = false; + this.labelTitle11LRSec.BackGround = this.groupBoxLane1; + this.labelTitle11LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle11LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle11LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle11LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle11LRSec.LineSpacing = 0F; + this.labelTitle11LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle11LRSec.Name = "labelTitle11LRSec"; + this.labelTitle11LRSec.OverlapOptimize = true; + this.labelTitle11LRSec.PasswordChar = '\0'; + this.labelTitle11LRSec.Radius = 3; + this.labelTitle11LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle11LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle11LRSec.TabIndex = 32; + this.labelTitle11LRSec.Text = "LR.Sec"; + this.labelTitle11LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle11LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle11LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle11LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle11LRSec.Wordwrap = false; // - // smartGroupBox4 + // groupBoxLane3 // - this.smartGroupBox4.BackGround = null; - 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.labelDispMDataMax3); - this.smartGroupBox4.Controls.Add(this.labelTitleDispMDataM3); - this.smartGroupBox4.Controls.Add(this.labelTitleDispMDataD3); - this.smartGroupBox4.Controls.Add(this.labelDispMDataDiff3); - this.smartGroupBox4.Controls.Add(this.labelResultDiff3); - this.smartGroupBox4.Controls.Add(this.labelResultDisp3); - this.smartGroupBox4.Controls.Add(this.labelDiffSecMax3); - this.smartGroupBox4.Controls.Add(this.labelResult3); - this.smartGroupBox4.Controls.Add(this.labelTitleDispRData3); - this.smartGroupBox4.Controls.Add(this.smartLabel26); - this.smartGroupBox4.Controls.Add(this.smartLabel41); - this.smartGroupBox4.Controls.Add(this.smartLabel23); - this.smartGroupBox4.Controls.Add(this.smartSeparatorLine13); - this.smartGroupBox4.Controls.Add(this.smartSeparatorLine3); - this.smartGroupBox4.Controls.Add(this.labelDiffMadc3); - this.smartGroupBox4.Controls.Add(this.labelDispRData3); - this.smartGroupBox4.Controls.Add(this.labelPressureMaster3); - this.smartGroupBox4.Controls.Add(this.labelPressureWork3); - this.smartGroupBox4.Controls.Add(this.labelTitleDispMData3); - this.smartGroupBox4.Controls.Add(this.smartLabel25); - this.smartGroupBox4.Controls.Add(this.smartSeparatorLine23); - this.smartGroupBox4.Controls.Add(this.labelDispMData3); - this.smartGroupBox4.Controls.Add(this.labelDiffSecDiff3); - this.smartGroupBox4.Controls.Add(this.smartLabel28); - 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; - this.smartGroupBox4.HeaderHeightOffset = 1; - this.smartGroupBox4.Location = new System.Drawing.Point(308, 22); - this.smartGroupBox4.Name = "smartGroupBox4"; - this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox4.TabIndex = 86; - this.smartGroupBox4.Text = "Lane 3"; - this.smartGroupBox4.TextColor = System.Drawing.Color.White; + this.groupBoxLane3.BackGround = null; + this.groupBoxLane3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane3.BackImage = null; + this.groupBoxLane3.Controls.Add(this.labelMaxHeight3); + this.groupBoxLane3.Controls.Add(this.labelTitle3MaxHeight); + this.groupBoxLane3.Controls.Add(this.labelTitle3Diff); + this.groupBoxLane3.Controls.Add(this.labelDiff3); + this.groupBoxLane3.Controls.Add(this.labelResultDiff3); + this.groupBoxLane3.Controls.Add(this.labelResultDisp3); + this.groupBoxLane3.Controls.Add(this.labelLRMax3); + this.groupBoxLane3.Controls.Add(this.labelResult3); + this.groupBoxLane3.Controls.Add(this.labelTitle3Level); + this.groupBoxLane3.Controls.Add(this.labelTitle3work); + this.groupBoxLane3.Controls.Add(this.labelTitle3LRMax); + this.groupBoxLane3.Controls.Add(this.smartLabel23); + this.groupBoxLane3.Controls.Add(this.smartSeparatorLine13); + this.groupBoxLane3.Controls.Add(this.smartSeparatorLine3); + this.groupBoxLane3.Controls.Add(this.labelDiffMadc3); + this.groupBoxLane3.Controls.Add(this.labelLevel3); + this.groupBoxLane3.Controls.Add(this.labelPressureMaster3); + this.groupBoxLane3.Controls.Add(this.labelPressureWork3); + this.groupBoxLane3.Controls.Add(this.labelTitle3Height); + this.groupBoxLane3.Controls.Add(this.labelTitle3Master); + this.groupBoxLane3.Controls.Add(this.smartSeparatorLine23); + this.groupBoxLane3.Controls.Add(this.labelHeight3); + this.groupBoxLane3.Controls.Add(this.labelLRSec3); + this.groupBoxLane3.Controls.Add(this.labelTitle3LRSec); + this.groupBoxLane3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane3.FrameLineThickness = 2; + this.groupBoxLane3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane3.HeaderHeightOffset = 1; + this.groupBoxLane3.Location = new System.Drawing.Point(308, 22); + this.groupBoxLane3.Name = "groupBoxLane3"; + this.groupBoxLane3.RoundRadius = 5; + this.groupBoxLane3.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane3.TabIndex = 86; + this.groupBoxLane3.Text = "Lane 3"; + this.groupBoxLane3.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax3 + // labelMaxHeight3 // - this.labelDispMDataMax3.BackGround = null; - this.labelDispMDataMax3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax3.LineSpacing = 0F; - this.labelDispMDataMax3.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax3.Name = "labelDispMDataMax3"; - this.labelDispMDataMax3.OverlapOptimize = true; - this.labelDispMDataMax3.PasswordChar = '\0'; - this.labelDispMDataMax3.Radius = 3; - this.labelDispMDataMax3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax3.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax3.TabIndex = 45; - this.labelDispMDataMax3.Text = "9.2354"; - this.labelDispMDataMax3.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax3.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax3.Wordwrap = false; + this.labelMaxHeight3.BackGround = null; + this.labelMaxHeight3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight3.LineSpacing = 0F; + this.labelMaxHeight3.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight3.Name = "labelMaxHeight3"; + this.labelMaxHeight3.OverlapOptimize = true; + this.labelMaxHeight3.PasswordChar = '\0'; + this.labelMaxHeight3.Radius = 3; + this.labelMaxHeight3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight3.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight3.TabIndex = 45; + this.labelMaxHeight3.Text = "9.2354"; + this.labelMaxHeight3.TextColor = System.Drawing.Color.White; + this.labelMaxHeight3.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight3.Wordwrap = false; // - // labelTitleDispMDataM3 + // labelTitle3MaxHeight // - this.labelTitleDispMDataM3.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM3.LineSpacing = 0F; - this.labelTitleDispMDataM3.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM3.Name = "labelTitleDispMDataM3"; - this.labelTitleDispMDataM3.OverlapOptimize = true; - this.labelTitleDispMDataM3.PasswordChar = '\0'; - this.labelTitleDispMDataM3.Radius = 3; - this.labelTitleDispMDataM3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM3.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM3.TabIndex = 44; - this.labelTitleDispMDataM3.Text = "Max.H"; - this.labelTitleDispMDataM3.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM3.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM3.Wordwrap = false; + this.labelTitle3MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle3MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3MaxHeight.LineSpacing = 0F; + this.labelTitle3MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle3MaxHeight.Name = "labelTitle3MaxHeight"; + this.labelTitle3MaxHeight.OverlapOptimize = true; + this.labelTitle3MaxHeight.PasswordChar = '\0'; + this.labelTitle3MaxHeight.Radius = 3; + this.labelTitle3MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle3MaxHeight.TabIndex = 44; + this.labelTitle3MaxHeight.Text = "Max.H"; + this.labelTitle3MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle3MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD3 + // labelTitle3Diff // - this.labelTitleDispMDataD3.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD3.LineSpacing = 0F; - this.labelTitleDispMDataD3.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD3.Name = "labelTitleDispMDataD3"; - this.labelTitleDispMDataD3.OverlapOptimize = true; - this.labelTitleDispMDataD3.PasswordChar = '\0'; - this.labelTitleDispMDataD3.Radius = 3; - this.labelTitleDispMDataD3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD3.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD3.TabIndex = 42; - this.labelTitleDispMDataD3.Text = "Diff"; - this.labelTitleDispMDataD3.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD3.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD3.Wordwrap = false; + this.labelTitle3Diff.BackGround = this.groupBoxLane1; + this.labelTitle3Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3Diff.LineSpacing = 0F; + this.labelTitle3Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle3Diff.Name = "labelTitle3Diff"; + this.labelTitle3Diff.OverlapOptimize = true; + this.labelTitle3Diff.PasswordChar = '\0'; + this.labelTitle3Diff.Radius = 3; + this.labelTitle3Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle3Diff.TabIndex = 42; + this.labelTitle3Diff.Text = "Diff"; + this.labelTitle3Diff.TextColor = System.Drawing.Color.White; + this.labelTitle3Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3Diff.Wordwrap = false; // - // labelDispMDataDiff3 + // labelDiff3 // - this.labelDispMDataDiff3.BackGround = null; - 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.Regular); - this.labelDispMDataDiff3.LineSpacing = 0F; - this.labelDispMDataDiff3.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff3.Name = "labelDispMDataDiff3"; - this.labelDispMDataDiff3.OverlapOptimize = true; - this.labelDispMDataDiff3.PasswordChar = '\0'; - this.labelDispMDataDiff3.Radius = 3; - this.labelDispMDataDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff3.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff3.TabIndex = 43; - this.labelDispMDataDiff3.Text = "9.2354"; - 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; - this.labelDispMDataDiff3.Wordwrap = false; + this.labelDiff3.BackGround = null; + this.labelDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff3.LineSpacing = 0F; + this.labelDiff3.Location = new System.Drawing.Point(70, 263); + this.labelDiff3.Name = "labelDiff3"; + this.labelDiff3.OverlapOptimize = true; + this.labelDiff3.PasswordChar = '\0'; + this.labelDiff3.Radius = 3; + this.labelDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff3.Size = new System.Drawing.Size(70, 20); + this.labelDiff3.TabIndex = 43; + this.labelDiff3.Text = "9.2354"; + this.labelDiff3.TextColor = System.Drawing.Color.White; + this.labelDiff3.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff3.Wordwrap = false; // // labelResultDiff3 // @@ -2199,7 +2199,7 @@ this.labelResultDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff3.LineSpacing = 0F; this.labelResultDiff3.Location = new System.Drawing.Point(4, 58); this.labelResultDiff3.Name = "labelResultDiff3"; @@ -2222,7 +2222,7 @@ this.labelResultDisp3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp3.LineSpacing = 0F; this.labelResultDisp3.Location = new System.Drawing.Point(73, 58); this.labelResultDisp3.Name = "labelResultDisp3"; @@ -2239,28 +2239,28 @@ this.labelResultDisp3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp3.Wordwrap = false; // - // labelDiffSecMax3 + // labelLRMax3 // - this.labelDiffSecMax3.BackGround = null; - this.labelDiffSecMax3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax3.LineSpacing = 0F; - this.labelDiffSecMax3.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax3.Name = "labelDiffSecMax3"; - this.labelDiffSecMax3.OverlapOptimize = true; - this.labelDiffSecMax3.PasswordChar = '\0'; - this.labelDiffSecMax3.Radius = 3; - this.labelDiffSecMax3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax3.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax3.TabIndex = 49; - this.labelDiffSecMax3.Text = "0.0023"; - this.labelDiffSecMax3.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax3.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax3.Wordwrap = false; + this.labelLRMax3.BackGround = null; + this.labelLRMax3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax3.LineSpacing = 0F; + this.labelLRMax3.Location = new System.Drawing.Point(70, 173); + this.labelLRMax3.Name = "labelLRMax3"; + this.labelLRMax3.OverlapOptimize = true; + this.labelLRMax3.PasswordChar = '\0'; + this.labelLRMax3.Radius = 3; + this.labelLRMax3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax3.Size = new System.Drawing.Size(70, 20); + this.labelLRMax3.TabIndex = 49; + this.labelLRMax3.Text = "0.0023"; + this.labelLRMax3.TextColor = System.Drawing.Color.White; + this.labelLRMax3.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax3.Wordwrap = false; // // labelResult3 // @@ -2268,7 +2268,7 @@ 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); + this.labelResult3.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult3.LineSpacing = 0F; this.labelResult3.Location = new System.Drawing.Point(4, 28); this.labelResult3.Name = "labelResult3"; @@ -2285,82 +2285,82 @@ this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult3.Wordwrap = false; // - // labelTitleDispRData3 + // labelTitle3Level // - this.labelTitleDispRData3.BackGround = this.smartGroupBox2; - this.labelTitleDispRData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData3.LineSpacing = 0F; - this.labelTitleDispRData3.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData3.Name = "labelTitleDispRData3"; - this.labelTitleDispRData3.OverlapOptimize = true; - this.labelTitleDispRData3.PasswordChar = '\0'; - this.labelTitleDispRData3.Radius = 3; - this.labelTitleDispRData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData3.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData3.TabIndex = 29; - this.labelTitleDispRData3.Text = "Level"; - this.labelTitleDispRData3.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData3.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData3.Wordwrap = false; + this.labelTitle3Level.BackGround = this.groupBoxLane1; + this.labelTitle3Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3Level.LineSpacing = 0F; + this.labelTitle3Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle3Level.Name = "labelTitle3Level"; + this.labelTitle3Level.OverlapOptimize = true; + this.labelTitle3Level.PasswordChar = '\0'; + this.labelTitle3Level.Radius = 3; + this.labelTitle3Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle3Level.TabIndex = 29; + this.labelTitle3Level.Text = "Level"; + this.labelTitle3Level.TextColor = System.Drawing.Color.White; + this.labelTitle3Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3Level.Wordwrap = false; // - // smartLabel26 + // labelTitle3work // - this.smartLabel26.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel26.LineSpacing = 0F; - this.smartLabel26.Location = new System.Drawing.Point(4, 83); - this.smartLabel26.Name = "smartLabel26"; - this.smartLabel26.OverlapOptimize = true; - this.smartLabel26.PasswordChar = '\0'; - this.smartLabel26.Radius = 3; - this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel26.Size = new System.Drawing.Size(60, 20); - this.smartLabel26.TabIndex = 34; - this.smartLabel26.Text = "work"; - 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; - this.smartLabel26.Wordwrap = false; + this.labelTitle3work.BackGround = this.groupBoxLane1; + this.labelTitle3work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3work.LineSpacing = 0F; + this.labelTitle3work.Location = new System.Drawing.Point(4, 83); + this.labelTitle3work.Name = "labelTitle3work"; + this.labelTitle3work.OverlapOptimize = true; + this.labelTitle3work.PasswordChar = '\0'; + this.labelTitle3work.Radius = 3; + this.labelTitle3work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3work.Size = new System.Drawing.Size(60, 20); + this.labelTitle3work.TabIndex = 34; + this.labelTitle3work.Text = "work"; + this.labelTitle3work.TextColor = System.Drawing.Color.White; + this.labelTitle3work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3work.Wordwrap = false; // - // smartLabel41 + // labelTitle3LRMax // - this.smartLabel41.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel41.LineSpacing = 0F; - this.smartLabel41.Location = new System.Drawing.Point(4, 173); - 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(60, 20); - this.smartLabel41.TabIndex = 48; - this.smartLabel41.Text = "LR.Max"; - 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; + this.labelTitle3LRMax.BackGround = this.groupBoxLane1; + this.labelTitle3LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3LRMax.LineSpacing = 0F; + this.labelTitle3LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle3LRMax.Name = "labelTitle3LRMax"; + this.labelTitle3LRMax.OverlapOptimize = true; + this.labelTitle3LRMax.PasswordChar = '\0'; + this.labelTitle3LRMax.Radius = 3; + this.labelTitle3LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle3LRMax.TabIndex = 48; + this.labelTitle3LRMax.Text = "LR.Max"; + this.labelTitle3LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle3LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3LRMax.Wordwrap = false; // // smartLabel23 // - this.smartLabel23.BackGround = this.smartGroupBox2; + this.smartLabel23.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel23.LineSpacing = 0F; this.smartLabel23.Location = new System.Drawing.Point(4, 129); this.smartLabel23.Name = "smartLabel23"; @@ -2409,7 +2409,7 @@ 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.Regular); + this.labelDiffMadc3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc3.LineSpacing = 0F; this.labelDiffMadc3.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc3.Name = "labelDiffMadc3"; @@ -2426,28 +2426,28 @@ this.labelDiffMadc3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc3.Wordwrap = false; // - // labelDispRData3 + // labelLevel3 // - this.labelDispRData3.BackGround = null; - 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.Regular); - this.labelDispRData3.LineSpacing = 0F; - this.labelDispRData3.Location = new System.Drawing.Point(70, 197); - this.labelDispRData3.Name = "labelDispRData3"; - this.labelDispRData3.OverlapOptimize = true; - this.labelDispRData3.PasswordChar = '\0'; - this.labelDispRData3.Radius = 3; - this.labelDispRData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData3.Size = new System.Drawing.Size(70, 20); - this.labelDispRData3.TabIndex = 28; - this.labelDispRData3.Text = "0.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; - this.labelDispRData3.Wordwrap = false; + this.labelLevel3.BackGround = null; + this.labelLevel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel3.LineSpacing = 0F; + this.labelLevel3.Location = new System.Drawing.Point(70, 197); + this.labelLevel3.Name = "labelLevel3"; + this.labelLevel3.OverlapOptimize = true; + this.labelLevel3.PasswordChar = '\0'; + this.labelLevel3.Radius = 3; + this.labelLevel3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel3.Size = new System.Drawing.Size(70, 20); + this.labelLevel3.TabIndex = 28; + this.labelLevel3.Text = "0.00"; + this.labelLevel3.TextColor = System.Drawing.Color.White; + this.labelLevel3.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel3.Wordwrap = false; // // labelPressureMaster3 // @@ -2455,7 +2455,7 @@ 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.Regular); + this.labelPressureMaster3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster3.LineSpacing = 0F; this.labelPressureMaster3.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster3.Name = "labelPressureMaster3"; @@ -2478,7 +2478,7 @@ 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.Regular); + this.labelPressureWork3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork3.LineSpacing = 0F; this.labelPressureWork3.Location = new System.Drawing.Point(70, 83); this.labelPressureWork3.Name = "labelPressureWork3"; @@ -2495,51 +2495,51 @@ this.labelPressureWork3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork3.Wordwrap = false; // - // labelTitleDispMData3 + // labelTitle3Height // - this.labelTitleDispMData3.BackGround = this.smartGroupBox2; - this.labelTitleDispMData3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData3.LineSpacing = 0F; - this.labelTitleDispMData3.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData3.Name = "labelTitleDispMData3"; - this.labelTitleDispMData3.OverlapOptimize = true; - this.labelTitleDispMData3.PasswordChar = '\0'; - this.labelTitleDispMData3.Radius = 3; - this.labelTitleDispMData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData3.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData3.TabIndex = 30; - this.labelTitleDispMData3.Text = "Height"; - this.labelTitleDispMData3.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData3.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData3.Wordwrap = false; + this.labelTitle3Height.BackGround = this.groupBoxLane1; + this.labelTitle3Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3Height.LineSpacing = 0F; + this.labelTitle3Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle3Height.Name = "labelTitle3Height"; + this.labelTitle3Height.OverlapOptimize = true; + this.labelTitle3Height.PasswordChar = '\0'; + this.labelTitle3Height.Radius = 3; + this.labelTitle3Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle3Height.TabIndex = 30; + this.labelTitle3Height.Text = "Height"; + this.labelTitle3Height.TextColor = System.Drawing.Color.White; + this.labelTitle3Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3Height.Wordwrap = false; // - // smartLabel25 + // labelTitle3Master // - this.smartLabel25.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(4, 105); - this.smartLabel25.Name = "smartLabel25"; - this.smartLabel25.OverlapOptimize = true; - this.smartLabel25.PasswordChar = '\0'; - this.smartLabel25.Radius = 3; - this.smartLabel25.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel25.Size = new System.Drawing.Size(60, 20); - this.smartLabel25.TabIndex = 35; - this.smartLabel25.Text = "master"; - 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; - this.smartLabel25.Wordwrap = false; + this.labelTitle3Master.BackGround = this.groupBoxLane1; + this.labelTitle3Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3Master.LineSpacing = 0F; + this.labelTitle3Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle3Master.Name = "labelTitle3Master"; + this.labelTitle3Master.OverlapOptimize = true; + this.labelTitle3Master.PasswordChar = '\0'; + this.labelTitle3Master.Radius = 3; + this.labelTitle3Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle3Master.TabIndex = 35; + this.labelTitle3Master.Text = "master"; + this.labelTitle3Master.TextColor = System.Drawing.Color.White; + this.labelTitle3Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3Master.Wordwrap = false; // // smartSeparatorLine23 // @@ -2554,208 +2554,208 @@ this.smartSeparatorLine23.TabIndex = 37; this.smartSeparatorLine23.Text = "smartSeparatorLine23"; // - // labelDispMData3 + // labelHeight3 // - this.labelDispMData3.BackGround = null; - 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.Regular); - this.labelDispMData3.LineSpacing = 0F; - this.labelDispMData3.Location = new System.Drawing.Point(70, 219); - this.labelDispMData3.Name = "labelDispMData3"; - this.labelDispMData3.OverlapOptimize = true; - this.labelDispMData3.PasswordChar = '\0'; - this.labelDispMData3.Radius = 3; - this.labelDispMData3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData3.Size = new System.Drawing.Size(70, 20); - this.labelDispMData3.TabIndex = 31; - this.labelDispMData3.Text = "9.2354"; - 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; - this.labelDispMData3.Wordwrap = false; + this.labelHeight3.BackGround = null; + this.labelHeight3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight3.LineSpacing = 0F; + this.labelHeight3.Location = new System.Drawing.Point(70, 219); + this.labelHeight3.Name = "labelHeight3"; + this.labelHeight3.OverlapOptimize = true; + this.labelHeight3.PasswordChar = '\0'; + this.labelHeight3.Radius = 3; + this.labelHeight3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight3.Size = new System.Drawing.Size(70, 20); + this.labelHeight3.TabIndex = 31; + this.labelHeight3.Text = "9.2354"; + this.labelHeight3.TextColor = System.Drawing.Color.White; + this.labelHeight3.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight3.Wordwrap = false; // - // labelDiffSecDiff3 + // labelLRSec3 // - this.labelDiffSecDiff3.BackGround = null; - 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.Regular); - this.labelDiffSecDiff3.LineSpacing = 0F; - this.labelDiffSecDiff3.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff3.Name = "labelDiffSecDiff3"; - this.labelDiffSecDiff3.OverlapOptimize = true; - this.labelDiffSecDiff3.PasswordChar = '\0'; - this.labelDiffSecDiff3.Radius = 3; - this.labelDiffSecDiff3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff3.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff3.TabIndex = 33; - this.labelDiffSecDiff3.Text = "0.0023"; - 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; - this.labelDiffSecDiff3.Wordwrap = false; + this.labelLRSec3.BackGround = null; + this.labelLRSec3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec3.LineSpacing = 0F; + this.labelLRSec3.Location = new System.Drawing.Point(70, 151); + this.labelLRSec3.Name = "labelLRSec3"; + this.labelLRSec3.OverlapOptimize = true; + this.labelLRSec3.PasswordChar = '\0'; + this.labelLRSec3.Radius = 3; + this.labelLRSec3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec3.Size = new System.Drawing.Size(70, 20); + this.labelLRSec3.TabIndex = 33; + this.labelLRSec3.Text = "0.0023"; + this.labelLRSec3.TextColor = System.Drawing.Color.White; + this.labelLRSec3.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec3.Wordwrap = false; // - // smartLabel28 + // labelTitle3LRSec // - this.smartLabel28.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel28.LineSpacing = 0F; - this.smartLabel28.Location = new System.Drawing.Point(4, 151); - this.smartLabel28.Name = "smartLabel28"; - this.smartLabel28.OverlapOptimize = true; - this.smartLabel28.PasswordChar = '\0'; - this.smartLabel28.Radius = 3; - this.smartLabel28.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel28.Size = new System.Drawing.Size(60, 20); - this.smartLabel28.TabIndex = 32; - this.smartLabel28.Text = "LR.Sec"; - 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; - this.smartLabel28.Wordwrap = false; + this.labelTitle3LRSec.BackGround = this.groupBoxLane1; + this.labelTitle3LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle3LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle3LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle3LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle3LRSec.LineSpacing = 0F; + this.labelTitle3LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle3LRSec.Name = "labelTitle3LRSec"; + this.labelTitle3LRSec.OverlapOptimize = true; + this.labelTitle3LRSec.PasswordChar = '\0'; + this.labelTitle3LRSec.Radius = 3; + this.labelTitle3LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle3LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle3LRSec.TabIndex = 32; + this.labelTitle3LRSec.Text = "LR.Sec"; + this.labelTitle3LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle3LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle3LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle3LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle3LRSec.Wordwrap = false; // - // smartGroupBox5 + // groupBoxLane4 // - 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.labelDispMDataMax4); - this.smartGroupBox5.Controls.Add(this.labelTitleDispMDataM4); - this.smartGroupBox5.Controls.Add(this.labelTitleDispMDataD4); - this.smartGroupBox5.Controls.Add(this.labelDispMDataDiff4); - this.smartGroupBox5.Controls.Add(this.labelResultDiff4); - this.smartGroupBox5.Controls.Add(this.labelResultDisp4); - this.smartGroupBox5.Controls.Add(this.labelDiffSecMax4); - this.smartGroupBox5.Controls.Add(this.labelResult4); - this.smartGroupBox5.Controls.Add(this.labelTitleDispRData4); - this.smartGroupBox5.Controls.Add(this.smartLabel38); - this.smartGroupBox5.Controls.Add(this.smartLabel57); - this.smartGroupBox5.Controls.Add(this.smartLabel35); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine14); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4); - this.smartGroupBox5.Controls.Add(this.labelDiffMadc4); - this.smartGroupBox5.Controls.Add(this.labelDispRData4); - this.smartGroupBox5.Controls.Add(this.labelPressureMaster4); - this.smartGroupBox5.Controls.Add(this.labelPressureWork4); - this.smartGroupBox5.Controls.Add(this.labelTitleDispMData4); - this.smartGroupBox5.Controls.Add(this.smartLabel37); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine5); - this.smartGroupBox5.Controls.Add(this.labelDispMData4); - this.smartGroupBox5.Controls.Add(this.labelDiffSecDiff4); - this.smartGroupBox5.Controls.Add(this.smartLabel40); - 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; - this.smartGroupBox5.HeaderHeightOffset = 1; - this.smartGroupBox5.Location = new System.Drawing.Point(457, 22); - this.smartGroupBox5.Name = "smartGroupBox5"; - this.smartGroupBox5.RoundRadius = 5; - this.smartGroupBox5.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox5.TabIndex = 87; - this.smartGroupBox5.Text = "Lane 4"; - this.smartGroupBox5.TextColor = System.Drawing.Color.White; + this.groupBoxLane4.BackGround = null; + this.groupBoxLane4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane4.BackImage = null; + this.groupBoxLane4.Controls.Add(this.labelMaxHeight4); + this.groupBoxLane4.Controls.Add(this.labelTitle4MaxHeight); + this.groupBoxLane4.Controls.Add(this.labelTitle4Diff); + this.groupBoxLane4.Controls.Add(this.labelDiff4); + this.groupBoxLane4.Controls.Add(this.labelResultDiff4); + this.groupBoxLane4.Controls.Add(this.labelResultDisp4); + this.groupBoxLane4.Controls.Add(this.labelLRMax4); + this.groupBoxLane4.Controls.Add(this.labelResult4); + this.groupBoxLane4.Controls.Add(this.labelTitle4Level); + this.groupBoxLane4.Controls.Add(this.labelTitle4work); + this.groupBoxLane4.Controls.Add(this.labelTitle4LRMax); + this.groupBoxLane4.Controls.Add(this.smartLabel35); + this.groupBoxLane4.Controls.Add(this.smartSeparatorLine14); + this.groupBoxLane4.Controls.Add(this.smartSeparatorLine4); + this.groupBoxLane4.Controls.Add(this.labelDiffMadc4); + this.groupBoxLane4.Controls.Add(this.labelLevel4); + this.groupBoxLane4.Controls.Add(this.labelPressureMaster4); + this.groupBoxLane4.Controls.Add(this.labelPressureWork4); + this.groupBoxLane4.Controls.Add(this.labelTitle4Height); + this.groupBoxLane4.Controls.Add(this.labelTitle4Master); + this.groupBoxLane4.Controls.Add(this.smartSeparatorLine5); + this.groupBoxLane4.Controls.Add(this.labelHeight4); + this.groupBoxLane4.Controls.Add(this.labelLRSec4); + this.groupBoxLane4.Controls.Add(this.labelTitle4LRSec); + this.groupBoxLane4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane4.FrameLineThickness = 2; + this.groupBoxLane4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane4.HeaderHeightOffset = 1; + this.groupBoxLane4.Location = new System.Drawing.Point(457, 22); + this.groupBoxLane4.Name = "groupBoxLane4"; + this.groupBoxLane4.RoundRadius = 5; + this.groupBoxLane4.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane4.TabIndex = 87; + this.groupBoxLane4.Text = "Lane 4"; + this.groupBoxLane4.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax4 + // labelMaxHeight4 // - this.labelDispMDataMax4.BackGround = null; - this.labelDispMDataMax4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax4.LineSpacing = 0F; - this.labelDispMDataMax4.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax4.Name = "labelDispMDataMax4"; - this.labelDispMDataMax4.OverlapOptimize = true; - this.labelDispMDataMax4.PasswordChar = '\0'; - this.labelDispMDataMax4.Radius = 3; - this.labelDispMDataMax4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax4.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax4.TabIndex = 45; - this.labelDispMDataMax4.Text = "9.2354"; - this.labelDispMDataMax4.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax4.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax4.Wordwrap = false; + this.labelMaxHeight4.BackGround = null; + this.labelMaxHeight4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight4.LineSpacing = 0F; + this.labelMaxHeight4.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight4.Name = "labelMaxHeight4"; + this.labelMaxHeight4.OverlapOptimize = true; + this.labelMaxHeight4.PasswordChar = '\0'; + this.labelMaxHeight4.Radius = 3; + this.labelMaxHeight4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight4.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight4.TabIndex = 45; + this.labelMaxHeight4.Text = "9.2354"; + this.labelMaxHeight4.TextColor = System.Drawing.Color.White; + this.labelMaxHeight4.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight4.Wordwrap = false; // - // labelTitleDispMDataM4 + // labelTitle4MaxHeight // - this.labelTitleDispMDataM4.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM4.LineSpacing = 0F; - this.labelTitleDispMDataM4.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM4.Name = "labelTitleDispMDataM4"; - this.labelTitleDispMDataM4.OverlapOptimize = true; - this.labelTitleDispMDataM4.PasswordChar = '\0'; - this.labelTitleDispMDataM4.Radius = 3; - this.labelTitleDispMDataM4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM4.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM4.TabIndex = 44; - this.labelTitleDispMDataM4.Text = "Max.H"; - this.labelTitleDispMDataM4.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM4.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM4.Wordwrap = false; + this.labelTitle4MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle4MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4MaxHeight.LineSpacing = 0F; + this.labelTitle4MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle4MaxHeight.Name = "labelTitle4MaxHeight"; + this.labelTitle4MaxHeight.OverlapOptimize = true; + this.labelTitle4MaxHeight.PasswordChar = '\0'; + this.labelTitle4MaxHeight.Radius = 3; + this.labelTitle4MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle4MaxHeight.TabIndex = 44; + this.labelTitle4MaxHeight.Text = "Max.H"; + this.labelTitle4MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle4MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD4 + // labelTitle4Diff // - this.labelTitleDispMDataD4.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD4.LineSpacing = 0F; - this.labelTitleDispMDataD4.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD4.Name = "labelTitleDispMDataD4"; - this.labelTitleDispMDataD4.OverlapOptimize = true; - this.labelTitleDispMDataD4.PasswordChar = '\0'; - this.labelTitleDispMDataD4.Radius = 3; - this.labelTitleDispMDataD4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD4.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD4.TabIndex = 42; - this.labelTitleDispMDataD4.Text = "Diff"; - this.labelTitleDispMDataD4.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD4.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD4.Wordwrap = false; + this.labelTitle4Diff.BackGround = this.groupBoxLane1; + this.labelTitle4Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4Diff.LineSpacing = 0F; + this.labelTitle4Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle4Diff.Name = "labelTitle4Diff"; + this.labelTitle4Diff.OverlapOptimize = true; + this.labelTitle4Diff.PasswordChar = '\0'; + this.labelTitle4Diff.Radius = 3; + this.labelTitle4Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle4Diff.TabIndex = 42; + this.labelTitle4Diff.Text = "Diff"; + this.labelTitle4Diff.TextColor = System.Drawing.Color.White; + this.labelTitle4Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4Diff.Wordwrap = false; // - // labelDispMDataDiff4 + // labelDiff4 // - this.labelDispMDataDiff4.BackGround = null; - 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.Regular); - this.labelDispMDataDiff4.LineSpacing = 0F; - this.labelDispMDataDiff4.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff4.Name = "labelDispMDataDiff4"; - this.labelDispMDataDiff4.OverlapOptimize = true; - this.labelDispMDataDiff4.PasswordChar = '\0'; - this.labelDispMDataDiff4.Radius = 3; - this.labelDispMDataDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff4.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff4.TabIndex = 43; - this.labelDispMDataDiff4.Text = "9.2354"; - 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; - this.labelDispMDataDiff4.Wordwrap = false; + this.labelDiff4.BackGround = null; + this.labelDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff4.LineSpacing = 0F; + this.labelDiff4.Location = new System.Drawing.Point(70, 263); + this.labelDiff4.Name = "labelDiff4"; + this.labelDiff4.OverlapOptimize = true; + this.labelDiff4.PasswordChar = '\0'; + this.labelDiff4.Radius = 3; + this.labelDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff4.Size = new System.Drawing.Size(70, 20); + this.labelDiff4.TabIndex = 43; + this.labelDiff4.Text = "9.2354"; + this.labelDiff4.TextColor = System.Drawing.Color.White; + this.labelDiff4.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff4.Wordwrap = false; // // labelResultDiff4 // @@ -2763,7 +2763,7 @@ this.labelResultDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff4.LineSpacing = 0F; this.labelResultDiff4.Location = new System.Drawing.Point(4, 58); this.labelResultDiff4.Name = "labelResultDiff4"; @@ -2786,7 +2786,7 @@ this.labelResultDisp4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp4.LineSpacing = 0F; this.labelResultDisp4.Location = new System.Drawing.Point(73, 58); this.labelResultDisp4.Name = "labelResultDisp4"; @@ -2803,28 +2803,28 @@ this.labelResultDisp4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp4.Wordwrap = false; // - // labelDiffSecMax4 + // labelLRMax4 // - this.labelDiffSecMax4.BackGround = null; - this.labelDiffSecMax4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax4.LineSpacing = 0F; - this.labelDiffSecMax4.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax4.Name = "labelDiffSecMax4"; - this.labelDiffSecMax4.OverlapOptimize = true; - this.labelDiffSecMax4.PasswordChar = '\0'; - this.labelDiffSecMax4.Radius = 3; - this.labelDiffSecMax4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax4.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax4.TabIndex = 49; - this.labelDiffSecMax4.Text = "0.0023"; - this.labelDiffSecMax4.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax4.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax4.Wordwrap = false; + this.labelLRMax4.BackGround = null; + this.labelLRMax4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax4.LineSpacing = 0F; + this.labelLRMax4.Location = new System.Drawing.Point(70, 173); + this.labelLRMax4.Name = "labelLRMax4"; + this.labelLRMax4.OverlapOptimize = true; + this.labelLRMax4.PasswordChar = '\0'; + this.labelLRMax4.Radius = 3; + this.labelLRMax4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax4.Size = new System.Drawing.Size(70, 20); + this.labelLRMax4.TabIndex = 49; + this.labelLRMax4.Text = "0.0023"; + this.labelLRMax4.TextColor = System.Drawing.Color.White; + this.labelLRMax4.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax4.Wordwrap = false; // // labelResult4 // @@ -2832,7 +2832,7 @@ 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); + this.labelResult4.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult4.LineSpacing = 0F; this.labelResult4.Location = new System.Drawing.Point(4, 28); this.labelResult4.Name = "labelResult4"; @@ -2849,82 +2849,82 @@ this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult4.Wordwrap = false; // - // labelTitleDispRData4 + // labelTitle4Level // - this.labelTitleDispRData4.BackGround = this.smartGroupBox2; - this.labelTitleDispRData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData4.LineSpacing = 0F; - this.labelTitleDispRData4.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData4.Name = "labelTitleDispRData4"; - this.labelTitleDispRData4.OverlapOptimize = true; - this.labelTitleDispRData4.PasswordChar = '\0'; - this.labelTitleDispRData4.Radius = 3; - this.labelTitleDispRData4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData4.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData4.TabIndex = 29; - this.labelTitleDispRData4.Text = "Level"; - this.labelTitleDispRData4.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData4.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData4.Wordwrap = false; + this.labelTitle4Level.BackGround = this.groupBoxLane1; + this.labelTitle4Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4Level.LineSpacing = 0F; + this.labelTitle4Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle4Level.Name = "labelTitle4Level"; + this.labelTitle4Level.OverlapOptimize = true; + this.labelTitle4Level.PasswordChar = '\0'; + this.labelTitle4Level.Radius = 3; + this.labelTitle4Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle4Level.TabIndex = 29; + this.labelTitle4Level.Text = "Level"; + this.labelTitle4Level.TextColor = System.Drawing.Color.White; + this.labelTitle4Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4Level.Wordwrap = false; // - // smartLabel38 + // labelTitle4work // - this.smartLabel38.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel38.LineSpacing = 0F; - this.smartLabel38.Location = new System.Drawing.Point(4, 83); - this.smartLabel38.Name = "smartLabel38"; - this.smartLabel38.OverlapOptimize = true; - this.smartLabel38.PasswordChar = '\0'; - this.smartLabel38.Radius = 3; - this.smartLabel38.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel38.Size = new System.Drawing.Size(60, 20); - this.smartLabel38.TabIndex = 34; - this.smartLabel38.Text = "work"; - 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; - this.smartLabel38.Wordwrap = false; + this.labelTitle4work.BackGround = this.groupBoxLane1; + this.labelTitle4work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4work.LineSpacing = 0F; + this.labelTitle4work.Location = new System.Drawing.Point(4, 83); + this.labelTitle4work.Name = "labelTitle4work"; + this.labelTitle4work.OverlapOptimize = true; + this.labelTitle4work.PasswordChar = '\0'; + this.labelTitle4work.Radius = 3; + this.labelTitle4work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4work.Size = new System.Drawing.Size(60, 20); + this.labelTitle4work.TabIndex = 34; + this.labelTitle4work.Text = "work"; + this.labelTitle4work.TextColor = System.Drawing.Color.White; + this.labelTitle4work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4work.Wordwrap = false; // - // smartLabel57 + // labelTitle4LRMax // - this.smartLabel57.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel57.LineSpacing = 0F; - this.smartLabel57.Location = new System.Drawing.Point(4, 173); - 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(60, 20); - this.smartLabel57.TabIndex = 48; - this.smartLabel57.Text = "LR.Max"; - 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; + this.labelTitle4LRMax.BackGround = this.groupBoxLane1; + this.labelTitle4LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4LRMax.LineSpacing = 0F; + this.labelTitle4LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle4LRMax.Name = "labelTitle4LRMax"; + this.labelTitle4LRMax.OverlapOptimize = true; + this.labelTitle4LRMax.PasswordChar = '\0'; + this.labelTitle4LRMax.Radius = 3; + this.labelTitle4LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle4LRMax.TabIndex = 48; + this.labelTitle4LRMax.Text = "LR.Max"; + this.labelTitle4LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle4LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4LRMax.Wordwrap = false; // // smartLabel35 // - this.smartLabel35.BackGround = this.smartGroupBox2; + this.smartLabel35.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel35.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel35.LineSpacing = 0F; this.smartLabel35.Location = new System.Drawing.Point(4, 129); this.smartLabel35.Name = "smartLabel35"; @@ -2973,7 +2973,7 @@ 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.Regular); + this.labelDiffMadc4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc4.LineSpacing = 0F; this.labelDiffMadc4.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc4.Name = "labelDiffMadc4"; @@ -2990,28 +2990,28 @@ this.labelDiffMadc4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc4.Wordwrap = false; // - // labelDispRData4 + // labelLevel4 // - this.labelDispRData4.BackGround = null; - 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.Regular); - this.labelDispRData4.LineSpacing = 0F; - this.labelDispRData4.Location = new System.Drawing.Point(70, 197); - this.labelDispRData4.Name = "labelDispRData4"; - this.labelDispRData4.OverlapOptimize = true; - this.labelDispRData4.PasswordChar = '\0'; - this.labelDispRData4.Radius = 3; - this.labelDispRData4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData4.Size = new System.Drawing.Size(70, 20); - this.labelDispRData4.TabIndex = 28; - this.labelDispRData4.Text = "0.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; - this.labelDispRData4.Wordwrap = false; + this.labelLevel4.BackGround = null; + this.labelLevel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel4.LineSpacing = 0F; + this.labelLevel4.Location = new System.Drawing.Point(70, 197); + this.labelLevel4.Name = "labelLevel4"; + this.labelLevel4.OverlapOptimize = true; + this.labelLevel4.PasswordChar = '\0'; + this.labelLevel4.Radius = 3; + this.labelLevel4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel4.Size = new System.Drawing.Size(70, 20); + this.labelLevel4.TabIndex = 28; + this.labelLevel4.Text = "0.00"; + this.labelLevel4.TextColor = System.Drawing.Color.White; + this.labelLevel4.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel4.Wordwrap = false; // // labelPressureMaster4 // @@ -3019,7 +3019,7 @@ 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.Regular); + this.labelPressureMaster4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster4.LineSpacing = 0F; this.labelPressureMaster4.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster4.Name = "labelPressureMaster4"; @@ -3042,7 +3042,7 @@ 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.Regular); + this.labelPressureWork4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork4.LineSpacing = 0F; this.labelPressureWork4.Location = new System.Drawing.Point(70, 83); this.labelPressureWork4.Name = "labelPressureWork4"; @@ -3059,51 +3059,51 @@ this.labelPressureWork4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork4.Wordwrap = false; // - // labelTitleDispMData4 + // labelTitle4Height // - this.labelTitleDispMData4.BackGround = this.smartGroupBox2; - this.labelTitleDispMData4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData4.LineSpacing = 0F; - this.labelTitleDispMData4.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData4.Name = "labelTitleDispMData4"; - this.labelTitleDispMData4.OverlapOptimize = true; - this.labelTitleDispMData4.PasswordChar = '\0'; - this.labelTitleDispMData4.Radius = 3; - this.labelTitleDispMData4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData4.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData4.TabIndex = 30; - this.labelTitleDispMData4.Text = "Height"; - this.labelTitleDispMData4.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData4.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData4.Wordwrap = false; + this.labelTitle4Height.BackGround = this.groupBoxLane1; + this.labelTitle4Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4Height.LineSpacing = 0F; + this.labelTitle4Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle4Height.Name = "labelTitle4Height"; + this.labelTitle4Height.OverlapOptimize = true; + this.labelTitle4Height.PasswordChar = '\0'; + this.labelTitle4Height.Radius = 3; + this.labelTitle4Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle4Height.TabIndex = 30; + this.labelTitle4Height.Text = "Height"; + this.labelTitle4Height.TextColor = System.Drawing.Color.White; + this.labelTitle4Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4Height.Wordwrap = false; // - // smartLabel37 + // labelTitle4Master // - this.smartLabel37.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel37.LineSpacing = 0F; - this.smartLabel37.Location = new System.Drawing.Point(4, 105); - 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(60, 20); - this.smartLabel37.TabIndex = 35; - this.smartLabel37.Text = "master"; - this.smartLabel37.TextColor = System.Drawing.Color.White; - this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel37.Wordwrap = false; + this.labelTitle4Master.BackGround = this.groupBoxLane1; + this.labelTitle4Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4Master.LineSpacing = 0F; + this.labelTitle4Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle4Master.Name = "labelTitle4Master"; + this.labelTitle4Master.OverlapOptimize = true; + this.labelTitle4Master.PasswordChar = '\0'; + this.labelTitle4Master.Radius = 3; + this.labelTitle4Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle4Master.TabIndex = 35; + this.labelTitle4Master.Text = "master"; + this.labelTitle4Master.TextColor = System.Drawing.Color.White; + this.labelTitle4Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4Master.Wordwrap = false; // // smartSeparatorLine5 // @@ -3118,162 +3118,162 @@ this.smartSeparatorLine5.TabIndex = 37; this.smartSeparatorLine5.Text = "smartSeparatorLine5"; // - // labelDispMData4 + // labelHeight4 // - this.labelDispMData4.BackGround = null; - 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.Regular); - this.labelDispMData4.LineSpacing = 0F; - this.labelDispMData4.Location = new System.Drawing.Point(70, 219); - this.labelDispMData4.Name = "labelDispMData4"; - this.labelDispMData4.OverlapOptimize = true; - this.labelDispMData4.PasswordChar = '\0'; - this.labelDispMData4.Radius = 3; - this.labelDispMData4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData4.Size = new System.Drawing.Size(70, 20); - this.labelDispMData4.TabIndex = 31; - this.labelDispMData4.Text = "9.2354"; - 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; - this.labelDispMData4.Wordwrap = false; + this.labelHeight4.BackGround = null; + this.labelHeight4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight4.LineSpacing = 0F; + this.labelHeight4.Location = new System.Drawing.Point(70, 219); + this.labelHeight4.Name = "labelHeight4"; + this.labelHeight4.OverlapOptimize = true; + this.labelHeight4.PasswordChar = '\0'; + this.labelHeight4.Radius = 3; + this.labelHeight4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight4.Size = new System.Drawing.Size(70, 20); + this.labelHeight4.TabIndex = 31; + this.labelHeight4.Text = "9.2354"; + this.labelHeight4.TextColor = System.Drawing.Color.White; + this.labelHeight4.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight4.Wordwrap = false; // - // labelDiffSecDiff4 + // labelLRSec4 // - this.labelDiffSecDiff4.BackGround = null; - 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.Regular); - this.labelDiffSecDiff4.LineSpacing = 0F; - this.labelDiffSecDiff4.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff4.Name = "labelDiffSecDiff4"; - this.labelDiffSecDiff4.OverlapOptimize = true; - this.labelDiffSecDiff4.PasswordChar = '\0'; - this.labelDiffSecDiff4.Radius = 3; - this.labelDiffSecDiff4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff4.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff4.TabIndex = 33; - this.labelDiffSecDiff4.Text = "0.0023"; - 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; - this.labelDiffSecDiff4.Wordwrap = false; + this.labelLRSec4.BackGround = null; + this.labelLRSec4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec4.LineSpacing = 0F; + this.labelLRSec4.Location = new System.Drawing.Point(70, 151); + this.labelLRSec4.Name = "labelLRSec4"; + this.labelLRSec4.OverlapOptimize = true; + this.labelLRSec4.PasswordChar = '\0'; + this.labelLRSec4.Radius = 3; + this.labelLRSec4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec4.Size = new System.Drawing.Size(70, 20); + this.labelLRSec4.TabIndex = 33; + this.labelLRSec4.Text = "0.0023"; + this.labelLRSec4.TextColor = System.Drawing.Color.White; + this.labelLRSec4.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec4.Wordwrap = false; // - // smartLabel40 + // labelTitle4LRSec // - this.smartLabel40.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel40.LineSpacing = 0F; - this.smartLabel40.Location = new System.Drawing.Point(4, 151); - this.smartLabel40.Name = "smartLabel40"; - this.smartLabel40.OverlapOptimize = true; - this.smartLabel40.PasswordChar = '\0'; - this.smartLabel40.Radius = 3; - this.smartLabel40.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel40.Size = new System.Drawing.Size(60, 20); - this.smartLabel40.TabIndex = 32; - this.smartLabel40.Text = "LR.Sec"; - 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; - this.smartLabel40.Wordwrap = false; + this.labelTitle4LRSec.BackGround = this.groupBoxLane1; + this.labelTitle4LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle4LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle4LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle4LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle4LRSec.LineSpacing = 0F; + this.labelTitle4LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle4LRSec.Name = "labelTitle4LRSec"; + this.labelTitle4LRSec.OverlapOptimize = true; + this.labelTitle4LRSec.PasswordChar = '\0'; + this.labelTitle4LRSec.Radius = 3; + this.labelTitle4LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle4LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle4LRSec.TabIndex = 32; + this.labelTitle4LRSec.Text = "LR.Sec"; + this.labelTitle4LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle4LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle4LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle4LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle4LRSec.Wordwrap = false; // - // smartGroupBox3 + // groupBoxLane2 // - 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.labelDispMDataDiff2); - this.smartGroupBox3.Controls.Add(this.labelTitleDispMDataD2); - this.smartGroupBox3.Controls.Add(this.labelResultDiff2); - this.smartGroupBox3.Controls.Add(this.labelResultDisp2); - this.smartGroupBox3.Controls.Add(this.labelDiffSecMax2); - this.smartGroupBox3.Controls.Add(this.labelResult2); - this.smartGroupBox3.Controls.Add(this.labelTitleDispRData2); - this.smartGroupBox3.Controls.Add(this.smartLabel14); - this.smartGroupBox3.Controls.Add(this.smartSeparatorLine22); - this.smartGroupBox3.Controls.Add(this.labelPressureMaster2); - this.smartGroupBox3.Controls.Add(this.smartSeparatorLine12); - this.smartGroupBox3.Controls.Add(this.smartLabel24); - this.smartGroupBox3.Controls.Add(this.labelTitleDispMDataM2); - this.smartGroupBox3.Controls.Add(this.labelDispRData2); - this.smartGroupBox3.Controls.Add(this.smartLabel13); - this.smartGroupBox3.Controls.Add(this.labelPressureWork2); - this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2); - this.smartGroupBox3.Controls.Add(this.labelTitleDispMData2); - this.smartGroupBox3.Controls.Add(this.labelDispMDataMax2); - this.smartGroupBox3.Controls.Add(this.labelDispMData2); - this.smartGroupBox3.Controls.Add(this.smartLabel9); - this.smartGroupBox3.Controls.Add(this.labelDiffMadc2); - this.smartGroupBox3.Controls.Add(this.labelDiffSecDiff2); - this.smartGroupBox3.Controls.Add(this.smartLabel16); - 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 = 1; - this.smartGroupBox3.Location = new System.Drawing.Point(158, 22); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox3.TabIndex = 85; - this.smartGroupBox3.Text = "Lane 2"; - this.smartGroupBox3.TextColor = System.Drawing.Color.White; + this.groupBoxLane2.BackGround = null; + this.groupBoxLane2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane2.BackImage = null; + this.groupBoxLane2.Controls.Add(this.labelDiff2); + this.groupBoxLane2.Controls.Add(this.labelTitle2Diff); + this.groupBoxLane2.Controls.Add(this.labelResultDiff2); + this.groupBoxLane2.Controls.Add(this.labelResultDisp2); + this.groupBoxLane2.Controls.Add(this.labelLRMax2); + this.groupBoxLane2.Controls.Add(this.labelResult2); + this.groupBoxLane2.Controls.Add(this.labelTitle2Level); + this.groupBoxLane2.Controls.Add(this.labelTitle2work); + this.groupBoxLane2.Controls.Add(this.smartSeparatorLine22); + this.groupBoxLane2.Controls.Add(this.labelPressureMaster2); + this.groupBoxLane2.Controls.Add(this.smartSeparatorLine12); + this.groupBoxLane2.Controls.Add(this.labelTitle2LRMax); + this.groupBoxLane2.Controls.Add(this.labelTitle2MaxHeight); + this.groupBoxLane2.Controls.Add(this.labelLevel2); + this.groupBoxLane2.Controls.Add(this.labelTitle2Master); + this.groupBoxLane2.Controls.Add(this.labelPressureWork2); + this.groupBoxLane2.Controls.Add(this.smartSeparatorLine2); + this.groupBoxLane2.Controls.Add(this.labelTitle2Height); + this.groupBoxLane2.Controls.Add(this.labelMaxHeight2); + this.groupBoxLane2.Controls.Add(this.labelHeight2); + this.groupBoxLane2.Controls.Add(this.smartLabel9); + this.groupBoxLane2.Controls.Add(this.labelDiffMadc2); + this.groupBoxLane2.Controls.Add(this.labelLRSec2); + this.groupBoxLane2.Controls.Add(this.labelTitle2LRSec); + this.groupBoxLane2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane2.FrameLineThickness = 2; + this.groupBoxLane2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane2.HeaderHeightOffset = 1; + this.groupBoxLane2.Location = new System.Drawing.Point(158, 22); + this.groupBoxLane2.Name = "groupBoxLane2"; + this.groupBoxLane2.RoundRadius = 5; + this.groupBoxLane2.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane2.TabIndex = 85; + this.groupBoxLane2.Text = "Lane 2"; + this.groupBoxLane2.TextColor = System.Drawing.Color.White; // - // labelDispMDataDiff2 + // labelDiff2 // - this.labelDispMDataDiff2.BackGround = null; - 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.Regular); - this.labelDispMDataDiff2.LineSpacing = 0F; - this.labelDispMDataDiff2.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff2.Name = "labelDispMDataDiff2"; - this.labelDispMDataDiff2.OverlapOptimize = true; - this.labelDispMDataDiff2.PasswordChar = '\0'; - this.labelDispMDataDiff2.Radius = 3; - this.labelDispMDataDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff2.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff2.TabIndex = 37; - this.labelDispMDataDiff2.Text = "9.2354"; - 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; - this.labelDispMDataDiff2.Wordwrap = false; + this.labelDiff2.BackGround = null; + this.labelDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff2.LineSpacing = 0F; + this.labelDiff2.Location = new System.Drawing.Point(70, 263); + this.labelDiff2.Name = "labelDiff2"; + this.labelDiff2.OverlapOptimize = true; + this.labelDiff2.PasswordChar = '\0'; + this.labelDiff2.Radius = 3; + this.labelDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff2.Size = new System.Drawing.Size(70, 20); + this.labelDiff2.TabIndex = 37; + this.labelDiff2.Text = "9.2354"; + this.labelDiff2.TextColor = System.Drawing.Color.White; + this.labelDiff2.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff2.Wordwrap = false; // - // labelTitleDispMDataD2 + // labelTitle2Diff // - this.labelTitleDispMDataD2.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD2.LineSpacing = 0F; - this.labelTitleDispMDataD2.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD2.Name = "labelTitleDispMDataD2"; - this.labelTitleDispMDataD2.OverlapOptimize = true; - this.labelTitleDispMDataD2.PasswordChar = '\0'; - this.labelTitleDispMDataD2.Radius = 3; - this.labelTitleDispMDataD2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD2.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD2.TabIndex = 36; - this.labelTitleDispMDataD2.Text = "Diff"; - this.labelTitleDispMDataD2.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD2.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD2.Wordwrap = false; + this.labelTitle2Diff.BackGround = this.groupBoxLane1; + this.labelTitle2Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2Diff.LineSpacing = 0F; + this.labelTitle2Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle2Diff.Name = "labelTitle2Diff"; + this.labelTitle2Diff.OverlapOptimize = true; + this.labelTitle2Diff.PasswordChar = '\0'; + this.labelTitle2Diff.Radius = 3; + this.labelTitle2Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle2Diff.TabIndex = 36; + this.labelTitle2Diff.Text = "Diff"; + this.labelTitle2Diff.TextColor = System.Drawing.Color.White; + this.labelTitle2Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2Diff.Wordwrap = false; // // labelResultDiff2 // @@ -3281,7 +3281,7 @@ this.labelResultDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff2.LineSpacing = 0F; this.labelResultDiff2.Location = new System.Drawing.Point(3, 58); this.labelResultDiff2.Name = "labelResultDiff2"; @@ -3304,7 +3304,7 @@ this.labelResultDisp2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp2.LineSpacing = 0F; this.labelResultDisp2.Location = new System.Drawing.Point(73, 58); this.labelResultDisp2.Name = "labelResultDisp2"; @@ -3321,28 +3321,28 @@ this.labelResultDisp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp2.Wordwrap = false; // - // labelDiffSecMax2 + // labelLRMax2 // - this.labelDiffSecMax2.BackGround = null; - this.labelDiffSecMax2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax2.LineSpacing = 0F; - this.labelDiffSecMax2.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax2.Name = "labelDiffSecMax2"; - this.labelDiffSecMax2.OverlapOptimize = true; - this.labelDiffSecMax2.PasswordChar = '\0'; - this.labelDiffSecMax2.Radius = 3; - this.labelDiffSecMax2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax2.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax2.TabIndex = 43; - this.labelDiffSecMax2.Text = "0.0023"; - this.labelDiffSecMax2.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax2.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax2.Wordwrap = false; + this.labelLRMax2.BackGround = null; + this.labelLRMax2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax2.LineSpacing = 0F; + this.labelLRMax2.Location = new System.Drawing.Point(70, 173); + this.labelLRMax2.Name = "labelLRMax2"; + this.labelLRMax2.OverlapOptimize = true; + this.labelLRMax2.PasswordChar = '\0'; + this.labelLRMax2.Radius = 3; + this.labelLRMax2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax2.Size = new System.Drawing.Size(70, 20); + this.labelLRMax2.TabIndex = 43; + this.labelLRMax2.Text = "0.0023"; + this.labelLRMax2.TextColor = System.Drawing.Color.White; + this.labelLRMax2.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax2.Wordwrap = false; // // labelResult2 // @@ -3350,7 +3350,7 @@ 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.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult2.LineSpacing = 0F; this.labelResult2.Location = new System.Drawing.Point(4, 28); this.labelResult2.Name = "labelResult2"; @@ -3367,51 +3367,51 @@ this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult2.Wordwrap = false; // - // labelTitleDispRData2 + // labelTitle2Level // - this.labelTitleDispRData2.BackGround = this.smartGroupBox2; - this.labelTitleDispRData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData2.LineSpacing = 0F; - this.labelTitleDispRData2.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData2.Name = "labelTitleDispRData2"; - this.labelTitleDispRData2.OverlapOptimize = true; - this.labelTitleDispRData2.PasswordChar = '\0'; - this.labelTitleDispRData2.Radius = 3; - this.labelTitleDispRData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData2.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData2.TabIndex = 29; - this.labelTitleDispRData2.Text = "Level"; - this.labelTitleDispRData2.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData2.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData2.Wordwrap = false; + this.labelTitle2Level.BackGround = this.groupBoxLane1; + this.labelTitle2Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2Level.LineSpacing = 0F; + this.labelTitle2Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle2Level.Name = "labelTitle2Level"; + this.labelTitle2Level.OverlapOptimize = true; + this.labelTitle2Level.PasswordChar = '\0'; + this.labelTitle2Level.Radius = 3; + this.labelTitle2Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle2Level.TabIndex = 29; + this.labelTitle2Level.Text = "Level"; + this.labelTitle2Level.TextColor = System.Drawing.Color.White; + this.labelTitle2Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2Level.Wordwrap = false; // - // smartLabel14 + // labelTitle2work // - this.smartLabel14.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(4, 83); - this.smartLabel14.Name = "smartLabel14"; - this.smartLabel14.OverlapOptimize = true; - this.smartLabel14.PasswordChar = '\0'; - this.smartLabel14.Radius = 3; - this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel14.Size = new System.Drawing.Size(60, 20); - this.smartLabel14.TabIndex = 34; - this.smartLabel14.Text = "work"; - 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; - this.smartLabel14.Wordwrap = false; + this.labelTitle2work.BackGround = this.groupBoxLane1; + this.labelTitle2work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2work.LineSpacing = 0F; + this.labelTitle2work.Location = new System.Drawing.Point(4, 83); + this.labelTitle2work.Name = "labelTitle2work"; + this.labelTitle2work.OverlapOptimize = true; + this.labelTitle2work.PasswordChar = '\0'; + this.labelTitle2work.Radius = 3; + this.labelTitle2work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2work.Size = new System.Drawing.Size(60, 20); + this.labelTitle2work.TabIndex = 34; + this.labelTitle2work.Text = "work"; + this.labelTitle2work.TextColor = System.Drawing.Color.White; + this.labelTitle2work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2work.Wordwrap = false; // // smartSeparatorLine22 // @@ -3432,7 +3432,7 @@ 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.Regular); + this.labelPressureMaster2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster2.LineSpacing = 0F; this.labelPressureMaster2.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster2.Name = "labelPressureMaster2"; @@ -3462,97 +3462,97 @@ this.smartSeparatorLine12.TabIndex = 25; this.smartSeparatorLine12.Text = "smartSeparatorLine12"; // - // smartLabel24 + // labelTitle2LRMax // - this.smartLabel24.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(4, 173); - this.smartLabel24.Name = "smartLabel24"; - this.smartLabel24.OverlapOptimize = true; - this.smartLabel24.PasswordChar = '\0'; - this.smartLabel24.Radius = 3; - this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel24.Size = new System.Drawing.Size(60, 20); - this.smartLabel24.TabIndex = 42; - this.smartLabel24.Text = "LR.Max"; - 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; - this.smartLabel24.Wordwrap = false; + this.labelTitle2LRMax.BackGround = this.groupBoxLane1; + this.labelTitle2LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2LRMax.LineSpacing = 0F; + this.labelTitle2LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle2LRMax.Name = "labelTitle2LRMax"; + this.labelTitle2LRMax.OverlapOptimize = true; + this.labelTitle2LRMax.PasswordChar = '\0'; + this.labelTitle2LRMax.Radius = 3; + this.labelTitle2LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle2LRMax.TabIndex = 42; + this.labelTitle2LRMax.Text = "LR.Max"; + this.labelTitle2LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle2LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2LRMax.Wordwrap = false; // - // labelTitleDispMDataM2 + // labelTitle2MaxHeight // - this.labelTitleDispMDataM2.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM2.LineSpacing = 0F; - this.labelTitleDispMDataM2.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM2.Name = "labelTitleDispMDataM2"; - this.labelTitleDispMDataM2.OverlapOptimize = true; - this.labelTitleDispMDataM2.PasswordChar = '\0'; - this.labelTitleDispMDataM2.Radius = 3; - this.labelTitleDispMDataM2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM2.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM2.TabIndex = 38; - this.labelTitleDispMDataM2.Text = "Max.H"; - this.labelTitleDispMDataM2.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM2.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM2.Wordwrap = false; + this.labelTitle2MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle2MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2MaxHeight.LineSpacing = 0F; + this.labelTitle2MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle2MaxHeight.Name = "labelTitle2MaxHeight"; + this.labelTitle2MaxHeight.OverlapOptimize = true; + this.labelTitle2MaxHeight.PasswordChar = '\0'; + this.labelTitle2MaxHeight.Radius = 3; + this.labelTitle2MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle2MaxHeight.TabIndex = 38; + this.labelTitle2MaxHeight.Text = "Max.H"; + this.labelTitle2MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle2MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2MaxHeight.Wordwrap = false; // - // labelDispRData2 + // labelLevel2 // - this.labelDispRData2.BackGround = null; - 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.Regular); - this.labelDispRData2.LineSpacing = 0F; - this.labelDispRData2.Location = new System.Drawing.Point(70, 197); - this.labelDispRData2.Name = "labelDispRData2"; - this.labelDispRData2.OverlapOptimize = true; - this.labelDispRData2.PasswordChar = '\0'; - this.labelDispRData2.Radius = 3; - this.labelDispRData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData2.Size = new System.Drawing.Size(70, 20); - this.labelDispRData2.TabIndex = 28; - this.labelDispRData2.Text = "0.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; - this.labelDispRData2.Wordwrap = false; + this.labelLevel2.BackGround = null; + this.labelLevel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel2.LineSpacing = 0F; + this.labelLevel2.Location = new System.Drawing.Point(70, 197); + this.labelLevel2.Name = "labelLevel2"; + this.labelLevel2.OverlapOptimize = true; + this.labelLevel2.PasswordChar = '\0'; + this.labelLevel2.Radius = 3; + this.labelLevel2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel2.Size = new System.Drawing.Size(70, 20); + this.labelLevel2.TabIndex = 28; + this.labelLevel2.Text = "0.00"; + this.labelLevel2.TextColor = System.Drawing.Color.White; + this.labelLevel2.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel2.Wordwrap = false; // - // smartLabel13 + // labelTitle2Master // - this.smartLabel13.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(4, 105); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(60, 20); - this.smartLabel13.TabIndex = 35; - this.smartLabel13.Text = "master"; - 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; - this.smartLabel13.Wordwrap = false; + this.labelTitle2Master.BackGround = this.groupBoxLane1; + this.labelTitle2Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2Master.LineSpacing = 0F; + this.labelTitle2Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle2Master.Name = "labelTitle2Master"; + this.labelTitle2Master.OverlapOptimize = true; + this.labelTitle2Master.PasswordChar = '\0'; + this.labelTitle2Master.Radius = 3; + this.labelTitle2Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle2Master.TabIndex = 35; + this.labelTitle2Master.Text = "master"; + this.labelTitle2Master.TextColor = System.Drawing.Color.White; + this.labelTitle2Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2Master.Wordwrap = false; // // labelPressureWork2 // @@ -3560,7 +3560,7 @@ 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.Regular); + this.labelPressureWork2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork2.LineSpacing = 0F; this.labelPressureWork2.Location = new System.Drawing.Point(70, 83); this.labelPressureWork2.Name = "labelPressureWork2"; @@ -3590,82 +3590,82 @@ this.smartSeparatorLine2.TabIndex = 38; this.smartSeparatorLine2.Text = "smartSeparatorLine2"; // - // labelTitleDispMData2 + // labelTitle2Height // - this.labelTitleDispMData2.BackGround = this.smartGroupBox2; - this.labelTitleDispMData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData2.LineSpacing = 0F; - this.labelTitleDispMData2.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData2.Name = "labelTitleDispMData2"; - this.labelTitleDispMData2.OverlapOptimize = true; - this.labelTitleDispMData2.PasswordChar = '\0'; - this.labelTitleDispMData2.Radius = 3; - this.labelTitleDispMData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData2.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData2.TabIndex = 30; - this.labelTitleDispMData2.Text = "Height"; - this.labelTitleDispMData2.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData2.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData2.Wordwrap = false; + this.labelTitle2Height.BackGround = this.groupBoxLane1; + this.labelTitle2Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2Height.LineSpacing = 0F; + this.labelTitle2Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle2Height.Name = "labelTitle2Height"; + this.labelTitle2Height.OverlapOptimize = true; + this.labelTitle2Height.PasswordChar = '\0'; + this.labelTitle2Height.Radius = 3; + this.labelTitle2Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle2Height.TabIndex = 30; + this.labelTitle2Height.Text = "Height"; + this.labelTitle2Height.TextColor = System.Drawing.Color.White; + this.labelTitle2Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2Height.Wordwrap = false; // - // labelDispMDataMax2 + // labelMaxHeight2 // - this.labelDispMDataMax2.BackGround = null; - this.labelDispMDataMax2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax2.LineSpacing = 0F; - this.labelDispMDataMax2.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax2.Name = "labelDispMDataMax2"; - this.labelDispMDataMax2.OverlapOptimize = true; - this.labelDispMDataMax2.PasswordChar = '\0'; - this.labelDispMDataMax2.Radius = 3; - this.labelDispMDataMax2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax2.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax2.TabIndex = 39; - this.labelDispMDataMax2.Text = "9.2354"; - this.labelDispMDataMax2.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax2.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax2.Wordwrap = false; + this.labelMaxHeight2.BackGround = null; + this.labelMaxHeight2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight2.LineSpacing = 0F; + this.labelMaxHeight2.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight2.Name = "labelMaxHeight2"; + this.labelMaxHeight2.OverlapOptimize = true; + this.labelMaxHeight2.PasswordChar = '\0'; + this.labelMaxHeight2.Radius = 3; + this.labelMaxHeight2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight2.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight2.TabIndex = 39; + this.labelMaxHeight2.Text = "9.2354"; + this.labelMaxHeight2.TextColor = System.Drawing.Color.White; + this.labelMaxHeight2.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight2.Wordwrap = false; // - // labelDispMData2 + // labelHeight2 // - this.labelDispMData2.BackGround = null; - 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.Regular); - this.labelDispMData2.LineSpacing = 0F; - this.labelDispMData2.Location = new System.Drawing.Point(70, 219); - this.labelDispMData2.Name = "labelDispMData2"; - this.labelDispMData2.OverlapOptimize = true; - this.labelDispMData2.PasswordChar = '\0'; - this.labelDispMData2.Radius = 3; - this.labelDispMData2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData2.Size = new System.Drawing.Size(70, 20); - this.labelDispMData2.TabIndex = 31; - this.labelDispMData2.Text = "9.2354"; - 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; - this.labelDispMData2.Wordwrap = false; + this.labelHeight2.BackGround = null; + this.labelHeight2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight2.LineSpacing = 0F; + this.labelHeight2.Location = new System.Drawing.Point(70, 219); + this.labelHeight2.Name = "labelHeight2"; + this.labelHeight2.OverlapOptimize = true; + this.labelHeight2.PasswordChar = '\0'; + this.labelHeight2.Radius = 3; + this.labelHeight2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight2.Size = new System.Drawing.Size(70, 20); + this.labelHeight2.TabIndex = 31; + this.labelHeight2.Text = "9.2354"; + this.labelHeight2.TextColor = System.Drawing.Color.White; + this.labelHeight2.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight2.Wordwrap = false; // // smartLabel9 // - this.smartLabel9.BackGround = this.smartGroupBox2; + this.smartLabel9.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel9.LineSpacing = 0F; this.smartLabel9.Location = new System.Drawing.Point(4, 129); this.smartLabel9.Name = "smartLabel9"; @@ -3688,7 +3688,7 @@ 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.Regular); + this.labelDiffMadc2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc2.LineSpacing = 0F; this.labelDiffMadc2.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc2.Name = "labelDiffMadc2"; @@ -3705,185 +3705,185 @@ this.labelDiffMadc2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc2.Wordwrap = false; // - // labelDiffSecDiff2 + // labelLRSec2 // - this.labelDiffSecDiff2.BackGround = null; - 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.Regular); - this.labelDiffSecDiff2.LineSpacing = 0F; - this.labelDiffSecDiff2.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff2.Name = "labelDiffSecDiff2"; - this.labelDiffSecDiff2.OverlapOptimize = true; - this.labelDiffSecDiff2.PasswordChar = '\0'; - this.labelDiffSecDiff2.Radius = 3; - this.labelDiffSecDiff2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff2.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff2.TabIndex = 33; - this.labelDiffSecDiff2.Text = "0.0023"; - 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; - this.labelDiffSecDiff2.Wordwrap = false; + this.labelLRSec2.BackGround = null; + this.labelLRSec2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec2.LineSpacing = 0F; + this.labelLRSec2.Location = new System.Drawing.Point(70, 151); + this.labelLRSec2.Name = "labelLRSec2"; + this.labelLRSec2.OverlapOptimize = true; + this.labelLRSec2.PasswordChar = '\0'; + this.labelLRSec2.Radius = 3; + this.labelLRSec2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec2.Size = new System.Drawing.Size(70, 20); + this.labelLRSec2.TabIndex = 33; + this.labelLRSec2.Text = "0.0023"; + this.labelLRSec2.TextColor = System.Drawing.Color.White; + this.labelLRSec2.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec2.Wordwrap = false; // - // smartLabel16 + // labelTitle2LRSec // - this.smartLabel16.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel16.LineSpacing = 0F; - this.smartLabel16.Location = new System.Drawing.Point(4, 151); - this.smartLabel16.Name = "smartLabel16"; - this.smartLabel16.OverlapOptimize = true; - this.smartLabel16.PasswordChar = '\0'; - this.smartLabel16.Radius = 3; - this.smartLabel16.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel16.Size = new System.Drawing.Size(60, 20); - this.smartLabel16.TabIndex = 32; - this.smartLabel16.Text = "LR.Sec"; - 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; - this.smartLabel16.Wordwrap = false; + this.labelTitle2LRSec.BackGround = this.groupBoxLane1; + this.labelTitle2LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle2LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle2LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle2LRSec.LineSpacing = 0F; + this.labelTitle2LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle2LRSec.Name = "labelTitle2LRSec"; + this.labelTitle2LRSec.OverlapOptimize = true; + this.labelTitle2LRSec.PasswordChar = '\0'; + this.labelTitle2LRSec.Radius = 3; + this.labelTitle2LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle2LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle2LRSec.TabIndex = 32; + this.labelTitle2LRSec.Text = "LR.Sec"; + this.labelTitle2LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle2LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle2LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle2LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle2LRSec.Wordwrap = false; // - // smartGroupBox6 + // groupBoxLane5 // - this.smartGroupBox6.BackGround = null; - this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox6.BackImage = null; - this.smartGroupBox6.Controls.Add(this.labelDispMDataMax5); - this.smartGroupBox6.Controls.Add(this.labelTitleDispMDataM5); - this.smartGroupBox6.Controls.Add(this.labelTitleDispMDataD5); - this.smartGroupBox6.Controls.Add(this.labelDispMDataDiff5); - this.smartGroupBox6.Controls.Add(this.labelResultDiff5); - this.smartGroupBox6.Controls.Add(this.labelResultDisp5); - this.smartGroupBox6.Controls.Add(this.labelDiffSecMax5); - this.smartGroupBox6.Controls.Add(this.labelResult5); - this.smartGroupBox6.Controls.Add(this.labelTitleDispRData5); - this.smartGroupBox6.Controls.Add(this.smartLabel50); - this.smartGroupBox6.Controls.Add(this.smartLabel73); - this.smartGroupBox6.Controls.Add(this.smartLabel47); - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine15); - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine6); - this.smartGroupBox6.Controls.Add(this.labelDiffMadc5); - this.smartGroupBox6.Controls.Add(this.labelDispRData5); - this.smartGroupBox6.Controls.Add(this.labelPressureMaster5); - this.smartGroupBox6.Controls.Add(this.labelPressureWork5); - this.smartGroupBox6.Controls.Add(this.labelTitleDispMData5); - this.smartGroupBox6.Controls.Add(this.smartLabel49); - this.smartGroupBox6.Controls.Add(this.smartSeparatorLine7); - this.smartGroupBox6.Controls.Add(this.labelDispMData5); - this.smartGroupBox6.Controls.Add(this.labelDiffSecDiff5); - this.smartGroupBox6.Controls.Add(this.smartLabel52); - 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; - this.smartGroupBox6.HeaderHeightOffset = 1; - this.smartGroupBox6.Location = new System.Drawing.Point(608, 22); - this.smartGroupBox6.Name = "smartGroupBox6"; - this.smartGroupBox6.RoundRadius = 5; - this.smartGroupBox6.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox6.TabIndex = 88; - this.smartGroupBox6.Text = "Lane 5"; - this.smartGroupBox6.TextColor = System.Drawing.Color.White; + this.groupBoxLane5.BackGround = null; + this.groupBoxLane5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane5.BackImage = null; + this.groupBoxLane5.Controls.Add(this.labelMaxHeight5); + this.groupBoxLane5.Controls.Add(this.labelTitle5MaxHeight); + this.groupBoxLane5.Controls.Add(this.labelTitle5Diff); + this.groupBoxLane5.Controls.Add(this.labelDiff5); + this.groupBoxLane5.Controls.Add(this.labelResultDiff5); + this.groupBoxLane5.Controls.Add(this.labelResultDisp5); + this.groupBoxLane5.Controls.Add(this.labelLRMax5); + this.groupBoxLane5.Controls.Add(this.labelResult5); + this.groupBoxLane5.Controls.Add(this.labelTitle5Level); + this.groupBoxLane5.Controls.Add(this.labelTitle5work); + this.groupBoxLane5.Controls.Add(this.labelTitle5LRMax); + this.groupBoxLane5.Controls.Add(this.smartLabel47); + this.groupBoxLane5.Controls.Add(this.smartSeparatorLine15); + this.groupBoxLane5.Controls.Add(this.smartSeparatorLine6); + this.groupBoxLane5.Controls.Add(this.labelDiffMadc5); + this.groupBoxLane5.Controls.Add(this.labelLevel5); + this.groupBoxLane5.Controls.Add(this.labelPressureMaster5); + this.groupBoxLane5.Controls.Add(this.labelPressureWork5); + this.groupBoxLane5.Controls.Add(this.labelTitle5Height); + this.groupBoxLane5.Controls.Add(this.labelTitle5Master); + this.groupBoxLane5.Controls.Add(this.smartSeparatorLine7); + this.groupBoxLane5.Controls.Add(this.labelHeight5); + this.groupBoxLane5.Controls.Add(this.labelLRSec5); + this.groupBoxLane5.Controls.Add(this.labelTitle5LRSec); + this.groupBoxLane5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane5.FrameLineThickness = 2; + this.groupBoxLane5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane5.HeaderHeightOffset = 1; + this.groupBoxLane5.Location = new System.Drawing.Point(608, 22); + this.groupBoxLane5.Name = "groupBoxLane5"; + this.groupBoxLane5.RoundRadius = 5; + this.groupBoxLane5.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane5.TabIndex = 88; + this.groupBoxLane5.Text = "Lane 5"; + this.groupBoxLane5.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax5 + // labelMaxHeight5 // - this.labelDispMDataMax5.BackGround = null; - this.labelDispMDataMax5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax5.LineSpacing = 0F; - this.labelDispMDataMax5.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax5.Name = "labelDispMDataMax5"; - this.labelDispMDataMax5.OverlapOptimize = true; - this.labelDispMDataMax5.PasswordChar = '\0'; - this.labelDispMDataMax5.Radius = 3; - this.labelDispMDataMax5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax5.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax5.TabIndex = 45; - this.labelDispMDataMax5.Text = "9.2354"; - this.labelDispMDataMax5.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax5.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax5.Wordwrap = false; + this.labelMaxHeight5.BackGround = null; + this.labelMaxHeight5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight5.LineSpacing = 0F; + this.labelMaxHeight5.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight5.Name = "labelMaxHeight5"; + this.labelMaxHeight5.OverlapOptimize = true; + this.labelMaxHeight5.PasswordChar = '\0'; + this.labelMaxHeight5.Radius = 3; + this.labelMaxHeight5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight5.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight5.TabIndex = 45; + this.labelMaxHeight5.Text = "9.2354"; + this.labelMaxHeight5.TextColor = System.Drawing.Color.White; + this.labelMaxHeight5.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight5.Wordwrap = false; // - // labelTitleDispMDataM5 + // labelTitle5MaxHeight // - this.labelTitleDispMDataM5.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM5.LineSpacing = 0F; - this.labelTitleDispMDataM5.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM5.Name = "labelTitleDispMDataM5"; - this.labelTitleDispMDataM5.OverlapOptimize = true; - this.labelTitleDispMDataM5.PasswordChar = '\0'; - this.labelTitleDispMDataM5.Radius = 3; - this.labelTitleDispMDataM5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM5.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM5.TabIndex = 44; - this.labelTitleDispMDataM5.Text = "Max.H"; - this.labelTitleDispMDataM5.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM5.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM5.Wordwrap = false; + this.labelTitle5MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle5MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5MaxHeight.LineSpacing = 0F; + this.labelTitle5MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle5MaxHeight.Name = "labelTitle5MaxHeight"; + this.labelTitle5MaxHeight.OverlapOptimize = true; + this.labelTitle5MaxHeight.PasswordChar = '\0'; + this.labelTitle5MaxHeight.Radius = 3; + this.labelTitle5MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle5MaxHeight.TabIndex = 44; + this.labelTitle5MaxHeight.Text = "Max.H"; + this.labelTitle5MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle5MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD5 + // labelTitle5Diff // - this.labelTitleDispMDataD5.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD5.LineSpacing = 0F; - this.labelTitleDispMDataD5.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD5.Name = "labelTitleDispMDataD5"; - this.labelTitleDispMDataD5.OverlapOptimize = true; - this.labelTitleDispMDataD5.PasswordChar = '\0'; - this.labelTitleDispMDataD5.Radius = 3; - this.labelTitleDispMDataD5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD5.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD5.TabIndex = 42; - this.labelTitleDispMDataD5.Text = "Diff"; - this.labelTitleDispMDataD5.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD5.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD5.Wordwrap = false; + this.labelTitle5Diff.BackGround = this.groupBoxLane1; + this.labelTitle5Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5Diff.LineSpacing = 0F; + this.labelTitle5Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle5Diff.Name = "labelTitle5Diff"; + this.labelTitle5Diff.OverlapOptimize = true; + this.labelTitle5Diff.PasswordChar = '\0'; + this.labelTitle5Diff.Radius = 3; + this.labelTitle5Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle5Diff.TabIndex = 42; + this.labelTitle5Diff.Text = "Diff"; + this.labelTitle5Diff.TextColor = System.Drawing.Color.White; + this.labelTitle5Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5Diff.Wordwrap = false; // - // labelDispMDataDiff5 + // labelDiff5 // - this.labelDispMDataDiff5.BackGround = null; - 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.Regular); - this.labelDispMDataDiff5.LineSpacing = 0F; - this.labelDispMDataDiff5.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff5.Name = "labelDispMDataDiff5"; - this.labelDispMDataDiff5.OverlapOptimize = true; - this.labelDispMDataDiff5.PasswordChar = '\0'; - this.labelDispMDataDiff5.Radius = 3; - this.labelDispMDataDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff5.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff5.TabIndex = 43; - this.labelDispMDataDiff5.Text = "9.2354"; - 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; - this.labelDispMDataDiff5.Wordwrap = false; + this.labelDiff5.BackGround = null; + this.labelDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff5.LineSpacing = 0F; + this.labelDiff5.Location = new System.Drawing.Point(70, 263); + this.labelDiff5.Name = "labelDiff5"; + this.labelDiff5.OverlapOptimize = true; + this.labelDiff5.PasswordChar = '\0'; + this.labelDiff5.Radius = 3; + this.labelDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff5.Size = new System.Drawing.Size(70, 20); + this.labelDiff5.TabIndex = 43; + this.labelDiff5.Text = "9.2354"; + this.labelDiff5.TextColor = System.Drawing.Color.White; + this.labelDiff5.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff5.Wordwrap = false; // // labelResultDiff5 // @@ -3891,7 +3891,7 @@ this.labelResultDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff5.LineSpacing = 0F; this.labelResultDiff5.Location = new System.Drawing.Point(4, 58); this.labelResultDiff5.Name = "labelResultDiff5"; @@ -3914,7 +3914,7 @@ this.labelResultDisp5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp5.LineSpacing = 0F; this.labelResultDisp5.Location = new System.Drawing.Point(73, 58); this.labelResultDisp5.Name = "labelResultDisp5"; @@ -3931,28 +3931,28 @@ this.labelResultDisp5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp5.Wordwrap = false; // - // labelDiffSecMax5 + // labelLRMax5 // - this.labelDiffSecMax5.BackGround = null; - this.labelDiffSecMax5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax5.LineSpacing = 0F; - this.labelDiffSecMax5.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax5.Name = "labelDiffSecMax5"; - this.labelDiffSecMax5.OverlapOptimize = true; - this.labelDiffSecMax5.PasswordChar = '\0'; - this.labelDiffSecMax5.Radius = 3; - this.labelDiffSecMax5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax5.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax5.TabIndex = 49; - this.labelDiffSecMax5.Text = "0.0023"; - this.labelDiffSecMax5.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax5.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax5.Wordwrap = false; + this.labelLRMax5.BackGround = null; + this.labelLRMax5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax5.LineSpacing = 0F; + this.labelLRMax5.Location = new System.Drawing.Point(70, 173); + this.labelLRMax5.Name = "labelLRMax5"; + this.labelLRMax5.OverlapOptimize = true; + this.labelLRMax5.PasswordChar = '\0'; + this.labelLRMax5.Radius = 3; + this.labelLRMax5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax5.Size = new System.Drawing.Size(70, 20); + this.labelLRMax5.TabIndex = 49; + this.labelLRMax5.Text = "0.0023"; + this.labelLRMax5.TextColor = System.Drawing.Color.White; + this.labelLRMax5.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax5.Wordwrap = false; // // labelResult5 // @@ -3960,7 +3960,7 @@ 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); + this.labelResult5.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult5.LineSpacing = 0F; this.labelResult5.Location = new System.Drawing.Point(4, 28); this.labelResult5.Name = "labelResult5"; @@ -3977,82 +3977,82 @@ this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult5.Wordwrap = false; // - // labelTitleDispRData5 + // labelTitle5Level // - this.labelTitleDispRData5.BackGround = this.smartGroupBox2; - this.labelTitleDispRData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData5.LineSpacing = 0F; - this.labelTitleDispRData5.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData5.Name = "labelTitleDispRData5"; - this.labelTitleDispRData5.OverlapOptimize = true; - this.labelTitleDispRData5.PasswordChar = '\0'; - this.labelTitleDispRData5.Radius = 3; - this.labelTitleDispRData5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData5.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData5.TabIndex = 29; - this.labelTitleDispRData5.Text = "Level"; - this.labelTitleDispRData5.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData5.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData5.Wordwrap = false; + this.labelTitle5Level.BackGround = this.groupBoxLane1; + this.labelTitle5Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5Level.LineSpacing = 0F; + this.labelTitle5Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle5Level.Name = "labelTitle5Level"; + this.labelTitle5Level.OverlapOptimize = true; + this.labelTitle5Level.PasswordChar = '\0'; + this.labelTitle5Level.Radius = 3; + this.labelTitle5Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle5Level.TabIndex = 29; + this.labelTitle5Level.Text = "Level"; + this.labelTitle5Level.TextColor = System.Drawing.Color.White; + this.labelTitle5Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5Level.Wordwrap = false; // - // smartLabel50 + // labelTitle5work // - this.smartLabel50.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel50.LineSpacing = 0F; - this.smartLabel50.Location = new System.Drawing.Point(4, 83); - this.smartLabel50.Name = "smartLabel50"; - this.smartLabel50.OverlapOptimize = true; - this.smartLabel50.PasswordChar = '\0'; - this.smartLabel50.Radius = 3; - this.smartLabel50.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel50.Size = new System.Drawing.Size(60, 20); - this.smartLabel50.TabIndex = 34; - this.smartLabel50.Text = "work"; - 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; - this.smartLabel50.Wordwrap = false; + this.labelTitle5work.BackGround = this.groupBoxLane1; + this.labelTitle5work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5work.LineSpacing = 0F; + this.labelTitle5work.Location = new System.Drawing.Point(4, 83); + this.labelTitle5work.Name = "labelTitle5work"; + this.labelTitle5work.OverlapOptimize = true; + this.labelTitle5work.PasswordChar = '\0'; + this.labelTitle5work.Radius = 3; + this.labelTitle5work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5work.Size = new System.Drawing.Size(60, 20); + this.labelTitle5work.TabIndex = 34; + this.labelTitle5work.Text = "work"; + this.labelTitle5work.TextColor = System.Drawing.Color.White; + this.labelTitle5work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5work.Wordwrap = false; // - // smartLabel73 + // labelTitle5LRMax // - this.smartLabel73.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel73.LineSpacing = 0F; - this.smartLabel73.Location = new System.Drawing.Point(4, 173); - 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(60, 20); - this.smartLabel73.TabIndex = 48; - this.smartLabel73.Text = "LR.Max"; - 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; + this.labelTitle5LRMax.BackGround = this.groupBoxLane1; + this.labelTitle5LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5LRMax.LineSpacing = 0F; + this.labelTitle5LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle5LRMax.Name = "labelTitle5LRMax"; + this.labelTitle5LRMax.OverlapOptimize = true; + this.labelTitle5LRMax.PasswordChar = '\0'; + this.labelTitle5LRMax.Radius = 3; + this.labelTitle5LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle5LRMax.TabIndex = 48; + this.labelTitle5LRMax.Text = "LR.Max"; + this.labelTitle5LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle5LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5LRMax.Wordwrap = false; // // smartLabel47 // - this.smartLabel47.BackGround = this.smartGroupBox2; + this.smartLabel47.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel47.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel47.LineSpacing = 0F; this.smartLabel47.Location = new System.Drawing.Point(4, 129); this.smartLabel47.Name = "smartLabel47"; @@ -4101,7 +4101,7 @@ 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.Regular); + this.labelDiffMadc5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc5.LineSpacing = 0F; this.labelDiffMadc5.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc5.Name = "labelDiffMadc5"; @@ -4118,28 +4118,28 @@ this.labelDiffMadc5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc5.Wordwrap = false; // - // labelDispRData5 + // labelLevel5 // - this.labelDispRData5.BackGround = null; - 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.Regular); - this.labelDispRData5.LineSpacing = 0F; - this.labelDispRData5.Location = new System.Drawing.Point(70, 197); - this.labelDispRData5.Name = "labelDispRData5"; - this.labelDispRData5.OverlapOptimize = true; - this.labelDispRData5.PasswordChar = '\0'; - this.labelDispRData5.Radius = 3; - this.labelDispRData5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData5.Size = new System.Drawing.Size(70, 20); - this.labelDispRData5.TabIndex = 28; - this.labelDispRData5.Text = "0.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; - this.labelDispRData5.Wordwrap = false; + this.labelLevel5.BackGround = null; + this.labelLevel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel5.LineSpacing = 0F; + this.labelLevel5.Location = new System.Drawing.Point(70, 197); + this.labelLevel5.Name = "labelLevel5"; + this.labelLevel5.OverlapOptimize = true; + this.labelLevel5.PasswordChar = '\0'; + this.labelLevel5.Radius = 3; + this.labelLevel5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel5.Size = new System.Drawing.Size(70, 20); + this.labelLevel5.TabIndex = 28; + this.labelLevel5.Text = "0.00"; + this.labelLevel5.TextColor = System.Drawing.Color.White; + this.labelLevel5.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel5.Wordwrap = false; // // labelPressureMaster5 // @@ -4147,7 +4147,7 @@ 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.Regular); + this.labelPressureMaster5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster5.LineSpacing = 0F; this.labelPressureMaster5.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster5.Name = "labelPressureMaster5"; @@ -4170,7 +4170,7 @@ 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.Regular); + this.labelPressureWork5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork5.LineSpacing = 0F; this.labelPressureWork5.Location = new System.Drawing.Point(70, 83); this.labelPressureWork5.Name = "labelPressureWork5"; @@ -4187,51 +4187,51 @@ this.labelPressureWork5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork5.Wordwrap = false; // - // labelTitleDispMData5 + // labelTitle5Height // - this.labelTitleDispMData5.BackGround = this.smartGroupBox2; - this.labelTitleDispMData5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData5.LineSpacing = 0F; - this.labelTitleDispMData5.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData5.Name = "labelTitleDispMData5"; - this.labelTitleDispMData5.OverlapOptimize = true; - this.labelTitleDispMData5.PasswordChar = '\0'; - this.labelTitleDispMData5.Radius = 3; - this.labelTitleDispMData5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData5.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData5.TabIndex = 30; - this.labelTitleDispMData5.Text = "Height"; - this.labelTitleDispMData5.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData5.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData5.Wordwrap = false; + this.labelTitle5Height.BackGround = this.groupBoxLane1; + this.labelTitle5Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5Height.LineSpacing = 0F; + this.labelTitle5Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle5Height.Name = "labelTitle5Height"; + this.labelTitle5Height.OverlapOptimize = true; + this.labelTitle5Height.PasswordChar = '\0'; + this.labelTitle5Height.Radius = 3; + this.labelTitle5Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle5Height.TabIndex = 30; + this.labelTitle5Height.Text = "Height"; + this.labelTitle5Height.TextColor = System.Drawing.Color.White; + this.labelTitle5Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5Height.Wordwrap = false; // - // smartLabel49 + // labelTitle5Master // - this.smartLabel49.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel49.LineSpacing = 0F; - this.smartLabel49.Location = new System.Drawing.Point(4, 105); - 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(60, 20); - this.smartLabel49.TabIndex = 35; - this.smartLabel49.Text = "master"; - 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; + this.labelTitle5Master.BackGround = this.groupBoxLane1; + this.labelTitle5Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5Master.LineSpacing = 0F; + this.labelTitle5Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle5Master.Name = "labelTitle5Master"; + this.labelTitle5Master.OverlapOptimize = true; + this.labelTitle5Master.PasswordChar = '\0'; + this.labelTitle5Master.Radius = 3; + this.labelTitle5Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle5Master.TabIndex = 35; + this.labelTitle5Master.Text = "master"; + this.labelTitle5Master.TextColor = System.Drawing.Color.White; + this.labelTitle5Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5Master.Wordwrap = false; // // smartSeparatorLine7 // @@ -4246,208 +4246,208 @@ this.smartSeparatorLine7.TabIndex = 37; this.smartSeparatorLine7.Text = "smartSeparatorLine7"; // - // labelDispMData5 + // labelHeight5 // - this.labelDispMData5.BackGround = null; - 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.Regular); - this.labelDispMData5.LineSpacing = 0F; - this.labelDispMData5.Location = new System.Drawing.Point(70, 219); - this.labelDispMData5.Name = "labelDispMData5"; - this.labelDispMData5.OverlapOptimize = true; - this.labelDispMData5.PasswordChar = '\0'; - this.labelDispMData5.Radius = 3; - this.labelDispMData5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData5.Size = new System.Drawing.Size(70, 20); - this.labelDispMData5.TabIndex = 31; - this.labelDispMData5.Text = "9.2354"; - 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; - this.labelDispMData5.Wordwrap = false; + this.labelHeight5.BackGround = null; + this.labelHeight5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight5.LineSpacing = 0F; + this.labelHeight5.Location = new System.Drawing.Point(70, 219); + this.labelHeight5.Name = "labelHeight5"; + this.labelHeight5.OverlapOptimize = true; + this.labelHeight5.PasswordChar = '\0'; + this.labelHeight5.Radius = 3; + this.labelHeight5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight5.Size = new System.Drawing.Size(70, 20); + this.labelHeight5.TabIndex = 31; + this.labelHeight5.Text = "9.2354"; + this.labelHeight5.TextColor = System.Drawing.Color.White; + this.labelHeight5.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight5.Wordwrap = false; // - // labelDiffSecDiff5 + // labelLRSec5 // - this.labelDiffSecDiff5.BackGround = null; - 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.Regular); - this.labelDiffSecDiff5.LineSpacing = 0F; - this.labelDiffSecDiff5.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff5.Name = "labelDiffSecDiff5"; - this.labelDiffSecDiff5.OverlapOptimize = true; - this.labelDiffSecDiff5.PasswordChar = '\0'; - this.labelDiffSecDiff5.Radius = 3; - this.labelDiffSecDiff5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff5.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff5.TabIndex = 33; - this.labelDiffSecDiff5.Text = "0.0023"; - 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; - this.labelDiffSecDiff5.Wordwrap = false; + this.labelLRSec5.BackGround = null; + this.labelLRSec5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec5.LineSpacing = 0F; + this.labelLRSec5.Location = new System.Drawing.Point(70, 151); + this.labelLRSec5.Name = "labelLRSec5"; + this.labelLRSec5.OverlapOptimize = true; + this.labelLRSec5.PasswordChar = '\0'; + this.labelLRSec5.Radius = 3; + this.labelLRSec5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec5.Size = new System.Drawing.Size(70, 20); + this.labelLRSec5.TabIndex = 33; + this.labelLRSec5.Text = "0.0023"; + this.labelLRSec5.TextColor = System.Drawing.Color.White; + this.labelLRSec5.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec5.Wordwrap = false; // - // smartLabel52 + // labelTitle5LRSec // - this.smartLabel52.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel52.LineSpacing = 0F; - this.smartLabel52.Location = new System.Drawing.Point(4, 151); - this.smartLabel52.Name = "smartLabel52"; - this.smartLabel52.OverlapOptimize = true; - this.smartLabel52.PasswordChar = '\0'; - this.smartLabel52.Radius = 3; - this.smartLabel52.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel52.Size = new System.Drawing.Size(60, 20); - this.smartLabel52.TabIndex = 32; - this.smartLabel52.Text = "LR.Sec"; - 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; - this.smartLabel52.Wordwrap = false; + this.labelTitle5LRSec.BackGround = this.groupBoxLane1; + this.labelTitle5LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle5LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle5LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle5LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle5LRSec.LineSpacing = 0F; + this.labelTitle5LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle5LRSec.Name = "labelTitle5LRSec"; + this.labelTitle5LRSec.OverlapOptimize = true; + this.labelTitle5LRSec.PasswordChar = '\0'; + this.labelTitle5LRSec.Radius = 3; + this.labelTitle5LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle5LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle5LRSec.TabIndex = 32; + this.labelTitle5LRSec.Text = "LR.Sec"; + this.labelTitle5LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle5LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle5LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle5LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle5LRSec.Wordwrap = false; // - // smartGroupBox7 + // groupBoxLane9 // - this.smartGroupBox7.BackGround = null; - this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox7.BackImage = null; - this.smartGroupBox7.Controls.Add(this.labelDispMDataMax9); - this.smartGroupBox7.Controls.Add(this.labelTitleDispMDataM9); - this.smartGroupBox7.Controls.Add(this.labelTitleDispMDataD9); - this.smartGroupBox7.Controls.Add(this.labelDispMDataDiff9); - this.smartGroupBox7.Controls.Add(this.labelResultDiff9); - this.smartGroupBox7.Controls.Add(this.labelResultDisp9); - this.smartGroupBox7.Controls.Add(this.labelDiffSecMax9); - this.smartGroupBox7.Controls.Add(this.labelResult9); - this.smartGroupBox7.Controls.Add(this.labelDispRData9); - this.smartGroupBox7.Controls.Add(this.smartLabel99); - this.smartGroupBox7.Controls.Add(this.smartLabel128); - this.smartGroupBox7.Controls.Add(this.smartLabel96); - this.smartGroupBox7.Controls.Add(this.smartSeparatorLine19); - this.smartGroupBox7.Controls.Add(this.smartSeparatorLine27); - this.smartGroupBox7.Controls.Add(this.labelDiffMadc9); - this.smartGroupBox7.Controls.Add(this.labelTitleDispRData9); - this.smartGroupBox7.Controls.Add(this.labelPressureMaster9); - this.smartGroupBox7.Controls.Add(this.labelPressureWork9); - this.smartGroupBox7.Controls.Add(this.labelTitleDispMData9); - this.smartGroupBox7.Controls.Add(this.smartLabel98); - this.smartGroupBox7.Controls.Add(this.smartSeparatorLine28); - this.smartGroupBox7.Controls.Add(this.labelDispMData9); - this.smartGroupBox7.Controls.Add(this.labelDiffSecDiff9); - this.smartGroupBox7.Controls.Add(this.smartLabel101); - 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; - this.smartGroupBox7.HeaderHeightOffset = 1; - this.smartGroupBox7.Location = new System.Drawing.Point(308, 313); - this.smartGroupBox7.Name = "smartGroupBox7"; - this.smartGroupBox7.RoundRadius = 5; - this.smartGroupBox7.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox7.TabIndex = 92; - this.smartGroupBox7.Text = "Lane 9"; - this.smartGroupBox7.TextColor = System.Drawing.Color.White; + this.groupBoxLane9.BackGround = null; + this.groupBoxLane9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane9.BackImage = null; + this.groupBoxLane9.Controls.Add(this.labelMaxHeight9); + this.groupBoxLane9.Controls.Add(this.labelTitle9MaxHeight); + this.groupBoxLane9.Controls.Add(this.labelTitle9Diff); + this.groupBoxLane9.Controls.Add(this.labelDiff9); + this.groupBoxLane9.Controls.Add(this.labelResultDiff9); + this.groupBoxLane9.Controls.Add(this.labelResultDisp9); + this.groupBoxLane9.Controls.Add(this.labelLRMax9); + this.groupBoxLane9.Controls.Add(this.labelResult9); + this.groupBoxLane9.Controls.Add(this.labelLevel9); + this.groupBoxLane9.Controls.Add(this.labelTitle9work); + this.groupBoxLane9.Controls.Add(this.labelTitle9LRMax); + this.groupBoxLane9.Controls.Add(this.smartLabel96); + this.groupBoxLane9.Controls.Add(this.smartSeparatorLine19); + this.groupBoxLane9.Controls.Add(this.smartSeparatorLine27); + this.groupBoxLane9.Controls.Add(this.labelDiffMadc9); + this.groupBoxLane9.Controls.Add(this.labelTitle9Level); + this.groupBoxLane9.Controls.Add(this.labelPressureMaster9); + this.groupBoxLane9.Controls.Add(this.labelPressureWork9); + this.groupBoxLane9.Controls.Add(this.labelTitle9Height); + this.groupBoxLane9.Controls.Add(this.labelTitle9Master); + this.groupBoxLane9.Controls.Add(this.smartSeparatorLine28); + this.groupBoxLane9.Controls.Add(this.labelHeight9); + this.groupBoxLane9.Controls.Add(this.labelLRSec9); + this.groupBoxLane9.Controls.Add(this.labelTitle9LRSec); + this.groupBoxLane9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane9.FrameLineThickness = 2; + this.groupBoxLane9.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane9.HeaderHeightOffset = 1; + this.groupBoxLane9.Location = new System.Drawing.Point(308, 313); + this.groupBoxLane9.Name = "groupBoxLane9"; + this.groupBoxLane9.RoundRadius = 5; + this.groupBoxLane9.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane9.TabIndex = 92; + this.groupBoxLane9.Text = "Lane 9"; + this.groupBoxLane9.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax9 + // labelMaxHeight9 // - this.labelDispMDataMax9.BackGround = null; - this.labelDispMDataMax9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax9.LineSpacing = 0F; - this.labelDispMDataMax9.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax9.Name = "labelDispMDataMax9"; - this.labelDispMDataMax9.OverlapOptimize = true; - this.labelDispMDataMax9.PasswordChar = '\0'; - this.labelDispMDataMax9.Radius = 3; - this.labelDispMDataMax9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax9.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax9.TabIndex = 45; - this.labelDispMDataMax9.Text = "9.2354"; - this.labelDispMDataMax9.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax9.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax9.Wordwrap = false; + this.labelMaxHeight9.BackGround = null; + this.labelMaxHeight9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight9.LineSpacing = 0F; + this.labelMaxHeight9.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight9.Name = "labelMaxHeight9"; + this.labelMaxHeight9.OverlapOptimize = true; + this.labelMaxHeight9.PasswordChar = '\0'; + this.labelMaxHeight9.Radius = 3; + this.labelMaxHeight9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight9.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight9.TabIndex = 45; + this.labelMaxHeight9.Text = "9.2354"; + this.labelMaxHeight9.TextColor = System.Drawing.Color.White; + this.labelMaxHeight9.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight9.Wordwrap = false; // - // labelTitleDispMDataM9 + // labelTitle9MaxHeight // - this.labelTitleDispMDataM9.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM9.LineSpacing = 0F; - this.labelTitleDispMDataM9.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM9.Name = "labelTitleDispMDataM9"; - this.labelTitleDispMDataM9.OverlapOptimize = true; - this.labelTitleDispMDataM9.PasswordChar = '\0'; - this.labelTitleDispMDataM9.Radius = 3; - this.labelTitleDispMDataM9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM9.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM9.TabIndex = 44; - this.labelTitleDispMDataM9.Text = "Max.H"; - this.labelTitleDispMDataM9.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM9.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM9.Wordwrap = false; + this.labelTitle9MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle9MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9MaxHeight.LineSpacing = 0F; + this.labelTitle9MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle9MaxHeight.Name = "labelTitle9MaxHeight"; + this.labelTitle9MaxHeight.OverlapOptimize = true; + this.labelTitle9MaxHeight.PasswordChar = '\0'; + this.labelTitle9MaxHeight.Radius = 3; + this.labelTitle9MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle9MaxHeight.TabIndex = 44; + this.labelTitle9MaxHeight.Text = "Max.H"; + this.labelTitle9MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle9MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD9 + // labelTitle9Diff // - this.labelTitleDispMDataD9.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD9.LineSpacing = 0F; - this.labelTitleDispMDataD9.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD9.Name = "labelTitleDispMDataD9"; - this.labelTitleDispMDataD9.OverlapOptimize = true; - this.labelTitleDispMDataD9.PasswordChar = '\0'; - this.labelTitleDispMDataD9.Radius = 3; - this.labelTitleDispMDataD9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD9.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD9.TabIndex = 42; - this.labelTitleDispMDataD9.Text = "Diff"; - this.labelTitleDispMDataD9.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD9.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD9.Wordwrap = false; + this.labelTitle9Diff.BackGround = this.groupBoxLane1; + this.labelTitle9Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9Diff.LineSpacing = 0F; + this.labelTitle9Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle9Diff.Name = "labelTitle9Diff"; + this.labelTitle9Diff.OverlapOptimize = true; + this.labelTitle9Diff.PasswordChar = '\0'; + this.labelTitle9Diff.Radius = 3; + this.labelTitle9Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle9Diff.TabIndex = 42; + this.labelTitle9Diff.Text = "Diff"; + this.labelTitle9Diff.TextColor = System.Drawing.Color.White; + this.labelTitle9Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9Diff.Wordwrap = false; // - // labelDispMDataDiff9 + // labelDiff9 // - this.labelDispMDataDiff9.BackGround = null; - 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.Regular); - this.labelDispMDataDiff9.LineSpacing = 0F; - this.labelDispMDataDiff9.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff9.Name = "labelDispMDataDiff9"; - this.labelDispMDataDiff9.OverlapOptimize = true; - this.labelDispMDataDiff9.PasswordChar = '\0'; - this.labelDispMDataDiff9.Radius = 3; - this.labelDispMDataDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff9.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff9.TabIndex = 43; - this.labelDispMDataDiff9.Text = "9.2354"; - 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; - this.labelDispMDataDiff9.Wordwrap = false; + this.labelDiff9.BackGround = null; + this.labelDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff9.LineSpacing = 0F; + this.labelDiff9.Location = new System.Drawing.Point(70, 263); + this.labelDiff9.Name = "labelDiff9"; + this.labelDiff9.OverlapOptimize = true; + this.labelDiff9.PasswordChar = '\0'; + this.labelDiff9.Radius = 3; + this.labelDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff9.Size = new System.Drawing.Size(70, 20); + this.labelDiff9.TabIndex = 43; + this.labelDiff9.Text = "9.2354"; + this.labelDiff9.TextColor = System.Drawing.Color.White; + this.labelDiff9.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff9.Wordwrap = false; // // labelResultDiff9 // @@ -4455,7 +4455,7 @@ this.labelResultDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff9.LineSpacing = 0F; this.labelResultDiff9.Location = new System.Drawing.Point(4, 58); this.labelResultDiff9.Name = "labelResultDiff9"; @@ -4478,7 +4478,7 @@ this.labelResultDisp9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp9.LineSpacing = 0F; this.labelResultDisp9.Location = new System.Drawing.Point(73, 58); this.labelResultDisp9.Name = "labelResultDisp9"; @@ -4495,28 +4495,28 @@ this.labelResultDisp9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp9.Wordwrap = false; // - // labelDiffSecMax9 + // labelLRMax9 // - this.labelDiffSecMax9.BackGround = null; - this.labelDiffSecMax9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax9.LineSpacing = 0F; - this.labelDiffSecMax9.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax9.Name = "labelDiffSecMax9"; - this.labelDiffSecMax9.OverlapOptimize = true; - this.labelDiffSecMax9.PasswordChar = '\0'; - this.labelDiffSecMax9.Radius = 3; - this.labelDiffSecMax9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax9.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax9.TabIndex = 49; - this.labelDiffSecMax9.Text = "0.0023"; - this.labelDiffSecMax9.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax9.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax9.Wordwrap = false; + this.labelLRMax9.BackGround = null; + this.labelLRMax9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax9.LineSpacing = 0F; + this.labelLRMax9.Location = new System.Drawing.Point(70, 173); + this.labelLRMax9.Name = "labelLRMax9"; + this.labelLRMax9.OverlapOptimize = true; + this.labelLRMax9.PasswordChar = '\0'; + this.labelLRMax9.Radius = 3; + this.labelLRMax9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax9.Size = new System.Drawing.Size(70, 20); + this.labelLRMax9.TabIndex = 49; + this.labelLRMax9.Text = "0.0023"; + this.labelLRMax9.TextColor = System.Drawing.Color.White; + this.labelLRMax9.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax9.Wordwrap = false; // // labelResult9 // @@ -4524,7 +4524,7 @@ 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); + this.labelResult9.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult9.LineSpacing = 0F; this.labelResult9.Location = new System.Drawing.Point(4, 28); this.labelResult9.Name = "labelResult9"; @@ -4541,82 +4541,82 @@ this.labelResult9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult9.Wordwrap = false; // - // labelDispRData9 + // labelLevel9 // - this.labelDispRData9.BackGround = null; - 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.Regular); - this.labelDispRData9.LineSpacing = 0F; - this.labelDispRData9.Location = new System.Drawing.Point(70, 197); - this.labelDispRData9.Name = "labelDispRData9"; - this.labelDispRData9.OverlapOptimize = true; - this.labelDispRData9.PasswordChar = '\0'; - this.labelDispRData9.Radius = 3; - this.labelDispRData9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData9.Size = new System.Drawing.Size(70, 20); - this.labelDispRData9.TabIndex = 28; - this.labelDispRData9.Text = "0.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; - this.labelDispRData9.Wordwrap = false; + this.labelLevel9.BackGround = null; + this.labelLevel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel9.LineSpacing = 0F; + this.labelLevel9.Location = new System.Drawing.Point(70, 197); + this.labelLevel9.Name = "labelLevel9"; + this.labelLevel9.OverlapOptimize = true; + this.labelLevel9.PasswordChar = '\0'; + this.labelLevel9.Radius = 3; + this.labelLevel9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel9.Size = new System.Drawing.Size(70, 20); + this.labelLevel9.TabIndex = 28; + this.labelLevel9.Text = "0.00"; + this.labelLevel9.TextColor = System.Drawing.Color.White; + this.labelLevel9.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel9.Wordwrap = false; // - // smartLabel99 + // labelTitle9work // - this.smartLabel99.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel99.LineSpacing = 0F; - this.smartLabel99.Location = new System.Drawing.Point(4, 83); - this.smartLabel99.Name = "smartLabel99"; - this.smartLabel99.OverlapOptimize = true; - this.smartLabel99.PasswordChar = '\0'; - this.smartLabel99.Radius = 3; - this.smartLabel99.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel99.Size = new System.Drawing.Size(60, 20); - this.smartLabel99.TabIndex = 34; - this.smartLabel99.Text = "work"; - 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; - this.smartLabel99.Wordwrap = false; + this.labelTitle9work.BackGround = this.groupBoxLane1; + this.labelTitle9work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9work.LineSpacing = 0F; + this.labelTitle9work.Location = new System.Drawing.Point(4, 83); + this.labelTitle9work.Name = "labelTitle9work"; + this.labelTitle9work.OverlapOptimize = true; + this.labelTitle9work.PasswordChar = '\0'; + this.labelTitle9work.Radius = 3; + this.labelTitle9work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9work.Size = new System.Drawing.Size(60, 20); + this.labelTitle9work.TabIndex = 34; + this.labelTitle9work.Text = "work"; + this.labelTitle9work.TextColor = System.Drawing.Color.White; + this.labelTitle9work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9work.Wordwrap = false; // - // smartLabel128 + // labelTitle9LRMax // - this.smartLabel128.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel128.LineSpacing = 0F; - this.smartLabel128.Location = new System.Drawing.Point(4, 173); - this.smartLabel128.Name = "smartLabel128"; - this.smartLabel128.OverlapOptimize = true; - this.smartLabel128.PasswordChar = '\0'; - this.smartLabel128.Radius = 3; - this.smartLabel128.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel128.Size = new System.Drawing.Size(60, 20); - this.smartLabel128.TabIndex = 48; - this.smartLabel128.Text = "LR.Max"; - 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; - this.smartLabel128.Wordwrap = false; + this.labelTitle9LRMax.BackGround = this.groupBoxLane1; + this.labelTitle9LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9LRMax.LineSpacing = 0F; + this.labelTitle9LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle9LRMax.Name = "labelTitle9LRMax"; + this.labelTitle9LRMax.OverlapOptimize = true; + this.labelTitle9LRMax.PasswordChar = '\0'; + this.labelTitle9LRMax.Radius = 3; + this.labelTitle9LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle9LRMax.TabIndex = 48; + this.labelTitle9LRMax.Text = "LR.Max"; + this.labelTitle9LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle9LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9LRMax.Wordwrap = false; // // smartLabel96 // - this.smartLabel96.BackGround = this.smartGroupBox2; + this.smartLabel96.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel96.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel96.LineSpacing = 0F; this.smartLabel96.Location = new System.Drawing.Point(4, 129); this.smartLabel96.Name = "smartLabel96"; @@ -4665,7 +4665,7 @@ 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.Regular); + this.labelDiffMadc9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc9.LineSpacing = 0F; this.labelDiffMadc9.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc9.Name = "labelDiffMadc9"; @@ -4682,28 +4682,28 @@ this.labelDiffMadc9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc9.Wordwrap = false; // - // labelTitleDispRData9 + // labelTitle9Level // - this.labelTitleDispRData9.BackGround = this.smartGroupBox2; - this.labelTitleDispRData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData9.LineSpacing = 0F; - this.labelTitleDispRData9.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData9.Name = "labelTitleDispRData9"; - this.labelTitleDispRData9.OverlapOptimize = true; - this.labelTitleDispRData9.PasswordChar = '\0'; - this.labelTitleDispRData9.Radius = 3; - this.labelTitleDispRData9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData9.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData9.TabIndex = 29; - this.labelTitleDispRData9.Text = "Level"; - this.labelTitleDispRData9.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData9.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData9.Wordwrap = false; + this.labelTitle9Level.BackGround = this.groupBoxLane1; + this.labelTitle9Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9Level.LineSpacing = 0F; + this.labelTitle9Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle9Level.Name = "labelTitle9Level"; + this.labelTitle9Level.OverlapOptimize = true; + this.labelTitle9Level.PasswordChar = '\0'; + this.labelTitle9Level.Radius = 3; + this.labelTitle9Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle9Level.TabIndex = 29; + this.labelTitle9Level.Text = "Level"; + this.labelTitle9Level.TextColor = System.Drawing.Color.White; + this.labelTitle9Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9Level.Wordwrap = false; // // labelPressureMaster9 // @@ -4711,7 +4711,7 @@ 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.Regular); + this.labelPressureMaster9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster9.LineSpacing = 0F; this.labelPressureMaster9.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster9.Name = "labelPressureMaster9"; @@ -4734,7 +4734,7 @@ 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.Regular); + this.labelPressureWork9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork9.LineSpacing = 0F; this.labelPressureWork9.Location = new System.Drawing.Point(70, 83); this.labelPressureWork9.Name = "labelPressureWork9"; @@ -4751,51 +4751,51 @@ this.labelPressureWork9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork9.Wordwrap = false; // - // labelTitleDispMData9 + // labelTitle9Height // - this.labelTitleDispMData9.BackGround = this.smartGroupBox2; - this.labelTitleDispMData9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData9.LineSpacing = 0F; - this.labelTitleDispMData9.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData9.Name = "labelTitleDispMData9"; - this.labelTitleDispMData9.OverlapOptimize = true; - this.labelTitleDispMData9.PasswordChar = '\0'; - this.labelTitleDispMData9.Radius = 3; - this.labelTitleDispMData9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData9.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData9.TabIndex = 30; - this.labelTitleDispMData9.Text = "Height"; - this.labelTitleDispMData9.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData9.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData9.Wordwrap = false; + this.labelTitle9Height.BackGround = this.groupBoxLane1; + this.labelTitle9Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9Height.LineSpacing = 0F; + this.labelTitle9Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle9Height.Name = "labelTitle9Height"; + this.labelTitle9Height.OverlapOptimize = true; + this.labelTitle9Height.PasswordChar = '\0'; + this.labelTitle9Height.Radius = 3; + this.labelTitle9Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle9Height.TabIndex = 30; + this.labelTitle9Height.Text = "Height"; + this.labelTitle9Height.TextColor = System.Drawing.Color.White; + this.labelTitle9Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9Height.Wordwrap = false; // - // smartLabel98 + // labelTitle9Master // - this.smartLabel98.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel98.LineSpacing = 0F; - this.smartLabel98.Location = new System.Drawing.Point(4, 105); - this.smartLabel98.Name = "smartLabel98"; - this.smartLabel98.OverlapOptimize = true; - this.smartLabel98.PasswordChar = '\0'; - this.smartLabel98.Radius = 3; - this.smartLabel98.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel98.Size = new System.Drawing.Size(60, 20); - this.smartLabel98.TabIndex = 35; - this.smartLabel98.Text = "master"; - 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; - this.smartLabel98.Wordwrap = false; + this.labelTitle9Master.BackGround = this.groupBoxLane1; + this.labelTitle9Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9Master.LineSpacing = 0F; + this.labelTitle9Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle9Master.Name = "labelTitle9Master"; + this.labelTitle9Master.OverlapOptimize = true; + this.labelTitle9Master.PasswordChar = '\0'; + this.labelTitle9Master.Radius = 3; + this.labelTitle9Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle9Master.TabIndex = 35; + this.labelTitle9Master.Text = "master"; + this.labelTitle9Master.TextColor = System.Drawing.Color.White; + this.labelTitle9Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9Master.Wordwrap = false; // // smartSeparatorLine28 // @@ -4810,208 +4810,208 @@ this.smartSeparatorLine28.TabIndex = 37; this.smartSeparatorLine28.Text = "smartSeparatorLine28"; // - // labelDispMData9 + // labelHeight9 // - this.labelDispMData9.BackGround = null; - 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.Regular); - this.labelDispMData9.LineSpacing = 0F; - this.labelDispMData9.Location = new System.Drawing.Point(70, 219); - this.labelDispMData9.Name = "labelDispMData9"; - this.labelDispMData9.OverlapOptimize = true; - this.labelDispMData9.PasswordChar = '\0'; - this.labelDispMData9.Radius = 3; - this.labelDispMData9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData9.Size = new System.Drawing.Size(70, 20); - this.labelDispMData9.TabIndex = 31; - this.labelDispMData9.Text = "9.2354"; - 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; - this.labelDispMData9.Wordwrap = false; + this.labelHeight9.BackGround = null; + this.labelHeight9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight9.LineSpacing = 0F; + this.labelHeight9.Location = new System.Drawing.Point(70, 219); + this.labelHeight9.Name = "labelHeight9"; + this.labelHeight9.OverlapOptimize = true; + this.labelHeight9.PasswordChar = '\0'; + this.labelHeight9.Radius = 3; + this.labelHeight9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight9.Size = new System.Drawing.Size(70, 20); + this.labelHeight9.TabIndex = 31; + this.labelHeight9.Text = "9.2354"; + this.labelHeight9.TextColor = System.Drawing.Color.White; + this.labelHeight9.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight9.Wordwrap = false; // - // labelDiffSecDiff9 + // labelLRSec9 // - this.labelDiffSecDiff9.BackGround = null; - 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.Regular); - this.labelDiffSecDiff9.LineSpacing = 0F; - this.labelDiffSecDiff9.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff9.Name = "labelDiffSecDiff9"; - this.labelDiffSecDiff9.OverlapOptimize = true; - this.labelDiffSecDiff9.PasswordChar = '\0'; - this.labelDiffSecDiff9.Radius = 3; - this.labelDiffSecDiff9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff9.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff9.TabIndex = 33; - this.labelDiffSecDiff9.Text = "0.0023"; - 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; - this.labelDiffSecDiff9.Wordwrap = false; + this.labelLRSec9.BackGround = null; + this.labelLRSec9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec9.LineSpacing = 0F; + this.labelLRSec9.Location = new System.Drawing.Point(70, 151); + this.labelLRSec9.Name = "labelLRSec9"; + this.labelLRSec9.OverlapOptimize = true; + this.labelLRSec9.PasswordChar = '\0'; + this.labelLRSec9.Radius = 3; + this.labelLRSec9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec9.Size = new System.Drawing.Size(70, 20); + this.labelLRSec9.TabIndex = 33; + this.labelLRSec9.Text = "0.0023"; + this.labelLRSec9.TextColor = System.Drawing.Color.White; + this.labelLRSec9.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec9.Wordwrap = false; // - // smartLabel101 + // labelTitle9LRSec // - this.smartLabel101.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel101.LineSpacing = 0F; - this.smartLabel101.Location = new System.Drawing.Point(4, 151); - this.smartLabel101.Name = "smartLabel101"; - this.smartLabel101.OverlapOptimize = true; - this.smartLabel101.PasswordChar = '\0'; - this.smartLabel101.Radius = 3; - this.smartLabel101.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel101.Size = new System.Drawing.Size(60, 20); - this.smartLabel101.TabIndex = 32; - this.smartLabel101.Text = "LR.Sec"; - 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; - this.smartLabel101.Wordwrap = false; + this.labelTitle9LRSec.BackGround = this.groupBoxLane1; + this.labelTitle9LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle9LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle9LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle9LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle9LRSec.LineSpacing = 0F; + this.labelTitle9LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle9LRSec.Name = "labelTitle9LRSec"; + this.labelTitle9LRSec.OverlapOptimize = true; + this.labelTitle9LRSec.PasswordChar = '\0'; + this.labelTitle9LRSec.Radius = 3; + this.labelTitle9LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle9LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle9LRSec.TabIndex = 32; + this.labelTitle9LRSec.Text = "LR.Sec"; + this.labelTitle9LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle9LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle9LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle9LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle9LRSec.Wordwrap = false; // - // smartGroupBox8 + // groupBoxLane10 // - this.smartGroupBox8.BackGround = null; - this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox8.BackImage = null; - this.smartGroupBox8.Controls.Add(this.labelDispMDataMax10); - this.smartGroupBox8.Controls.Add(this.labelTitleDispMDataM10); - this.smartGroupBox8.Controls.Add(this.labelTitleDispMDataD10); - this.smartGroupBox8.Controls.Add(this.labelDispMDataDiff10); - this.smartGroupBox8.Controls.Add(this.labelResultDiff10); - this.smartGroupBox8.Controls.Add(this.labelResultDisp10); - this.smartGroupBox8.Controls.Add(this.labelDiffSecMax10); - this.smartGroupBox8.Controls.Add(this.labelResult10); - this.smartGroupBox8.Controls.Add(this.labelTitleDispRData10); - this.smartGroupBox8.Controls.Add(this.smartLabel111); - this.smartGroupBox8.Controls.Add(this.smartLabel136); - this.smartGroupBox8.Controls.Add(this.smartLabel108); - this.smartGroupBox8.Controls.Add(this.smartSeparatorLine20); - this.smartGroupBox8.Controls.Add(this.smartSeparatorLine29); - this.smartGroupBox8.Controls.Add(this.labelDiffMadc10); - this.smartGroupBox8.Controls.Add(this.labelDispRData10); - this.smartGroupBox8.Controls.Add(this.labelPressureMaster10); - this.smartGroupBox8.Controls.Add(this.labelPressureWork10); - this.smartGroupBox8.Controls.Add(this.labelTitleDispMData10); - this.smartGroupBox8.Controls.Add(this.smartLabel110); - this.smartGroupBox8.Controls.Add(this.smartSeparatorLine30); - this.smartGroupBox8.Controls.Add(this.labelDispMData10); - this.smartGroupBox8.Controls.Add(this.labelDiffSecDiff10); - this.smartGroupBox8.Controls.Add(this.smartLabel113); - 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; - this.smartGroupBox8.HeaderHeightOffset = 1; - this.smartGroupBox8.Location = new System.Drawing.Point(457, 313); - this.smartGroupBox8.Name = "smartGroupBox8"; - this.smartGroupBox8.RoundRadius = 5; - this.smartGroupBox8.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox8.TabIndex = 93; - this.smartGroupBox8.Text = "Lane 10"; - this.smartGroupBox8.TextColor = System.Drawing.Color.White; + this.groupBoxLane10.BackGround = null; + this.groupBoxLane10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane10.BackImage = null; + this.groupBoxLane10.Controls.Add(this.labelMaxHeight10); + this.groupBoxLane10.Controls.Add(this.labelTitle10MaxHeight); + this.groupBoxLane10.Controls.Add(this.labelTitle10Diff); + this.groupBoxLane10.Controls.Add(this.labelDiff10); + this.groupBoxLane10.Controls.Add(this.labelResultDiff10); + this.groupBoxLane10.Controls.Add(this.labelResultDisp10); + this.groupBoxLane10.Controls.Add(this.labelLRMax10); + this.groupBoxLane10.Controls.Add(this.labelResult10); + this.groupBoxLane10.Controls.Add(this.labelTitle10Level); + this.groupBoxLane10.Controls.Add(this.labelTitle10work); + this.groupBoxLane10.Controls.Add(this.labelTitle10LRMax); + this.groupBoxLane10.Controls.Add(this.smartLabel108); + this.groupBoxLane10.Controls.Add(this.smartSeparatorLine20); + this.groupBoxLane10.Controls.Add(this.smartSeparatorLine29); + this.groupBoxLane10.Controls.Add(this.labelDiffMadc10); + this.groupBoxLane10.Controls.Add(this.labelLevel10); + this.groupBoxLane10.Controls.Add(this.labelPressureMaster10); + this.groupBoxLane10.Controls.Add(this.labelPressureWork10); + this.groupBoxLane10.Controls.Add(this.labelTitle10Height); + this.groupBoxLane10.Controls.Add(this.labelTitle10Master); + this.groupBoxLane10.Controls.Add(this.smartSeparatorLine30); + this.groupBoxLane10.Controls.Add(this.labelHeight10); + this.groupBoxLane10.Controls.Add(this.labelLRSec10); + this.groupBoxLane10.Controls.Add(this.labelTitle10LRSec); + this.groupBoxLane10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane10.FrameLineThickness = 2; + this.groupBoxLane10.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane10.HeaderHeightOffset = 1; + this.groupBoxLane10.Location = new System.Drawing.Point(457, 313); + this.groupBoxLane10.Name = "groupBoxLane10"; + this.groupBoxLane10.RoundRadius = 5; + this.groupBoxLane10.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane10.TabIndex = 93; + this.groupBoxLane10.Text = "Lane 10"; + this.groupBoxLane10.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax10 + // labelMaxHeight10 // - this.labelDispMDataMax10.BackGround = null; - this.labelDispMDataMax10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax10.LineSpacing = 0F; - this.labelDispMDataMax10.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax10.Name = "labelDispMDataMax10"; - this.labelDispMDataMax10.OverlapOptimize = true; - this.labelDispMDataMax10.PasswordChar = '\0'; - this.labelDispMDataMax10.Radius = 3; - this.labelDispMDataMax10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax10.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax10.TabIndex = 45; - this.labelDispMDataMax10.Text = "9.2354"; - this.labelDispMDataMax10.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax10.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax10.Wordwrap = false; + this.labelMaxHeight10.BackGround = null; + this.labelMaxHeight10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight10.LineSpacing = 0F; + this.labelMaxHeight10.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight10.Name = "labelMaxHeight10"; + this.labelMaxHeight10.OverlapOptimize = true; + this.labelMaxHeight10.PasswordChar = '\0'; + this.labelMaxHeight10.Radius = 3; + this.labelMaxHeight10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight10.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight10.TabIndex = 45; + this.labelMaxHeight10.Text = "9.2354"; + this.labelMaxHeight10.TextColor = System.Drawing.Color.White; + this.labelMaxHeight10.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight10.Wordwrap = false; // - // labelTitleDispMDataM10 + // labelTitle10MaxHeight // - this.labelTitleDispMDataM10.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM10.LineSpacing = 0F; - this.labelTitleDispMDataM10.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM10.Name = "labelTitleDispMDataM10"; - this.labelTitleDispMDataM10.OverlapOptimize = true; - this.labelTitleDispMDataM10.PasswordChar = '\0'; - this.labelTitleDispMDataM10.Radius = 3; - this.labelTitleDispMDataM10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM10.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM10.TabIndex = 44; - this.labelTitleDispMDataM10.Text = "Max.H"; - this.labelTitleDispMDataM10.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM10.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM10.Wordwrap = false; + this.labelTitle10MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle10MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10MaxHeight.LineSpacing = 0F; + this.labelTitle10MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle10MaxHeight.Name = "labelTitle10MaxHeight"; + this.labelTitle10MaxHeight.OverlapOptimize = true; + this.labelTitle10MaxHeight.PasswordChar = '\0'; + this.labelTitle10MaxHeight.Radius = 3; + this.labelTitle10MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle10MaxHeight.TabIndex = 44; + this.labelTitle10MaxHeight.Text = "Max.H"; + this.labelTitle10MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle10MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD10 + // labelTitle10Diff // - this.labelTitleDispMDataD10.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD10.LineSpacing = 0F; - this.labelTitleDispMDataD10.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD10.Name = "labelTitleDispMDataD10"; - this.labelTitleDispMDataD10.OverlapOptimize = true; - this.labelTitleDispMDataD10.PasswordChar = '\0'; - this.labelTitleDispMDataD10.Radius = 3; - this.labelTitleDispMDataD10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD10.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD10.TabIndex = 42; - this.labelTitleDispMDataD10.Text = "Diff"; - this.labelTitleDispMDataD10.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD10.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD10.Wordwrap = false; + this.labelTitle10Diff.BackGround = this.groupBoxLane1; + this.labelTitle10Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10Diff.LineSpacing = 0F; + this.labelTitle10Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle10Diff.Name = "labelTitle10Diff"; + this.labelTitle10Diff.OverlapOptimize = true; + this.labelTitle10Diff.PasswordChar = '\0'; + this.labelTitle10Diff.Radius = 3; + this.labelTitle10Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle10Diff.TabIndex = 42; + this.labelTitle10Diff.Text = "Diff"; + this.labelTitle10Diff.TextColor = System.Drawing.Color.White; + this.labelTitle10Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10Diff.Wordwrap = false; // - // labelDispMDataDiff10 + // labelDiff10 // - this.labelDispMDataDiff10.BackGround = null; - 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.Regular); - this.labelDispMDataDiff10.LineSpacing = 0F; - this.labelDispMDataDiff10.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff10.Name = "labelDispMDataDiff10"; - this.labelDispMDataDiff10.OverlapOptimize = true; - this.labelDispMDataDiff10.PasswordChar = '\0'; - this.labelDispMDataDiff10.Radius = 3; - this.labelDispMDataDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff10.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff10.TabIndex = 43; - this.labelDispMDataDiff10.Text = "9.2354"; - 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; - this.labelDispMDataDiff10.Wordwrap = false; + this.labelDiff10.BackGround = null; + this.labelDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff10.LineSpacing = 0F; + this.labelDiff10.Location = new System.Drawing.Point(70, 263); + this.labelDiff10.Name = "labelDiff10"; + this.labelDiff10.OverlapOptimize = true; + this.labelDiff10.PasswordChar = '\0'; + this.labelDiff10.Radius = 3; + this.labelDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff10.Size = new System.Drawing.Size(70, 20); + this.labelDiff10.TabIndex = 43; + this.labelDiff10.Text = "9.2354"; + this.labelDiff10.TextColor = System.Drawing.Color.White; + this.labelDiff10.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff10.Wordwrap = false; // // labelResultDiff10 // @@ -5019,7 +5019,7 @@ this.labelResultDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff10.LineSpacing = 0F; this.labelResultDiff10.Location = new System.Drawing.Point(4, 58); this.labelResultDiff10.Name = "labelResultDiff10"; @@ -5042,7 +5042,7 @@ this.labelResultDisp10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp10.LineSpacing = 0F; this.labelResultDisp10.Location = new System.Drawing.Point(73, 58); this.labelResultDisp10.Name = "labelResultDisp10"; @@ -5059,28 +5059,28 @@ this.labelResultDisp10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp10.Wordwrap = false; // - // labelDiffSecMax10 + // labelLRMax10 // - this.labelDiffSecMax10.BackGround = null; - this.labelDiffSecMax10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax10.LineSpacing = 0F; - this.labelDiffSecMax10.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax10.Name = "labelDiffSecMax10"; - this.labelDiffSecMax10.OverlapOptimize = true; - this.labelDiffSecMax10.PasswordChar = '\0'; - this.labelDiffSecMax10.Radius = 3; - this.labelDiffSecMax10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax10.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax10.TabIndex = 49; - this.labelDiffSecMax10.Text = "0.0023"; - this.labelDiffSecMax10.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax10.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax10.Wordwrap = false; + this.labelLRMax10.BackGround = null; + this.labelLRMax10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax10.LineSpacing = 0F; + this.labelLRMax10.Location = new System.Drawing.Point(70, 173); + this.labelLRMax10.Name = "labelLRMax10"; + this.labelLRMax10.OverlapOptimize = true; + this.labelLRMax10.PasswordChar = '\0'; + this.labelLRMax10.Radius = 3; + this.labelLRMax10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax10.Size = new System.Drawing.Size(70, 20); + this.labelLRMax10.TabIndex = 49; + this.labelLRMax10.Text = "0.0023"; + this.labelLRMax10.TextColor = System.Drawing.Color.White; + this.labelLRMax10.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax10.Wordwrap = false; // // labelResult10 // @@ -5088,7 +5088,7 @@ 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); + this.labelResult10.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult10.LineSpacing = 0F; this.labelResult10.Location = new System.Drawing.Point(4, 28); this.labelResult10.Name = "labelResult10"; @@ -5105,82 +5105,82 @@ this.labelResult10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult10.Wordwrap = false; // - // labelTitleDispRData10 + // labelTitle10Level // - this.labelTitleDispRData10.BackGround = this.smartGroupBox2; - this.labelTitleDispRData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData10.LineSpacing = 0F; - this.labelTitleDispRData10.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData10.Name = "labelTitleDispRData10"; - this.labelTitleDispRData10.OverlapOptimize = true; - this.labelTitleDispRData10.PasswordChar = '\0'; - this.labelTitleDispRData10.Radius = 3; - this.labelTitleDispRData10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData10.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData10.TabIndex = 29; - this.labelTitleDispRData10.Text = "Level"; - this.labelTitleDispRData10.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData10.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData10.Wordwrap = false; + this.labelTitle10Level.BackGround = this.groupBoxLane1; + this.labelTitle10Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10Level.LineSpacing = 0F; + this.labelTitle10Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle10Level.Name = "labelTitle10Level"; + this.labelTitle10Level.OverlapOptimize = true; + this.labelTitle10Level.PasswordChar = '\0'; + this.labelTitle10Level.Radius = 3; + this.labelTitle10Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle10Level.TabIndex = 29; + this.labelTitle10Level.Text = "Level"; + this.labelTitle10Level.TextColor = System.Drawing.Color.White; + this.labelTitle10Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10Level.Wordwrap = false; // - // smartLabel111 + // labelTitle10work // - this.smartLabel111.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel111.LineSpacing = 0F; - this.smartLabel111.Location = new System.Drawing.Point(4, 83); - this.smartLabel111.Name = "smartLabel111"; - this.smartLabel111.OverlapOptimize = true; - this.smartLabel111.PasswordChar = '\0'; - this.smartLabel111.Radius = 3; - this.smartLabel111.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel111.Size = new System.Drawing.Size(60, 20); - this.smartLabel111.TabIndex = 34; - this.smartLabel111.Text = "work"; - 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; - this.smartLabel111.Wordwrap = false; + this.labelTitle10work.BackGround = this.groupBoxLane1; + this.labelTitle10work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10work.LineSpacing = 0F; + this.labelTitle10work.Location = new System.Drawing.Point(4, 83); + this.labelTitle10work.Name = "labelTitle10work"; + this.labelTitle10work.OverlapOptimize = true; + this.labelTitle10work.PasswordChar = '\0'; + this.labelTitle10work.Radius = 3; + this.labelTitle10work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10work.Size = new System.Drawing.Size(60, 20); + this.labelTitle10work.TabIndex = 34; + this.labelTitle10work.Text = "work"; + this.labelTitle10work.TextColor = System.Drawing.Color.White; + this.labelTitle10work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10work.Wordwrap = false; // - // smartLabel136 + // labelTitle10LRMax // - this.smartLabel136.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel136.LineSpacing = 0F; - this.smartLabel136.Location = new System.Drawing.Point(4, 173); - this.smartLabel136.Name = "smartLabel136"; - this.smartLabel136.OverlapOptimize = true; - this.smartLabel136.PasswordChar = '\0'; - this.smartLabel136.Radius = 3; - this.smartLabel136.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel136.Size = new System.Drawing.Size(60, 20); - this.smartLabel136.TabIndex = 48; - this.smartLabel136.Text = "LR.Max"; - 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; - this.smartLabel136.Wordwrap = false; + this.labelTitle10LRMax.BackGround = this.groupBoxLane1; + this.labelTitle10LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10LRMax.LineSpacing = 0F; + this.labelTitle10LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle10LRMax.Name = "labelTitle10LRMax"; + this.labelTitle10LRMax.OverlapOptimize = true; + this.labelTitle10LRMax.PasswordChar = '\0'; + this.labelTitle10LRMax.Radius = 3; + this.labelTitle10LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle10LRMax.TabIndex = 48; + this.labelTitle10LRMax.Text = "LR.Max"; + this.labelTitle10LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle10LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10LRMax.Wordwrap = false; // // smartLabel108 // - this.smartLabel108.BackGround = this.smartGroupBox2; + this.smartLabel108.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel108.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel108.LineSpacing = 0F; this.smartLabel108.Location = new System.Drawing.Point(4, 129); this.smartLabel108.Name = "smartLabel108"; @@ -5229,7 +5229,7 @@ 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.Regular); + this.labelDiffMadc10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc10.LineSpacing = 0F; this.labelDiffMadc10.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc10.Name = "labelDiffMadc10"; @@ -5246,28 +5246,28 @@ this.labelDiffMadc10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc10.Wordwrap = false; // - // labelDispRData10 + // labelLevel10 // - this.labelDispRData10.BackGround = null; - 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.Regular); - this.labelDispRData10.LineSpacing = 0F; - this.labelDispRData10.Location = new System.Drawing.Point(70, 197); - this.labelDispRData10.Name = "labelDispRData10"; - this.labelDispRData10.OverlapOptimize = true; - this.labelDispRData10.PasswordChar = '\0'; - this.labelDispRData10.Radius = 3; - this.labelDispRData10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData10.Size = new System.Drawing.Size(70, 20); - this.labelDispRData10.TabIndex = 28; - this.labelDispRData10.Text = "0.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; - this.labelDispRData10.Wordwrap = false; + this.labelLevel10.BackGround = null; + this.labelLevel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel10.LineSpacing = 0F; + this.labelLevel10.Location = new System.Drawing.Point(70, 197); + this.labelLevel10.Name = "labelLevel10"; + this.labelLevel10.OverlapOptimize = true; + this.labelLevel10.PasswordChar = '\0'; + this.labelLevel10.Radius = 3; + this.labelLevel10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel10.Size = new System.Drawing.Size(70, 20); + this.labelLevel10.TabIndex = 28; + this.labelLevel10.Text = "0.00"; + this.labelLevel10.TextColor = System.Drawing.Color.White; + this.labelLevel10.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel10.Wordwrap = false; // // labelPressureMaster10 // @@ -5275,7 +5275,7 @@ 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.Regular); + this.labelPressureMaster10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster10.LineSpacing = 0F; this.labelPressureMaster10.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster10.Name = "labelPressureMaster10"; @@ -5298,7 +5298,7 @@ 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.Regular); + this.labelPressureWork10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork10.LineSpacing = 0F; this.labelPressureWork10.Location = new System.Drawing.Point(70, 83); this.labelPressureWork10.Name = "labelPressureWork10"; @@ -5315,51 +5315,51 @@ this.labelPressureWork10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork10.Wordwrap = false; // - // labelTitleDispMData10 + // labelTitle10Height // - this.labelTitleDispMData10.BackGround = this.smartGroupBox2; - this.labelTitleDispMData10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData10.LineSpacing = 0F; - this.labelTitleDispMData10.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData10.Name = "labelTitleDispMData10"; - this.labelTitleDispMData10.OverlapOptimize = true; - this.labelTitleDispMData10.PasswordChar = '\0'; - this.labelTitleDispMData10.Radius = 3; - this.labelTitleDispMData10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData10.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData10.TabIndex = 30; - this.labelTitleDispMData10.Text = "Height"; - this.labelTitleDispMData10.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData10.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData10.Wordwrap = false; + this.labelTitle10Height.BackGround = this.groupBoxLane1; + this.labelTitle10Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10Height.LineSpacing = 0F; + this.labelTitle10Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle10Height.Name = "labelTitle10Height"; + this.labelTitle10Height.OverlapOptimize = true; + this.labelTitle10Height.PasswordChar = '\0'; + this.labelTitle10Height.Radius = 3; + this.labelTitle10Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle10Height.TabIndex = 30; + this.labelTitle10Height.Text = "Height"; + this.labelTitle10Height.TextColor = System.Drawing.Color.White; + this.labelTitle10Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10Height.Wordwrap = false; // - // smartLabel110 + // labelTitle10Master // - this.smartLabel110.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel110.LineSpacing = 0F; - this.smartLabel110.Location = new System.Drawing.Point(4, 105); - this.smartLabel110.Name = "smartLabel110"; - this.smartLabel110.OverlapOptimize = true; - this.smartLabel110.PasswordChar = '\0'; - this.smartLabel110.Radius = 3; - this.smartLabel110.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel110.Size = new System.Drawing.Size(60, 20); - this.smartLabel110.TabIndex = 35; - this.smartLabel110.Text = "master"; - 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; - this.smartLabel110.Wordwrap = false; + this.labelTitle10Master.BackGround = this.groupBoxLane1; + this.labelTitle10Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10Master.LineSpacing = 0F; + this.labelTitle10Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle10Master.Name = "labelTitle10Master"; + this.labelTitle10Master.OverlapOptimize = true; + this.labelTitle10Master.PasswordChar = '\0'; + this.labelTitle10Master.Radius = 3; + this.labelTitle10Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle10Master.TabIndex = 35; + this.labelTitle10Master.Text = "master"; + this.labelTitle10Master.TextColor = System.Drawing.Color.White; + this.labelTitle10Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10Master.Wordwrap = false; // // smartSeparatorLine30 // @@ -5374,208 +5374,208 @@ this.smartSeparatorLine30.TabIndex = 37; this.smartSeparatorLine30.Text = "smartSeparatorLine30"; // - // labelDispMData10 + // labelHeight10 // - this.labelDispMData10.BackGround = null; - 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.Regular); - this.labelDispMData10.LineSpacing = 0F; - this.labelDispMData10.Location = new System.Drawing.Point(70, 219); - this.labelDispMData10.Name = "labelDispMData10"; - this.labelDispMData10.OverlapOptimize = true; - this.labelDispMData10.PasswordChar = '\0'; - this.labelDispMData10.Radius = 3; - this.labelDispMData10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData10.Size = new System.Drawing.Size(70, 20); - this.labelDispMData10.TabIndex = 31; - this.labelDispMData10.Text = "9.2354"; - 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; - this.labelDispMData10.Wordwrap = false; + this.labelHeight10.BackGround = null; + this.labelHeight10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight10.LineSpacing = 0F; + this.labelHeight10.Location = new System.Drawing.Point(70, 219); + this.labelHeight10.Name = "labelHeight10"; + this.labelHeight10.OverlapOptimize = true; + this.labelHeight10.PasswordChar = '\0'; + this.labelHeight10.Radius = 3; + this.labelHeight10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight10.Size = new System.Drawing.Size(70, 20); + this.labelHeight10.TabIndex = 31; + this.labelHeight10.Text = "9.2354"; + this.labelHeight10.TextColor = System.Drawing.Color.White; + this.labelHeight10.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight10.Wordwrap = false; // - // labelDiffSecDiff10 + // labelLRSec10 // - this.labelDiffSecDiff10.BackGround = null; - 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.Regular); - this.labelDiffSecDiff10.LineSpacing = 0F; - this.labelDiffSecDiff10.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff10.Name = "labelDiffSecDiff10"; - this.labelDiffSecDiff10.OverlapOptimize = true; - this.labelDiffSecDiff10.PasswordChar = '\0'; - this.labelDiffSecDiff10.Radius = 3; - this.labelDiffSecDiff10.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff10.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff10.TabIndex = 33; - this.labelDiffSecDiff10.Text = "0.0023"; - 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; - this.labelDiffSecDiff10.Wordwrap = false; + this.labelLRSec10.BackGround = null; + this.labelLRSec10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec10.LineSpacing = 0F; + this.labelLRSec10.Location = new System.Drawing.Point(70, 151); + this.labelLRSec10.Name = "labelLRSec10"; + this.labelLRSec10.OverlapOptimize = true; + this.labelLRSec10.PasswordChar = '\0'; + this.labelLRSec10.Radius = 3; + this.labelLRSec10.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec10.Size = new System.Drawing.Size(70, 20); + this.labelLRSec10.TabIndex = 33; + this.labelLRSec10.Text = "0.0023"; + this.labelLRSec10.TextColor = System.Drawing.Color.White; + this.labelLRSec10.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec10.Wordwrap = false; // - // smartLabel113 + // labelTitle10LRSec // - this.smartLabel113.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel113.LineSpacing = 0F; - this.smartLabel113.Location = new System.Drawing.Point(4, 151); - this.smartLabel113.Name = "smartLabel113"; - this.smartLabel113.OverlapOptimize = true; - this.smartLabel113.PasswordChar = '\0'; - this.smartLabel113.Radius = 3; - this.smartLabel113.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel113.Size = new System.Drawing.Size(60, 20); - this.smartLabel113.TabIndex = 32; - this.smartLabel113.Text = "LR.Sec"; - 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; - this.smartLabel113.Wordwrap = false; + this.labelTitle10LRSec.BackGround = this.groupBoxLane1; + this.labelTitle10LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle10LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle10LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle10LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle10LRSec.LineSpacing = 0F; + this.labelTitle10LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle10LRSec.Name = "labelTitle10LRSec"; + this.labelTitle10LRSec.OverlapOptimize = true; + this.labelTitle10LRSec.PasswordChar = '\0'; + this.labelTitle10LRSec.Radius = 3; + this.labelTitle10LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle10LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle10LRSec.TabIndex = 32; + this.labelTitle10LRSec.Text = "LR.Sec"; + this.labelTitle10LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle10LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle10LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle10LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle10LRSec.Wordwrap = false; // - // smartGroupBox9 + // groupBoxLane8 // - this.smartGroupBox9.BackGround = null; - 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.labelDispMDataMax8); - this.smartGroupBox9.Controls.Add(this.labelTitleDispMDataM8); - this.smartGroupBox9.Controls.Add(this.labelTitleDispMDataD8); - this.smartGroupBox9.Controls.Add(this.labelDispMDataDiff8); - this.smartGroupBox9.Controls.Add(this.labelResultDiff8); - this.smartGroupBox9.Controls.Add(this.labelResultDisp8); - this.smartGroupBox9.Controls.Add(this.labelDiffSecMax8); - this.smartGroupBox9.Controls.Add(this.labelResult8); - this.smartGroupBox9.Controls.Add(this.labelDispRData8); - this.smartGroupBox9.Controls.Add(this.labelPressureWork8); - this.smartGroupBox9.Controls.Add(this.smartLabel120); - this.smartGroupBox9.Controls.Add(this.smartLabel84); - this.smartGroupBox9.Controls.Add(this.smartSeparatorLine18); - this.smartGroupBox9.Controls.Add(this.smartSeparatorLine25); - this.smartGroupBox9.Controls.Add(this.labelDiffMadc8); - this.smartGroupBox9.Controls.Add(this.labelTitleDispRData8); - this.smartGroupBox9.Controls.Add(this.labelPressureMaster8); - this.smartGroupBox9.Controls.Add(this.smartLabel86); - this.smartGroupBox9.Controls.Add(this.labelTitleDispMData8); - this.smartGroupBox9.Controls.Add(this.smartSeparatorLine26); - this.smartGroupBox9.Controls.Add(this.smartLabel87); - this.smartGroupBox9.Controls.Add(this.labelDispMData8); - this.smartGroupBox9.Controls.Add(this.labelDiffSecDiff8); - this.smartGroupBox9.Controls.Add(this.smartLabel89); - 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; - this.smartGroupBox9.HeaderHeightOffset = 1; - this.smartGroupBox9.Location = new System.Drawing.Point(159, 313); - this.smartGroupBox9.Name = "smartGroupBox9"; - this.smartGroupBox9.RoundRadius = 5; - this.smartGroupBox9.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox9.TabIndex = 91; - this.smartGroupBox9.Text = "Lane 8"; - this.smartGroupBox9.TextColor = System.Drawing.Color.White; + this.groupBoxLane8.BackGround = null; + this.groupBoxLane8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane8.BackImage = null; + this.groupBoxLane8.Controls.Add(this.labelMaxHeight8); + this.groupBoxLane8.Controls.Add(this.labelTitle8MaxHeight); + this.groupBoxLane8.Controls.Add(this.labelTitle8Diff); + this.groupBoxLane8.Controls.Add(this.labelDiff8); + this.groupBoxLane8.Controls.Add(this.labelResultDiff8); + this.groupBoxLane8.Controls.Add(this.labelResultDisp8); + this.groupBoxLane8.Controls.Add(this.labelLRMax8); + this.groupBoxLane8.Controls.Add(this.labelResult8); + this.groupBoxLane8.Controls.Add(this.labelLevel8); + this.groupBoxLane8.Controls.Add(this.labelPressureWork8); + this.groupBoxLane8.Controls.Add(this.labelTitle8LRMax); + this.groupBoxLane8.Controls.Add(this.smartLabel84); + this.groupBoxLane8.Controls.Add(this.smartSeparatorLine18); + this.groupBoxLane8.Controls.Add(this.smartSeparatorLine25); + this.groupBoxLane8.Controls.Add(this.labelDiffMadc8); + this.groupBoxLane8.Controls.Add(this.labelTitle8Level); + this.groupBoxLane8.Controls.Add(this.labelPressureMaster8); + this.groupBoxLane8.Controls.Add(this.labelTitle8Master); + this.groupBoxLane8.Controls.Add(this.labelTitle8Height); + this.groupBoxLane8.Controls.Add(this.smartSeparatorLine26); + this.groupBoxLane8.Controls.Add(this.labelTitle8work); + this.groupBoxLane8.Controls.Add(this.labelHeight8); + this.groupBoxLane8.Controls.Add(this.labelLRSec8); + this.groupBoxLane8.Controls.Add(this.labelTitle8LRSec); + this.groupBoxLane8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane8.FrameLineThickness = 2; + this.groupBoxLane8.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane8.HeaderHeightOffset = 1; + this.groupBoxLane8.Location = new System.Drawing.Point(159, 313); + this.groupBoxLane8.Name = "groupBoxLane8"; + this.groupBoxLane8.RoundRadius = 5; + this.groupBoxLane8.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane8.TabIndex = 91; + this.groupBoxLane8.Text = "Lane 8"; + this.groupBoxLane8.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax8 + // labelMaxHeight8 // - this.labelDispMDataMax8.BackGround = null; - this.labelDispMDataMax8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax8.LineSpacing = 0F; - this.labelDispMDataMax8.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax8.Name = "labelDispMDataMax8"; - this.labelDispMDataMax8.OverlapOptimize = true; - this.labelDispMDataMax8.PasswordChar = '\0'; - this.labelDispMDataMax8.Radius = 3; - this.labelDispMDataMax8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax8.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax8.TabIndex = 45; - this.labelDispMDataMax8.Text = "9.2354"; - this.labelDispMDataMax8.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax8.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax8.Wordwrap = false; + this.labelMaxHeight8.BackGround = null; + this.labelMaxHeight8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight8.LineSpacing = 0F; + this.labelMaxHeight8.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight8.Name = "labelMaxHeight8"; + this.labelMaxHeight8.OverlapOptimize = true; + this.labelMaxHeight8.PasswordChar = '\0'; + this.labelMaxHeight8.Radius = 3; + this.labelMaxHeight8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight8.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight8.TabIndex = 45; + this.labelMaxHeight8.Text = "9.2354"; + this.labelMaxHeight8.TextColor = System.Drawing.Color.White; + this.labelMaxHeight8.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight8.Wordwrap = false; // - // labelTitleDispMDataM8 + // labelTitle8MaxHeight // - this.labelTitleDispMDataM8.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM8.LineSpacing = 0F; - this.labelTitleDispMDataM8.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM8.Name = "labelTitleDispMDataM8"; - this.labelTitleDispMDataM8.OverlapOptimize = true; - this.labelTitleDispMDataM8.PasswordChar = '\0'; - this.labelTitleDispMDataM8.Radius = 3; - this.labelTitleDispMDataM8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM8.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM8.TabIndex = 44; - this.labelTitleDispMDataM8.Text = "Max.H"; - this.labelTitleDispMDataM8.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM8.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM8.Wordwrap = false; + this.labelTitle8MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle8MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8MaxHeight.LineSpacing = 0F; + this.labelTitle8MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle8MaxHeight.Name = "labelTitle8MaxHeight"; + this.labelTitle8MaxHeight.OverlapOptimize = true; + this.labelTitle8MaxHeight.PasswordChar = '\0'; + this.labelTitle8MaxHeight.Radius = 3; + this.labelTitle8MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle8MaxHeight.TabIndex = 44; + this.labelTitle8MaxHeight.Text = "Max.H"; + this.labelTitle8MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle8MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD8 + // labelTitle8Diff // - this.labelTitleDispMDataD8.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD8.LineSpacing = 0F; - this.labelTitleDispMDataD8.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD8.Name = "labelTitleDispMDataD8"; - this.labelTitleDispMDataD8.OverlapOptimize = true; - this.labelTitleDispMDataD8.PasswordChar = '\0'; - this.labelTitleDispMDataD8.Radius = 3; - this.labelTitleDispMDataD8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD8.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD8.TabIndex = 42; - this.labelTitleDispMDataD8.Text = "Diff"; - this.labelTitleDispMDataD8.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD8.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD8.Wordwrap = false; + this.labelTitle8Diff.BackGround = this.groupBoxLane1; + this.labelTitle8Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8Diff.LineSpacing = 0F; + this.labelTitle8Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle8Diff.Name = "labelTitle8Diff"; + this.labelTitle8Diff.OverlapOptimize = true; + this.labelTitle8Diff.PasswordChar = '\0'; + this.labelTitle8Diff.Radius = 3; + this.labelTitle8Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle8Diff.TabIndex = 42; + this.labelTitle8Diff.Text = "Diff"; + this.labelTitle8Diff.TextColor = System.Drawing.Color.White; + this.labelTitle8Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8Diff.Wordwrap = false; // - // labelDispMDataDiff8 + // labelDiff8 // - this.labelDispMDataDiff8.BackGround = null; - 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.Regular); - this.labelDispMDataDiff8.LineSpacing = 0F; - this.labelDispMDataDiff8.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff8.Name = "labelDispMDataDiff8"; - this.labelDispMDataDiff8.OverlapOptimize = true; - this.labelDispMDataDiff8.PasswordChar = '\0'; - this.labelDispMDataDiff8.Radius = 3; - this.labelDispMDataDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff8.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff8.TabIndex = 43; - this.labelDispMDataDiff8.Text = "9.2354"; - 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; - this.labelDispMDataDiff8.Wordwrap = false; + this.labelDiff8.BackGround = null; + this.labelDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff8.LineSpacing = 0F; + this.labelDiff8.Location = new System.Drawing.Point(70, 263); + this.labelDiff8.Name = "labelDiff8"; + this.labelDiff8.OverlapOptimize = true; + this.labelDiff8.PasswordChar = '\0'; + this.labelDiff8.Radius = 3; + this.labelDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff8.Size = new System.Drawing.Size(70, 20); + this.labelDiff8.TabIndex = 43; + this.labelDiff8.Text = "9.2354"; + this.labelDiff8.TextColor = System.Drawing.Color.White; + this.labelDiff8.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff8.Wordwrap = false; // // labelResultDiff8 // @@ -5583,7 +5583,7 @@ this.labelResultDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff8.LineSpacing = 0F; this.labelResultDiff8.Location = new System.Drawing.Point(2, 58); this.labelResultDiff8.Name = "labelResultDiff8"; @@ -5606,7 +5606,7 @@ this.labelResultDisp8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp8.LineSpacing = 0F; this.labelResultDisp8.Location = new System.Drawing.Point(71, 58); this.labelResultDisp8.Name = "labelResultDisp8"; @@ -5623,28 +5623,28 @@ this.labelResultDisp8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp8.Wordwrap = false; // - // labelDiffSecMax8 + // labelLRMax8 // - this.labelDiffSecMax8.BackGround = null; - this.labelDiffSecMax8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax8.LineSpacing = 0F; - this.labelDiffSecMax8.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax8.Name = "labelDiffSecMax8"; - this.labelDiffSecMax8.OverlapOptimize = true; - this.labelDiffSecMax8.PasswordChar = '\0'; - this.labelDiffSecMax8.Radius = 3; - this.labelDiffSecMax8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax8.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax8.TabIndex = 49; - this.labelDiffSecMax8.Text = "0.0023"; - this.labelDiffSecMax8.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax8.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax8.Wordwrap = false; + this.labelLRMax8.BackGround = null; + this.labelLRMax8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax8.LineSpacing = 0F; + this.labelLRMax8.Location = new System.Drawing.Point(70, 173); + this.labelLRMax8.Name = "labelLRMax8"; + this.labelLRMax8.OverlapOptimize = true; + this.labelLRMax8.PasswordChar = '\0'; + this.labelLRMax8.Radius = 3; + this.labelLRMax8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax8.Size = new System.Drawing.Size(70, 20); + this.labelLRMax8.TabIndex = 49; + this.labelLRMax8.Text = "0.0023"; + this.labelLRMax8.TextColor = System.Drawing.Color.White; + this.labelLRMax8.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax8.Wordwrap = false; // // labelResult8 // @@ -5652,7 +5652,7 @@ 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.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult8.LineSpacing = 0F; this.labelResult8.Location = new System.Drawing.Point(4, 28); this.labelResult8.Name = "labelResult8"; @@ -5669,28 +5669,28 @@ this.labelResult8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult8.Wordwrap = false; // - // labelDispRData8 + // labelLevel8 // - this.labelDispRData8.BackGround = null; - 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.Regular); - this.labelDispRData8.LineSpacing = 0F; - this.labelDispRData8.Location = new System.Drawing.Point(70, 197); - this.labelDispRData8.Name = "labelDispRData8"; - this.labelDispRData8.OverlapOptimize = true; - this.labelDispRData8.PasswordChar = '\0'; - this.labelDispRData8.Radius = 3; - this.labelDispRData8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData8.Size = new System.Drawing.Size(70, 20); - this.labelDispRData8.TabIndex = 28; - this.labelDispRData8.Text = "0.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; - this.labelDispRData8.Wordwrap = false; + this.labelLevel8.BackGround = null; + this.labelLevel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel8.LineSpacing = 0F; + this.labelLevel8.Location = new System.Drawing.Point(70, 197); + this.labelLevel8.Name = "labelLevel8"; + this.labelLevel8.OverlapOptimize = true; + this.labelLevel8.PasswordChar = '\0'; + this.labelLevel8.Radius = 3; + this.labelLevel8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel8.Size = new System.Drawing.Size(70, 20); + this.labelLevel8.TabIndex = 28; + this.labelLevel8.Text = "0.00"; + this.labelLevel8.TextColor = System.Drawing.Color.White; + this.labelLevel8.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel8.Wordwrap = false; // // labelPressureWork8 // @@ -5698,7 +5698,7 @@ 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.Regular); + this.labelPressureWork8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork8.LineSpacing = 0F; this.labelPressureWork8.Location = new System.Drawing.Point(70, 83); this.labelPressureWork8.Name = "labelPressureWork8"; @@ -5715,36 +5715,36 @@ this.labelPressureWork8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork8.Wordwrap = false; // - // smartLabel120 + // labelTitle8LRMax // - this.smartLabel120.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel120.LineSpacing = 0F; - this.smartLabel120.Location = new System.Drawing.Point(4, 173); - this.smartLabel120.Name = "smartLabel120"; - this.smartLabel120.OverlapOptimize = true; - this.smartLabel120.PasswordChar = '\0'; - this.smartLabel120.Radius = 3; - this.smartLabel120.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel120.Size = new System.Drawing.Size(60, 20); - this.smartLabel120.TabIndex = 48; - this.smartLabel120.Text = "LR.Max"; - 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; - this.smartLabel120.Wordwrap = false; + this.labelTitle8LRMax.BackGround = this.groupBoxLane1; + this.labelTitle8LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8LRMax.LineSpacing = 0F; + this.labelTitle8LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle8LRMax.Name = "labelTitle8LRMax"; + this.labelTitle8LRMax.OverlapOptimize = true; + this.labelTitle8LRMax.PasswordChar = '\0'; + this.labelTitle8LRMax.Radius = 3; + this.labelTitle8LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle8LRMax.TabIndex = 48; + this.labelTitle8LRMax.Text = "LR.Max"; + this.labelTitle8LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle8LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8LRMax.Wordwrap = false; // // smartLabel84 // - this.smartLabel84.BackGround = this.smartGroupBox2; + this.smartLabel84.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel84.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel84.LineSpacing = 0F; this.smartLabel84.Location = new System.Drawing.Point(4, 129); this.smartLabel84.Name = "smartLabel84"; @@ -5793,7 +5793,7 @@ 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.Regular); + this.labelDiffMadc8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc8.LineSpacing = 0F; this.labelDiffMadc8.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc8.Name = "labelDiffMadc8"; @@ -5810,28 +5810,28 @@ this.labelDiffMadc8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc8.Wordwrap = false; // - // labelTitleDispRData8 + // labelTitle8Level // - this.labelTitleDispRData8.BackGround = this.smartGroupBox2; - this.labelTitleDispRData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData8.LineSpacing = 0F; - this.labelTitleDispRData8.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData8.Name = "labelTitleDispRData8"; - this.labelTitleDispRData8.OverlapOptimize = true; - this.labelTitleDispRData8.PasswordChar = '\0'; - this.labelTitleDispRData8.Radius = 3; - this.labelTitleDispRData8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData8.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData8.TabIndex = 29; - this.labelTitleDispRData8.Text = "Level"; - this.labelTitleDispRData8.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData8.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData8.Wordwrap = false; + this.labelTitle8Level.BackGround = this.groupBoxLane1; + this.labelTitle8Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8Level.LineSpacing = 0F; + this.labelTitle8Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle8Level.Name = "labelTitle8Level"; + this.labelTitle8Level.OverlapOptimize = true; + this.labelTitle8Level.PasswordChar = '\0'; + this.labelTitle8Level.Radius = 3; + this.labelTitle8Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle8Level.TabIndex = 29; + this.labelTitle8Level.Text = "Level"; + this.labelTitle8Level.TextColor = System.Drawing.Color.White; + this.labelTitle8Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8Level.Wordwrap = false; // // labelPressureMaster8 // @@ -5839,7 +5839,7 @@ 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.Regular); + this.labelPressureMaster8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster8.LineSpacing = 0F; this.labelPressureMaster8.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster8.Name = "labelPressureMaster8"; @@ -5856,51 +5856,51 @@ this.labelPressureMaster8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureMaster8.Wordwrap = false; // - // smartLabel86 + // labelTitle8Master // - this.smartLabel86.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel86.LineSpacing = 0F; - this.smartLabel86.Location = new System.Drawing.Point(4, 105); - this.smartLabel86.Name = "smartLabel86"; - this.smartLabel86.OverlapOptimize = true; - this.smartLabel86.PasswordChar = '\0'; - this.smartLabel86.Radius = 3; - this.smartLabel86.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel86.Size = new System.Drawing.Size(60, 20); - this.smartLabel86.TabIndex = 35; - this.smartLabel86.Text = "master"; - 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; - this.smartLabel86.Wordwrap = false; + this.labelTitle8Master.BackGround = this.groupBoxLane1; + this.labelTitle8Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8Master.LineSpacing = 0F; + this.labelTitle8Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle8Master.Name = "labelTitle8Master"; + this.labelTitle8Master.OverlapOptimize = true; + this.labelTitle8Master.PasswordChar = '\0'; + this.labelTitle8Master.Radius = 3; + this.labelTitle8Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle8Master.TabIndex = 35; + this.labelTitle8Master.Text = "master"; + this.labelTitle8Master.TextColor = System.Drawing.Color.White; + this.labelTitle8Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8Master.Wordwrap = false; // - // labelTitleDispMData8 + // labelTitle8Height // - this.labelTitleDispMData8.BackGround = this.smartGroupBox2; - this.labelTitleDispMData8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData8.LineSpacing = 0F; - this.labelTitleDispMData8.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData8.Name = "labelTitleDispMData8"; - this.labelTitleDispMData8.OverlapOptimize = true; - this.labelTitleDispMData8.PasswordChar = '\0'; - this.labelTitleDispMData8.Radius = 3; - this.labelTitleDispMData8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData8.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData8.TabIndex = 30; - this.labelTitleDispMData8.Text = "Height"; - this.labelTitleDispMData8.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData8.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData8.Wordwrap = false; + this.labelTitle8Height.BackGround = this.groupBoxLane1; + this.labelTitle8Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8Height.LineSpacing = 0F; + this.labelTitle8Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle8Height.Name = "labelTitle8Height"; + this.labelTitle8Height.OverlapOptimize = true; + this.labelTitle8Height.PasswordChar = '\0'; + this.labelTitle8Height.Radius = 3; + this.labelTitle8Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle8Height.TabIndex = 30; + this.labelTitle8Height.Text = "Height"; + this.labelTitle8Height.TextColor = System.Drawing.Color.White; + this.labelTitle8Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8Height.Wordwrap = false; // // smartSeparatorLine26 // @@ -5915,231 +5915,231 @@ this.smartSeparatorLine26.TabIndex = 37; this.smartSeparatorLine26.Text = "smartSeparatorLine26"; // - // smartLabel87 + // labelTitle8work // - this.smartLabel87.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel87.LineSpacing = 0F; - this.smartLabel87.Location = new System.Drawing.Point(4, 83); - this.smartLabel87.Name = "smartLabel87"; - this.smartLabel87.OverlapOptimize = true; - this.smartLabel87.PasswordChar = '\0'; - this.smartLabel87.Radius = 3; - this.smartLabel87.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel87.Size = new System.Drawing.Size(60, 20); - this.smartLabel87.TabIndex = 34; - this.smartLabel87.Text = "work"; - 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; - this.smartLabel87.Wordwrap = false; + this.labelTitle8work.BackGround = this.groupBoxLane1; + this.labelTitle8work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8work.LineSpacing = 0F; + this.labelTitle8work.Location = new System.Drawing.Point(4, 83); + this.labelTitle8work.Name = "labelTitle8work"; + this.labelTitle8work.OverlapOptimize = true; + this.labelTitle8work.PasswordChar = '\0'; + this.labelTitle8work.Radius = 3; + this.labelTitle8work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8work.Size = new System.Drawing.Size(60, 20); + this.labelTitle8work.TabIndex = 34; + this.labelTitle8work.Text = "work"; + this.labelTitle8work.TextColor = System.Drawing.Color.White; + this.labelTitle8work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8work.Wordwrap = false; // - // labelDispMData8 + // labelHeight8 // - this.labelDispMData8.BackGround = null; - 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.Regular); - this.labelDispMData8.LineSpacing = 0F; - this.labelDispMData8.Location = new System.Drawing.Point(70, 219); - this.labelDispMData8.Name = "labelDispMData8"; - this.labelDispMData8.OverlapOptimize = true; - this.labelDispMData8.PasswordChar = '\0'; - this.labelDispMData8.Radius = 3; - this.labelDispMData8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData8.Size = new System.Drawing.Size(70, 20); - this.labelDispMData8.TabIndex = 31; - this.labelDispMData8.Text = "9.2354"; - 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; - this.labelDispMData8.Wordwrap = false; + this.labelHeight8.BackGround = null; + this.labelHeight8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight8.LineSpacing = 0F; + this.labelHeight8.Location = new System.Drawing.Point(70, 219); + this.labelHeight8.Name = "labelHeight8"; + this.labelHeight8.OverlapOptimize = true; + this.labelHeight8.PasswordChar = '\0'; + this.labelHeight8.Radius = 3; + this.labelHeight8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight8.Size = new System.Drawing.Size(70, 20); + this.labelHeight8.TabIndex = 31; + this.labelHeight8.Text = "9.2354"; + this.labelHeight8.TextColor = System.Drawing.Color.White; + this.labelHeight8.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight8.Wordwrap = false; // - // labelDiffSecDiff8 + // labelLRSec8 // - this.labelDiffSecDiff8.BackGround = null; - 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.Regular); - this.labelDiffSecDiff8.LineSpacing = 0F; - this.labelDiffSecDiff8.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff8.Name = "labelDiffSecDiff8"; - this.labelDiffSecDiff8.OverlapOptimize = true; - this.labelDiffSecDiff8.PasswordChar = '\0'; - this.labelDiffSecDiff8.Radius = 3; - this.labelDiffSecDiff8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff8.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff8.TabIndex = 33; - this.labelDiffSecDiff8.Text = "0.0023"; - 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; - this.labelDiffSecDiff8.Wordwrap = false; + this.labelLRSec8.BackGround = null; + this.labelLRSec8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec8.LineSpacing = 0F; + this.labelLRSec8.Location = new System.Drawing.Point(70, 151); + this.labelLRSec8.Name = "labelLRSec8"; + this.labelLRSec8.OverlapOptimize = true; + this.labelLRSec8.PasswordChar = '\0'; + this.labelLRSec8.Radius = 3; + this.labelLRSec8.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec8.Size = new System.Drawing.Size(70, 20); + this.labelLRSec8.TabIndex = 33; + this.labelLRSec8.Text = "0.0023"; + this.labelLRSec8.TextColor = System.Drawing.Color.White; + this.labelLRSec8.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec8.Wordwrap = false; // - // smartLabel89 + // labelTitle8LRSec // - this.smartLabel89.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel89.LineSpacing = 0F; - this.smartLabel89.Location = new System.Drawing.Point(4, 151); - this.smartLabel89.Name = "smartLabel89"; - this.smartLabel89.OverlapOptimize = true; - this.smartLabel89.PasswordChar = '\0'; - this.smartLabel89.Radius = 3; - this.smartLabel89.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel89.Size = new System.Drawing.Size(60, 20); - this.smartLabel89.TabIndex = 32; - this.smartLabel89.Text = "LR.Sec"; - 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; - this.smartLabel89.Wordwrap = false; + this.labelTitle8LRSec.BackGround = this.groupBoxLane1; + this.labelTitle8LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle8LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle8LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle8LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle8LRSec.LineSpacing = 0F; + this.labelTitle8LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle8LRSec.Name = "labelTitle8LRSec"; + this.labelTitle8LRSec.OverlapOptimize = true; + this.labelTitle8LRSec.PasswordChar = '\0'; + this.labelTitle8LRSec.Radius = 3; + this.labelTitle8LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle8LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle8LRSec.TabIndex = 32; + this.labelTitle8LRSec.Text = "LR.Sec"; + this.labelTitle8LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle8LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle8LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle8LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle8LRSec.Wordwrap = false; // - // smartGroupBox10 + // groupBoxLane7 // - this.smartGroupBox10.BackGround = null; - this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox10.BackImage = null; - this.smartGroupBox10.Controls.Add(this.labelDispMDataMax7); - this.smartGroupBox10.Controls.Add(this.labelTitleDispMDataM7); - this.smartGroupBox10.Controls.Add(this.labelTitleDispMDataD7); - this.smartGroupBox10.Controls.Add(this.labelDispMDataDiff7); - this.smartGroupBox10.Controls.Add(this.labelResultDiff7); - this.smartGroupBox10.Controls.Add(this.labelResultDisp7); - this.smartGroupBox10.Controls.Add(this.labelDiffSecMax7); - this.smartGroupBox10.Controls.Add(this.labelResult7); - this.smartGroupBox10.Controls.Add(this.labelDispRData7); - this.smartGroupBox10.Controls.Add(this.labelPressureWork7); - this.smartGroupBox10.Controls.Add(this.smartLabel106); - this.smartGroupBox10.Controls.Add(this.smartLabel72); - this.smartGroupBox10.Controls.Add(this.smartSeparatorLine17); - this.smartGroupBox10.Controls.Add(this.smartSeparatorLine10); - this.smartGroupBox10.Controls.Add(this.labelDiffMadc7); - this.smartGroupBox10.Controls.Add(this.labelTitleDispRData7); - this.smartGroupBox10.Controls.Add(this.labelPressureMaster7); - this.smartGroupBox10.Controls.Add(this.smartLabel74); - this.smartGroupBox10.Controls.Add(this.labelTitleDispMData7); - this.smartGroupBox10.Controls.Add(this.smartSeparatorLine24); - this.smartGroupBox10.Controls.Add(this.smartLabel75); - this.smartGroupBox10.Controls.Add(this.labelDispMData7); - this.smartGroupBox10.Controls.Add(this.labelDiffSecDiff7); - this.smartGroupBox10.Controls.Add(this.smartLabel77); - 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; - this.smartGroupBox10.HeaderHeightOffset = 1; - this.smartGroupBox10.Location = new System.Drawing.Point(7, 313); - this.smartGroupBox10.Name = "smartGroupBox10"; - this.smartGroupBox10.RoundRadius = 5; - this.smartGroupBox10.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox10.TabIndex = 90; - this.smartGroupBox10.Text = "Lane 7"; - this.smartGroupBox10.TextColor = System.Drawing.Color.White; + this.groupBoxLane7.BackGround = null; + this.groupBoxLane7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane7.BackImage = null; + this.groupBoxLane7.Controls.Add(this.labelMaxHeight7); + this.groupBoxLane7.Controls.Add(this.labelTitle7MaxHeight); + this.groupBoxLane7.Controls.Add(this.labelTitle7Diff); + this.groupBoxLane7.Controls.Add(this.labelDiff7); + this.groupBoxLane7.Controls.Add(this.labelResultDiff7); + this.groupBoxLane7.Controls.Add(this.labelResultDisp7); + this.groupBoxLane7.Controls.Add(this.labelLRMax7); + this.groupBoxLane7.Controls.Add(this.labelResult7); + this.groupBoxLane7.Controls.Add(this.labelLevel7); + this.groupBoxLane7.Controls.Add(this.labelPressureWork7); + this.groupBoxLane7.Controls.Add(this.labelTitle7LRMax); + this.groupBoxLane7.Controls.Add(this.smartLabel72); + this.groupBoxLane7.Controls.Add(this.smartSeparatorLine17); + this.groupBoxLane7.Controls.Add(this.smartSeparatorLine10); + this.groupBoxLane7.Controls.Add(this.labelDiffMadc7); + this.groupBoxLane7.Controls.Add(this.labelTitle7Level); + this.groupBoxLane7.Controls.Add(this.labelPressureMaster7); + this.groupBoxLane7.Controls.Add(this.labelTitle7Master); + this.groupBoxLane7.Controls.Add(this.labelTitle7Height); + this.groupBoxLane7.Controls.Add(this.smartSeparatorLine24); + this.groupBoxLane7.Controls.Add(this.labelTitle7work); + this.groupBoxLane7.Controls.Add(this.labelHeight7); + this.groupBoxLane7.Controls.Add(this.labelLRSec7); + this.groupBoxLane7.Controls.Add(this.labelTitle7LRSec); + this.groupBoxLane7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane7.FrameLineThickness = 2; + this.groupBoxLane7.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane7.HeaderHeightOffset = 1; + this.groupBoxLane7.Location = new System.Drawing.Point(7, 313); + this.groupBoxLane7.Name = "groupBoxLane7"; + this.groupBoxLane7.RoundRadius = 5; + this.groupBoxLane7.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane7.TabIndex = 90; + this.groupBoxLane7.Text = "Lane 7"; + this.groupBoxLane7.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax7 + // labelMaxHeight7 // - this.labelDispMDataMax7.BackGround = null; - this.labelDispMDataMax7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax7.LineSpacing = 0F; - this.labelDispMDataMax7.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax7.Name = "labelDispMDataMax7"; - this.labelDispMDataMax7.OverlapOptimize = true; - this.labelDispMDataMax7.PasswordChar = '\0'; - this.labelDispMDataMax7.Radius = 3; - this.labelDispMDataMax7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax7.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax7.TabIndex = 45; - this.labelDispMDataMax7.Text = "9.2354"; - this.labelDispMDataMax7.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax7.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax7.Wordwrap = false; + this.labelMaxHeight7.BackGround = null; + this.labelMaxHeight7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight7.LineSpacing = 0F; + this.labelMaxHeight7.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight7.Name = "labelMaxHeight7"; + this.labelMaxHeight7.OverlapOptimize = true; + this.labelMaxHeight7.PasswordChar = '\0'; + this.labelMaxHeight7.Radius = 3; + this.labelMaxHeight7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight7.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight7.TabIndex = 45; + this.labelMaxHeight7.Text = "9.2354"; + this.labelMaxHeight7.TextColor = System.Drawing.Color.White; + this.labelMaxHeight7.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight7.Wordwrap = false; // - // labelTitleDispMDataM7 + // labelTitle7MaxHeight // - this.labelTitleDispMDataM7.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM7.LineSpacing = 0F; - this.labelTitleDispMDataM7.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM7.Name = "labelTitleDispMDataM7"; - this.labelTitleDispMDataM7.OverlapOptimize = true; - this.labelTitleDispMDataM7.PasswordChar = '\0'; - this.labelTitleDispMDataM7.Radius = 3; - this.labelTitleDispMDataM7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM7.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM7.TabIndex = 44; - this.labelTitleDispMDataM7.Text = "Max.H"; - this.labelTitleDispMDataM7.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM7.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM7.Wordwrap = false; + this.labelTitle7MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle7MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7MaxHeight.LineSpacing = 0F; + this.labelTitle7MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle7MaxHeight.Name = "labelTitle7MaxHeight"; + this.labelTitle7MaxHeight.OverlapOptimize = true; + this.labelTitle7MaxHeight.PasswordChar = '\0'; + this.labelTitle7MaxHeight.Radius = 3; + this.labelTitle7MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle7MaxHeight.TabIndex = 44; + this.labelTitle7MaxHeight.Text = "Max.H"; + this.labelTitle7MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle7MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7MaxHeight.Wordwrap = false; // - // labelTitleDispMDataD7 + // labelTitle7Diff // - this.labelTitleDispMDataD7.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD7.LineSpacing = 0F; - this.labelTitleDispMDataD7.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD7.Name = "labelTitleDispMDataD7"; - this.labelTitleDispMDataD7.OverlapOptimize = true; - this.labelTitleDispMDataD7.PasswordChar = '\0'; - this.labelTitleDispMDataD7.Radius = 3; - this.labelTitleDispMDataD7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD7.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD7.TabIndex = 42; - this.labelTitleDispMDataD7.Text = "Diff"; - this.labelTitleDispMDataD7.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD7.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD7.Wordwrap = false; + this.labelTitle7Diff.BackGround = this.groupBoxLane1; + this.labelTitle7Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7Diff.LineSpacing = 0F; + this.labelTitle7Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle7Diff.Name = "labelTitle7Diff"; + this.labelTitle7Diff.OverlapOptimize = true; + this.labelTitle7Diff.PasswordChar = '\0'; + this.labelTitle7Diff.Radius = 3; + this.labelTitle7Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle7Diff.TabIndex = 42; + this.labelTitle7Diff.Text = "Diff"; + this.labelTitle7Diff.TextColor = System.Drawing.Color.White; + this.labelTitle7Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7Diff.Wordwrap = false; // - // labelDispMDataDiff7 + // labelDiff7 // - this.labelDispMDataDiff7.BackGround = null; - 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.Regular); - this.labelDispMDataDiff7.LineSpacing = 0F; - this.labelDispMDataDiff7.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff7.Name = "labelDispMDataDiff7"; - this.labelDispMDataDiff7.OverlapOptimize = true; - this.labelDispMDataDiff7.PasswordChar = '\0'; - this.labelDispMDataDiff7.Radius = 3; - this.labelDispMDataDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff7.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff7.TabIndex = 43; - this.labelDispMDataDiff7.Text = "9.2354"; - 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; - this.labelDispMDataDiff7.Wordwrap = false; + this.labelDiff7.BackGround = null; + this.labelDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff7.LineSpacing = 0F; + this.labelDiff7.Location = new System.Drawing.Point(70, 263); + this.labelDiff7.Name = "labelDiff7"; + this.labelDiff7.OverlapOptimize = true; + this.labelDiff7.PasswordChar = '\0'; + this.labelDiff7.Radius = 3; + this.labelDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff7.Size = new System.Drawing.Size(70, 20); + this.labelDiff7.TabIndex = 43; + this.labelDiff7.Text = "9.2354"; + this.labelDiff7.TextColor = System.Drawing.Color.White; + this.labelDiff7.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff7.Wordwrap = false; // // labelResultDiff7 // @@ -6147,7 +6147,7 @@ this.labelResultDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff7.LineSpacing = 0F; this.labelResultDiff7.Location = new System.Drawing.Point(4, 58); this.labelResultDiff7.Name = "labelResultDiff7"; @@ -6170,7 +6170,7 @@ this.labelResultDisp7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp7.LineSpacing = 0F; this.labelResultDisp7.Location = new System.Drawing.Point(73, 58); this.labelResultDisp7.Name = "labelResultDisp7"; @@ -6187,28 +6187,28 @@ this.labelResultDisp7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp7.Wordwrap = false; // - // labelDiffSecMax7 + // labelLRMax7 // - this.labelDiffSecMax7.BackGround = null; - this.labelDiffSecMax7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax7.LineSpacing = 0F; - this.labelDiffSecMax7.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax7.Name = "labelDiffSecMax7"; - this.labelDiffSecMax7.OverlapOptimize = true; - this.labelDiffSecMax7.PasswordChar = '\0'; - this.labelDiffSecMax7.Radius = 3; - this.labelDiffSecMax7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax7.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax7.TabIndex = 49; - this.labelDiffSecMax7.Text = "0.0023"; - this.labelDiffSecMax7.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax7.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax7.Wordwrap = false; + this.labelLRMax7.BackGround = null; + this.labelLRMax7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax7.LineSpacing = 0F; + this.labelLRMax7.Location = new System.Drawing.Point(70, 173); + this.labelLRMax7.Name = "labelLRMax7"; + this.labelLRMax7.OverlapOptimize = true; + this.labelLRMax7.PasswordChar = '\0'; + this.labelLRMax7.Radius = 3; + this.labelLRMax7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax7.Size = new System.Drawing.Size(70, 20); + this.labelLRMax7.TabIndex = 49; + this.labelLRMax7.Text = "0.0023"; + this.labelLRMax7.TextColor = System.Drawing.Color.White; + this.labelLRMax7.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax7.Wordwrap = false; // // labelResult7 // @@ -6216,7 +6216,7 @@ 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); + this.labelResult7.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult7.LineSpacing = 0F; this.labelResult7.Location = new System.Drawing.Point(4, 28); this.labelResult7.Name = "labelResult7"; @@ -6233,28 +6233,28 @@ this.labelResult7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult7.Wordwrap = false; // - // labelDispRData7 + // labelLevel7 // - this.labelDispRData7.BackGround = null; - 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.Regular); - this.labelDispRData7.LineSpacing = 0F; - this.labelDispRData7.Location = new System.Drawing.Point(70, 197); - this.labelDispRData7.Name = "labelDispRData7"; - this.labelDispRData7.OverlapOptimize = true; - this.labelDispRData7.PasswordChar = '\0'; - this.labelDispRData7.Radius = 3; - this.labelDispRData7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData7.Size = new System.Drawing.Size(70, 20); - this.labelDispRData7.TabIndex = 28; - this.labelDispRData7.Text = "0.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; - this.labelDispRData7.Wordwrap = false; + this.labelLevel7.BackGround = null; + this.labelLevel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel7.LineSpacing = 0F; + this.labelLevel7.Location = new System.Drawing.Point(70, 197); + this.labelLevel7.Name = "labelLevel7"; + this.labelLevel7.OverlapOptimize = true; + this.labelLevel7.PasswordChar = '\0'; + this.labelLevel7.Radius = 3; + this.labelLevel7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel7.Size = new System.Drawing.Size(70, 20); + this.labelLevel7.TabIndex = 28; + this.labelLevel7.Text = "0.00"; + this.labelLevel7.TextColor = System.Drawing.Color.White; + this.labelLevel7.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel7.Wordwrap = false; // // labelPressureWork7 // @@ -6262,7 +6262,7 @@ 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.Regular); + this.labelPressureWork7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork7.LineSpacing = 0F; this.labelPressureWork7.Location = new System.Drawing.Point(70, 83); this.labelPressureWork7.Name = "labelPressureWork7"; @@ -6279,36 +6279,36 @@ this.labelPressureWork7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork7.Wordwrap = false; // - // smartLabel106 + // labelTitle7LRMax // - this.smartLabel106.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel106.LineSpacing = 0F; - this.smartLabel106.Location = new System.Drawing.Point(4, 173); - this.smartLabel106.Name = "smartLabel106"; - this.smartLabel106.OverlapOptimize = true; - this.smartLabel106.PasswordChar = '\0'; - this.smartLabel106.Radius = 3; - this.smartLabel106.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel106.Size = new System.Drawing.Size(60, 20); - this.smartLabel106.TabIndex = 48; - this.smartLabel106.Text = "LR.Max"; - 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; - this.smartLabel106.Wordwrap = false; + this.labelTitle7LRMax.BackGround = this.groupBoxLane1; + this.labelTitle7LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7LRMax.LineSpacing = 0F; + this.labelTitle7LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle7LRMax.Name = "labelTitle7LRMax"; + this.labelTitle7LRMax.OverlapOptimize = true; + this.labelTitle7LRMax.PasswordChar = '\0'; + this.labelTitle7LRMax.Radius = 3; + this.labelTitle7LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle7LRMax.TabIndex = 48; + this.labelTitle7LRMax.Text = "LR.Max"; + this.labelTitle7LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle7LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7LRMax.Wordwrap = false; // // smartLabel72 // - this.smartLabel72.BackGround = this.smartGroupBox2; + this.smartLabel72.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel72.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel72.LineSpacing = 0F; this.smartLabel72.Location = new System.Drawing.Point(4, 129); this.smartLabel72.Name = "smartLabel72"; @@ -6357,7 +6357,7 @@ 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.Regular); + this.labelDiffMadc7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc7.LineSpacing = 0F; this.labelDiffMadc7.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc7.Name = "labelDiffMadc7"; @@ -6374,28 +6374,28 @@ this.labelDiffMadc7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc7.Wordwrap = false; // - // labelTitleDispRData7 + // labelTitle7Level // - this.labelTitleDispRData7.BackGround = this.smartGroupBox2; - this.labelTitleDispRData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData7.LineSpacing = 0F; - this.labelTitleDispRData7.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData7.Name = "labelTitleDispRData7"; - this.labelTitleDispRData7.OverlapOptimize = true; - this.labelTitleDispRData7.PasswordChar = '\0'; - this.labelTitleDispRData7.Radius = 3; - this.labelTitleDispRData7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData7.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData7.TabIndex = 29; - this.labelTitleDispRData7.Text = "Level"; - this.labelTitleDispRData7.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData7.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData7.Wordwrap = false; + this.labelTitle7Level.BackGround = this.groupBoxLane1; + this.labelTitle7Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7Level.LineSpacing = 0F; + this.labelTitle7Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle7Level.Name = "labelTitle7Level"; + this.labelTitle7Level.OverlapOptimize = true; + this.labelTitle7Level.PasswordChar = '\0'; + this.labelTitle7Level.Radius = 3; + this.labelTitle7Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle7Level.TabIndex = 29; + this.labelTitle7Level.Text = "Level"; + this.labelTitle7Level.TextColor = System.Drawing.Color.White; + this.labelTitle7Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7Level.Wordwrap = false; // // labelPressureMaster7 // @@ -6403,7 +6403,7 @@ 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.Regular); + this.labelPressureMaster7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster7.LineSpacing = 0F; this.labelPressureMaster7.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster7.Name = "labelPressureMaster7"; @@ -6420,51 +6420,51 @@ this.labelPressureMaster7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureMaster7.Wordwrap = false; // - // smartLabel74 + // labelTitle7Master // - this.smartLabel74.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel74.LineSpacing = 0F; - this.smartLabel74.Location = new System.Drawing.Point(4, 105); - this.smartLabel74.Name = "smartLabel74"; - this.smartLabel74.OverlapOptimize = true; - this.smartLabel74.PasswordChar = '\0'; - this.smartLabel74.Radius = 3; - this.smartLabel74.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel74.Size = new System.Drawing.Size(60, 20); - this.smartLabel74.TabIndex = 35; - this.smartLabel74.Text = "master"; - 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; - this.smartLabel74.Wordwrap = false; + this.labelTitle7Master.BackGround = this.groupBoxLane1; + this.labelTitle7Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7Master.LineSpacing = 0F; + this.labelTitle7Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle7Master.Name = "labelTitle7Master"; + this.labelTitle7Master.OverlapOptimize = true; + this.labelTitle7Master.PasswordChar = '\0'; + this.labelTitle7Master.Radius = 3; + this.labelTitle7Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle7Master.TabIndex = 35; + this.labelTitle7Master.Text = "master"; + this.labelTitle7Master.TextColor = System.Drawing.Color.White; + this.labelTitle7Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7Master.Wordwrap = false; // - // labelTitleDispMData7 + // labelTitle7Height // - this.labelTitleDispMData7.BackGround = this.smartGroupBox2; - this.labelTitleDispMData7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData7.LineSpacing = 0F; - this.labelTitleDispMData7.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData7.Name = "labelTitleDispMData7"; - this.labelTitleDispMData7.OverlapOptimize = true; - this.labelTitleDispMData7.PasswordChar = '\0'; - this.labelTitleDispMData7.Radius = 3; - this.labelTitleDispMData7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData7.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData7.TabIndex = 30; - this.labelTitleDispMData7.Text = "Height"; - this.labelTitleDispMData7.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData7.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData7.Wordwrap = false; + this.labelTitle7Height.BackGround = this.groupBoxLane1; + this.labelTitle7Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7Height.LineSpacing = 0F; + this.labelTitle7Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle7Height.Name = "labelTitle7Height"; + this.labelTitle7Height.OverlapOptimize = true; + this.labelTitle7Height.PasswordChar = '\0'; + this.labelTitle7Height.Radius = 3; + this.labelTitle7Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle7Height.TabIndex = 30; + this.labelTitle7Height.Text = "Height"; + this.labelTitle7Height.TextColor = System.Drawing.Color.White; + this.labelTitle7Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7Height.Wordwrap = false; // // smartSeparatorLine24 // @@ -6479,185 +6479,185 @@ this.smartSeparatorLine24.TabIndex = 37; this.smartSeparatorLine24.Text = "smartSeparatorLine24"; // - // smartLabel75 + // labelTitle7work // - this.smartLabel75.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel75.LineSpacing = 0F; - this.smartLabel75.Location = new System.Drawing.Point(4, 83); - 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(60, 20); - this.smartLabel75.TabIndex = 34; - this.smartLabel75.Text = "work"; - 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; + this.labelTitle7work.BackGround = this.groupBoxLane1; + this.labelTitle7work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7work.LineSpacing = 0F; + this.labelTitle7work.Location = new System.Drawing.Point(4, 83); + this.labelTitle7work.Name = "labelTitle7work"; + this.labelTitle7work.OverlapOptimize = true; + this.labelTitle7work.PasswordChar = '\0'; + this.labelTitle7work.Radius = 3; + this.labelTitle7work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7work.Size = new System.Drawing.Size(60, 20); + this.labelTitle7work.TabIndex = 34; + this.labelTitle7work.Text = "work"; + this.labelTitle7work.TextColor = System.Drawing.Color.White; + this.labelTitle7work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7work.Wordwrap = false; // - // labelDispMData7 + // labelHeight7 // - this.labelDispMData7.BackGround = null; - 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.Regular); - this.labelDispMData7.LineSpacing = 0F; - this.labelDispMData7.Location = new System.Drawing.Point(70, 219); - this.labelDispMData7.Name = "labelDispMData7"; - this.labelDispMData7.OverlapOptimize = true; - this.labelDispMData7.PasswordChar = '\0'; - this.labelDispMData7.Radius = 3; - this.labelDispMData7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData7.Size = new System.Drawing.Size(70, 20); - this.labelDispMData7.TabIndex = 31; - this.labelDispMData7.Text = "9.2354"; - 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; - this.labelDispMData7.Wordwrap = false; + this.labelHeight7.BackGround = null; + this.labelHeight7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight7.LineSpacing = 0F; + this.labelHeight7.Location = new System.Drawing.Point(70, 219); + this.labelHeight7.Name = "labelHeight7"; + this.labelHeight7.OverlapOptimize = true; + this.labelHeight7.PasswordChar = '\0'; + this.labelHeight7.Radius = 3; + this.labelHeight7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight7.Size = new System.Drawing.Size(70, 20); + this.labelHeight7.TabIndex = 31; + this.labelHeight7.Text = "9.2354"; + this.labelHeight7.TextColor = System.Drawing.Color.White; + this.labelHeight7.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight7.Wordwrap = false; // - // labelDiffSecDiff7 + // labelLRSec7 // - this.labelDiffSecDiff7.BackGround = null; - 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.Regular); - this.labelDiffSecDiff7.LineSpacing = 0F; - this.labelDiffSecDiff7.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff7.Name = "labelDiffSecDiff7"; - this.labelDiffSecDiff7.OverlapOptimize = true; - this.labelDiffSecDiff7.PasswordChar = '\0'; - this.labelDiffSecDiff7.Radius = 3; - this.labelDiffSecDiff7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff7.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff7.TabIndex = 33; - this.labelDiffSecDiff7.Text = "0.0023"; - 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; - this.labelDiffSecDiff7.Wordwrap = false; + this.labelLRSec7.BackGround = null; + this.labelLRSec7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec7.LineSpacing = 0F; + this.labelLRSec7.Location = new System.Drawing.Point(70, 151); + this.labelLRSec7.Name = "labelLRSec7"; + this.labelLRSec7.OverlapOptimize = true; + this.labelLRSec7.PasswordChar = '\0'; + this.labelLRSec7.Radius = 3; + this.labelLRSec7.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec7.Size = new System.Drawing.Size(70, 20); + this.labelLRSec7.TabIndex = 33; + this.labelLRSec7.Text = "0.0023"; + this.labelLRSec7.TextColor = System.Drawing.Color.White; + this.labelLRSec7.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec7.Wordwrap = false; // - // smartLabel77 + // labelTitle7LRSec // - this.smartLabel77.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel77.LineSpacing = 0F; - this.smartLabel77.Location = new System.Drawing.Point(4, 151); - 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(60, 20); - this.smartLabel77.TabIndex = 32; - this.smartLabel77.Text = "LR.Sec"; - 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; + this.labelTitle7LRSec.BackGround = this.groupBoxLane1; + this.labelTitle7LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle7LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle7LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle7LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle7LRSec.LineSpacing = 0F; + this.labelTitle7LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle7LRSec.Name = "labelTitle7LRSec"; + this.labelTitle7LRSec.OverlapOptimize = true; + this.labelTitle7LRSec.PasswordChar = '\0'; + this.labelTitle7LRSec.Radius = 3; + this.labelTitle7LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle7LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle7LRSec.TabIndex = 32; + this.labelTitle7LRSec.Text = "LR.Sec"; + this.labelTitle7LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle7LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle7LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle7LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle7LRSec.Wordwrap = false; // - // smartGroupBox11 + // groupBoxLane6 // - this.smartGroupBox11.BackGround = null; - 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.labelDispMDataMax6); - this.smartGroupBox11.Controls.Add(this.labelTitleDispMDataM6); - this.smartGroupBox11.Controls.Add(this.labelResultDiff6); - this.smartGroupBox11.Controls.Add(this.labelResultDisp6); - this.smartGroupBox11.Controls.Add(this.labelDiffSecMax6); - this.smartGroupBox11.Controls.Add(this.labelResult6); - this.smartGroupBox11.Controls.Add(this.labelDispRData6); - this.smartGroupBox11.Controls.Add(this.labelPressureWork6); - this.smartGroupBox11.Controls.Add(this.smartLabel90); - this.smartGroupBox11.Controls.Add(this.smartLabel59); - this.smartGroupBox11.Controls.Add(this.smartSeparatorLine16); - this.smartGroupBox11.Controls.Add(this.smartSeparatorLine8); - this.smartGroupBox11.Controls.Add(this.labelDiffMadc6); - this.smartGroupBox11.Controls.Add(this.labelTitleDispRData6); - this.smartGroupBox11.Controls.Add(this.labelPressureMaster6); - this.smartGroupBox11.Controls.Add(this.smartLabel62); - this.smartGroupBox11.Controls.Add(this.labelTitleDispMData6); - this.smartGroupBox11.Controls.Add(this.smartSeparatorLine9); - this.smartGroupBox11.Controls.Add(this.smartLabel63); - this.smartGroupBox11.Controls.Add(this.labelDispMData6); - this.smartGroupBox11.Controls.Add(this.labelTitleDispMDataD6); - this.smartGroupBox11.Controls.Add(this.labelDiffSecDiff6); - this.smartGroupBox11.Controls.Add(this.smartLabel65); - this.smartGroupBox11.Controls.Add(this.labelDispMDataDiff6); - 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; - this.smartGroupBox11.HeaderHeightOffset = 1; - this.smartGroupBox11.Location = new System.Drawing.Point(759, 22); - this.smartGroupBox11.Name = "smartGroupBox11"; - this.smartGroupBox11.RoundRadius = 5; - this.smartGroupBox11.Size = new System.Drawing.Size(145, 285); - this.smartGroupBox11.TabIndex = 89; - this.smartGroupBox11.Text = "Lane 6"; - this.smartGroupBox11.TextColor = System.Drawing.Color.White; + this.groupBoxLane6.BackGround = null; + this.groupBoxLane6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLane6.BackImage = null; + this.groupBoxLane6.Controls.Add(this.labelMaxHeight6); + this.groupBoxLane6.Controls.Add(this.labelTitle6MaxHeight); + this.groupBoxLane6.Controls.Add(this.labelResultDiff6); + this.groupBoxLane6.Controls.Add(this.labelResultDisp6); + this.groupBoxLane6.Controls.Add(this.labelLRMax6); + this.groupBoxLane6.Controls.Add(this.labelResult6); + this.groupBoxLane6.Controls.Add(this.labelLevel6); + this.groupBoxLane6.Controls.Add(this.labelPressureWork6); + this.groupBoxLane6.Controls.Add(this.labelTitle6LRMax); + this.groupBoxLane6.Controls.Add(this.smartLabel59); + this.groupBoxLane6.Controls.Add(this.smartSeparatorLine16); + this.groupBoxLane6.Controls.Add(this.smartSeparatorLine8); + this.groupBoxLane6.Controls.Add(this.labelDiffMadc6); + this.groupBoxLane6.Controls.Add(this.labelTitle6Level); + this.groupBoxLane6.Controls.Add(this.labelPressureMaster6); + this.groupBoxLane6.Controls.Add(this.labelTitle6Master); + this.groupBoxLane6.Controls.Add(this.labelTitle6Height); + this.groupBoxLane6.Controls.Add(this.smartSeparatorLine9); + this.groupBoxLane6.Controls.Add(this.labelTitle6work); + this.groupBoxLane6.Controls.Add(this.labelHeight6); + this.groupBoxLane6.Controls.Add(this.labelTitle6Diff); + this.groupBoxLane6.Controls.Add(this.labelLRSec6); + this.groupBoxLane6.Controls.Add(this.labelTitle6LRSec); + this.groupBoxLane6.Controls.Add(this.labelDiff6); + this.groupBoxLane6.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLane6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLane6.FrameLineThickness = 2; + this.groupBoxLane6.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLane6.HeaderHeightOffset = 1; + this.groupBoxLane6.Location = new System.Drawing.Point(759, 22); + this.groupBoxLane6.Name = "groupBoxLane6"; + this.groupBoxLane6.RoundRadius = 5; + this.groupBoxLane6.Size = new System.Drawing.Size(145, 285); + this.groupBoxLane6.TabIndex = 89; + this.groupBoxLane6.Text = "Lane 6"; + this.groupBoxLane6.TextColor = System.Drawing.Color.White; // - // labelDispMDataMax6 + // labelMaxHeight6 // - this.labelDispMDataMax6.BackGround = null; - this.labelDispMDataMax6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDispMDataMax6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDispMDataMax6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDispMDataMax6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDispMDataMax6.LineSpacing = 0F; - this.labelDispMDataMax6.Location = new System.Drawing.Point(70, 241); - this.labelDispMDataMax6.Name = "labelDispMDataMax6"; - this.labelDispMDataMax6.OverlapOptimize = true; - this.labelDispMDataMax6.PasswordChar = '\0'; - this.labelDispMDataMax6.Radius = 3; - this.labelDispMDataMax6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataMax6.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataMax6.TabIndex = 45; - this.labelDispMDataMax6.Text = "9.2354"; - this.labelDispMDataMax6.TextColor = System.Drawing.Color.White; - this.labelDispMDataMax6.TextColorDisable = System.Drawing.Color.Gray; - this.labelDispMDataMax6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDispMDataMax6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDispMDataMax6.Wordwrap = false; + this.labelMaxHeight6.BackGround = null; + this.labelMaxHeight6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelMaxHeight6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelMaxHeight6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelMaxHeight6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelMaxHeight6.LineSpacing = 0F; + this.labelMaxHeight6.Location = new System.Drawing.Point(70, 241); + this.labelMaxHeight6.Name = "labelMaxHeight6"; + this.labelMaxHeight6.OverlapOptimize = true; + this.labelMaxHeight6.PasswordChar = '\0'; + this.labelMaxHeight6.Radius = 3; + this.labelMaxHeight6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelMaxHeight6.Size = new System.Drawing.Size(70, 20); + this.labelMaxHeight6.TabIndex = 45; + this.labelMaxHeight6.Text = "9.2354"; + this.labelMaxHeight6.TextColor = System.Drawing.Color.White; + this.labelMaxHeight6.TextColorDisable = System.Drawing.Color.Gray; + this.labelMaxHeight6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelMaxHeight6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelMaxHeight6.Wordwrap = false; // - // labelTitleDispMDataM6 + // labelTitle6MaxHeight // - this.labelTitleDispMDataM6.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataM6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataM6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataM6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataM6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataM6.LineSpacing = 0F; - this.labelTitleDispMDataM6.Location = new System.Drawing.Point(4, 241); - this.labelTitleDispMDataM6.Name = "labelTitleDispMDataM6"; - this.labelTitleDispMDataM6.OverlapOptimize = true; - this.labelTitleDispMDataM6.PasswordChar = '\0'; - this.labelTitleDispMDataM6.Radius = 3; - this.labelTitleDispMDataM6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataM6.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataM6.TabIndex = 44; - this.labelTitleDispMDataM6.Text = "Max.H"; - this.labelTitleDispMDataM6.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataM6.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataM6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataM6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataM6.Wordwrap = false; + this.labelTitle6MaxHeight.BackGround = this.groupBoxLane1; + this.labelTitle6MaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6MaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6MaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6MaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6MaxHeight.LineSpacing = 0F; + this.labelTitle6MaxHeight.Location = new System.Drawing.Point(4, 241); + this.labelTitle6MaxHeight.Name = "labelTitle6MaxHeight"; + this.labelTitle6MaxHeight.OverlapOptimize = true; + this.labelTitle6MaxHeight.PasswordChar = '\0'; + this.labelTitle6MaxHeight.Radius = 3; + this.labelTitle6MaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6MaxHeight.Size = new System.Drawing.Size(60, 20); + this.labelTitle6MaxHeight.TabIndex = 44; + this.labelTitle6MaxHeight.Text = "Max.H"; + this.labelTitle6MaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitle6MaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6MaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6MaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6MaxHeight.Wordwrap = false; // // labelResultDiff6 // @@ -6665,7 +6665,7 @@ this.labelResultDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff6.LineSpacing = 0F; this.labelResultDiff6.Location = new System.Drawing.Point(4, 58); this.labelResultDiff6.Name = "labelResultDiff6"; @@ -6688,7 +6688,7 @@ this.labelResultDisp6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp6.LineSpacing = 0F; this.labelResultDisp6.Location = new System.Drawing.Point(73, 58); this.labelResultDisp6.Name = "labelResultDisp6"; @@ -6705,28 +6705,28 @@ this.labelResultDisp6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp6.Wordwrap = false; // - // labelDiffSecMax6 + // labelLRMax6 // - this.labelDiffSecMax6.BackGround = null; - this.labelDiffSecMax6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelDiffSecMax6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelDiffSecMax6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecMax6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelDiffSecMax6.LineSpacing = 0F; - this.labelDiffSecMax6.Location = new System.Drawing.Point(70, 173); - this.labelDiffSecMax6.Name = "labelDiffSecMax6"; - this.labelDiffSecMax6.OverlapOptimize = true; - this.labelDiffSecMax6.PasswordChar = '\0'; - this.labelDiffSecMax6.Radius = 3; - this.labelDiffSecMax6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecMax6.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecMax6.TabIndex = 49; - this.labelDiffSecMax6.Text = "0.0023"; - this.labelDiffSecMax6.TextColor = System.Drawing.Color.White; - this.labelDiffSecMax6.TextColorDisable = System.Drawing.Color.Gray; - this.labelDiffSecMax6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelDiffSecMax6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelDiffSecMax6.Wordwrap = false; + this.labelLRMax6.BackGround = null; + this.labelLRMax6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRMax6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRMax6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRMax6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRMax6.LineSpacing = 0F; + this.labelLRMax6.Location = new System.Drawing.Point(70, 173); + this.labelLRMax6.Name = "labelLRMax6"; + this.labelLRMax6.OverlapOptimize = true; + this.labelLRMax6.PasswordChar = '\0'; + this.labelLRMax6.Radius = 3; + this.labelLRMax6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRMax6.Size = new System.Drawing.Size(70, 20); + this.labelLRMax6.TabIndex = 49; + this.labelLRMax6.Text = "0.0023"; + this.labelLRMax6.TextColor = System.Drawing.Color.White; + this.labelLRMax6.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRMax6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRMax6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRMax6.Wordwrap = false; // // labelResult6 // @@ -6734,7 +6734,7 @@ 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); + this.labelResult6.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult6.LineSpacing = 0F; this.labelResult6.Location = new System.Drawing.Point(4, 28); this.labelResult6.Name = "labelResult6"; @@ -6751,28 +6751,28 @@ this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult6.Wordwrap = false; // - // labelDispRData6 + // labelLevel6 // - this.labelDispRData6.BackGround = null; - 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.Regular); - this.labelDispRData6.LineSpacing = 0F; - this.labelDispRData6.Location = new System.Drawing.Point(70, 197); - this.labelDispRData6.Name = "labelDispRData6"; - this.labelDispRData6.OverlapOptimize = true; - this.labelDispRData6.PasswordChar = '\0'; - this.labelDispRData6.Radius = 3; - this.labelDispRData6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispRData6.Size = new System.Drawing.Size(70, 20); - this.labelDispRData6.TabIndex = 28; - this.labelDispRData6.Text = "0.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; - this.labelDispRData6.Wordwrap = false; + this.labelLevel6.BackGround = null; + this.labelLevel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLevel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLevel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLevel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLevel6.LineSpacing = 0F; + this.labelLevel6.Location = new System.Drawing.Point(70, 197); + this.labelLevel6.Name = "labelLevel6"; + this.labelLevel6.OverlapOptimize = true; + this.labelLevel6.PasswordChar = '\0'; + this.labelLevel6.Radius = 3; + this.labelLevel6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLevel6.Size = new System.Drawing.Size(70, 20); + this.labelLevel6.TabIndex = 28; + this.labelLevel6.Text = "0.00"; + this.labelLevel6.TextColor = System.Drawing.Color.White; + this.labelLevel6.TextColorDisable = System.Drawing.Color.Gray; + this.labelLevel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLevel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLevel6.Wordwrap = false; // // labelPressureWork6 // @@ -6780,7 +6780,7 @@ 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.Regular); + this.labelPressureWork6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWork6.LineSpacing = 0F; this.labelPressureWork6.Location = new System.Drawing.Point(70, 83); this.labelPressureWork6.Name = "labelPressureWork6"; @@ -6797,36 +6797,36 @@ this.labelPressureWork6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureWork6.Wordwrap = false; // - // smartLabel90 + // labelTitle6LRMax // - this.smartLabel90.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel90.LineSpacing = 0F; - this.smartLabel90.Location = new System.Drawing.Point(4, 173); - this.smartLabel90.Name = "smartLabel90"; - this.smartLabel90.OverlapOptimize = true; - this.smartLabel90.PasswordChar = '\0'; - this.smartLabel90.Radius = 3; - this.smartLabel90.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel90.Size = new System.Drawing.Size(60, 20); - this.smartLabel90.TabIndex = 48; - this.smartLabel90.Text = "LR.Max"; - 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; - this.smartLabel90.Wordwrap = false; + this.labelTitle6LRMax.BackGround = this.groupBoxLane1; + this.labelTitle6LRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6LRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6LRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6LRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6LRMax.LineSpacing = 0F; + this.labelTitle6LRMax.Location = new System.Drawing.Point(4, 173); + this.labelTitle6LRMax.Name = "labelTitle6LRMax"; + this.labelTitle6LRMax.OverlapOptimize = true; + this.labelTitle6LRMax.PasswordChar = '\0'; + this.labelTitle6LRMax.Radius = 3; + this.labelTitle6LRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6LRMax.Size = new System.Drawing.Size(60, 20); + this.labelTitle6LRMax.TabIndex = 48; + this.labelTitle6LRMax.Text = "LR.Max"; + this.labelTitle6LRMax.TextColor = System.Drawing.Color.White; + this.labelTitle6LRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6LRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6LRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6LRMax.Wordwrap = false; // // smartLabel59 // - this.smartLabel59.BackGround = this.smartGroupBox2; + this.smartLabel59.BackGround = this.groupBoxLane1; 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.Regular); + this.smartLabel59.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel59.LineSpacing = 0F; this.smartLabel59.Location = new System.Drawing.Point(4, 129); this.smartLabel59.Name = "smartLabel59"; @@ -6875,7 +6875,7 @@ 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.Regular); + this.labelDiffMadc6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffMadc6.LineSpacing = 0F; this.labelDiffMadc6.Location = new System.Drawing.Point(70, 129); this.labelDiffMadc6.Name = "labelDiffMadc6"; @@ -6892,28 +6892,28 @@ this.labelDiffMadc6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiffMadc6.Wordwrap = false; // - // labelTitleDispRData6 + // labelTitle6Level // - this.labelTitleDispRData6.BackGround = this.smartGroupBox2; - this.labelTitleDispRData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispRData6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispRData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispRData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispRData6.LineSpacing = 0F; - this.labelTitleDispRData6.Location = new System.Drawing.Point(4, 197); - this.labelTitleDispRData6.Name = "labelTitleDispRData6"; - this.labelTitleDispRData6.OverlapOptimize = true; - this.labelTitleDispRData6.PasswordChar = '\0'; - this.labelTitleDispRData6.Radius = 3; - this.labelTitleDispRData6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispRData6.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispRData6.TabIndex = 29; - this.labelTitleDispRData6.Text = "Level"; - this.labelTitleDispRData6.TextColor = System.Drawing.Color.White; - this.labelTitleDispRData6.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispRData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispRData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispRData6.Wordwrap = false; + this.labelTitle6Level.BackGround = this.groupBoxLane1; + this.labelTitle6Level.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6Level.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6Level.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6Level.LineSpacing = 0F; + this.labelTitle6Level.Location = new System.Drawing.Point(4, 197); + this.labelTitle6Level.Name = "labelTitle6Level"; + this.labelTitle6Level.OverlapOptimize = true; + this.labelTitle6Level.PasswordChar = '\0'; + this.labelTitle6Level.Radius = 3; + this.labelTitle6Level.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6Level.Size = new System.Drawing.Size(60, 20); + this.labelTitle6Level.TabIndex = 29; + this.labelTitle6Level.Text = "Level"; + this.labelTitle6Level.TextColor = System.Drawing.Color.White; + this.labelTitle6Level.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6Level.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6Level.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6Level.Wordwrap = false; // // labelPressureMaster6 // @@ -6921,7 +6921,7 @@ 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.Regular); + this.labelPressureMaster6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster6.LineSpacing = 0F; this.labelPressureMaster6.Location = new System.Drawing.Point(70, 105); this.labelPressureMaster6.Name = "labelPressureMaster6"; @@ -6938,51 +6938,51 @@ this.labelPressureMaster6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressureMaster6.Wordwrap = false; // - // smartLabel62 + // labelTitle6Master // - this.smartLabel62.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel62.LineSpacing = 0F; - this.smartLabel62.Location = new System.Drawing.Point(4, 105); - this.smartLabel62.Name = "smartLabel62"; - this.smartLabel62.OverlapOptimize = true; - this.smartLabel62.PasswordChar = '\0'; - this.smartLabel62.Radius = 3; - this.smartLabel62.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel62.Size = new System.Drawing.Size(60, 20); - this.smartLabel62.TabIndex = 35; - this.smartLabel62.Text = "master"; - 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; - this.smartLabel62.Wordwrap = false; + this.labelTitle6Master.BackGround = this.groupBoxLane1; + this.labelTitle6Master.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6Master.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6Master.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6Master.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6Master.LineSpacing = 0F; + this.labelTitle6Master.Location = new System.Drawing.Point(4, 105); + this.labelTitle6Master.Name = "labelTitle6Master"; + this.labelTitle6Master.OverlapOptimize = true; + this.labelTitle6Master.PasswordChar = '\0'; + this.labelTitle6Master.Radius = 3; + this.labelTitle6Master.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6Master.Size = new System.Drawing.Size(60, 20); + this.labelTitle6Master.TabIndex = 35; + this.labelTitle6Master.Text = "master"; + this.labelTitle6Master.TextColor = System.Drawing.Color.White; + this.labelTitle6Master.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6Master.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6Master.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6Master.Wordwrap = false; // - // labelTitleDispMData6 + // labelTitle6Height // - this.labelTitleDispMData6.BackGround = this.smartGroupBox2; - this.labelTitleDispMData6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMData6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMData6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMData6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMData6.LineSpacing = 0F; - this.labelTitleDispMData6.Location = new System.Drawing.Point(4, 219); - this.labelTitleDispMData6.Name = "labelTitleDispMData6"; - this.labelTitleDispMData6.OverlapOptimize = true; - this.labelTitleDispMData6.PasswordChar = '\0'; - this.labelTitleDispMData6.Radius = 3; - this.labelTitleDispMData6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMData6.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMData6.TabIndex = 30; - this.labelTitleDispMData6.Text = "Height"; - this.labelTitleDispMData6.TextColor = System.Drawing.Color.White; - this.labelTitleDispMData6.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMData6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMData6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMData6.Wordwrap = false; + this.labelTitle6Height.BackGround = this.groupBoxLane1; + this.labelTitle6Height.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6Height.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6Height.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6Height.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6Height.LineSpacing = 0F; + this.labelTitle6Height.Location = new System.Drawing.Point(4, 219); + this.labelTitle6Height.Name = "labelTitle6Height"; + this.labelTitle6Height.OverlapOptimize = true; + this.labelTitle6Height.PasswordChar = '\0'; + this.labelTitle6Height.Radius = 3; + this.labelTitle6Height.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6Height.Size = new System.Drawing.Size(60, 20); + this.labelTitle6Height.TabIndex = 30; + this.labelTitle6Height.Text = "Height"; + this.labelTitle6Height.TextColor = System.Drawing.Color.White; + this.labelTitle6Height.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6Height.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6Height.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6Height.Wordwrap = false; // // smartSeparatorLine9 // @@ -6997,482 +6997,482 @@ this.smartSeparatorLine9.TabIndex = 37; this.smartSeparatorLine9.Text = "smartSeparatorLine9"; // - // smartLabel63 + // labelTitle6work // - this.smartLabel63.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel63.LineSpacing = 0F; - this.smartLabel63.Location = new System.Drawing.Point(4, 83); - 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(60, 20); - this.smartLabel63.TabIndex = 34; - this.smartLabel63.Text = "work"; - 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; + this.labelTitle6work.BackGround = this.groupBoxLane1; + this.labelTitle6work.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6work.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6work.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6work.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6work.LineSpacing = 0F; + this.labelTitle6work.Location = new System.Drawing.Point(4, 83); + this.labelTitle6work.Name = "labelTitle6work"; + this.labelTitle6work.OverlapOptimize = true; + this.labelTitle6work.PasswordChar = '\0'; + this.labelTitle6work.Radius = 3; + this.labelTitle6work.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6work.Size = new System.Drawing.Size(60, 20); + this.labelTitle6work.TabIndex = 34; + this.labelTitle6work.Text = "work"; + this.labelTitle6work.TextColor = System.Drawing.Color.White; + this.labelTitle6work.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6work.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6work.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6work.Wordwrap = false; // - // labelDispMData6 + // labelHeight6 // - this.labelDispMData6.BackGround = null; - 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.Regular); - this.labelDispMData6.LineSpacing = 0F; - this.labelDispMData6.Location = new System.Drawing.Point(70, 219); - this.labelDispMData6.Name = "labelDispMData6"; - this.labelDispMData6.OverlapOptimize = true; - this.labelDispMData6.PasswordChar = '\0'; - this.labelDispMData6.Radius = 3; - this.labelDispMData6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMData6.Size = new System.Drawing.Size(70, 20); - this.labelDispMData6.TabIndex = 31; - this.labelDispMData6.Text = "9.2354"; - 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; - this.labelDispMData6.Wordwrap = false; + this.labelHeight6.BackGround = null; + this.labelHeight6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelHeight6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelHeight6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelHeight6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelHeight6.LineSpacing = 0F; + this.labelHeight6.Location = new System.Drawing.Point(70, 219); + this.labelHeight6.Name = "labelHeight6"; + this.labelHeight6.OverlapOptimize = true; + this.labelHeight6.PasswordChar = '\0'; + this.labelHeight6.Radius = 3; + this.labelHeight6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelHeight6.Size = new System.Drawing.Size(70, 20); + this.labelHeight6.TabIndex = 31; + this.labelHeight6.Text = "9.2354"; + this.labelHeight6.TextColor = System.Drawing.Color.White; + this.labelHeight6.TextColorDisable = System.Drawing.Color.Gray; + this.labelHeight6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelHeight6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelHeight6.Wordwrap = false; // - // labelTitleDispMDataD6 + // labelTitle6Diff // - this.labelTitleDispMDataD6.BackGround = this.smartGroupBox2; - this.labelTitleDispMDataD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelTitleDispMDataD6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTitleDispMDataD6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTitleDispMDataD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelTitleDispMDataD6.LineSpacing = 0F; - this.labelTitleDispMDataD6.Location = new System.Drawing.Point(4, 263); - this.labelTitleDispMDataD6.Name = "labelTitleDispMDataD6"; - this.labelTitleDispMDataD6.OverlapOptimize = true; - this.labelTitleDispMDataD6.PasswordChar = '\0'; - this.labelTitleDispMDataD6.Radius = 3; - this.labelTitleDispMDataD6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTitleDispMDataD6.Size = new System.Drawing.Size(60, 20); - this.labelTitleDispMDataD6.TabIndex = 42; - this.labelTitleDispMDataD6.Text = "Diff"; - this.labelTitleDispMDataD6.TextColor = System.Drawing.Color.White; - this.labelTitleDispMDataD6.TextColorDisable = System.Drawing.Color.Gray; - this.labelTitleDispMDataD6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTitleDispMDataD6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTitleDispMDataD6.Wordwrap = false; + this.labelTitle6Diff.BackGround = this.groupBoxLane1; + this.labelTitle6Diff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6Diff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6Diff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6Diff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6Diff.LineSpacing = 0F; + this.labelTitle6Diff.Location = new System.Drawing.Point(4, 263); + this.labelTitle6Diff.Name = "labelTitle6Diff"; + this.labelTitle6Diff.OverlapOptimize = true; + this.labelTitle6Diff.PasswordChar = '\0'; + this.labelTitle6Diff.Radius = 3; + this.labelTitle6Diff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6Diff.Size = new System.Drawing.Size(60, 20); + this.labelTitle6Diff.TabIndex = 42; + this.labelTitle6Diff.Text = "Diff"; + this.labelTitle6Diff.TextColor = System.Drawing.Color.White; + this.labelTitle6Diff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6Diff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6Diff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6Diff.Wordwrap = false; // - // labelDiffSecDiff6 + // labelLRSec6 // - this.labelDiffSecDiff6.BackGround = null; - 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.Regular); - this.labelDiffSecDiff6.LineSpacing = 0F; - this.labelDiffSecDiff6.Location = new System.Drawing.Point(70, 151); - this.labelDiffSecDiff6.Name = "labelDiffSecDiff6"; - this.labelDiffSecDiff6.OverlapOptimize = true; - this.labelDiffSecDiff6.PasswordChar = '\0'; - this.labelDiffSecDiff6.Radius = 3; - this.labelDiffSecDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDiffSecDiff6.Size = new System.Drawing.Size(70, 20); - this.labelDiffSecDiff6.TabIndex = 33; - this.labelDiffSecDiff6.Text = "0.0023"; - 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; - this.labelDiffSecDiff6.Wordwrap = false; + this.labelLRSec6.BackGround = null; + this.labelLRSec6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelLRSec6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelLRSec6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelLRSec6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelLRSec6.LineSpacing = 0F; + this.labelLRSec6.Location = new System.Drawing.Point(70, 151); + this.labelLRSec6.Name = "labelLRSec6"; + this.labelLRSec6.OverlapOptimize = true; + this.labelLRSec6.PasswordChar = '\0'; + this.labelLRSec6.Radius = 3; + this.labelLRSec6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLRSec6.Size = new System.Drawing.Size(70, 20); + this.labelLRSec6.TabIndex = 33; + this.labelLRSec6.Text = "0.0023"; + this.labelLRSec6.TextColor = System.Drawing.Color.White; + this.labelLRSec6.TextColorDisable = System.Drawing.Color.Gray; + this.labelLRSec6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelLRSec6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelLRSec6.Wordwrap = false; // - // smartLabel65 + // labelTitle6LRSec // - this.smartLabel65.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel65.LineSpacing = 0F; - this.smartLabel65.Location = new System.Drawing.Point(4, 151); - 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(60, 20); - this.smartLabel65.TabIndex = 32; - this.smartLabel65.Text = "LR.Sec"; - 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; + this.labelTitle6LRSec.BackGround = this.groupBoxLane1; + this.labelTitle6LRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitle6LRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitle6LRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitle6LRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitle6LRSec.LineSpacing = 0F; + this.labelTitle6LRSec.Location = new System.Drawing.Point(4, 151); + this.labelTitle6LRSec.Name = "labelTitle6LRSec"; + this.labelTitle6LRSec.OverlapOptimize = true; + this.labelTitle6LRSec.PasswordChar = '\0'; + this.labelTitle6LRSec.Radius = 3; + this.labelTitle6LRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitle6LRSec.Size = new System.Drawing.Size(60, 20); + this.labelTitle6LRSec.TabIndex = 32; + this.labelTitle6LRSec.Text = "LR.Sec"; + this.labelTitle6LRSec.TextColor = System.Drawing.Color.White; + this.labelTitle6LRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitle6LRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitle6LRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitle6LRSec.Wordwrap = false; // - // labelDispMDataDiff6 + // labelDiff6 // - this.labelDispMDataDiff6.BackGround = null; - 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.Regular); - this.labelDispMDataDiff6.LineSpacing = 0F; - this.labelDispMDataDiff6.Location = new System.Drawing.Point(70, 263); - this.labelDispMDataDiff6.Name = "labelDispMDataDiff6"; - this.labelDispMDataDiff6.OverlapOptimize = true; - this.labelDispMDataDiff6.PasswordChar = '\0'; - this.labelDispMDataDiff6.Radius = 3; - this.labelDispMDataDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelDispMDataDiff6.Size = new System.Drawing.Size(70, 20); - this.labelDispMDataDiff6.TabIndex = 43; - this.labelDispMDataDiff6.Text = "9.2354"; - 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; - this.labelDispMDataDiff6.Wordwrap = false; + this.labelDiff6.BackGround = null; + this.labelDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelDiff6.LineSpacing = 0F; + this.labelDiff6.Location = new System.Drawing.Point(70, 263); + this.labelDiff6.Name = "labelDiff6"; + this.labelDiff6.OverlapOptimize = true; + this.labelDiff6.PasswordChar = '\0'; + this.labelDiff6.Radius = 3; + this.labelDiff6.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelDiff6.Size = new System.Drawing.Size(70, 20); + this.labelDiff6.TabIndex = 43; + this.labelDiff6.Text = "9.2354"; + this.labelDiff6.TextColor = System.Drawing.Color.White; + this.labelDiff6.TextColorDisable = System.Drawing.Color.Gray; + this.labelDiff6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelDiff6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelDiff6.Wordwrap = false; // // ControlMainDisplay12 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Black; - this.Controls.Add(this.smartGroupBox13); - this.Controls.Add(this.smartGroupBox12); - this.Controls.Add(this.smartGroupBox4); - this.Controls.Add(this.smartGroupBox5); - this.Controls.Add(this.smartGroupBox2); - this.Controls.Add(this.smartGroupBox3); - this.Controls.Add(this.smartGroupBox6); - this.Controls.Add(this.smartGroupBox7); - this.Controls.Add(this.smartGroupBox8); - this.Controls.Add(this.smartGroupBox9); - this.Controls.Add(this.smartGroupBox10); - this.Controls.Add(this.smartGroupBox11); + this.Controls.Add(this.groupBoxLane12); + this.Controls.Add(this.groupBoxLane11); + this.Controls.Add(this.groupBoxLane3); + this.Controls.Add(this.groupBoxLane4); + this.Controls.Add(this.groupBoxLane1); + this.Controls.Add(this.groupBoxLane2); + this.Controls.Add(this.groupBoxLane5); + this.Controls.Add(this.groupBoxLane9); + this.Controls.Add(this.groupBoxLane10); + this.Controls.Add(this.groupBoxLane8); + this.Controls.Add(this.groupBoxLane7); + this.Controls.Add(this.groupBoxLane6); this.Name = "ControlMainDisplay12"; this.Size = new System.Drawing.Size(910, 620); - this.smartGroupBox13.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); - this.smartGroupBox12.ResumeLayout(false); - this.smartGroupBox4.ResumeLayout(false); - this.smartGroupBox5.ResumeLayout(false); - this.smartGroupBox3.ResumeLayout(false); - this.smartGroupBox6.ResumeLayout(false); - this.smartGroupBox7.ResumeLayout(false); - this.smartGroupBox8.ResumeLayout(false); - this.smartGroupBox9.ResumeLayout(false); - this.smartGroupBox10.ResumeLayout(false); - this.smartGroupBox11.ResumeLayout(false); + this.groupBoxLane12.ResumeLayout(false); + this.groupBoxLane1.ResumeLayout(false); + this.groupBoxLane11.ResumeLayout(false); + this.groupBoxLane3.ResumeLayout(false); + this.groupBoxLane4.ResumeLayout(false); + this.groupBoxLane2.ResumeLayout(false); + this.groupBoxLane5.ResumeLayout(false); + this.groupBoxLane9.ResumeLayout(false); + this.groupBoxLane10.ResumeLayout(false); + this.groupBoxLane8.ResumeLayout(false); + this.groupBoxLane7.ResumeLayout(false); + this.groupBoxLane6.ResumeLayout(false); this.ResumeLayout(false); } #endregion - private SmartX.SmartGroupBox smartGroupBox13; - private SmartX.SmartLabel labelDispMDataMax12; - private SmartX.SmartLabel smartLabel48; - private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartLabel labelDispMDataMax1; - private SmartX.SmartLabel labelTitleDispMDataM1; + private SmartX.SmartGroupBox groupBoxLane12; + private SmartX.SmartLabel labelMaxHeight12; + private SmartX.SmartLabel labelTitle12MaxHeight; + private SmartX.SmartGroupBox groupBoxLane1; + private SmartX.SmartLabel labelMaxHeight1; + private SmartX.SmartLabel labelTitle1MaxHeight; private SmartX.SmartLabel labelResultDiff1; private SmartX.SmartLabel labelResultDisp1; private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartLabel labelResult1; - private SmartX.SmartLabel labelTitleDispRData1; + private SmartX.SmartLabel labelTitle1Level; private SmartX.SmartLabel smartLabel61; - private SmartX.SmartLabel labelDiffSecMax1; + private SmartX.SmartLabel labelLRMax1; private SmartX.SmartLabel labelPressureWork1; - private SmartX.SmartLabel labelDispRData1; + private SmartX.SmartLabel labelLevel1; private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel21; + private SmartX.SmartLabel labelTitle1LRMax; private SmartX.SmartSeparatorLine smartSeparatorLine21; - private SmartX.SmartLabel labelTitleDispMData1; + private SmartX.SmartLabel labelTitle1Height; private SmartX.SmartLabel labelDiffMadc1; private SmartX.SmartSeparatorLine smartSeparatorLine11; - private SmartX.SmartLabel labelDispMData1; + private SmartX.SmartLabel labelHeight1; private SmartX.SmartLabel labelPressureMaster1; - private SmartX.SmartLabel labelTitleDispMDataD1; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel smartLabel10; - private SmartX.SmartLabel labelDispMDataDiff1; - private SmartX.SmartLabel labelDiffSecDiff1; - private SmartX.SmartLabel smartLabel12; - private SmartX.SmartLabel smartLabel51; - private SmartX.SmartLabel labelDispMDataDiff12; + private SmartX.SmartLabel labelTitle1Diff; + private SmartX.SmartLabel labelTitle1LRSec; + private SmartX.SmartLabel labelTitle1Master; + private SmartX.SmartLabel labelDiff1; + private SmartX.SmartLabel labelLRSec1; + private SmartX.SmartLabel labelTitle1work; + private SmartX.SmartLabel labelTitle12Diff; + private SmartX.SmartLabel labelDiff12; private SmartX.SmartLabel labelResultDiff12; private SmartX.SmartLabel labelResultDisp12; - private SmartX.SmartLabel labelDiffSecMax12; + private SmartX.SmartLabel labelLRMax12; private SmartX.SmartLabel labelResult12; - private SmartX.SmartLabel smartLabel64; - private SmartX.SmartLabel smartLabel66; - private SmartX.SmartLabel smartLabel67; + private SmartX.SmartLabel labelTitle12Level; + private SmartX.SmartLabel labelTitle12work; + private SmartX.SmartLabel labelTitle12LRMax; private SmartX.SmartLabel smartLabel68; private SmartX.SmartSeparatorLine smartSeparatorLine34; private SmartX.SmartSeparatorLine smartSeparatorLine35; private SmartX.SmartLabel labelDiffMadc12; - private SmartX.SmartLabel labelDispRData12; + private SmartX.SmartLabel labelLevel12; private SmartX.SmartLabel labelPressureMaster12; private SmartX.SmartLabel labelPressureWork12; - private SmartX.SmartLabel smartLabel81; - private SmartX.SmartLabel smartLabel82; + private SmartX.SmartLabel labelTitle12Height; + private SmartX.SmartLabel labelTitle12Master; private SmartX.SmartSeparatorLine smartSeparatorLine36; - private SmartX.SmartLabel labelDispMData12; - private SmartX.SmartLabel labelDiffSecDiff12; - private SmartX.SmartLabel smartLabel88; - private SmartX.SmartGroupBox smartGroupBox12; - private SmartX.SmartLabel labelDispMDataMax11; - private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel4; - private SmartX.SmartLabel labelDispMDataDiff11; + private SmartX.SmartLabel labelHeight12; + private SmartX.SmartLabel labelLRSec12; + private SmartX.SmartLabel labelTitle12LRSec; + private SmartX.SmartGroupBox groupBoxLane11; + private SmartX.SmartLabel labelMaxHeight11; + private SmartX.SmartLabel labelTitle11MaxHeight; + private SmartX.SmartLabel labelTitle11Diff; + private SmartX.SmartLabel labelDiff11; private SmartX.SmartLabel labelResultDiff11; private SmartX.SmartLabel labelResultDisp11; - private SmartX.SmartLabel labelDiffSecMax11; + private SmartX.SmartLabel labelLRMax11; private SmartX.SmartLabel labelResult11; - private SmartX.SmartLabel smartLabel18; - private SmartX.SmartLabel smartLabel19; - private SmartX.SmartLabel smartLabel20; + private SmartX.SmartLabel labelTitle11Level; + private SmartX.SmartLabel labelTitle11work; + private SmartX.SmartLabel labelTitle11LRMax; private SmartX.SmartLabel smartLabel22; private SmartX.SmartSeparatorLine smartSeparatorLine31; private SmartX.SmartSeparatorLine smartSeparatorLine32; private SmartX.SmartLabel labelDiffMadc11; - private SmartX.SmartLabel labelDispRData11; + private SmartX.SmartLabel labelLevel11; private SmartX.SmartLabel labelPressureMaster11; private SmartX.SmartLabel labelPressureWork11; - private SmartX.SmartLabel smartLabel36; - private SmartX.SmartLabel smartLabel39; + private SmartX.SmartLabel labelTitle11Height; + private SmartX.SmartLabel labelTitle11Master; private SmartX.SmartSeparatorLine smartSeparatorLine33; - private SmartX.SmartLabel labelDispMData11; - private SmartX.SmartLabel labelDiffSecDiff11; - private SmartX.SmartLabel smartLabel44; - private SmartX.SmartGroupBox smartGroupBox4; - private SmartX.SmartLabel labelDispMDataMax3; - private SmartX.SmartLabel labelTitleDispMDataM3; - private SmartX.SmartLabel labelTitleDispMDataD3; - private SmartX.SmartLabel labelDispMDataDiff3; + private SmartX.SmartLabel labelHeight11; + private SmartX.SmartLabel labelLRSec11; + private SmartX.SmartLabel labelTitle11LRSec; + private SmartX.SmartGroupBox groupBoxLane3; + private SmartX.SmartLabel labelMaxHeight3; + private SmartX.SmartLabel labelTitle3MaxHeight; + private SmartX.SmartLabel labelTitle3Diff; + private SmartX.SmartLabel labelDiff3; private SmartX.SmartLabel labelResultDiff3; private SmartX.SmartLabel labelResultDisp3; - private SmartX.SmartLabel labelDiffSecMax3; + private SmartX.SmartLabel labelLRMax3; private SmartX.SmartLabel labelResult3; - private SmartX.SmartLabel labelTitleDispRData3; - private SmartX.SmartLabel smartLabel26; - private SmartX.SmartLabel smartLabel41; + private SmartX.SmartLabel labelTitle3Level; + private SmartX.SmartLabel labelTitle3work; + private SmartX.SmartLabel labelTitle3LRMax; private SmartX.SmartLabel smartLabel23; private SmartX.SmartSeparatorLine smartSeparatorLine13; private SmartX.SmartSeparatorLine smartSeparatorLine3; private SmartX.SmartLabel labelDiffMadc3; - private SmartX.SmartLabel labelDispRData3; + private SmartX.SmartLabel labelLevel3; private SmartX.SmartLabel labelPressureMaster3; private SmartX.SmartLabel labelPressureWork3; - private SmartX.SmartLabel labelTitleDispMData3; - private SmartX.SmartLabel smartLabel25; + private SmartX.SmartLabel labelTitle3Height; + private SmartX.SmartLabel labelTitle3Master; private SmartX.SmartSeparatorLine smartSeparatorLine23; - private SmartX.SmartLabel labelDispMData3; - private SmartX.SmartLabel labelDiffSecDiff3; - private SmartX.SmartLabel smartLabel28; - private SmartX.SmartGroupBox smartGroupBox5; - private SmartX.SmartLabel labelDispMDataMax4; - private SmartX.SmartLabel labelTitleDispMDataM4; - private SmartX.SmartLabel labelTitleDispMDataD4; - private SmartX.SmartLabel labelDispMDataDiff4; + private SmartX.SmartLabel labelHeight3; + private SmartX.SmartLabel labelLRSec3; + private SmartX.SmartLabel labelTitle3LRSec; + private SmartX.SmartGroupBox groupBoxLane4; + private SmartX.SmartLabel labelMaxHeight4; + private SmartX.SmartLabel labelTitle4MaxHeight; + private SmartX.SmartLabel labelTitle4Diff; + private SmartX.SmartLabel labelDiff4; private SmartX.SmartLabel labelResultDiff4; private SmartX.SmartLabel labelResultDisp4; - private SmartX.SmartLabel labelDiffSecMax4; + private SmartX.SmartLabel labelLRMax4; private SmartX.SmartLabel labelResult4; - private SmartX.SmartLabel labelTitleDispRData4; - private SmartX.SmartLabel smartLabel38; - private SmartX.SmartLabel smartLabel57; + private SmartX.SmartLabel labelTitle4Level; + private SmartX.SmartLabel labelTitle4work; + private SmartX.SmartLabel labelTitle4LRMax; private SmartX.SmartLabel smartLabel35; private SmartX.SmartSeparatorLine smartSeparatorLine14; private SmartX.SmartSeparatorLine smartSeparatorLine4; private SmartX.SmartLabel labelDiffMadc4; - private SmartX.SmartLabel labelDispRData4; + private SmartX.SmartLabel labelLevel4; private SmartX.SmartLabel labelPressureMaster4; private SmartX.SmartLabel labelPressureWork4; - private SmartX.SmartLabel labelTitleDispMData4; - private SmartX.SmartLabel smartLabel37; + private SmartX.SmartLabel labelTitle4Height; + private SmartX.SmartLabel labelTitle4Master; private SmartX.SmartSeparatorLine smartSeparatorLine5; - private SmartX.SmartLabel labelDispMData4; - private SmartX.SmartLabel labelDiffSecDiff4; - private SmartX.SmartLabel smartLabel40; - private SmartX.SmartGroupBox smartGroupBox3; - private SmartX.SmartLabel labelDispMDataDiff2; - private SmartX.SmartLabel labelTitleDispMDataD2; + private SmartX.SmartLabel labelHeight4; + private SmartX.SmartLabel labelLRSec4; + private SmartX.SmartLabel labelTitle4LRSec; + private SmartX.SmartGroupBox groupBoxLane2; + private SmartX.SmartLabel labelDiff2; + private SmartX.SmartLabel labelTitle2Diff; private SmartX.SmartLabel labelResultDiff2; private SmartX.SmartLabel labelResultDisp2; - private SmartX.SmartLabel labelDiffSecMax2; + private SmartX.SmartLabel labelLRMax2; private SmartX.SmartLabel labelResult2; - private SmartX.SmartLabel labelTitleDispRData2; - private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel labelTitle2Level; + private SmartX.SmartLabel labelTitle2work; private SmartX.SmartSeparatorLine smartSeparatorLine22; private SmartX.SmartLabel labelPressureMaster2; private SmartX.SmartSeparatorLine smartSeparatorLine12; - private SmartX.SmartLabel smartLabel24; - private SmartX.SmartLabel labelTitleDispMDataM2; - private SmartX.SmartLabel labelDispRData2; - private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel labelTitle2LRMax; + private SmartX.SmartLabel labelTitle2MaxHeight; + private SmartX.SmartLabel labelLevel2; + private SmartX.SmartLabel labelTitle2Master; private SmartX.SmartLabel labelPressureWork2; private SmartX.SmartSeparatorLine smartSeparatorLine2; - private SmartX.SmartLabel labelTitleDispMData2; - private SmartX.SmartLabel labelDispMDataMax2; - private SmartX.SmartLabel labelDispMData2; + private SmartX.SmartLabel labelTitle2Height; + private SmartX.SmartLabel labelMaxHeight2; + private SmartX.SmartLabel labelHeight2; private SmartX.SmartLabel smartLabel9; private SmartX.SmartLabel labelDiffMadc2; - private SmartX.SmartLabel labelDiffSecDiff2; - private SmartX.SmartLabel smartLabel16; - private SmartX.SmartGroupBox smartGroupBox6; - private SmartX.SmartLabel labelDispMDataMax5; - private SmartX.SmartLabel labelTitleDispMDataM5; - private SmartX.SmartLabel labelTitleDispMDataD5; - private SmartX.SmartLabel labelDispMDataDiff5; + private SmartX.SmartLabel labelLRSec2; + private SmartX.SmartLabel labelTitle2LRSec; + private SmartX.SmartGroupBox groupBoxLane5; + private SmartX.SmartLabel labelMaxHeight5; + private SmartX.SmartLabel labelTitle5MaxHeight; + private SmartX.SmartLabel labelTitle5Diff; + private SmartX.SmartLabel labelDiff5; private SmartX.SmartLabel labelResultDiff5; private SmartX.SmartLabel labelResultDisp5; - private SmartX.SmartLabel labelDiffSecMax5; + private SmartX.SmartLabel labelLRMax5; private SmartX.SmartLabel labelResult5; - private SmartX.SmartLabel labelTitleDispRData5; - private SmartX.SmartLabel smartLabel50; - private SmartX.SmartLabel smartLabel73; + private SmartX.SmartLabel labelTitle5Level; + private SmartX.SmartLabel labelTitle5work; + private SmartX.SmartLabel labelTitle5LRMax; private SmartX.SmartLabel smartLabel47; private SmartX.SmartSeparatorLine smartSeparatorLine15; private SmartX.SmartSeparatorLine smartSeparatorLine6; private SmartX.SmartLabel labelDiffMadc5; - private SmartX.SmartLabel labelDispRData5; + private SmartX.SmartLabel labelLevel5; private SmartX.SmartLabel labelPressureMaster5; private SmartX.SmartLabel labelPressureWork5; - private SmartX.SmartLabel labelTitleDispMData5; - private SmartX.SmartLabel smartLabel49; + private SmartX.SmartLabel labelTitle5Height; + private SmartX.SmartLabel labelTitle5Master; private SmartX.SmartSeparatorLine smartSeparatorLine7; - private SmartX.SmartLabel labelDispMData5; - private SmartX.SmartLabel labelDiffSecDiff5; - private SmartX.SmartLabel smartLabel52; - private SmartX.SmartGroupBox smartGroupBox7; - private SmartX.SmartLabel labelDispMDataMax9; - private SmartX.SmartLabel labelTitleDispMDataM9; - private SmartX.SmartLabel labelTitleDispMDataD9; - private SmartX.SmartLabel labelDispMDataDiff9; + private SmartX.SmartLabel labelHeight5; + private SmartX.SmartLabel labelLRSec5; + private SmartX.SmartLabel labelTitle5LRSec; + private SmartX.SmartGroupBox groupBoxLane9; + private SmartX.SmartLabel labelMaxHeight9; + private SmartX.SmartLabel labelTitle9MaxHeight; + private SmartX.SmartLabel labelTitle9Diff; + private SmartX.SmartLabel labelDiff9; private SmartX.SmartLabel labelResultDiff9; private SmartX.SmartLabel labelResultDisp9; - private SmartX.SmartLabel labelDiffSecMax9; + private SmartX.SmartLabel labelLRMax9; private SmartX.SmartLabel labelResult9; - private SmartX.SmartLabel labelDispRData9; - private SmartX.SmartLabel smartLabel99; - private SmartX.SmartLabel smartLabel128; + private SmartX.SmartLabel labelLevel9; + private SmartX.SmartLabel labelTitle9work; + private SmartX.SmartLabel labelTitle9LRMax; private SmartX.SmartLabel smartLabel96; private SmartX.SmartSeparatorLine smartSeparatorLine19; private SmartX.SmartSeparatorLine smartSeparatorLine27; private SmartX.SmartLabel labelDiffMadc9; - private SmartX.SmartLabel labelTitleDispRData9; + private SmartX.SmartLabel labelTitle9Level; private SmartX.SmartLabel labelPressureMaster9; private SmartX.SmartLabel labelPressureWork9; - private SmartX.SmartLabel labelTitleDispMData9; - private SmartX.SmartLabel smartLabel98; + private SmartX.SmartLabel labelTitle9Height; + private SmartX.SmartLabel labelTitle9Master; private SmartX.SmartSeparatorLine smartSeparatorLine28; - private SmartX.SmartLabel labelDispMData9; - private SmartX.SmartLabel labelDiffSecDiff9; - private SmartX.SmartLabel smartLabel101; - private SmartX.SmartGroupBox smartGroupBox8; - private SmartX.SmartLabel labelDispMDataMax10; - private SmartX.SmartLabel labelTitleDispMDataM10; - private SmartX.SmartLabel labelTitleDispMDataD10; - private SmartX.SmartLabel labelDispMDataDiff10; + private SmartX.SmartLabel labelHeight9; + private SmartX.SmartLabel labelLRSec9; + private SmartX.SmartLabel labelTitle9LRSec; + private SmartX.SmartGroupBox groupBoxLane10; + private SmartX.SmartLabel labelMaxHeight10; + private SmartX.SmartLabel labelTitle10MaxHeight; + private SmartX.SmartLabel labelTitle10Diff; + private SmartX.SmartLabel labelDiff10; private SmartX.SmartLabel labelResultDiff10; private SmartX.SmartLabel labelResultDisp10; - private SmartX.SmartLabel labelDiffSecMax10; + private SmartX.SmartLabel labelLRMax10; private SmartX.SmartLabel labelResult10; - private SmartX.SmartLabel labelTitleDispRData10; - private SmartX.SmartLabel smartLabel111; - private SmartX.SmartLabel smartLabel136; + private SmartX.SmartLabel labelTitle10Level; + private SmartX.SmartLabel labelTitle10work; + private SmartX.SmartLabel labelTitle10LRMax; private SmartX.SmartLabel smartLabel108; private SmartX.SmartSeparatorLine smartSeparatorLine20; private SmartX.SmartSeparatorLine smartSeparatorLine29; private SmartX.SmartLabel labelDiffMadc10; - private SmartX.SmartLabel labelDispRData10; + private SmartX.SmartLabel labelLevel10; private SmartX.SmartLabel labelPressureMaster10; private SmartX.SmartLabel labelPressureWork10; - private SmartX.SmartLabel labelTitleDispMData10; - private SmartX.SmartLabel smartLabel110; + private SmartX.SmartLabel labelTitle10Height; + private SmartX.SmartLabel labelTitle10Master; private SmartX.SmartSeparatorLine smartSeparatorLine30; - private SmartX.SmartLabel labelDispMData10; - private SmartX.SmartLabel labelDiffSecDiff10; - private SmartX.SmartLabel smartLabel113; - private SmartX.SmartGroupBox smartGroupBox9; - private SmartX.SmartLabel labelDispMDataMax8; - private SmartX.SmartLabel labelTitleDispMDataM8; - private SmartX.SmartLabel labelTitleDispMDataD8; - private SmartX.SmartLabel labelDispMDataDiff8; + private SmartX.SmartLabel labelHeight10; + private SmartX.SmartLabel labelLRSec10; + private SmartX.SmartLabel labelTitle10LRSec; + private SmartX.SmartGroupBox groupBoxLane8; + private SmartX.SmartLabel labelMaxHeight8; + private SmartX.SmartLabel labelTitle8MaxHeight; + private SmartX.SmartLabel labelTitle8Diff; + private SmartX.SmartLabel labelDiff8; private SmartX.SmartLabel labelResultDiff8; private SmartX.SmartLabel labelResultDisp8; - private SmartX.SmartLabel labelDiffSecMax8; + private SmartX.SmartLabel labelLRMax8; private SmartX.SmartLabel labelResult8; - private SmartX.SmartLabel labelDispRData8; + private SmartX.SmartLabel labelLevel8; private SmartX.SmartLabel labelPressureWork8; - private SmartX.SmartLabel smartLabel120; + private SmartX.SmartLabel labelTitle8LRMax; private SmartX.SmartLabel smartLabel84; private SmartX.SmartSeparatorLine smartSeparatorLine18; private SmartX.SmartSeparatorLine smartSeparatorLine25; private SmartX.SmartLabel labelDiffMadc8; - private SmartX.SmartLabel labelTitleDispRData8; + private SmartX.SmartLabel labelTitle8Level; private SmartX.SmartLabel labelPressureMaster8; - private SmartX.SmartLabel smartLabel86; - private SmartX.SmartLabel labelTitleDispMData8; + private SmartX.SmartLabel labelTitle8Master; + private SmartX.SmartLabel labelTitle8Height; private SmartX.SmartSeparatorLine smartSeparatorLine26; - private SmartX.SmartLabel smartLabel87; - private SmartX.SmartLabel labelDispMData8; - private SmartX.SmartLabel labelDiffSecDiff8; - private SmartX.SmartLabel smartLabel89; - private SmartX.SmartGroupBox smartGroupBox10; - private SmartX.SmartLabel labelDispMDataMax7; - private SmartX.SmartLabel labelTitleDispMDataM7; - private SmartX.SmartLabel labelTitleDispMDataD7; - private SmartX.SmartLabel labelDispMDataDiff7; + private SmartX.SmartLabel labelTitle8work; + private SmartX.SmartLabel labelHeight8; + private SmartX.SmartLabel labelLRSec8; + private SmartX.SmartLabel labelTitle8LRSec; + private SmartX.SmartGroupBox groupBoxLane7; + private SmartX.SmartLabel labelMaxHeight7; + private SmartX.SmartLabel labelTitle7MaxHeight; + private SmartX.SmartLabel labelTitle7Diff; + private SmartX.SmartLabel labelDiff7; private SmartX.SmartLabel labelResultDiff7; private SmartX.SmartLabel labelResultDisp7; - private SmartX.SmartLabel labelDiffSecMax7; + private SmartX.SmartLabel labelLRMax7; private SmartX.SmartLabel labelResult7; - private SmartX.SmartLabel labelDispRData7; + private SmartX.SmartLabel labelLevel7; private SmartX.SmartLabel labelPressureWork7; - private SmartX.SmartLabel smartLabel106; + private SmartX.SmartLabel labelTitle7LRMax; private SmartX.SmartLabel smartLabel72; private SmartX.SmartSeparatorLine smartSeparatorLine17; private SmartX.SmartSeparatorLine smartSeparatorLine10; private SmartX.SmartLabel labelDiffMadc7; - private SmartX.SmartLabel labelTitleDispRData7; + private SmartX.SmartLabel labelTitle7Level; private SmartX.SmartLabel labelPressureMaster7; - private SmartX.SmartLabel smartLabel74; - private SmartX.SmartLabel labelTitleDispMData7; + private SmartX.SmartLabel labelTitle7Master; + private SmartX.SmartLabel labelTitle7Height; private SmartX.SmartSeparatorLine smartSeparatorLine24; - private SmartX.SmartLabel smartLabel75; - private SmartX.SmartLabel labelDispMData7; - private SmartX.SmartLabel labelDiffSecDiff7; - private SmartX.SmartLabel smartLabel77; - private SmartX.SmartGroupBox smartGroupBox11; - private SmartX.SmartLabel labelDispMDataMax6; - private SmartX.SmartLabel labelTitleDispMDataM6; + private SmartX.SmartLabel labelTitle7work; + private SmartX.SmartLabel labelHeight7; + private SmartX.SmartLabel labelLRSec7; + private SmartX.SmartLabel labelTitle7LRSec; + private SmartX.SmartGroupBox groupBoxLane6; + private SmartX.SmartLabel labelMaxHeight6; + private SmartX.SmartLabel labelTitle6MaxHeight; private SmartX.SmartLabel labelResultDiff6; private SmartX.SmartLabel labelResultDisp6; - private SmartX.SmartLabel labelDiffSecMax6; + private SmartX.SmartLabel labelLRMax6; private SmartX.SmartLabel labelResult6; - private SmartX.SmartLabel labelDispRData6; + private SmartX.SmartLabel labelLevel6; private SmartX.SmartLabel labelPressureWork6; - private SmartX.SmartLabel smartLabel90; + private SmartX.SmartLabel labelTitle6LRMax; private SmartX.SmartLabel smartLabel59; private SmartX.SmartSeparatorLine smartSeparatorLine16; private SmartX.SmartSeparatorLine smartSeparatorLine8; private SmartX.SmartLabel labelDiffMadc6; - private SmartX.SmartLabel labelTitleDispRData6; + private SmartX.SmartLabel labelTitle6Level; private SmartX.SmartLabel labelPressureMaster6; - private SmartX.SmartLabel smartLabel62; - private SmartX.SmartLabel labelTitleDispMData6; + private SmartX.SmartLabel labelTitle6Master; + private SmartX.SmartLabel labelTitle6Height; private SmartX.SmartSeparatorLine smartSeparatorLine9; - private SmartX.SmartLabel smartLabel63; - private SmartX.SmartLabel labelDispMData6; - private SmartX.SmartLabel labelTitleDispMDataD6; - private SmartX.SmartLabel labelDiffSecDiff6; - private SmartX.SmartLabel smartLabel65; - private SmartX.SmartLabel labelDispMDataDiff6; + private SmartX.SmartLabel labelTitle6work; + private SmartX.SmartLabel labelHeight6; + private SmartX.SmartLabel labelTitle6Diff; + private SmartX.SmartLabel labelLRSec6; + private SmartX.SmartLabel labelTitle6LRSec; + private SmartX.SmartLabel labelDiff6; } } diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs index d52a64b..e65b820 100644 --- a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs +++ b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs @@ -23,14 +23,14 @@ namespace INT_LKD_2.Controls.MainDisplay private Collection CollectionLabelResultDiff; private Collection CollectionLabelResultDisp; - private Collection CollectionDispRData; - private Collection CollectionDispMData; - private Collection CollectionDispMDataDiff; - private Collection CollectionDispMDataMax; + private Collection CollectionLabelLevel; + private Collection CollectionLabelHeight; + private Collection CollectionLabelDiff; + private Collection CollectionLabelMaxHeight; - private Collection CollectionDiffMadc; - private Collection CollectionDiffSecDiff; - private Collection CollectionDiffSecMax; + private Collection CollectionLabelDiffMadc; + private Collection CollectionLabelLRSec; + private Collection CollectionLabelLRMax; private Collection CollectionPressureWork; private Collection CollectionPressureMaster; @@ -101,103 +101,103 @@ namespace INT_LKD_2.Controls.MainDisplay this.CollectionLabelResultDisp.Add(this.labelResultDisp11); this.CollectionLabelResultDisp.Add(this.labelResultDisp12); - this.CollectionDispRData = new Collection(); - this.CollectionDispRData.Add(this.labelDispRData1); - this.CollectionDispRData.Add(this.labelDispRData2); - this.CollectionDispRData.Add(this.labelDispRData3); - this.CollectionDispRData.Add(this.labelDispRData4); - this.CollectionDispRData.Add(this.labelDispRData5); - this.CollectionDispRData.Add(this.labelDispRData6); - this.CollectionDispRData.Add(this.labelDispRData7); - this.CollectionDispRData.Add(this.labelDispRData8); - this.CollectionDispRData.Add(this.labelDispRData9); - this.CollectionDispRData.Add(this.labelDispRData10); - this.CollectionDispRData.Add(this.labelDispRData11); - this.CollectionDispRData.Add(this.labelDispRData12); + this.CollectionLabelLevel = new Collection(); + this.CollectionLabelLevel.Add(this.labelLevel1); + this.CollectionLabelLevel.Add(this.labelLevel2); + this.CollectionLabelLevel.Add(this.labelLevel3); + this.CollectionLabelLevel.Add(this.labelLevel4); + this.CollectionLabelLevel.Add(this.labelLevel5); + this.CollectionLabelLevel.Add(this.labelLevel6); + this.CollectionLabelLevel.Add(this.labelLevel7); + this.CollectionLabelLevel.Add(this.labelLevel8); + this.CollectionLabelLevel.Add(this.labelLevel9); + this.CollectionLabelLevel.Add(this.labelLevel10); + this.CollectionLabelLevel.Add(this.labelLevel11); + this.CollectionLabelLevel.Add(this.labelLevel12); - this.CollectionDispMData = new Collection(); - this.CollectionDispMData.Add(this.labelDispMData1); - this.CollectionDispMData.Add(this.labelDispMData2); - this.CollectionDispMData.Add(this.labelDispMData3); - this.CollectionDispMData.Add(this.labelDispMData4); - this.CollectionDispMData.Add(this.labelDispMData5); - this.CollectionDispMData.Add(this.labelDispMData6); - this.CollectionDispMData.Add(this.labelDispMData7); - this.CollectionDispMData.Add(this.labelDispMData8); - this.CollectionDispMData.Add(this.labelDispMData9); - this.CollectionDispMData.Add(this.labelDispMData10); - this.CollectionDispMData.Add(this.labelDispMData11); - this.CollectionDispMData.Add(this.labelDispMData12); + this.CollectionLabelHeight = new Collection(); + this.CollectionLabelHeight.Add(this.labelHeight1); + this.CollectionLabelHeight.Add(this.labelHeight2); + this.CollectionLabelHeight.Add(this.labelHeight3); + this.CollectionLabelHeight.Add(this.labelHeight4); + this.CollectionLabelHeight.Add(this.labelHeight5); + this.CollectionLabelHeight.Add(this.labelHeight6); + this.CollectionLabelHeight.Add(this.labelHeight7); + this.CollectionLabelHeight.Add(this.labelHeight8); + this.CollectionLabelHeight.Add(this.labelHeight9); + this.CollectionLabelHeight.Add(this.labelHeight10); + this.CollectionLabelHeight.Add(this.labelHeight11); + this.CollectionLabelHeight.Add(this.labelHeight12); - this.CollectionDispMDataDiff = new Collection(); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff1); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff2); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff3); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff4); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff5); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff6); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff7); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff8); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff9); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff10); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff11); - this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff12); + this.CollectionLabelDiff = new Collection(); + this.CollectionLabelDiff.Add(this.labelDiff1); + this.CollectionLabelDiff.Add(this.labelDiff2); + this.CollectionLabelDiff.Add(this.labelDiff3); + this.CollectionLabelDiff.Add(this.labelDiff4); + this.CollectionLabelDiff.Add(this.labelDiff5); + this.CollectionLabelDiff.Add(this.labelDiff6); + this.CollectionLabelDiff.Add(this.labelDiff7); + this.CollectionLabelDiff.Add(this.labelDiff8); + this.CollectionLabelDiff.Add(this.labelDiff9); + this.CollectionLabelDiff.Add(this.labelDiff10); + this.CollectionLabelDiff.Add(this.labelDiff11); + this.CollectionLabelDiff.Add(this.labelDiff12); - this.CollectionDispMDataMax = new Collection(); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax1); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax2); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax3); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax4); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax5); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax6); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax7); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax8); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax9); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax10); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax11); - this.CollectionDispMDataMax.Add(this.labelDispMDataMax12); + this.CollectionLabelMaxHeight = new Collection(); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight1); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight2); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight3); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight4); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight5); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight6); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight7); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight8); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight9); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight10); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight11); + this.CollectionLabelMaxHeight.Add(this.labelMaxHeight12); - this.CollectionDiffMadc = new Collection(); - this.CollectionDiffMadc.Add(this.labelDiffMadc1); - this.CollectionDiffMadc.Add(this.labelDiffMadc2); - this.CollectionDiffMadc.Add(this.labelDiffMadc3); - this.CollectionDiffMadc.Add(this.labelDiffMadc4); - this.CollectionDiffMadc.Add(this.labelDiffMadc5); - this.CollectionDiffMadc.Add(this.labelDiffMadc6); - this.CollectionDiffMadc.Add(this.labelDiffMadc7); - this.CollectionDiffMadc.Add(this.labelDiffMadc8); - this.CollectionDiffMadc.Add(this.labelDiffMadc9); - this.CollectionDiffMadc.Add(this.labelDiffMadc10); - this.CollectionDiffMadc.Add(this.labelDiffMadc11); - this.CollectionDiffMadc.Add(this.labelDiffMadc12); + this.CollectionLabelDiffMadc = new Collection(); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc1); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc2); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc3); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc4); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc5); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc6); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc7); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc8); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc9); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc10); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc11); + this.CollectionLabelDiffMadc.Add(this.labelDiffMadc12); - this.CollectionDiffSecDiff = new Collection(); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff1); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff2); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff3); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff4); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff5); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff6); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff7); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff8); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff9); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff10); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff11); - this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff12); + this.CollectionLabelLRSec = new Collection(); + this.CollectionLabelLRSec.Add(this.labelLRSec1); + this.CollectionLabelLRSec.Add(this.labelLRSec2); + this.CollectionLabelLRSec.Add(this.labelLRSec3); + this.CollectionLabelLRSec.Add(this.labelLRSec4); + this.CollectionLabelLRSec.Add(this.labelLRSec5); + this.CollectionLabelLRSec.Add(this.labelLRSec6); + this.CollectionLabelLRSec.Add(this.labelLRSec7); + this.CollectionLabelLRSec.Add(this.labelLRSec8); + this.CollectionLabelLRSec.Add(this.labelLRSec9); + this.CollectionLabelLRSec.Add(this.labelLRSec10); + this.CollectionLabelLRSec.Add(this.labelLRSec11); + this.CollectionLabelLRSec.Add(this.labelLRSec12); - this.CollectionDiffSecMax = new Collection(); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax1); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax2); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax3); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax4); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax5); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax6); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax7); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax8); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax9); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax10); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax11); - this.CollectionDiffSecMax.Add(this.labelDiffSecMax12); + this.CollectionLabelLRMax = new Collection(); + this.CollectionLabelLRMax.Add(this.labelLRMax1); + this.CollectionLabelLRMax.Add(this.labelLRMax2); + this.CollectionLabelLRMax.Add(this.labelLRMax3); + this.CollectionLabelLRMax.Add(this.labelLRMax4); + this.CollectionLabelLRMax.Add(this.labelLRMax5); + this.CollectionLabelLRMax.Add(this.labelLRMax6); + this.CollectionLabelLRMax.Add(this.labelLRMax7); + this.CollectionLabelLRMax.Add(this.labelLRMax8); + this.CollectionLabelLRMax.Add(this.labelLRMax9); + this.CollectionLabelLRMax.Add(this.labelLRMax10); + this.CollectionLabelLRMax.Add(this.labelLRMax11); + this.CollectionLabelLRMax.Add(this.labelLRMax12); this.CollectionPressureWork = new Collection(); this.CollectionPressureWork.Add(this.labelPressureWork1); @@ -235,17 +235,27 @@ namespace INT_LKD_2.Controls.MainDisplay this.CollectionLabelResult[i].TextColor = Define.ColorTextResultNone; this.CollectionLabelResultDiff[i].TextColor = Define.ColorTextResultNone; this.CollectionLabelResultDisp[i].TextColor = Define.ColorTextResultNone; - this.CollectionDispRData[i].Text = "0.00"; - this.CollectionDispMData[i].Text = "0.00"; - this.CollectionDispMDataDiff[i].Text = "0.00"; - this.CollectionDispMDataMax[i].Text = "0.00"; - this.CollectionDiffMadc[i].Text = "0.00"; - this.CollectionDiffSecDiff[i].Text = "0.00"; - this.CollectionDiffSecMax[i].Text = "0.00"; + this.CollectionLabelLevel[i].Text = "0.00"; + this.CollectionLabelHeight[i].Text = "0.00"; + this.CollectionLabelDiff[i].Text = "0.00"; + this.CollectionLabelMaxHeight[i].Text = "0.00"; + this.CollectionLabelDiffMadc[i].Text = "0.00"; + this.CollectionLabelLRSec[i].Text = "0.00"; + this.CollectionLabelLRMax[i].Text = "0.00"; this.CollectionPressureWork[i].Text = "0.0"; this.CollectionPressureMaster[i].Text = "0.0"; } } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label2) { @@ -435,16 +445,16 @@ namespace INT_LKD_2.Controls.MainDisplay for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) { value = datas[i].MAdc; - if (this.CollectionDiffMadc[i].Text != value) - this.CollectionDiffMadc[i].Text = value; + if (this.CollectionLabelDiffMadc[i].Text != value) + this.CollectionLabelDiffMadc[i].Text = value; value = datas[i].SecBuf; - if (this.CollectionDiffSecDiff[i].Text != value) - this.CollectionDiffSecDiff[i].Text = value; + if (this.CollectionLabelLRSec[i].Text != value) + this.CollectionLabelLRSec[i].Text = value; value = datas[i].SecBufMax; - if (this.CollectionDiffSecMax[i].Text != value) - this.CollectionDiffSecMax[i].Text = value; + if (this.CollectionLabelLRMax[i].Text != value) + this.CollectionLabelLRMax[i].Text = value; } } public void UpdateDisplayDiffData1(LeakData1 data) @@ -452,192 +462,192 @@ namespace INT_LKD_2.Controls.MainDisplay string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[0].Text != value) - this.CollectionDiffMadc[0].Text = value; + if (this.CollectionLabelDiffMadc[0].Text != value) + this.CollectionLabelDiffMadc[0].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[0].Text != value) - this.CollectionDiffSecDiff[0].Text = value; + if (this.CollectionLabelLRSec[0].Text != value) + this.CollectionLabelLRSec[0].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[0].Text != value) - this.CollectionDiffSecMax[0].Text = value; + if (this.CollectionLabelLRMax[0].Text != value) + this.CollectionLabelLRMax[0].Text = value; } public void UpdateDisplayDiffData2(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[1].Text != value) - this.CollectionDiffMadc[1].Text = value; + if (this.CollectionLabelDiffMadc[1].Text != value) + this.CollectionLabelDiffMadc[1].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[1].Text != value) - this.CollectionDiffSecDiff[1].Text = value; + if (this.CollectionLabelLRSec[1].Text != value) + this.CollectionLabelLRSec[1].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[1].Text != value) - this.CollectionDiffSecMax[1].Text = value; + if (this.CollectionLabelLRMax[1].Text != value) + this.CollectionLabelLRMax[1].Text = value; } public void UpdateDisplayDiffData3(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[2].Text != value) - this.CollectionDiffMadc[2].Text = value; + if (this.CollectionLabelDiffMadc[2].Text != value) + this.CollectionLabelDiffMadc[2].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[2].Text != value) - this.CollectionDiffSecDiff[2].Text = value; + if (this.CollectionLabelLRSec[2].Text != value) + this.CollectionLabelLRSec[2].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[2].Text != value) - this.CollectionDiffSecMax[2].Text = value; + if (this.CollectionLabelLRMax[2].Text != value) + this.CollectionLabelLRMax[2].Text = value; } public void UpdateDisplayDiffData4(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[3].Text != value) - this.CollectionDiffMadc[3].Text = value; + if (this.CollectionLabelDiffMadc[3].Text != value) + this.CollectionLabelDiffMadc[3].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[3].Text != value) - this.CollectionDiffSecDiff[3].Text = value; + if (this.CollectionLabelLRSec[3].Text != value) + this.CollectionLabelLRSec[3].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[3].Text != value) - this.CollectionDiffSecMax[3].Text = value; + if (this.CollectionLabelLRMax[3].Text != value) + this.CollectionLabelLRMax[3].Text = value; } public void UpdateDisplayDiffData5(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[4].Text != value) - this.CollectionDiffMadc[4].Text = value; + if (this.CollectionLabelDiffMadc[4].Text != value) + this.CollectionLabelDiffMadc[4].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[4].Text != value) - this.CollectionDiffSecDiff[4].Text = value; + if (this.CollectionLabelLRSec[4].Text != value) + this.CollectionLabelLRSec[4].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[4].Text != value) - this.CollectionDiffSecMax[4].Text = value; + if (this.CollectionLabelLRMax[4].Text != value) + this.CollectionLabelLRMax[4].Text = value; } public void UpdateDisplayDiffData6(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[5].Text != value) - this.CollectionDiffMadc[5].Text = value; + if (this.CollectionLabelDiffMadc[5].Text != value) + this.CollectionLabelDiffMadc[5].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[5].Text != value) - this.CollectionDiffSecDiff[5].Text = value; + if (this.CollectionLabelLRSec[5].Text != value) + this.CollectionLabelLRSec[5].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[5].Text != value) - this.CollectionDiffSecMax[5].Text = value; + if (this.CollectionLabelLRMax[5].Text != value) + this.CollectionLabelLRMax[5].Text = value; } public void UpdateDisplayDiffData7(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[6].Text != value) - this.CollectionDiffMadc[6].Text = value; + if (this.CollectionLabelDiffMadc[6].Text != value) + this.CollectionLabelDiffMadc[6].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[6].Text != value) - this.CollectionDiffSecDiff[6].Text = value; + if (this.CollectionLabelLRSec[6].Text != value) + this.CollectionLabelLRSec[6].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[6].Text != value) - this.CollectionDiffSecMax[6].Text = value; + if (this.CollectionLabelLRMax[6].Text != value) + this.CollectionLabelLRMax[6].Text = value; } public void UpdateDisplayDiffData8(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[7].Text != value) - this.CollectionDiffMadc[7].Text = value; + if (this.CollectionLabelDiffMadc[7].Text != value) + this.CollectionLabelDiffMadc[7].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[7].Text != value) - this.CollectionDiffSecDiff[7].Text = value; + if (this.CollectionLabelLRSec[7].Text != value) + this.CollectionLabelLRSec[7].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[7].Text != value) - this.CollectionDiffSecMax[7].Text = value; + if (this.CollectionLabelLRMax[7].Text != value) + this.CollectionLabelLRMax[7].Text = value; } public void UpdateDisplayDiffData9(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[8].Text != value) - this.CollectionDiffMadc[8].Text = value; + if (this.CollectionLabelDiffMadc[8].Text != value) + this.CollectionLabelDiffMadc[8].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[8].Text != value) - this.CollectionDiffSecDiff[8].Text = value; + if (this.CollectionLabelLRSec[8].Text != value) + this.CollectionLabelLRSec[8].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[8].Text != value) - this.CollectionDiffSecMax[8].Text = value; + if (this.CollectionLabelLRMax[8].Text != value) + this.CollectionLabelLRMax[8].Text = value; } public void UpdateDisplayDiffData10(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[9].Text != value) - this.CollectionDiffMadc[9].Text = value; + if (this.CollectionLabelDiffMadc[9].Text != value) + this.CollectionLabelDiffMadc[9].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[9].Text != value) - this.CollectionDiffSecDiff[9].Text = value; + if (this.CollectionLabelLRSec[9].Text != value) + this.CollectionLabelLRSec[9].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[9].Text != value) - this.CollectionDiffSecMax[9].Text = value; + if (this.CollectionLabelLRMax[9].Text != value) + this.CollectionLabelLRMax[9].Text = value; } public void UpdateDisplayDiffData11(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[10].Text != value) - this.CollectionDiffMadc[10].Text = value; + if (this.CollectionLabelDiffMadc[10].Text != value) + this.CollectionLabelDiffMadc[10].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[10].Text != value) - this.CollectionDiffSecDiff[10].Text = value; + if (this.CollectionLabelLRSec[10].Text != value) + this.CollectionLabelLRSec[10].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[10].Text != value) - this.CollectionDiffSecMax[10].Text = value; + if (this.CollectionLabelLRMax[10].Text != value) + this.CollectionLabelLRMax[10].Text = value; } public void UpdateDisplayDiffData12(LeakData1 data) { string value = ""; value = data.DiffData.MAdc; - if (this.CollectionDiffMadc[11].Text != value) - this.CollectionDiffMadc[11].Text = value; + if (this.CollectionLabelDiffMadc[11].Text != value) + this.CollectionLabelDiffMadc[11].Text = value; value = data.DiffData.SecBuf; - if (this.CollectionDiffSecDiff[11].Text != value) - this.CollectionDiffSecDiff[1].Text = value; + if (this.CollectionLabelLRSec[11].Text != value) + this.CollectionLabelLRSec[1].Text = value; value = data.DiffData.SecBufMax; - if (this.CollectionDiffSecMax[11].Text != value) - this.CollectionDiffSecMax[11].Text = value; + if (this.CollectionLabelLRMax[11].Text != value) + this.CollectionLabelLRMax[11].Text = value; } // 변위센서 데이터 @@ -648,20 +658,20 @@ namespace INT_LKD_2.Controls.MainDisplay for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++) { value = datas[i].RData; - if (this.CollectionDispRData[i].Text != value) - this.CollectionDispRData[i].Text = value; + if (this.CollectionLabelLevel[i].Text != value) + this.CollectionLabelLevel[i].Text = value; value = datas[i].MData; - if (this.CollectionDispMData[i].Text != value) - this.CollectionDispMData[i].Text = value; + if (this.CollectionLabelHeight[i].Text != value) + this.CollectionLabelHeight[i].Text = value; value = datas[i].MDataDiff; - if (this.CollectionDispMDataDiff[i].Text != value) - this.CollectionDispMDataDiff[i].Text = value; + if (this.CollectionLabelDiff[i].Text != value) + this.CollectionLabelDiff[i].Text = value; value = datas[i].MDataMax; - if (this.CollectionDispMDataMax[i].Text != value) - this.CollectionDispMDataMax[i].Text = value; + if (this.CollectionLabelMaxHeight[i].Text != value) + this.CollectionLabelMaxHeight[i].Text = value; } } public void UpdateDisplayDispData1(LeakData1 data) @@ -669,240 +679,240 @@ namespace INT_LKD_2.Controls.MainDisplay string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[0].Text != value) - this.CollectionDispRData[0].Text = value; + if (this.CollectionLabelLevel[0].Text != value) + this.CollectionLabelLevel[0].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[0].Text != value) - this.CollectionDispMData[0].Text = value; + if (this.CollectionLabelHeight[0].Text != value) + this.CollectionLabelHeight[0].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[0].Text != value) - this.CollectionDispMDataDiff[0].Text = value; + if (this.CollectionLabelDiff[0].Text != value) + this.CollectionLabelDiff[0].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[0].Text != value) - this.CollectionDispMDataMax[0].Text = value; + if (this.CollectionLabelMaxHeight[0].Text != value) + this.CollectionLabelMaxHeight[0].Text = value; } public void UpdateDisplayDispData2(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[1].Text != value) - this.CollectionDispRData[1].Text = value; + if (this.CollectionLabelLevel[1].Text != value) + this.CollectionLabelLevel[1].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[1].Text != value) - this.CollectionDispMData[1].Text = value; + if (this.CollectionLabelHeight[1].Text != value) + this.CollectionLabelHeight[1].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[1].Text != value) - this.CollectionDispMDataDiff[1].Text = value; + if (this.CollectionLabelDiff[1].Text != value) + this.CollectionLabelDiff[1].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[1].Text != value) - this.CollectionDispMDataMax[1].Text = value; + if (this.CollectionLabelMaxHeight[1].Text != value) + this.CollectionLabelMaxHeight[1].Text = value; } public void UpdateDisplayDispData3(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[2].Text != value) - this.CollectionDispRData[2].Text = value; + if (this.CollectionLabelLevel[2].Text != value) + this.CollectionLabelLevel[2].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[2].Text != value) - this.CollectionDispMData[2].Text = value; + if (this.CollectionLabelHeight[2].Text != value) + this.CollectionLabelHeight[2].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[2].Text != value) - this.CollectionDispMDataDiff[2].Text = value; + if (this.CollectionLabelDiff[2].Text != value) + this.CollectionLabelDiff[2].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[2].Text != value) - this.CollectionDispMDataMax[2].Text = value; + if (this.CollectionLabelMaxHeight[2].Text != value) + this.CollectionLabelMaxHeight[2].Text = value; } public void UpdateDisplayDispData4(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[3].Text != value) - this.CollectionDispRData[3].Text = value; + if (this.CollectionLabelLevel[3].Text != value) + this.CollectionLabelLevel[3].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[3].Text != value) - this.CollectionDispMData[3].Text = value; + if (this.CollectionLabelHeight[3].Text != value) + this.CollectionLabelHeight[3].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[3].Text != value) - this.CollectionDispMDataDiff[3].Text = value; + if (this.CollectionLabelDiff[3].Text != value) + this.CollectionLabelDiff[3].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[3].Text != value) - this.CollectionDispMDataMax[3].Text = value; + if (this.CollectionLabelMaxHeight[3].Text != value) + this.CollectionLabelMaxHeight[3].Text = value; } public void UpdateDisplayDispData5(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[4].Text != value) - this.CollectionDispRData[4].Text = value; + if (this.CollectionLabelLevel[4].Text != value) + this.CollectionLabelLevel[4].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[4].Text != value) - this.CollectionDispMData[4].Text = value; + if (this.CollectionLabelHeight[4].Text != value) + this.CollectionLabelHeight[4].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[4].Text != value) - this.CollectionDispMDataDiff[4].Text = value; + if (this.CollectionLabelDiff[4].Text != value) + this.CollectionLabelDiff[4].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[4].Text != value) - this.CollectionDispMDataMax[4].Text = value; + if (this.CollectionLabelMaxHeight[4].Text != value) + this.CollectionLabelMaxHeight[4].Text = value; } public void UpdateDisplayDispData6(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[5].Text != value) - this.CollectionDispRData[5].Text = value; + if (this.CollectionLabelLevel[5].Text != value) + this.CollectionLabelLevel[5].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[5].Text != value) - this.CollectionDispMData[5].Text = value; + if (this.CollectionLabelHeight[5].Text != value) + this.CollectionLabelHeight[5].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[5].Text != value) - this.CollectionDispMDataDiff[5].Text = value; + if (this.CollectionLabelDiff[5].Text != value) + this.CollectionLabelDiff[5].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[5].Text != value) - this.CollectionDispMDataMax[5].Text = value; + if (this.CollectionLabelMaxHeight[5].Text != value) + this.CollectionLabelMaxHeight[5].Text = value; } public void UpdateDisplayDispData7(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[6].Text != value) - this.CollectionDispRData[6].Text = value; + if (this.CollectionLabelLevel[6].Text != value) + this.CollectionLabelLevel[6].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[6].Text != value) - this.CollectionDispMData[6].Text = value; + if (this.CollectionLabelHeight[6].Text != value) + this.CollectionLabelHeight[6].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[6].Text != value) - this.CollectionDispMDataDiff[6].Text = value; + if (this.CollectionLabelDiff[6].Text != value) + this.CollectionLabelDiff[6].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[6].Text != value) - this.CollectionDispMDataMax[6].Text = value; + if (this.CollectionLabelMaxHeight[6].Text != value) + this.CollectionLabelMaxHeight[6].Text = value; } public void UpdateDisplayDispData8(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[7].Text != value) - this.CollectionDispRData[7].Text = value; + if (this.CollectionLabelLevel[7].Text != value) + this.CollectionLabelLevel[7].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[7].Text != value) - this.CollectionDispMData[7].Text = value; + if (this.CollectionLabelHeight[7].Text != value) + this.CollectionLabelHeight[7].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[7].Text != value) - this.CollectionDispMDataDiff[7].Text = value; + if (this.CollectionLabelDiff[7].Text != value) + this.CollectionLabelDiff[7].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[7].Text != value) - this.CollectionDispMDataMax[7].Text = value; + if (this.CollectionLabelMaxHeight[7].Text != value) + this.CollectionLabelMaxHeight[7].Text = value; } public void UpdateDisplayDispData9(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[8].Text != value) - this.CollectionDispRData[8].Text = value; + if (this.CollectionLabelLevel[8].Text != value) + this.CollectionLabelLevel[8].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[8].Text != value) - this.CollectionDispMData[8].Text = value; + if (this.CollectionLabelHeight[8].Text != value) + this.CollectionLabelHeight[8].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[8].Text != value) - this.CollectionDispMDataDiff[8].Text = value; + if (this.CollectionLabelDiff[8].Text != value) + this.CollectionLabelDiff[8].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[8].Text != value) - this.CollectionDispMDataMax[8].Text = value; + if (this.CollectionLabelMaxHeight[8].Text != value) + this.CollectionLabelMaxHeight[8].Text = value; } public void UpdateDisplayDispData10(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[9].Text != value) - this.CollectionDispRData[9].Text = value; + if (this.CollectionLabelLevel[9].Text != value) + this.CollectionLabelLevel[9].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[9].Text != value) - this.CollectionDispMData[9].Text = value; + if (this.CollectionLabelHeight[9].Text != value) + this.CollectionLabelHeight[9].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[9].Text != value) - this.CollectionDispMDataDiff[9].Text = value; + if (this.CollectionLabelDiff[9].Text != value) + this.CollectionLabelDiff[9].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[9].Text != value) - this.CollectionDispMDataMax[9].Text = value; + if (this.CollectionLabelMaxHeight[9].Text != value) + this.CollectionLabelMaxHeight[9].Text = value; } public void UpdateDisplayDispData11(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[10].Text != value) - this.CollectionDispRData[10].Text = value; + if (this.CollectionLabelLevel[10].Text != value) + this.CollectionLabelLevel[10].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[10].Text != value) - this.CollectionDispMData[10].Text = value; + if (this.CollectionLabelHeight[10].Text != value) + this.CollectionLabelHeight[10].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[10].Text != value) - this.CollectionDispMDataDiff[10].Text = value; + if (this.CollectionLabelDiff[10].Text != value) + this.CollectionLabelDiff[10].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[10].Text != value) - this.CollectionDispMDataMax[10].Text = value; + if (this.CollectionLabelMaxHeight[10].Text != value) + this.CollectionLabelMaxHeight[10].Text = value; } public void UpdateDisplayDispData12(LeakData1 data) { string value = ""; value = data.DispData.RData; - if (this.CollectionDispRData[11].Text != value) - this.CollectionDispRData[11].Text = value; + if (this.CollectionLabelLevel[11].Text != value) + this.CollectionLabelLevel[11].Text = value; value = data.DispData.MData; - if (this.CollectionDispMData[11].Text != value) - this.CollectionDispMData[11].Text = value; + if (this.CollectionLabelHeight[11].Text != value) + this.CollectionLabelHeight[11].Text = value; value = data.DispData.MDataDiff; - if (this.CollectionDispMDataDiff[11].Text != value) - this.CollectionDispMDataDiff[11].Text = value; + if (this.CollectionLabelDiff[11].Text != value) + this.CollectionLabelDiff[11].Text = value; value = data.DispData.MDataMax; - if (this.CollectionDispMDataMax[11].Text != value) - this.CollectionDispMDataMax[11].Text = value; + if (this.CollectionLabelMaxHeight[11].Text != value) + this.CollectionLabelMaxHeight[11].Text = value; } // 압력센서 데이터 diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainModbus.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainModbus.cs index 8d40fcb..4f0e151 100644 --- a/INT_LKD_2/Controls/MainDisplay/ControlMainModbus.cs +++ b/INT_LKD_2/Controls/MainDisplay/ControlMainModbus.cs @@ -58,39 +58,44 @@ namespace INT_LKD_2.Controls #region Method public void InitializeDesign() { - if (this.ParentForm.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English) + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) { - #region 영문 - this.labelTitleOffset.Text = "Offset"; - this.labelTitleContents.Text = "Contents"; - this.labelTitleValueDecimal.Text = "Value(Decimal)"; - this.labelTitleValueHexa.Text = "Value(Hexa)"; + case Define.E_LanguageID.Chinese: + break; + case Define.E_LanguageID.English: + #region 영문 + this.labelTitleOffset.Text = "Offset"; + this.labelTitleContents.Text = "Contents"; + this.labelTitleValueDecimal.Text = "Value(Decimal)"; + this.labelTitleValueHexa.Text = "Value(Hexa)"; - for (int i = 1; i <= this.ModbusCount; i++) - { - if (i % 2 == 1) - this.CollectionContents[i - 1].Text = "Processing"; - else - this.CollectionContents[i - 1].Text = "Result"; - } - #endregion - } - else - { - #region 한글 - this.labelTitleOffset.Text = "Offset"; - this.labelTitleContents.Text = "항목"; - this.labelTitleValueDecimal.Text = "값(Decimal)"; - this.labelTitleValueHexa.Text = "값(Hexa)"; + for (int i = 1; i <= this.ModbusCount; i++) + { + if (i % 2 == 1) + this.CollectionContents[i - 1].Text = "Processing"; + else + this.CollectionContents[i - 1].Text = "Result"; + } + #endregion + break; + case Define.E_LanguageID.Korean: + #region 한글 + this.labelTitleOffset.Text = "Offset"; + this.labelTitleContents.Text = "항목"; + this.labelTitleValueDecimal.Text = "값(Decimal)"; + this.labelTitleValueHexa.Text = "값(Hexa)"; - for (int i = 1; i <= this.ModbusCount; i++) - { - if (i % 2 == 1) - this.CollectionContents[i - 1].Text = "진행 여부"; - else - this.CollectionContents[i - 1].Text = "결과"; - } - #endregion + for (int i = 1; i <= this.ModbusCount; i++) + { + if (i % 2 == 1) + this.CollectionContents[i - 1].Text = "진행 여부"; + else + this.CollectionContents[i - 1].Text = "결과"; + } + #endregion + break; + default: + break; } } private void DefaultSetting() diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs index cfaed58..c5f0af0 100644 --- a/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs +++ b/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs @@ -49,6 +49,16 @@ namespace INT_LKD_2.Controls.MainDisplay this.ColorResultNG = Color.FromArgb(254, 70, 70); this.ColorResultNone = Color.FromArgb(42, 43, 45); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label) { string value = ""; diff --git a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs index 922495f..f85cfc8 100644 --- a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs +++ b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.groupBoxServo = new SmartX.SmartGroupBox(); this.labelMotorReady = new SmartX.SmartLabel(); this.buttonMotorReady = new SmartX.SmartButton(); this.buttonJogCCW = new SmartX.SmartButton(); @@ -51,9 +51,9 @@ this.buttonMotor1Origin = new SmartX.SmartButton(); this.buttonMotorChamber2 = new SmartX.SmartButton(); this.buttonMotorChamber1 = new SmartX.SmartButton(); - this.smartGroupBox5 = new SmartX.SmartGroupBox(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.groupBoxOutput = new SmartX.SmartGroupBox(); + this.labelTitleDiscriptionPD = new SmartX.SmartLabel(); + this.labelTitleDiscriptionCD = new SmartX.SmartLabel(); this.buttonOut11 = new SmartX.SmartButton(); this.buttonOut12 = new SmartX.SmartButton(); this.buttonOut10 = new SmartX.SmartButton(); @@ -66,36 +66,36 @@ this.buttonOut5 = new SmartX.SmartButton(); this.buttonOut6 = new SmartX.SmartButton(); this.buttonOut7 = new SmartX.SmartButton(); - this.smartGroupBox4 = new SmartX.SmartGroupBox(); + this.groupBoxStatus = new SmartX.SmartGroupBox(); this.labelVacuumMaster = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); + this.labelTitlePressureW = new SmartX.SmartLabel(); this.labeldispAlarm1 = new SmartX.SmartLabel(); this.labelVacuumWorking = new SmartX.SmartLabel(); - this.smartLabel23 = new SmartX.SmartLabel(); + this.labelTitlePressureM = new SmartX.SmartLabel(); this.labelDiff = new SmartX.SmartLabel(); - this.smartLabel21 = new SmartX.SmartLabel(); + this.labelTitleDiff = new SmartX.SmartLabel(); this.labelDisp = new SmartX.SmartLabel(); - this.smartLabel32 = new SmartX.SmartLabel(); + this.labelTitleDisp = new SmartX.SmartLabel(); this.labelSbAlarm1 = new SmartX.SmartLabel(); this.labelLane = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.smartLabel96 = new SmartX.SmartLabel(); + this.groupBoxInput = new SmartX.SmartGroupBox(); + this.labelTitleInput5 = new SmartX.SmartLabel(); this.labelInput5 = new SmartX.SmartLabel(); - this.smartLabel5 = new SmartX.SmartLabel(); - this.smartLabel6 = new SmartX.SmartLabel(); + this.labelTitleInput4 = new SmartX.SmartLabel(); + this.labelTitleInput2 = new SmartX.SmartLabel(); this.labelInput4 = new SmartX.SmartLabel(); this.labelInput2 = new SmartX.SmartLabel(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); + this.labelTitleInput3 = new SmartX.SmartLabel(); + this.labelTitleInput1 = new SmartX.SmartLabel(); this.labelInput3 = new SmartX.SmartLabel(); this.labelInput1 = new SmartX.SmartLabel(); this.smartTimer = new SmartX.SmartTimer(); this.smartTimerJog = new SmartX.SmartTimer(); this.smartGroupBox1.SuspendLayout(); - this.smartGroupBox3.SuspendLayout(); - this.smartGroupBox5.SuspendLayout(); - this.smartGroupBox4.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); + this.groupBoxServo.SuspendLayout(); + this.groupBoxOutput.SuspendLayout(); + this.groupBoxStatus.SuspendLayout(); + this.groupBoxInput.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -103,10 +103,10 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.smartGroupBox3); - this.smartGroupBox1.Controls.Add(this.smartGroupBox5); - this.smartGroupBox1.Controls.Add(this.smartGroupBox4); - this.smartGroupBox1.Controls.Add(this.smartGroupBox2); + this.smartGroupBox1.Controls.Add(this.groupBoxServo); + this.smartGroupBox1.Controls.Add(this.groupBoxOutput); + this.smartGroupBox1.Controls.Add(this.groupBoxStatus); + this.smartGroupBox1.Controls.Add(this.groupBoxInput); 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; @@ -120,45 +120,45 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // smartGroupBox3 + // groupBoxServo // - 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.labelMotorReady); - this.smartGroupBox3.Controls.Add(this.buttonMotorReady); - this.smartGroupBox3.Controls.Add(this.buttonJogCCW); - this.smartGroupBox3.Controls.Add(this.buttonJogCW); - this.smartGroupBox3.Controls.Add(this.labelMotorDischarge); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber6); - this.smartGroupBox3.Controls.Add(this.buttonMotorDischarge); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber6); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber5); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber5); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber4); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber3); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber4); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber3); - this.smartGroupBox3.Controls.Add(this.buttonMotor1AlarmClear); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber2); - this.smartGroupBox3.Controls.Add(this.labelMotorChamber1); - this.smartGroupBox3.Controls.Add(this.labelMotor1Origin); - this.smartGroupBox3.Controls.Add(this.buttonMotor1Origin); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber2); - this.smartGroupBox3.Controls.Add(this.buttonMotorChamber1); - this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - 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(364, 221); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(516, 433); - this.smartGroupBox3.TabIndex = 51; - this.smartGroupBox3.Text = "SERVO"; - this.smartGroupBox3.TextColor = System.Drawing.Color.White; + this.groupBoxServo.BackGround = null; + this.groupBoxServo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxServo.BackImage = null; + this.groupBoxServo.Controls.Add(this.labelMotorReady); + this.groupBoxServo.Controls.Add(this.buttonMotorReady); + this.groupBoxServo.Controls.Add(this.buttonJogCCW); + this.groupBoxServo.Controls.Add(this.buttonJogCW); + this.groupBoxServo.Controls.Add(this.labelMotorDischarge); + this.groupBoxServo.Controls.Add(this.labelMotorChamber6); + this.groupBoxServo.Controls.Add(this.buttonMotorDischarge); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber6); + this.groupBoxServo.Controls.Add(this.labelMotorChamber5); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber5); + this.groupBoxServo.Controls.Add(this.labelMotorChamber4); + this.groupBoxServo.Controls.Add(this.labelMotorChamber3); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber4); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber3); + this.groupBoxServo.Controls.Add(this.buttonMotor1AlarmClear); + this.groupBoxServo.Controls.Add(this.labelMotorChamber2); + this.groupBoxServo.Controls.Add(this.labelMotorChamber1); + this.groupBoxServo.Controls.Add(this.labelMotor1Origin); + this.groupBoxServo.Controls.Add(this.buttonMotor1Origin); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber2); + this.groupBoxServo.Controls.Add(this.buttonMotorChamber1); + this.groupBoxServo.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.groupBoxServo.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxServo.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxServo.FrameLineThickness = 2; + this.groupBoxServo.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxServo.HeaderHeightOffset = 12; + this.groupBoxServo.Location = new System.Drawing.Point(364, 221); + this.groupBoxServo.Name = "groupBoxServo"; + this.groupBoxServo.RoundRadius = 5; + this.groupBoxServo.Size = new System.Drawing.Size(516, 433); + this.groupBoxServo.TabIndex = 51; + this.groupBoxServo.Text = "SERVO"; + this.groupBoxServo.TextColor = System.Drawing.Color.White; // // labelMotorReady // @@ -798,86 +798,87 @@ this.buttonMotorChamber1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorChamber1.Click += new System.EventHandler(this.buttonMotorChamber1_Click); // - // smartGroupBox5 + // groupBoxOutput // - this.smartGroupBox5.BackGround = null; - this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartGroupBox5.BackImage = null; - this.smartGroupBox5.Controls.Add(this.smartLabel2); - this.smartGroupBox5.Controls.Add(this.smartLabel1); - this.smartGroupBox5.Controls.Add(this.buttonOut11); - this.smartGroupBox5.Controls.Add(this.buttonOut12); - 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, 221); - this.smartGroupBox5.Name = "smartGroupBox5"; - this.smartGroupBox5.RoundRadius = 5; - this.smartGroupBox5.Size = new System.Drawing.Size(319, 433); - this.smartGroupBox5.TabIndex = 53; - this.smartGroupBox5.Text = "OUTPUT"; - this.smartGroupBox5.TextColor = System.Drawing.Color.White; + this.groupBoxOutput.BackGround = null; + this.groupBoxOutput.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxOutput.BackImage = null; + this.groupBoxOutput.Controls.Add(this.labelTitleDiscriptionPD); + this.groupBoxOutput.Controls.Add(this.labelTitleDiscriptionCD); + this.groupBoxOutput.Controls.Add(this.buttonOut11); + this.groupBoxOutput.Controls.Add(this.buttonOut12); + this.groupBoxOutput.Controls.Add(this.buttonOut10); + this.groupBoxOutput.Controls.Add(this.buttonOut1); + this.groupBoxOutput.Controls.Add(this.buttonOut2); + this.groupBoxOutput.Controls.Add(this.buttonOut9); + this.groupBoxOutput.Controls.Add(this.buttonOut3); + this.groupBoxOutput.Controls.Add(this.buttonOut4); + this.groupBoxOutput.Controls.Add(this.buttonOut8); + this.groupBoxOutput.Controls.Add(this.buttonOut5); + this.groupBoxOutput.Controls.Add(this.buttonOut6); + this.groupBoxOutput.Controls.Add(this.buttonOut7); + this.groupBoxOutput.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxOutput.FrameLineThickness = 2; + this.groupBoxOutput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxOutput.HeaderHeightOffset = 12; + this.groupBoxOutput.Location = new System.Drawing.Point(39, 221); + this.groupBoxOutput.Name = "groupBoxOutput"; + this.groupBoxOutput.RoundRadius = 5; + this.groupBoxOutput.Size = new System.Drawing.Size(319, 433); + this.groupBoxOutput.TabIndex = 53; + this.groupBoxOutput.Text = "OUTPUT"; + this.groupBoxOutput.TextColor = System.Drawing.Color.White; // - // smartLabel2 + // labelTitleDiscriptionPD // - this.smartLabel2.BackGround = null; - 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(31, 410); - 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(200, 20); - this.smartLabel2.TabIndex = 62; - this.smartLabel2.Text = "PD : Product Discharge"; - this.smartLabel2.TextColor = System.Drawing.Color.White; - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.smartLabel2.Wordwrap = false; + this.labelTitleDiscriptionPD.BackGround = null; + this.labelTitleDiscriptionPD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDiscriptionPD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDiscriptionPD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDiscriptionPD.LineSpacing = 0F; + this.labelTitleDiscriptionPD.Location = new System.Drawing.Point(31, 410); + this.labelTitleDiscriptionPD.Name = "labelTitleDiscriptionPD"; + this.labelTitleDiscriptionPD.OverlapOptimize = true; + this.labelTitleDiscriptionPD.PasswordChar = '\0'; + this.labelTitleDiscriptionPD.Radius = 3; + this.labelTitleDiscriptionPD.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDiscriptionPD.Size = new System.Drawing.Size(253, 20); + this.labelTitleDiscriptionPD.TabIndex = 62; + this.labelTitleDiscriptionPD.Text = "PD : Product Discharge"; + this.labelTitleDiscriptionPD.TextColor = System.Drawing.Color.White; + this.labelTitleDiscriptionPD.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDiscriptionPD.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleDiscriptionPD.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelTitleDiscriptionPD.Visible = false; + this.labelTitleDiscriptionPD.Wordwrap = false; // - // smartLabel1 + // labelTitleDiscriptionCD // - this.smartLabel1.BackGround = null; - 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(31, 390); - 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(200, 20); - this.smartLabel1.TabIndex = 61; - this.smartLabel1.Text = "CD : Chamber Down"; - 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.Top; - this.smartLabel1.Wordwrap = false; + this.labelTitleDiscriptionCD.BackGround = null; + this.labelTitleDiscriptionCD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDiscriptionCD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDiscriptionCD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDiscriptionCD.LineSpacing = 0F; + this.labelTitleDiscriptionCD.Location = new System.Drawing.Point(31, 390); + this.labelTitleDiscriptionCD.Name = "labelTitleDiscriptionCD"; + this.labelTitleDiscriptionCD.OverlapOptimize = true; + this.labelTitleDiscriptionCD.PasswordChar = '\0'; + this.labelTitleDiscriptionCD.Radius = 3; + this.labelTitleDiscriptionCD.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDiscriptionCD.Size = new System.Drawing.Size(253, 20); + this.labelTitleDiscriptionCD.TabIndex = 61; + this.labelTitleDiscriptionCD.Text = "CD : Chamber Down"; + this.labelTitleDiscriptionCD.TextColor = System.Drawing.Color.White; + this.labelTitleDiscriptionCD.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDiscriptionCD.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleDiscriptionCD.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; + this.labelTitleDiscriptionCD.Wordwrap = false; // // buttonOut11 // - this.buttonOut11.BackGround = this.smartGroupBox5; + this.buttonOut11.BackGround = this.groupBoxOutput; this.buttonOut11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut11.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut11.ButtonDownColor = System.Drawing.Color.DarkGray; @@ -912,7 +913,7 @@ // // buttonOut12 // - this.buttonOut12.BackGround = this.smartGroupBox5; + this.buttonOut12.BackGround = this.groupBoxOutput; this.buttonOut12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonOut12.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonOut12.ButtonDownColor = System.Drawing.Color.DarkGray; @@ -947,7 +948,7 @@ // // buttonOut10 // - this.buttonOut10.BackGround = this.smartGroupBox5; + this.buttonOut10.BackGround = this.groupBoxOutput; 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; @@ -982,7 +983,7 @@ // // buttonOut1 // - this.buttonOut1.BackGround = this.smartGroupBox5; + this.buttonOut1.BackGround = this.groupBoxOutput; 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; @@ -1017,7 +1018,7 @@ // // buttonOut2 // - this.buttonOut2.BackGround = this.smartGroupBox5; + this.buttonOut2.BackGround = this.groupBoxOutput; 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; @@ -1052,7 +1053,7 @@ // // buttonOut9 // - this.buttonOut9.BackGround = this.smartGroupBox5; + this.buttonOut9.BackGround = this.groupBoxOutput; 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; @@ -1087,7 +1088,7 @@ // // buttonOut3 // - this.buttonOut3.BackGround = this.smartGroupBox5; + this.buttonOut3.BackGround = this.groupBoxOutput; 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; @@ -1122,7 +1123,7 @@ // // buttonOut4 // - this.buttonOut4.BackGround = this.smartGroupBox5; + this.buttonOut4.BackGround = this.groupBoxOutput; 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; @@ -1157,13 +1158,13 @@ // // buttonOut8 // - this.buttonOut8.BackGround = this.smartGroupBox5; + this.buttonOut8.BackGround = this.groupBoxOutput; 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 = "PD Sol Valve"; + this.buttonOut8.ButtonText = "None"; this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOut8.GroupID = 0; this.buttonOut8.ImageDisable = null; @@ -1192,7 +1193,7 @@ // // buttonOut5 // - this.buttonOut5.BackGround = this.smartGroupBox5; + this.buttonOut5.BackGround = this.groupBoxOutput; 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; @@ -1227,7 +1228,7 @@ // // buttonOut6 // - this.buttonOut6.BackGround = this.smartGroupBox5; + this.buttonOut6.BackGround = this.groupBoxOutput; 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; @@ -1262,7 +1263,7 @@ // // buttonOut7 // - this.buttonOut7.BackGround = this.smartGroupBox5; + this.buttonOut7.BackGround = this.groupBoxOutput; 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; @@ -1295,35 +1296,35 @@ this.buttonOut7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOut7.Click += new System.EventHandler(this.buttonOut7_Click); // - // smartGroupBox4 + // groupBoxStatus // - this.smartGroupBox4.BackGround = null; - 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.labelVacuumMaster); - this.smartGroupBox4.Controls.Add(this.smartLabel8); - this.smartGroupBox4.Controls.Add(this.labeldispAlarm1); - this.smartGroupBox4.Controls.Add(this.labelVacuumWorking); - this.smartGroupBox4.Controls.Add(this.smartLabel23); - this.smartGroupBox4.Controls.Add(this.labelDiff); - this.smartGroupBox4.Controls.Add(this.smartLabel21); - this.smartGroupBox4.Controls.Add(this.labelDisp); - this.smartGroupBox4.Controls.Add(this.smartLabel32); - this.smartGroupBox4.Controls.Add(this.labelSbAlarm1); - this.smartGroupBox4.Controls.Add(this.labelLane); - 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.HeaderBar; - this.smartGroupBox4.HeaderHeightOffset = 12; - this.smartGroupBox4.Location = new System.Drawing.Point(364, 44); - this.smartGroupBox4.Name = "smartGroupBox4"; - this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(516, 171); - this.smartGroupBox4.TabIndex = 1; - this.smartGroupBox4.Text = "STATUS"; - this.smartGroupBox4.TextColor = System.Drawing.Color.White; + this.groupBoxStatus.BackGround = null; + this.groupBoxStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxStatus.BackImage = null; + this.groupBoxStatus.Controls.Add(this.labelVacuumMaster); + this.groupBoxStatus.Controls.Add(this.labelTitlePressureW); + this.groupBoxStatus.Controls.Add(this.labeldispAlarm1); + this.groupBoxStatus.Controls.Add(this.labelVacuumWorking); + this.groupBoxStatus.Controls.Add(this.labelTitlePressureM); + this.groupBoxStatus.Controls.Add(this.labelDiff); + this.groupBoxStatus.Controls.Add(this.labelTitleDiff); + this.groupBoxStatus.Controls.Add(this.labelDisp); + this.groupBoxStatus.Controls.Add(this.labelTitleDisp); + this.groupBoxStatus.Controls.Add(this.labelSbAlarm1); + this.groupBoxStatus.Controls.Add(this.labelLane); + this.groupBoxStatus.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.groupBoxStatus.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxStatus.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxStatus.FrameLineThickness = 2; + this.groupBoxStatus.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxStatus.HeaderHeightOffset = 12; + this.groupBoxStatus.Location = new System.Drawing.Point(364, 44); + this.groupBoxStatus.Name = "groupBoxStatus"; + this.groupBoxStatus.RoundRadius = 5; + this.groupBoxStatus.Size = new System.Drawing.Size(516, 171); + this.groupBoxStatus.TabIndex = 1; + this.groupBoxStatus.Text = "STATUS"; + this.groupBoxStatus.TextColor = System.Drawing.Color.White; // // labelVacuumMaster // @@ -1348,28 +1349,28 @@ this.labelVacuumMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumMaster.Wordwrap = false; // - // smartLabel8 + // labelTitlePressureW // - this.smartLabel8.BackGround = null; - 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("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(115, 102); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(100, 25); - this.smartLabel8.TabIndex = 211; - this.smartLabel8.Text = "Pressure W"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; + this.labelTitlePressureW.BackGround = null; + this.labelTitlePressureW.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitlePressureW.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitlePressureW.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitlePressureW.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitlePressureW.LineSpacing = 0F; + this.labelTitlePressureW.Location = new System.Drawing.Point(115, 102); + this.labelTitlePressureW.Name = "labelTitlePressureW"; + this.labelTitlePressureW.OverlapOptimize = true; + this.labelTitlePressureW.PasswordChar = '\0'; + this.labelTitlePressureW.Radius = 3; + this.labelTitlePressureW.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitlePressureW.Size = new System.Drawing.Size(100, 25); + this.labelTitlePressureW.TabIndex = 211; + this.labelTitlePressureW.Text = "Pressure W"; + this.labelTitlePressureW.TextColor = System.Drawing.Color.White; + this.labelTitlePressureW.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitlePressureW.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitlePressureW.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitlePressureW.Wordwrap = false; // // labeldispAlarm1 // @@ -1415,28 +1416,28 @@ this.labelVacuumWorking.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVacuumWorking.Wordwrap = false; // - // smartLabel23 + // labelTitlePressureM // - this.smartLabel23.BackGround = null; - 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(115, 129); - this.smartLabel23.Name = "smartLabel23"; - this.smartLabel23.OverlapOptimize = true; - this.smartLabel23.PasswordChar = '\0'; - this.smartLabel23.Radius = 3; - this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel23.Size = new System.Drawing.Size(100, 25); - this.smartLabel23.TabIndex = 133; - this.smartLabel23.Text = "Pressure M"; - this.smartLabel23.TextColor = System.Drawing.Color.White; - this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel23.Wordwrap = false; + this.labelTitlePressureM.BackGround = null; + this.labelTitlePressureM.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitlePressureM.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitlePressureM.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitlePressureM.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitlePressureM.LineSpacing = 0F; + this.labelTitlePressureM.Location = new System.Drawing.Point(115, 129); + this.labelTitlePressureM.Name = "labelTitlePressureM"; + this.labelTitlePressureM.OverlapOptimize = true; + this.labelTitlePressureM.PasswordChar = '\0'; + this.labelTitlePressureM.Radius = 3; + this.labelTitlePressureM.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitlePressureM.Size = new System.Drawing.Size(100, 25); + this.labelTitlePressureM.TabIndex = 133; + this.labelTitlePressureM.Text = "Pressure M"; + this.labelTitlePressureM.TextColor = System.Drawing.Color.White; + this.labelTitlePressureM.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitlePressureM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitlePressureM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitlePressureM.Wordwrap = false; // // labelDiff // @@ -1461,28 +1462,28 @@ this.labelDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiff.Wordwrap = false; // - // smartLabel21 + // labelTitleDiff // - this.smartLabel21.BackGround = null; - 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(115, 75); - this.smartLabel21.Name = "smartLabel21"; - this.smartLabel21.OverlapOptimize = true; - this.smartLabel21.PasswordChar = '\0'; - this.smartLabel21.Radius = 3; - this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel21.Size = new System.Drawing.Size(100, 25); - this.smartLabel21.TabIndex = 131; - this.smartLabel21.Text = "Diff"; - this.smartLabel21.TextColor = System.Drawing.Color.White; - this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel21.Wordwrap = false; + this.labelTitleDiff.BackGround = null; + this.labelTitleDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDiff.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleDiff.LineSpacing = 0F; + this.labelTitleDiff.Location = new System.Drawing.Point(115, 75); + this.labelTitleDiff.Name = "labelTitleDiff"; + this.labelTitleDiff.OverlapOptimize = true; + this.labelTitleDiff.PasswordChar = '\0'; + this.labelTitleDiff.Radius = 3; + this.labelTitleDiff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDiff.Size = new System.Drawing.Size(100, 25); + this.labelTitleDiff.TabIndex = 131; + this.labelTitleDiff.Text = "Diff"; + this.labelTitleDiff.TextColor = System.Drawing.Color.White; + this.labelTitleDiff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDiff.Wordwrap = false; // // labelDisp // @@ -1507,28 +1508,28 @@ this.labelDisp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDisp.Wordwrap = false; // - // smartLabel32 + // labelTitleDisp // - this.smartLabel32.BackGround = null; - 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(115, 48); - this.smartLabel32.Name = "smartLabel32"; - this.smartLabel32.OverlapOptimize = true; - this.smartLabel32.PasswordChar = '\0'; - this.smartLabel32.Radius = 3; - this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel32.Size = new System.Drawing.Size(100, 25); - this.smartLabel32.TabIndex = 129; - this.smartLabel32.Text = "Disp"; - this.smartLabel32.TextColor = System.Drawing.Color.White; - this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel32.Wordwrap = false; + this.labelTitleDisp.BackGround = null; + this.labelTitleDisp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDisp.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleDisp.LineSpacing = 0F; + this.labelTitleDisp.Location = new System.Drawing.Point(115, 48); + this.labelTitleDisp.Name = "labelTitleDisp"; + this.labelTitleDisp.OverlapOptimize = true; + this.labelTitleDisp.PasswordChar = '\0'; + this.labelTitleDisp.Radius = 3; + this.labelTitleDisp.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDisp.Size = new System.Drawing.Size(100, 25); + this.labelTitleDisp.TabIndex = 129; + this.labelTitleDisp.Text = "Disp"; + this.labelTitleDisp.TextColor = System.Drawing.Color.White; + this.labelTitleDisp.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDisp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDisp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDisp.Wordwrap = false; // // labelSbAlarm1 // @@ -1574,56 +1575,56 @@ this.labelLane.Visible = false; this.labelLane.Wordwrap = false; // - // smartGroupBox2 + // groupBoxInput // - 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.smartLabel96); - this.smartGroupBox2.Controls.Add(this.labelInput5); - this.smartGroupBox2.Controls.Add(this.smartLabel5); - this.smartGroupBox2.Controls.Add(this.smartLabel6); - this.smartGroupBox2.Controls.Add(this.labelInput4); - this.smartGroupBox2.Controls.Add(this.labelInput2); - this.smartGroupBox2.Controls.Add(this.smartLabel4); - this.smartGroupBox2.Controls.Add(this.smartLabel3); - this.smartGroupBox2.Controls.Add(this.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.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(39, 44); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(319, 171); - this.smartGroupBox2.TabIndex = 38; - this.smartGroupBox2.Text = "INPUT"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; + this.groupBoxInput.BackGround = null; + this.groupBoxInput.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxInput.BackImage = null; + this.groupBoxInput.Controls.Add(this.labelTitleInput5); + this.groupBoxInput.Controls.Add(this.labelInput5); + this.groupBoxInput.Controls.Add(this.labelTitleInput4); + this.groupBoxInput.Controls.Add(this.labelTitleInput2); + this.groupBoxInput.Controls.Add(this.labelInput4); + this.groupBoxInput.Controls.Add(this.labelInput2); + this.groupBoxInput.Controls.Add(this.labelTitleInput3); + this.groupBoxInput.Controls.Add(this.labelTitleInput1); + this.groupBoxInput.Controls.Add(this.labelInput3); + this.groupBoxInput.Controls.Add(this.labelInput1); + this.groupBoxInput.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxInput.FrameLineThickness = 2; + this.groupBoxInput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxInput.HeaderHeightOffset = 12; + this.groupBoxInput.Location = new System.Drawing.Point(39, 44); + this.groupBoxInput.Name = "groupBoxInput"; + this.groupBoxInput.RoundRadius = 5; + this.groupBoxInput.Size = new System.Drawing.Size(319, 171); + this.groupBoxInput.TabIndex = 38; + this.groupBoxInput.Text = "INPUT"; + this.groupBoxInput.TextColor = System.Drawing.Color.White; // - // smartLabel96 + // labelTitleInput5 // - this.smartLabel96.BackGround = null; - 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.LineSpacing = 0F; - this.smartLabel96.Location = new System.Drawing.Point(51, 125); - this.smartLabel96.Name = "smartLabel96"; - this.smartLabel96.OverlapOptimize = true; - this.smartLabel96.PasswordChar = '\0'; - this.smartLabel96.Radius = 3; - this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel96.Size = new System.Drawing.Size(100, 30); - this.smartLabel96.TabIndex = 52; - this.smartLabel96.Text = "INPUT 5"; - this.smartLabel96.TextColor = System.Drawing.Color.White; - this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel96.Wordwrap = false; + this.labelTitleInput5.BackGround = null; + this.labelTitleInput5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleInput5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleInput5.LineSpacing = 0F; + this.labelTitleInput5.Location = new System.Drawing.Point(51, 125); + this.labelTitleInput5.Name = "labelTitleInput5"; + this.labelTitleInput5.OverlapOptimize = true; + this.labelTitleInput5.PasswordChar = '\0'; + this.labelTitleInput5.Radius = 3; + this.labelTitleInput5.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleInput5.Size = new System.Drawing.Size(100, 30); + this.labelTitleInput5.TabIndex = 52; + this.labelTitleInput5.Text = "INPUT 5"; + this.labelTitleInput5.TextColor = System.Drawing.Color.White; + this.labelTitleInput5.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleInput5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleInput5.Wordwrap = false; // // labelInput5 // @@ -1646,49 +1647,49 @@ this.labelInput5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput5.Wordwrap = false; // - // smartLabel5 + // labelTitleInput4 // - this.smartLabel5.BackGround = null; - 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(207, 89); - this.smartLabel5.Name = "smartLabel5"; - this.smartLabel5.OverlapOptimize = true; - this.smartLabel5.PasswordChar = '\0'; - this.smartLabel5.Radius = 3; - this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel5.Size = new System.Drawing.Size(100, 30); - this.smartLabel5.TabIndex = 46; - this.smartLabel5.Text = "INPUT 4"; - this.smartLabel5.TextColor = System.Drawing.Color.White; - 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.labelTitleInput4.BackGround = null; + this.labelTitleInput4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleInput4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleInput4.LineSpacing = 0F; + this.labelTitleInput4.Location = new System.Drawing.Point(207, 89); + this.labelTitleInput4.Name = "labelTitleInput4"; + this.labelTitleInput4.OverlapOptimize = true; + this.labelTitleInput4.PasswordChar = '\0'; + this.labelTitleInput4.Radius = 3; + this.labelTitleInput4.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleInput4.Size = new System.Drawing.Size(100, 30); + this.labelTitleInput4.TabIndex = 46; + this.labelTitleInput4.Text = "INPUT 4"; + this.labelTitleInput4.TextColor = System.Drawing.Color.White; + this.labelTitleInput4.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleInput4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleInput4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleInput4.Wordwrap = false; // - // smartLabel6 + // labelTitleInput2 // - this.smartLabel6.BackGround = null; - 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(207, 53); - this.smartLabel6.Name = "smartLabel6"; - this.smartLabel6.OverlapOptimize = true; - this.smartLabel6.PasswordChar = '\0'; - this.smartLabel6.Radius = 3; - this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel6.Size = new System.Drawing.Size(100, 30); - this.smartLabel6.TabIndex = 45; - this.smartLabel6.Text = "INPUT 2"; - this.smartLabel6.TextColor = System.Drawing.Color.White; - this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel6.Wordwrap = false; + this.labelTitleInput2.BackGround = null; + this.labelTitleInput2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleInput2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleInput2.LineSpacing = 0F; + this.labelTitleInput2.Location = new System.Drawing.Point(207, 53); + this.labelTitleInput2.Name = "labelTitleInput2"; + this.labelTitleInput2.OverlapOptimize = true; + this.labelTitleInput2.PasswordChar = '\0'; + this.labelTitleInput2.Radius = 3; + this.labelTitleInput2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleInput2.Size = new System.Drawing.Size(100, 30); + this.labelTitleInput2.TabIndex = 45; + this.labelTitleInput2.Text = "INPUT 2"; + this.labelTitleInput2.TextColor = System.Drawing.Color.White; + this.labelTitleInput2.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleInput2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleInput2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleInput2.Wordwrap = false; // // labelInput4 // @@ -1732,49 +1733,49 @@ this.labelInput2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelInput2.Wordwrap = false; // - // smartLabel4 + // labelTitleInput3 // - this.smartLabel4.BackGround = null; - 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(51, 89); - this.smartLabel4.Name = "smartLabel4"; - this.smartLabel4.OverlapOptimize = true; - this.smartLabel4.PasswordChar = '\0'; - this.smartLabel4.Radius = 3; - this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel4.Size = new System.Drawing.Size(100, 30); - this.smartLabel4.TabIndex = 42; - this.smartLabel4.Text = "INPUT 3"; - this.smartLabel4.TextColor = System.Drawing.Color.White; - this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel4.Wordwrap = false; + this.labelTitleInput3.BackGround = null; + this.labelTitleInput3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleInput3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleInput3.LineSpacing = 0F; + this.labelTitleInput3.Location = new System.Drawing.Point(51, 89); + this.labelTitleInput3.Name = "labelTitleInput3"; + this.labelTitleInput3.OverlapOptimize = true; + this.labelTitleInput3.PasswordChar = '\0'; + this.labelTitleInput3.Radius = 3; + this.labelTitleInput3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleInput3.Size = new System.Drawing.Size(100, 30); + this.labelTitleInput3.TabIndex = 42; + this.labelTitleInput3.Text = "INPUT 3"; + this.labelTitleInput3.TextColor = System.Drawing.Color.White; + this.labelTitleInput3.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleInput3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleInput3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleInput3.Wordwrap = false; // - // smartLabel3 + // labelTitleInput1 // - this.smartLabel3.BackGround = null; - 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(51, 53); - this.smartLabel3.Name = "smartLabel3"; - this.smartLabel3.OverlapOptimize = true; - this.smartLabel3.PasswordChar = '\0'; - this.smartLabel3.Radius = 3; - this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel3.Size = new System.Drawing.Size(100, 30); - this.smartLabel3.TabIndex = 41; - this.smartLabel3.Text = "INPUT 1"; - this.smartLabel3.TextColor = System.Drawing.Color.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; + this.labelTitleInput1.BackGround = null; + this.labelTitleInput1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleInput1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleInput1.LineSpacing = 0F; + this.labelTitleInput1.Location = new System.Drawing.Point(51, 53); + this.labelTitleInput1.Name = "labelTitleInput1"; + this.labelTitleInput1.OverlapOptimize = true; + this.labelTitleInput1.PasswordChar = '\0'; + this.labelTitleInput1.Radius = 3; + this.labelTitleInput1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleInput1.Size = new System.Drawing.Size(100, 30); + this.labelTitleInput1.TabIndex = 41; + this.labelTitleInput1.Text = "INPUT 1"; + this.labelTitleInput1.TextColor = System.Drawing.Color.White; + this.labelTitleInput1.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleInput1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleInput1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleInput1.Wordwrap = false; // // labelInput3 // @@ -1844,10 +1845,10 @@ this.Name = "ControlMenuManualIoTest"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); - this.smartGroupBox3.ResumeLayout(false); - this.smartGroupBox5.ResumeLayout(false); - this.smartGroupBox4.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); + this.groupBoxServo.ResumeLayout(false); + this.groupBoxOutput.ResumeLayout(false); + this.groupBoxStatus.ResumeLayout(false); + this.groupBoxInput.ResumeLayout(false); this.ResumeLayout(false); } @@ -1855,36 +1856,36 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartGroupBox smartGroupBox2; + private SmartX.SmartGroupBox groupBoxInput; private SmartX.SmartButton buttonOut1; - private SmartX.SmartLabel smartLabel5; - private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel labelTitleInput4; + private SmartX.SmartLabel labelTitleInput2; private SmartX.SmartLabel labelInput4; private SmartX.SmartLabel labelInput2; - private SmartX.SmartLabel smartLabel4; - private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel labelTitleInput3; + private SmartX.SmartLabel labelTitleInput1; private SmartX.SmartLabel labelInput3; private SmartX.SmartLabel labelInput1; private SmartX.SmartButton buttonOut4; private SmartX.SmartButton buttonOut3; private SmartX.SmartButton buttonOut2; - private SmartX.SmartGroupBox smartGroupBox3; + private SmartX.SmartGroupBox groupBoxServo; private SmartX.SmartButton buttonMotor1Origin; private SmartX.SmartButton buttonMotorChamber2; private SmartX.SmartButton buttonMotorChamber1; private SmartX.SmartLabel labelMotor1Origin; private SmartX.SmartLabel labelMotorChamber2; private SmartX.SmartLabel labelMotorChamber1; - private SmartX.SmartGroupBox smartGroupBox4; + private SmartX.SmartGroupBox groupBoxStatus; private SmartX.SmartLabel labelLane; private SmartX.SmartLabel labelDiff; - private SmartX.SmartLabel smartLabel21; + private SmartX.SmartLabel labelTitleDiff; private SmartX.SmartLabel labelDisp; - private SmartX.SmartLabel smartLabel32; + private SmartX.SmartLabel labelTitleDisp; private SmartX.SmartLabel labelVacuumWorking; - private SmartX.SmartLabel smartLabel23; + private SmartX.SmartLabel labelTitlePressureM; private SmartX.SmartButton buttonMotor1AlarmClear; - private SmartX.SmartLabel smartLabel96; + private SmartX.SmartLabel labelTitleInput5; private SmartX.SmartLabel labelInput5; private SmartX.SmartButton buttonOut10; private SmartX.SmartButton buttonOut9; @@ -1892,7 +1893,7 @@ private SmartX.SmartButton buttonOut7; private SmartX.SmartButton buttonOut6; private SmartX.SmartButton buttonOut5; - private SmartX.SmartGroupBox smartGroupBox5; + private SmartX.SmartGroupBox groupBoxOutput; public SmartX.SmartLabel labelSbAlarm1; private SmartX.SmartTimer smartTimer; private SmartX.SmartLabel labelMotorChamber4; @@ -1908,13 +1909,13 @@ private SmartX.SmartButton buttonOut11; private SmartX.SmartButton buttonOut12; public SmartX.SmartLabel labeldispAlarm1; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel labelTitleDiscriptionCD; + private SmartX.SmartLabel labelTitleDiscriptionPD; private SmartX.SmartButton buttonJogCCW; private SmartX.SmartButton buttonJogCW; private SmartX.SmartTimer smartTimerJog; private SmartX.SmartLabel labelVacuumMaster; - private SmartX.SmartLabel smartLabel8; + private SmartX.SmartLabel labelTitlePressureW; private SmartX.SmartButton buttonMotorReady; private SmartX.SmartLabel labelMotorReady; } diff --git a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.cs b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.cs index fbf1c01..15388a1 100644 --- a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.cs +++ b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.cs @@ -112,6 +112,16 @@ namespace INT_LKD_2.Controls this.buttonOut3.ButtonText = "None"; } } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void OutputCommand(string address, string data) { diff --git a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.Designer.cs b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.Designer.cs index f7d833a..e0ff90d 100644 --- a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.Designer.cs +++ b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.Designer.cs @@ -36,34 +36,34 @@ this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine(); this.labelMesPressureWork = new SmartX.SmartLabel(); this.labelMesDiffSecMax = new SmartX.SmartLabel(); - this.smartLabel41 = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.labelTitleLRMax = new SmartX.SmartLabel(); + this.groupBoxPressure = new SmartX.SmartGroupBox(); this.smartDrawDiff = new SmartX.SmartDraw(); this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle(); this.smartLabel61 = new SmartX.SmartLabel(); this.labelMesPressureMaster = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); + this.labelTitleMaster = new SmartX.SmartLabel(); + this.labelTitleWork = new SmartX.SmartLabel(); this.labelMesDispMDataMax = new SmartX.SmartLabel(); - this.smartLabel48 = new SmartX.SmartLabel(); + this.labelTitleMaxHeight = new SmartX.SmartLabel(); this.labelMesDispMDataDiff = new SmartX.SmartLabel(); - this.smartLabel53 = new SmartX.SmartLabel(); + this.labelTitleDiff = new SmartX.SmartLabel(); this.labelMesDiffMadc = new SmartX.SmartLabel(); this.smartLabel23 = new SmartX.SmartLabel(); this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine(); this.labelMesDiffSecDiff = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); + this.labelTitleLRSec = new SmartX.SmartLabel(); this.labelMesDispMData = new SmartX.SmartLabel(); - this.smartLabel30 = new SmartX.SmartLabel(); + this.labelTitleHeight = new SmartX.SmartLabel(); this.labelMesDispRData = new SmartX.SmartLabel(); - this.smartLabel32 = new SmartX.SmartLabel(); + this.labelTitleLevel = new SmartX.SmartLabel(); this.labelMesResult = new SmartX.SmartLabel(); - this.smartGroupBox11 = new SmartX.SmartGroupBox(); + this.groupBoxDisplacement = new SmartX.SmartGroupBox(); this.smartDrawDisp = new SmartX.SmartDraw(); this.groupBoxMeasuring1.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); + this.groupBoxPressure.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).BeginInit(); - this.smartGroupBox11.SuspendLayout(); + this.groupBoxDisplacement.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).BeginInit(); this.SuspendLayout(); // @@ -78,23 +78,23 @@ this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine5); this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureWork); this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecMax); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel41); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleLRMax); this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureMaster); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel8); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel9); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleMaster); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleWork); this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMDataMax); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel48); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleMaxHeight); this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMDataDiff); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel53); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleDiff); this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffMadc); this.groupBoxMeasuring1.Controls.Add(this.smartLabel23); this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine4); this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecDiff); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel14); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleLRSec); this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMData); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel30); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleHeight); this.groupBoxMeasuring1.Controls.Add(this.labelMesDispRData); - this.groupBoxMeasuring1.Controls.Add(this.smartLabel32); + this.groupBoxMeasuring1.Controls.Add(this.labelTitleLevel); this.groupBoxMeasuring1.Controls.Add(this.labelMesResult); this.groupBoxMeasuring1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxMeasuring1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -115,7 +115,7 @@ this.labelMesResultDisp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesResultDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesResultDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesResultDisp.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.labelMesResultDisp.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.labelMesResultDisp.LineSpacing = 0F; this.labelMesResultDisp.Location = new System.Drawing.Point(89, 108); this.labelMesResultDisp.Name = "labelMesResultDisp"; @@ -138,7 +138,7 @@ this.labelMesResultDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesResultDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesResultDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesResultDiff.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold); + this.labelMesResultDiff.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.labelMesResultDiff.LineSpacing = 0F; this.labelMesResultDiff.Location = new System.Drawing.Point(4, 108); this.labelMesResultDiff.Name = "labelMesResultDiff"; @@ -187,7 +187,7 @@ this.labelMesPressureWork.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureWork.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureWork.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureWork.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureWork.LineSpacing = 0F; this.labelMesPressureWork.Location = new System.Drawing.Point(80, 218); this.labelMesPressureWork.Name = "labelMesPressureWork"; @@ -210,7 +210,7 @@ this.labelMesDiffSecMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecMax.LineSpacing = 0F; this.labelMesDiffSecMax.Location = new System.Drawing.Point(80, 360); this.labelMesDiffSecMax.Name = "labelMesDiffSecMax"; @@ -227,48 +227,48 @@ this.labelMesDiffSecMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDiffSecMax.Wordwrap = false; // - // smartLabel41 + // labelTitleLRMax // - this.smartLabel41.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel41.LineSpacing = 0F; - this.smartLabel41.Location = new System.Drawing.Point(4, 360); - 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, 30); - this.smartLabel41.TabIndex = 48; - this.smartLabel41.Text = "LR.Max"; - 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; + this.labelTitleLRMax.BackGround = this.groupBoxPressure; + this.labelTitleLRMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleLRMax.LineSpacing = 0F; + this.labelTitleLRMax.Location = new System.Drawing.Point(4, 360); + this.labelTitleLRMax.Name = "labelTitleLRMax"; + this.labelTitleLRMax.OverlapOptimize = true; + this.labelTitleLRMax.PasswordChar = '\0'; + this.labelTitleLRMax.Radius = 3; + this.labelTitleLRMax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLRMax.Size = new System.Drawing.Size(70, 30); + this.labelTitleLRMax.TabIndex = 48; + this.labelTitleLRMax.Text = "LR.Max"; + this.labelTitleLRMax.TextColor = System.Drawing.Color.White; + this.labelTitleLRMax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLRMax.Wordwrap = false; // - // smartGroupBox2 + // groupBoxPressure // - 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.smartDrawDiff); - this.smartGroupBox2.Controls.Add(this.smartLabel61); - 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 = 1; - this.smartGroupBox2.Location = new System.Drawing.Point(3, 2); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(433, 285); - this.smartGroupBox2.TabIndex = 118; - this.smartGroupBox2.Text = "Pressure"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; + this.groupBoxPressure.BackGround = null; + this.groupBoxPressure.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxPressure.BackImage = null; + this.groupBoxPressure.Controls.Add(this.smartDrawDiff); + this.groupBoxPressure.Controls.Add(this.smartLabel61); + this.groupBoxPressure.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxPressure.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxPressure.FrameLineThickness = 2; + this.groupBoxPressure.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxPressure.HeaderHeightOffset = 1; + this.groupBoxPressure.Location = new System.Drawing.Point(3, 2); + this.groupBoxPressure.Name = "groupBoxPressure"; + this.groupBoxPressure.RoundRadius = 5; + this.groupBoxPressure.Size = new System.Drawing.Size(433, 285); + this.groupBoxPressure.TabIndex = 118; + this.groupBoxPressure.Text = "Pressure"; + this.groupBoxPressure.TextColor = System.Drawing.Color.White; // // smartDrawDiff // @@ -305,7 +305,7 @@ this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel61.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel61.LineSpacing = 0F; this.smartLabel61.Location = new System.Drawing.Point(399, 392); this.smartLabel61.Name = "smartLabel61"; @@ -328,7 +328,7 @@ this.labelMesPressureMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureMaster.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureMaster.LineSpacing = 0F; this.labelMesPressureMaster.Location = new System.Drawing.Point(80, 182); this.labelMesPressureMaster.Name = "labelMesPressureMaster"; @@ -345,51 +345,51 @@ this.labelMesPressureMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesPressureMaster.Wordwrap = false; // - // smartLabel8 + // labelTitleMaster // - this.smartLabel8.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(4, 182); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(70, 30); - this.smartLabel8.TabIndex = 35; - this.smartLabel8.Text = "master"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; + this.labelTitleMaster.BackGround = this.groupBoxPressure; + this.labelTitleMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleMaster.LineSpacing = 0F; + this.labelTitleMaster.Location = new System.Drawing.Point(4, 182); + this.labelTitleMaster.Name = "labelTitleMaster"; + this.labelTitleMaster.OverlapOptimize = true; + this.labelTitleMaster.PasswordChar = '\0'; + this.labelTitleMaster.Radius = 3; + this.labelTitleMaster.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMaster.Size = new System.Drawing.Size(70, 30); + this.labelTitleMaster.TabIndex = 35; + this.labelTitleMaster.Text = "master"; + this.labelTitleMaster.TextColor = System.Drawing.Color.White; + this.labelTitleMaster.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMaster.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMaster.Wordwrap = false; // - // smartLabel9 + // labelTitleWork // - this.smartLabel9.BackGround = this.smartGroupBox2; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(4, 218); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(70, 30); - this.smartLabel9.TabIndex = 34; - this.smartLabel9.Text = "work"; - this.smartLabel9.TextColor = System.Drawing.Color.White; - this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel9.Wordwrap = false; + this.labelTitleWork.BackGround = this.groupBoxPressure; + this.labelTitleWork.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleWork.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleWork.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleWork.LineSpacing = 0F; + this.labelTitleWork.Location = new System.Drawing.Point(4, 218); + this.labelTitleWork.Name = "labelTitleWork"; + this.labelTitleWork.OverlapOptimize = true; + this.labelTitleWork.PasswordChar = '\0'; + this.labelTitleWork.Radius = 3; + this.labelTitleWork.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleWork.Size = new System.Drawing.Size(70, 30); + this.labelTitleWork.TabIndex = 34; + this.labelTitleWork.Text = "work"; + this.labelTitleWork.TextColor = System.Drawing.Color.White; + this.labelTitleWork.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleWork.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleWork.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleWork.Wordwrap = false; // // labelMesDispMDataMax // @@ -397,7 +397,7 @@ this.labelMesDispMDataMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataMax.LineSpacing = 0F; this.labelMesDispMDataMax.Location = new System.Drawing.Point(80, 497); this.labelMesDispMDataMax.Name = "labelMesDispMDataMax"; @@ -414,28 +414,28 @@ this.labelMesDispMDataMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDispMDataMax.Wordwrap = false; // - // smartLabel48 + // labelTitleMaxHeight // - this.smartLabel48.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel48.LineSpacing = 0F; - this.smartLabel48.Location = new System.Drawing.Point(4, 497); - this.smartLabel48.Name = "smartLabel48"; - this.smartLabel48.OverlapOptimize = true; - this.smartLabel48.PasswordChar = '\0'; - this.smartLabel48.Radius = 3; - this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel48.Size = new System.Drawing.Size(70, 30); - this.smartLabel48.TabIndex = 44; - this.smartLabel48.Text = "Max Height"; - 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; - this.smartLabel48.Wordwrap = false; + this.labelTitleMaxHeight.BackGround = this.groupBoxPressure; + this.labelTitleMaxHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleMaxHeight.LineSpacing = 0F; + this.labelTitleMaxHeight.Location = new System.Drawing.Point(4, 497); + this.labelTitleMaxHeight.Name = "labelTitleMaxHeight"; + this.labelTitleMaxHeight.OverlapOptimize = true; + this.labelTitleMaxHeight.PasswordChar = '\0'; + this.labelTitleMaxHeight.Radius = 3; + this.labelTitleMaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMaxHeight.Size = new System.Drawing.Size(70, 30); + this.labelTitleMaxHeight.TabIndex = 44; + this.labelTitleMaxHeight.Text = "Max Height"; + this.labelTitleMaxHeight.TextColor = System.Drawing.Color.White; + this.labelTitleMaxHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleMaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMaxHeight.Wordwrap = false; // // labelMesDispMDataDiff // @@ -443,7 +443,7 @@ this.labelMesDispMDataDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataDiff.LineSpacing = 0F; this.labelMesDispMDataDiff.Location = new System.Drawing.Point(80, 533); this.labelMesDispMDataDiff.Name = "labelMesDispMDataDiff"; @@ -460,28 +460,28 @@ this.labelMesDispMDataDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDispMDataDiff.Wordwrap = false; // - // smartLabel53 + // labelTitleDiff // - this.smartLabel53.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel53.LineSpacing = 0F; - this.smartLabel53.Location = new System.Drawing.Point(4, 533); - 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, 30); - this.smartLabel53.TabIndex = 42; - 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; + this.labelTitleDiff.BackGround = this.groupBoxPressure; + this.labelTitleDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleDiff.LineSpacing = 0F; + this.labelTitleDiff.Location = new System.Drawing.Point(4, 533); + this.labelTitleDiff.Name = "labelTitleDiff"; + this.labelTitleDiff.OverlapOptimize = true; + this.labelTitleDiff.PasswordChar = '\0'; + this.labelTitleDiff.Radius = 3; + this.labelTitleDiff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDiff.Size = new System.Drawing.Size(70, 30); + this.labelTitleDiff.TabIndex = 42; + this.labelTitleDiff.Text = "Diff"; + this.labelTitleDiff.TextColor = System.Drawing.Color.White; + this.labelTitleDiff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDiff.Wordwrap = false; // // labelMesDiffMadc // @@ -489,7 +489,7 @@ this.labelMesDiffMadc.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffMadc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffMadc.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffMadc.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffMadc.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffMadc.LineSpacing = 0F; this.labelMesDiffMadc.Location = new System.Drawing.Point(80, 288); this.labelMesDiffMadc.Name = "labelMesDiffMadc"; @@ -508,11 +508,11 @@ // // smartLabel23 // - this.smartLabel23.BackGround = this.smartGroupBox2; + this.smartLabel23.BackGround = this.groupBoxPressure; 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.Regular); + this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel23.LineSpacing = 0F; this.smartLabel23.Location = new System.Drawing.Point(4, 288); this.smartLabel23.Name = "smartLabel23"; @@ -548,7 +548,7 @@ this.labelMesDiffSecDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecDiff.LineSpacing = 0F; this.labelMesDiffSecDiff.Location = new System.Drawing.Point(80, 324); this.labelMesDiffSecDiff.Name = "labelMesDiffSecDiff"; @@ -565,28 +565,28 @@ this.labelMesDiffSecDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDiffSecDiff.Wordwrap = false; // - // smartLabel14 + // labelTitleLRSec // - this.smartLabel14.BackGround = this.smartGroupBox2; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(4, 324); - this.smartLabel14.Name = "smartLabel14"; - this.smartLabel14.OverlapOptimize = true; - this.smartLabel14.PasswordChar = '\0'; - this.smartLabel14.Radius = 3; - this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel14.Size = new System.Drawing.Size(70, 30); - this.smartLabel14.TabIndex = 32; - this.smartLabel14.Text = "LR.Sec"; - 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; - this.smartLabel14.Wordwrap = false; + this.labelTitleLRSec.BackGround = this.groupBoxPressure; + this.labelTitleLRSec.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleLRSec.LineSpacing = 0F; + this.labelTitleLRSec.Location = new System.Drawing.Point(4, 324); + this.labelTitleLRSec.Name = "labelTitleLRSec"; + this.labelTitleLRSec.OverlapOptimize = true; + this.labelTitleLRSec.PasswordChar = '\0'; + this.labelTitleLRSec.Radius = 3; + this.labelTitleLRSec.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLRSec.Size = new System.Drawing.Size(70, 30); + this.labelTitleLRSec.TabIndex = 32; + this.labelTitleLRSec.Text = "LR.Sec"; + this.labelTitleLRSec.TextColor = System.Drawing.Color.White; + this.labelTitleLRSec.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLRSec.Wordwrap = false; // // labelMesDispMData // @@ -594,7 +594,7 @@ this.labelMesDispMData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMData.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMData.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMData.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMData.LineSpacing = 0F; this.labelMesDispMData.Location = new System.Drawing.Point(80, 461); this.labelMesDispMData.Name = "labelMesDispMData"; @@ -611,28 +611,28 @@ this.labelMesDispMData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDispMData.Wordwrap = false; // - // smartLabel30 + // labelTitleHeight // - this.smartLabel30.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel30.LineSpacing = 0F; - this.smartLabel30.Location = new System.Drawing.Point(4, 461); - this.smartLabel30.Name = "smartLabel30"; - this.smartLabel30.OverlapOptimize = true; - this.smartLabel30.PasswordChar = '\0'; - this.smartLabel30.Radius = 3; - this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel30.Size = new System.Drawing.Size(70, 30); - this.smartLabel30.TabIndex = 30; - this.smartLabel30.Text = "Height"; - 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; - this.smartLabel30.Wordwrap = false; + this.labelTitleHeight.BackGround = this.groupBoxPressure; + this.labelTitleHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleHeight.LineSpacing = 0F; + this.labelTitleHeight.Location = new System.Drawing.Point(4, 461); + this.labelTitleHeight.Name = "labelTitleHeight"; + this.labelTitleHeight.OverlapOptimize = true; + this.labelTitleHeight.PasswordChar = '\0'; + this.labelTitleHeight.Radius = 3; + this.labelTitleHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleHeight.Size = new System.Drawing.Size(70, 30); + this.labelTitleHeight.TabIndex = 30; + this.labelTitleHeight.Text = "Height"; + this.labelTitleHeight.TextColor = System.Drawing.Color.White; + this.labelTitleHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleHeight.Wordwrap = false; // // labelMesDispRData // @@ -640,7 +640,7 @@ this.labelMesDispRData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispRData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispRData.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispRData.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispRData.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispRData.LineSpacing = 0F; this.labelMesDispRData.Location = new System.Drawing.Point(80, 425); this.labelMesDispRData.Name = "labelMesDispRData"; @@ -657,28 +657,28 @@ this.labelMesDispRData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesDispRData.Wordwrap = false; // - // smartLabel32 + // labelTitleLevel // - this.smartLabel32.BackGround = this.smartGroupBox2; - 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.Regular); - this.smartLabel32.LineSpacing = 0F; - this.smartLabel32.Location = new System.Drawing.Point(4, 425); - this.smartLabel32.Name = "smartLabel32"; - this.smartLabel32.OverlapOptimize = true; - this.smartLabel32.PasswordChar = '\0'; - this.smartLabel32.Radius = 3; - this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel32.Size = new System.Drawing.Size(70, 30); - this.smartLabel32.TabIndex = 29; - this.smartLabel32.Text = "Level"; - this.smartLabel32.TextColor = System.Drawing.Color.White; - this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel32.Wordwrap = false; + this.labelTitleLevel.BackGround = this.groupBoxPressure; + this.labelTitleLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleLevel.LineSpacing = 0F; + this.labelTitleLevel.Location = new System.Drawing.Point(4, 425); + this.labelTitleLevel.Name = "labelTitleLevel"; + this.labelTitleLevel.OverlapOptimize = true; + this.labelTitleLevel.PasswordChar = '\0'; + this.labelTitleLevel.Radius = 3; + this.labelTitleLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLevel.Size = new System.Drawing.Size(70, 30); + this.labelTitleLevel.TabIndex = 29; + this.labelTitleLevel.Text = "Level"; + this.labelTitleLevel.TextColor = System.Drawing.Color.White; + this.labelTitleLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLevel.Wordwrap = false; // // labelMesResult // @@ -686,7 +686,7 @@ this.labelMesResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesResult.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.labelMesResult.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelMesResult.LineSpacing = 0F; this.labelMesResult.Location = new System.Drawing.Point(4, 42); this.labelMesResult.Name = "labelMesResult"; @@ -703,24 +703,24 @@ this.labelMesResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMesResult.Wordwrap = false; // - // smartGroupBox11 + // groupBoxDisplacement // - this.smartGroupBox11.BackGround = null; - 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.smartDrawDisp); - 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; - this.smartGroupBox11.HeaderHeightOffset = 1; - this.smartGroupBox11.Location = new System.Drawing.Point(3, 293); - this.smartGroupBox11.Name = "smartGroupBox11"; - this.smartGroupBox11.RoundRadius = 5; - this.smartGroupBox11.Size = new System.Drawing.Size(433, 285); - this.smartGroupBox11.TabIndex = 120; - this.smartGroupBox11.Text = "Displacement "; - this.smartGroupBox11.TextColor = System.Drawing.Color.White; + this.groupBoxDisplacement.BackGround = null; + this.groupBoxDisplacement.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxDisplacement.BackImage = null; + this.groupBoxDisplacement.Controls.Add(this.smartDrawDisp); + this.groupBoxDisplacement.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxDisplacement.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxDisplacement.FrameLineThickness = 2; + this.groupBoxDisplacement.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxDisplacement.HeaderHeightOffset = 1; + this.groupBoxDisplacement.Location = new System.Drawing.Point(3, 293); + this.groupBoxDisplacement.Name = "groupBoxDisplacement"; + this.groupBoxDisplacement.RoundRadius = 5; + this.groupBoxDisplacement.Size = new System.Drawing.Size(433, 285); + this.groupBoxDisplacement.TabIndex = 120; + this.groupBoxDisplacement.Text = "Displacement "; + this.groupBoxDisplacement.TextColor = System.Drawing.Color.White; // // smartDrawDisp // @@ -750,14 +750,14 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.Controls.Add(this.groupBoxMeasuring1); - this.Controls.Add(this.smartGroupBox2); - this.Controls.Add(this.smartGroupBox11); + this.Controls.Add(this.groupBoxPressure); + this.Controls.Add(this.groupBoxDisplacement); this.Name = "ControlMenuRecipeData"; this.Size = new System.Drawing.Size(620, 580); this.groupBoxMeasuring1.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); + this.groupBoxPressure.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).EndInit(); - this.smartGroupBox11.ResumeLayout(false); + this.groupBoxDisplacement.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).EndInit(); this.ResumeLayout(false); @@ -770,28 +770,28 @@ private SmartX.SmartSeparatorLine smartSeparatorLine5; private SmartX.SmartLabel labelMesPressureWork; private SmartX.SmartLabel labelMesDiffSecMax; - private SmartX.SmartLabel smartLabel41; - private SmartX.SmartGroupBox smartGroupBox2; + private SmartX.SmartLabel labelTitleLRMax; + private SmartX.SmartGroupBox groupBoxPressure; private SmartX.SmartDraw smartDrawDiff; private SmartX.SmartLabel smartLabel61; private SmartX.SmartLabel labelMesPressureMaster; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel labelTitleMaster; + private SmartX.SmartLabel labelTitleWork; private SmartX.SmartLabel labelMesDispMDataMax; - private SmartX.SmartLabel smartLabel48; + private SmartX.SmartLabel labelTitleMaxHeight; private SmartX.SmartLabel labelMesDispMDataDiff; - private SmartX.SmartLabel smartLabel53; + private SmartX.SmartLabel labelTitleDiff; private SmartX.SmartLabel labelMesDiffMadc; private SmartX.SmartLabel smartLabel23; private SmartX.SmartSeparatorLine smartSeparatorLine4; private SmartX.SmartLabel labelMesDiffSecDiff; - private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel labelTitleLRSec; private SmartX.SmartLabel labelMesDispMData; - private SmartX.SmartLabel smartLabel30; + private SmartX.SmartLabel labelTitleHeight; private SmartX.SmartLabel labelMesDispRData; - private SmartX.SmartLabel smartLabel32; + private SmartX.SmartLabel labelTitleLevel; private SmartX.SmartLabel labelMesResult; - private SmartX.SmartGroupBox smartGroupBox11; + private SmartX.SmartGroupBox groupBoxDisplacement; private SmartX.SmartDraw smartDrawDisp; private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1; private SmartX.SmartLabel labelMesResultDisp; diff --git a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.cs b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.cs index 35e90b4..c025f6c 100644 --- a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.cs +++ b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeData.cs @@ -74,6 +74,16 @@ namespace INT_LKD_2.Controls this.labelMesDispMDataDiff.Text = "0.00"; this.labelMesDispMDataMax.Text = "0.00"; } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void InitializeDrawDiff() { // SetChartConfig @@ -376,10 +386,10 @@ namespace INT_LKD_2.Controls this.labelMesDispMDataDiff.Enabled = false; this.labelMesDispMDataMax.Enabled = false; - this.smartLabel32.Enabled = false; - this.smartLabel30.Enabled = false; - this.smartLabel53.Enabled = false; - this.smartLabel48.Enabled = false; + this.labelTitleLevel.Enabled = false; + this.labelTitleHeight.Enabled = false; + this.labelTitleDiff.Enabled = false; + this.labelTitleMaxHeight.Enabled = false; } else { @@ -388,10 +398,10 @@ namespace INT_LKD_2.Controls this.labelMesDispMDataDiff.Enabled = true; this.labelMesDispMDataMax.Enabled = true; - this.smartLabel32.Enabled = true; - this.smartLabel30.Enabled = true; - this.smartLabel53.Enabled = true; - this.smartLabel48.Enabled = true; + this.labelTitleLevel.Enabled = true; + this.labelTitleHeight.Enabled = true; + this.labelTitleDiff.Enabled = true; + this.labelTitleMaxHeight.Enabled = true; } } #endregion diff --git a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs index 59635d4..8b3bdc3 100644 --- a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs +++ b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.Designer.cs @@ -51,15 +51,15 @@ this.buttonInspection = new SmartX.SmartButton(); this.buttonMaster = new SmartX.SmartButton(); this.buttonSlave = new SmartX.SmartButton(); - this.smartGroupBox5 = new SmartX.SmartGroupBox(); - this.smartLabel20 = new SmartX.SmartLabel(); + this.groupBoxRecipe = new SmartX.SmartGroupBox(); + this.labelTitleDiffNG = new SmartX.SmartLabel(); this.smartLabel8 = new SmartX.SmartLabel(); this.smartLabel35 = new SmartX.SmartLabel(); - this.smartLabel18 = new SmartX.SmartLabel(); + this.labelTitleMaxHeightNG = new SmartX.SmartLabel(); this.smartLabel34 = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); + this.labelTitleLevelNG = new SmartX.SmartLabel(); this.smartLabel33 = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); + this.labelTitleLRMaxNG = new SmartX.SmartLabel(); this.smartLabel28 = new SmartX.SmartLabel(); this.smartLabel25 = new SmartX.SmartLabel(); this.smartLabel19 = new SmartX.SmartLabel(); @@ -67,39 +67,39 @@ this.smartLabel16 = new SmartX.SmartLabel(); this.smartLabel12 = new SmartX.SmartLabel(); this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine(); - this.smartLabel10 = new SmartX.SmartLabel(); + this.labelTitleVacuum = new SmartX.SmartLabel(); this.labelVacuumBreak = new SmartX.SmartLabel(); this.labelDiffDelayTime = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); + this.labelTitleBreakTime = new SmartX.SmartLabel(); this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine(); this.labelVacuumHold2 = new SmartX.SmartLabel(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.smartLabel26 = new SmartX.SmartLabel(); - this.smartLabel6 = new SmartX.SmartLabel(); + this.labelTitleDelayTime = new SmartX.SmartLabel(); + this.labelTitleHoldTime2 = new SmartX.SmartLabel(); + this.labelTitleDifferentialPressure = new SmartX.SmartLabel(); this.labelVacuumHold1 = new SmartX.SmartLabel(); - this.smartLabel24 = new SmartX.SmartLabel(); + this.labelTitleHoldTime1 = new SmartX.SmartLabel(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.labelVacuumStart = new SmartX.SmartLabel(); - this.smartLabel22 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.labelTitleStartTime = new SmartX.SmartLabel(); + this.labelTitleProductDisplacement = new SmartX.SmartLabel(); this.labelDispMinHeight = new SmartX.SmartLabel(); - this.smartLabel17 = new SmartX.SmartLabel(); + this.labelTitleNumber = new SmartX.SmartLabel(); this.labelDiffLrLimit = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel13 = new SmartX.SmartLabel(); + this.labelTitleMinHeight = new SmartX.SmartLabel(); + this.labelTitleLR = new SmartX.SmartLabel(); this.labelPressureLevel = new SmartX.SmartLabel(); this.labelDispEmptyLevel = new SmartX.SmartLabel(); this.labelNumber = new SmartX.SmartLabel(); - this.smartLabel5 = new SmartX.SmartLabel(); - this.smartLabel15 = new SmartX.SmartLabel(); + this.labelTitleEmptyLevel = new SmartX.SmartLabel(); + this.labelTitlePressure = new SmartX.SmartLabel(); this.labelDispMaxDiff = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); + this.labelTitleMaxDiff = new SmartX.SmartLabel(); this.labelDiffLrCycle = new SmartX.SmartLabel(); this.smartLabel11 = new SmartX.SmartLabel(); this.smartTimerMessageShow = new SmartX.SmartTimer(); this.smartGroupBox1.SuspendLayout(); this.smartGroupBox2.SuspendLayout(); - this.smartGroupBox5.SuspendLayout(); + this.groupBoxRecipe.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -122,7 +122,7 @@ this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.buttonMaster); this.smartGroupBox1.Controls.Add(this.buttonSlave); - this.smartGroupBox1.Controls.Add(this.smartGroupBox5); + this.smartGroupBox1.Controls.Add(this.groupBoxRecipe); this.smartGroupBox1.Controls.Add(this.labelDiffLrCycle); this.smartGroupBox1.Controls.Add(this.smartLabel11); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); @@ -717,88 +717,88 @@ this.buttonSlave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonSlave.Click += new System.EventHandler(this.button1_Click); // - // smartGroupBox5 + // groupBoxRecipe // - 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.smartLabel20); - this.smartGroupBox5.Controls.Add(this.smartLabel8); - this.smartGroupBox5.Controls.Add(this.smartLabel35); - this.smartGroupBox5.Controls.Add(this.smartLabel18); - this.smartGroupBox5.Controls.Add(this.smartLabel34); - this.smartGroupBox5.Controls.Add(this.smartLabel14); - this.smartGroupBox5.Controls.Add(this.smartLabel33); - this.smartGroupBox5.Controls.Add(this.smartLabel9); - this.smartGroupBox5.Controls.Add(this.smartLabel28); - this.smartGroupBox5.Controls.Add(this.smartLabel25); - this.smartGroupBox5.Controls.Add(this.smartLabel19); - this.smartGroupBox5.Controls.Add(this.smartLabel21); - this.smartGroupBox5.Controls.Add(this.smartLabel16); - this.smartGroupBox5.Controls.Add(this.smartLabel12); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine3); - this.smartGroupBox5.Controls.Add(this.smartLabel10); - this.smartGroupBox5.Controls.Add(this.labelVacuumBreak); - this.smartGroupBox5.Controls.Add(this.labelDiffDelayTime); - this.smartGroupBox5.Controls.Add(this.smartLabel2); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine2); - this.smartGroupBox5.Controls.Add(this.labelVacuumHold2); - this.smartGroupBox5.Controls.Add(this.smartLabel4); - this.smartGroupBox5.Controls.Add(this.smartLabel26); - this.smartGroupBox5.Controls.Add(this.smartLabel6); - this.smartGroupBox5.Controls.Add(this.labelVacuumHold1); - this.smartGroupBox5.Controls.Add(this.smartLabel24); - this.smartGroupBox5.Controls.Add(this.smartSeparatorLine1); - this.smartGroupBox5.Controls.Add(this.labelVacuumStart); - this.smartGroupBox5.Controls.Add(this.smartLabel22); - this.smartGroupBox5.Controls.Add(this.smartLabel1); - this.smartGroupBox5.Controls.Add(this.labelDispMinHeight); - this.smartGroupBox5.Controls.Add(this.smartLabel17); - this.smartGroupBox5.Controls.Add(this.labelDiffLrLimit); - this.smartGroupBox5.Controls.Add(this.smartLabel3); - this.smartGroupBox5.Controls.Add(this.smartLabel13); - this.smartGroupBox5.Controls.Add(this.labelPressureLevel); - this.smartGroupBox5.Controls.Add(this.labelDispEmptyLevel); - this.smartGroupBox5.Controls.Add(this.labelNumber); - this.smartGroupBox5.Controls.Add(this.smartLabel5); - this.smartGroupBox5.Controls.Add(this.smartLabel15); - this.smartGroupBox5.Controls.Add(this.labelDispMaxDiff); - this.smartGroupBox5.Controls.Add(this.smartLabel7); - 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; - this.smartGroupBox5.HeaderHeightOffset = 5; - this.smartGroupBox5.Location = new System.Drawing.Point(630, 32); - this.smartGroupBox5.Name = "smartGroupBox5"; - this.smartGroupBox5.RoundRadius = 10; - this.smartGroupBox5.Size = new System.Drawing.Size(279, 625); - this.smartGroupBox5.TabIndex = 114; - this.smartGroupBox5.Text = "Recipe"; - this.smartGroupBox5.TextColor = System.Drawing.Color.White; + this.groupBoxRecipe.BackGround = null; + this.groupBoxRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxRecipe.BackImage = null; + this.groupBoxRecipe.Controls.Add(this.labelTitleDiffNG); + this.groupBoxRecipe.Controls.Add(this.smartLabel8); + this.groupBoxRecipe.Controls.Add(this.smartLabel35); + this.groupBoxRecipe.Controls.Add(this.labelTitleMaxHeightNG); + this.groupBoxRecipe.Controls.Add(this.smartLabel34); + this.groupBoxRecipe.Controls.Add(this.labelTitleLevelNG); + this.groupBoxRecipe.Controls.Add(this.smartLabel33); + this.groupBoxRecipe.Controls.Add(this.labelTitleLRMaxNG); + this.groupBoxRecipe.Controls.Add(this.smartLabel28); + this.groupBoxRecipe.Controls.Add(this.smartLabel25); + this.groupBoxRecipe.Controls.Add(this.smartLabel19); + this.groupBoxRecipe.Controls.Add(this.smartLabel21); + this.groupBoxRecipe.Controls.Add(this.smartLabel16); + this.groupBoxRecipe.Controls.Add(this.smartLabel12); + this.groupBoxRecipe.Controls.Add(this.smartSeparatorLine3); + this.groupBoxRecipe.Controls.Add(this.labelTitleVacuum); + this.groupBoxRecipe.Controls.Add(this.labelVacuumBreak); + this.groupBoxRecipe.Controls.Add(this.labelDiffDelayTime); + this.groupBoxRecipe.Controls.Add(this.labelTitleBreakTime); + this.groupBoxRecipe.Controls.Add(this.smartSeparatorLine2); + this.groupBoxRecipe.Controls.Add(this.labelVacuumHold2); + this.groupBoxRecipe.Controls.Add(this.labelTitleDelayTime); + this.groupBoxRecipe.Controls.Add(this.labelTitleHoldTime2); + this.groupBoxRecipe.Controls.Add(this.labelTitleDifferentialPressure); + this.groupBoxRecipe.Controls.Add(this.labelVacuumHold1); + this.groupBoxRecipe.Controls.Add(this.labelTitleHoldTime1); + this.groupBoxRecipe.Controls.Add(this.smartSeparatorLine1); + this.groupBoxRecipe.Controls.Add(this.labelVacuumStart); + this.groupBoxRecipe.Controls.Add(this.labelTitleStartTime); + this.groupBoxRecipe.Controls.Add(this.labelTitleProductDisplacement); + this.groupBoxRecipe.Controls.Add(this.labelDispMinHeight); + this.groupBoxRecipe.Controls.Add(this.labelTitleNumber); + this.groupBoxRecipe.Controls.Add(this.labelDiffLrLimit); + this.groupBoxRecipe.Controls.Add(this.labelTitleMinHeight); + this.groupBoxRecipe.Controls.Add(this.labelTitleLR); + this.groupBoxRecipe.Controls.Add(this.labelPressureLevel); + this.groupBoxRecipe.Controls.Add(this.labelDispEmptyLevel); + this.groupBoxRecipe.Controls.Add(this.labelNumber); + this.groupBoxRecipe.Controls.Add(this.labelTitleEmptyLevel); + this.groupBoxRecipe.Controls.Add(this.labelTitlePressure); + this.groupBoxRecipe.Controls.Add(this.labelDispMaxDiff); + this.groupBoxRecipe.Controls.Add(this.labelTitleMaxDiff); + this.groupBoxRecipe.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxRecipe.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxRecipe.FrameLineThickness = 2; + this.groupBoxRecipe.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxRecipe.HeaderHeightOffset = 5; + this.groupBoxRecipe.Location = new System.Drawing.Point(630, 32); + this.groupBoxRecipe.Name = "groupBoxRecipe"; + this.groupBoxRecipe.RoundRadius = 10; + this.groupBoxRecipe.Size = new System.Drawing.Size(279, 625); + this.groupBoxRecipe.TabIndex = 114; + this.groupBoxRecipe.Text = "Recipe"; + this.groupBoxRecipe.TextColor = System.Drawing.Color.White; // - // smartLabel20 + // labelTitleDiffNG // - this.smartLabel20.BackGround = null; - 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("Arial", 9F, System.Drawing.FontStyle.Regular); - this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(129, 561); - this.smartLabel20.Name = "smartLabel20"; - this.smartLabel20.OverlapOptimize = true; - this.smartLabel20.PasswordChar = '\0'; - this.smartLabel20.Radius = 3; - this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel20.Size = new System.Drawing.Size(120, 20); - this.smartLabel20.TabIndex = 465; - this.smartLabel20.Text = "< Diff (NG)"; - this.smartLabel20.TextColor = System.Drawing.Color.LightGray; - this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel20.Wordwrap = false; + this.labelTitleDiffNG.BackGround = null; + this.labelTitleDiffNG.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDiffNG.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDiffNG.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDiffNG.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.labelTitleDiffNG.LineSpacing = 0F; + this.labelTitleDiffNG.Location = new System.Drawing.Point(129, 561); + this.labelTitleDiffNG.Name = "labelTitleDiffNG"; + this.labelTitleDiffNG.OverlapOptimize = true; + this.labelTitleDiffNG.PasswordChar = '\0'; + this.labelTitleDiffNG.Radius = 3; + this.labelTitleDiffNG.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDiffNG.Size = new System.Drawing.Size(120, 20); + this.labelTitleDiffNG.TabIndex = 465; + this.labelTitleDiffNG.Text = "< Diff (NG)"; + this.labelTitleDiffNG.TextColor = System.Drawing.Color.LightGray; + this.labelTitleDiffNG.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDiffNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDiffNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDiffNG.Wordwrap = false; // // smartLabel8 // @@ -844,28 +844,28 @@ this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel35.Wordwrap = false; // - // smartLabel18 + // labelTitleMaxHeightNG // - this.smartLabel18.BackGround = null; - 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.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.smartLabel18.LineSpacing = 0F; - this.smartLabel18.Location = new System.Drawing.Point(129, 508); - this.smartLabel18.Name = "smartLabel18"; - this.smartLabel18.OverlapOptimize = true; - this.smartLabel18.PasswordChar = '\0'; - this.smartLabel18.Radius = 3; - this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel18.Size = new System.Drawing.Size(120, 20); - this.smartLabel18.TabIndex = 464; - this.smartLabel18.Text = "> Max Height (NG)"; - this.smartLabel18.TextColor = System.Drawing.Color.LightGray; - this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel18.Wordwrap = false; + this.labelTitleMaxHeightNG.BackGround = null; + this.labelTitleMaxHeightNG.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMaxHeightNG.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMaxHeightNG.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMaxHeightNG.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.labelTitleMaxHeightNG.LineSpacing = 0F; + this.labelTitleMaxHeightNG.Location = new System.Drawing.Point(129, 508); + this.labelTitleMaxHeightNG.Name = "labelTitleMaxHeightNG"; + this.labelTitleMaxHeightNG.OverlapOptimize = true; + this.labelTitleMaxHeightNG.PasswordChar = '\0'; + this.labelTitleMaxHeightNG.Radius = 3; + this.labelTitleMaxHeightNG.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMaxHeightNG.Size = new System.Drawing.Size(120, 20); + this.labelTitleMaxHeightNG.TabIndex = 464; + this.labelTitleMaxHeightNG.Text = "> Max Height (NG)"; + this.labelTitleMaxHeightNG.TextColor = System.Drawing.Color.LightGray; + this.labelTitleMaxHeightNG.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMaxHeightNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleMaxHeightNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMaxHeightNG.Wordwrap = false; // // smartLabel34 // @@ -889,28 +889,28 @@ this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel34.Wordwrap = false; // - // smartLabel14 + // labelTitleLevelNG // - this.smartLabel14.BackGround = null; - 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", 9F, System.Drawing.FontStyle.Regular); - this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(129, 455); - this.smartLabel14.Name = "smartLabel14"; - this.smartLabel14.OverlapOptimize = true; - this.smartLabel14.PasswordChar = '\0'; - this.smartLabel14.Radius = 3; - this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel14.Size = new System.Drawing.Size(120, 20); - this.smartLabel14.TabIndex = 463; - this.smartLabel14.Text = "< Level (NG)"; - this.smartLabel14.TextColor = System.Drawing.Color.LightGray; - this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel14.Wordwrap = false; + this.labelTitleLevelNG.BackGround = null; + this.labelTitleLevelNG.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLevelNG.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLevelNG.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLevelNG.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.labelTitleLevelNG.LineSpacing = 0F; + this.labelTitleLevelNG.Location = new System.Drawing.Point(129, 455); + this.labelTitleLevelNG.Name = "labelTitleLevelNG"; + this.labelTitleLevelNG.OverlapOptimize = true; + this.labelTitleLevelNG.PasswordChar = '\0'; + this.labelTitleLevelNG.Radius = 3; + this.labelTitleLevelNG.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLevelNG.Size = new System.Drawing.Size(120, 20); + this.labelTitleLevelNG.TabIndex = 463; + this.labelTitleLevelNG.Text = "< Level (NG)"; + this.labelTitleLevelNG.TextColor = System.Drawing.Color.LightGray; + this.labelTitleLevelNG.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLevelNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLevelNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLevelNG.Wordwrap = false; // // smartLabel33 // @@ -934,28 +934,28 @@ this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel33.Wordwrap = false; // - // smartLabel9 + // labelTitleLRMaxNG // - this.smartLabel9.BackGround = null; - 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("Arial", 9F, System.Drawing.FontStyle.Regular); - this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(129, 322); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(120, 20); - this.smartLabel9.TabIndex = 448; - this.smartLabel9.Text = "< LR.Max (NG)"; - this.smartLabel9.TextColor = System.Drawing.Color.LightGray; - this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel9.Wordwrap = false; + this.labelTitleLRMaxNG.BackGround = null; + this.labelTitleLRMaxNG.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLRMaxNG.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLRMaxNG.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLRMaxNG.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.labelTitleLRMaxNG.LineSpacing = 0F; + this.labelTitleLRMaxNG.Location = new System.Drawing.Point(129, 322); + this.labelTitleLRMaxNG.Name = "labelTitleLRMaxNG"; + this.labelTitleLRMaxNG.OverlapOptimize = true; + this.labelTitleLRMaxNG.PasswordChar = '\0'; + this.labelTitleLRMaxNG.Radius = 3; + this.labelTitleLRMaxNG.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLRMaxNG.Size = new System.Drawing.Size(120, 20); + this.labelTitleLRMaxNG.TabIndex = 448; + this.labelTitleLRMaxNG.Text = "< LR.Max (NG)"; + this.labelTitleLRMaxNG.TextColor = System.Drawing.Color.LightGray; + this.labelTitleLRMaxNG.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLRMaxNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLRMaxNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLRMaxNG.Wordwrap = false; // // smartLabel28 // @@ -1102,28 +1102,28 @@ this.smartSeparatorLine3.TabIndex = 122; this.smartSeparatorLine3.Text = "smartSeparatorLine3"; // - // smartLabel10 + // labelTitleVacuum // - this.smartLabel10.BackGround = null; - 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(8, 72); - 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(56, 30); - this.smartLabel10.TabIndex = 121; - this.smartLabel10.Text = "Vacuum"; - 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; - this.smartLabel10.Wordwrap = false; + this.labelTitleVacuum.BackGround = null; + this.labelTitleVacuum.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleVacuum.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleVacuum.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleVacuum.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleVacuum.LineSpacing = 0F; + this.labelTitleVacuum.Location = new System.Drawing.Point(8, 72); + this.labelTitleVacuum.Name = "labelTitleVacuum"; + this.labelTitleVacuum.OverlapOptimize = true; + this.labelTitleVacuum.PasswordChar = '\0'; + this.labelTitleVacuum.Radius = 3; + this.labelTitleVacuum.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleVacuum.Size = new System.Drawing.Size(56, 30); + this.labelTitleVacuum.TabIndex = 121; + this.labelTitleVacuum.Text = "Vacuum"; + this.labelTitleVacuum.TextColor = System.Drawing.Color.White; + this.labelTitleVacuum.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleVacuum.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleVacuum.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleVacuum.Wordwrap = false; // // labelVacuumBreak // @@ -1171,27 +1171,27 @@ this.labelDiffDelayTime.Wordwrap = false; this.labelDiffDelayTime.Click += new System.EventHandler(this.labelDiffDelayTime_Click); // - // smartLabel2 + // labelTitleBreakTime // - this.smartLabel2.BackGround = null; - 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(3, 252); - this.smartLabel2.Name = "smartLabel2"; - this.smartLabel2.OverlapOptimize = true; - this.smartLabel2.PasswordChar = '\0'; - this.smartLabel2.Radius = 3; - this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel2.Size = new System.Drawing.Size(120, 30); - this.smartLabel2.TabIndex = 107; - this.smartLabel2.Text = "Break time"; - this.smartLabel2.TextColor = System.Drawing.Color.LightGray; - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; + this.labelTitleBreakTime.BackGround = null; + this.labelTitleBreakTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleBreakTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleBreakTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleBreakTime.LineSpacing = 0F; + this.labelTitleBreakTime.Location = new System.Drawing.Point(3, 252); + this.labelTitleBreakTime.Name = "labelTitleBreakTime"; + this.labelTitleBreakTime.OverlapOptimize = true; + this.labelTitleBreakTime.PasswordChar = '\0'; + this.labelTitleBreakTime.Radius = 3; + this.labelTitleBreakTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleBreakTime.Size = new System.Drawing.Size(120, 30); + this.labelTitleBreakTime.TabIndex = 107; + this.labelTitleBreakTime.Text = "Break time"; + this.labelTitleBreakTime.TextColor = System.Drawing.Color.LightGray; + this.labelTitleBreakTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleBreakTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleBreakTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleBreakTime.Wordwrap = false; // // smartSeparatorLine2 // @@ -1229,72 +1229,72 @@ this.labelVacuumHold2.Wordwrap = false; this.labelVacuumHold2.Click += new System.EventHandler(this.labelVacuumHold2_Click); // - // smartLabel4 + // labelTitleDelayTime // - this.smartLabel4.BackGround = null; - 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(3, 379); - this.smartLabel4.Name = "smartLabel4"; - this.smartLabel4.OverlapOptimize = true; - this.smartLabel4.PasswordChar = '\0'; - this.smartLabel4.Radius = 3; - this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel4.Size = new System.Drawing.Size(120, 30); - this.smartLabel4.TabIndex = 107; - this.smartLabel4.Text = "Delay time"; - this.smartLabel4.TextColor = System.Drawing.Color.LightGray; - this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel4.Wordwrap = false; + this.labelTitleDelayTime.BackGround = null; + this.labelTitleDelayTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDelayTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDelayTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDelayTime.LineSpacing = 0F; + this.labelTitleDelayTime.Location = new System.Drawing.Point(3, 379); + this.labelTitleDelayTime.Name = "labelTitleDelayTime"; + this.labelTitleDelayTime.OverlapOptimize = true; + this.labelTitleDelayTime.PasswordChar = '\0'; + this.labelTitleDelayTime.Radius = 3; + this.labelTitleDelayTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDelayTime.Size = new System.Drawing.Size(120, 30); + this.labelTitleDelayTime.TabIndex = 107; + this.labelTitleDelayTime.Text = "Delay time"; + this.labelTitleDelayTime.TextColor = System.Drawing.Color.LightGray; + this.labelTitleDelayTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDelayTime.Wordwrap = false; // - // smartLabel26 + // labelTitleHoldTime2 // - this.smartLabel26.BackGround = null; - 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(3, 216); - this.smartLabel26.Name = "smartLabel26"; - this.smartLabel26.OverlapOptimize = true; - this.smartLabel26.PasswordChar = '\0'; - this.smartLabel26.Radius = 3; - this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel26.Size = new System.Drawing.Size(120, 30); - this.smartLabel26.TabIndex = 105; - this.smartLabel26.Text = "Hold time 2"; - this.smartLabel26.TextColor = System.Drawing.Color.LightGray; - this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel26.Wordwrap = false; + this.labelTitleHoldTime2.BackGround = null; + this.labelTitleHoldTime2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleHoldTime2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleHoldTime2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleHoldTime2.LineSpacing = 0F; + this.labelTitleHoldTime2.Location = new System.Drawing.Point(3, 216); + this.labelTitleHoldTime2.Name = "labelTitleHoldTime2"; + this.labelTitleHoldTime2.OverlapOptimize = true; + this.labelTitleHoldTime2.PasswordChar = '\0'; + this.labelTitleHoldTime2.Radius = 3; + this.labelTitleHoldTime2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleHoldTime2.Size = new System.Drawing.Size(120, 30); + this.labelTitleHoldTime2.TabIndex = 105; + this.labelTitleHoldTime2.Text = "Hold time 2"; + this.labelTitleHoldTime2.TextColor = System.Drawing.Color.LightGray; + this.labelTitleHoldTime2.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleHoldTime2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleHoldTime2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleHoldTime2.Wordwrap = false; // - // smartLabel6 + // labelTitleDifferentialPressure // - this.smartLabel6.BackGround = null; - 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(8, 288); - this.smartLabel6.Name = "smartLabel6"; - this.smartLabel6.OverlapOptimize = true; - this.smartLabel6.PasswordChar = '\0'; - this.smartLabel6.Radius = 3; - this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel6.Size = new System.Drawing.Size(150, 30); - this.smartLabel6.TabIndex = 119; - this.smartLabel6.Text = "Differential pressure"; - this.smartLabel6.TextColor = System.Drawing.Color.White; - this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel6.Wordwrap = false; + this.labelTitleDifferentialPressure.BackGround = null; + this.labelTitleDifferentialPressure.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDifferentialPressure.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDifferentialPressure.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDifferentialPressure.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleDifferentialPressure.LineSpacing = 0F; + this.labelTitleDifferentialPressure.Location = new System.Drawing.Point(8, 288); + this.labelTitleDifferentialPressure.Name = "labelTitleDifferentialPressure"; + this.labelTitleDifferentialPressure.OverlapOptimize = true; + this.labelTitleDifferentialPressure.PasswordChar = '\0'; + this.labelTitleDifferentialPressure.Radius = 3; + this.labelTitleDifferentialPressure.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDifferentialPressure.Size = new System.Drawing.Size(150, 30); + this.labelTitleDifferentialPressure.TabIndex = 119; + this.labelTitleDifferentialPressure.Text = "Differential pressure"; + this.labelTitleDifferentialPressure.TextColor = System.Drawing.Color.White; + this.labelTitleDifferentialPressure.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDifferentialPressure.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleDifferentialPressure.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDifferentialPressure.Wordwrap = false; // // labelVacuumHold1 // @@ -1319,27 +1319,27 @@ this.labelVacuumHold1.Wordwrap = false; this.labelVacuumHold1.Click += new System.EventHandler(this.labelVacuumHold1_Click); // - // smartLabel24 + // labelTitleHoldTime1 // - this.smartLabel24.BackGround = null; - 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(3, 180); - this.smartLabel24.Name = "smartLabel24"; - this.smartLabel24.OverlapOptimize = true; - this.smartLabel24.PasswordChar = '\0'; - this.smartLabel24.Radius = 3; - this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel24.Size = new System.Drawing.Size(120, 30); - this.smartLabel24.TabIndex = 103; - this.smartLabel24.Text = "Hold time 1"; - this.smartLabel24.TextColor = System.Drawing.Color.LightGray; - this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel24.Wordwrap = false; + this.labelTitleHoldTime1.BackGround = null; + this.labelTitleHoldTime1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleHoldTime1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleHoldTime1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleHoldTime1.LineSpacing = 0F; + this.labelTitleHoldTime1.Location = new System.Drawing.Point(3, 180); + this.labelTitleHoldTime1.Name = "labelTitleHoldTime1"; + this.labelTitleHoldTime1.OverlapOptimize = true; + this.labelTitleHoldTime1.PasswordChar = '\0'; + this.labelTitleHoldTime1.Radius = 3; + this.labelTitleHoldTime1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleHoldTime1.Size = new System.Drawing.Size(120, 30); + this.labelTitleHoldTime1.TabIndex = 103; + this.labelTitleHoldTime1.Text = "Hold time 1"; + this.labelTitleHoldTime1.TextColor = System.Drawing.Color.LightGray; + this.labelTitleHoldTime1.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleHoldTime1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleHoldTime1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleHoldTime1.Wordwrap = false; // // smartSeparatorLine1 // @@ -1377,50 +1377,50 @@ this.labelVacuumStart.Wordwrap = false; this.labelVacuumStart.Click += new System.EventHandler(this.labelVacuumStart_Click); // - // smartLabel22 + // labelTitleStartTime // - this.smartLabel22.BackGround = null; - 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(3, 144); - this.smartLabel22.Name = "smartLabel22"; - this.smartLabel22.OverlapOptimize = true; - this.smartLabel22.PasswordChar = '\0'; - this.smartLabel22.Radius = 3; - this.smartLabel22.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel22.Size = new System.Drawing.Size(120, 30); - this.smartLabel22.TabIndex = 101; - this.smartLabel22.Text = "Start time"; - this.smartLabel22.TextColor = System.Drawing.Color.LightGray; - this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel22.Wordwrap = false; + this.labelTitleStartTime.BackGround = null; + this.labelTitleStartTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleStartTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleStartTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleStartTime.LineSpacing = 0F; + this.labelTitleStartTime.Location = new System.Drawing.Point(3, 144); + this.labelTitleStartTime.Name = "labelTitleStartTime"; + this.labelTitleStartTime.OverlapOptimize = true; + this.labelTitleStartTime.PasswordChar = '\0'; + this.labelTitleStartTime.Radius = 3; + this.labelTitleStartTime.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleStartTime.Size = new System.Drawing.Size(120, 30); + this.labelTitleStartTime.TabIndex = 101; + this.labelTitleStartTime.Text = "Start time"; + this.labelTitleStartTime.TextColor = System.Drawing.Color.LightGray; + this.labelTitleStartTime.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleStartTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleStartTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleStartTime.Wordwrap = false; // - // smartLabel1 + // labelTitleProductDisplacement // - this.smartLabel1.BackGround = null; - 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.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(8, 422); - 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(150, 30); - this.smartLabel1.TabIndex = 109; - this.smartLabel1.Text = "Product displacement"; - 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; + this.labelTitleProductDisplacement.BackGround = null; + this.labelTitleProductDisplacement.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleProductDisplacement.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleProductDisplacement.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleProductDisplacement.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); + this.labelTitleProductDisplacement.LineSpacing = 0F; + this.labelTitleProductDisplacement.Location = new System.Drawing.Point(8, 422); + this.labelTitleProductDisplacement.Name = "labelTitleProductDisplacement"; + this.labelTitleProductDisplacement.OverlapOptimize = true; + this.labelTitleProductDisplacement.PasswordChar = '\0'; + this.labelTitleProductDisplacement.Radius = 3; + this.labelTitleProductDisplacement.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleProductDisplacement.Size = new System.Drawing.Size(150, 30); + this.labelTitleProductDisplacement.TabIndex = 109; + this.labelTitleProductDisplacement.Text = "Product displacement"; + this.labelTitleProductDisplacement.TextColor = System.Drawing.Color.White; + this.labelTitleProductDisplacement.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleProductDisplacement.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleProductDisplacement.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleProductDisplacement.Wordwrap = false; // // labelDispMinHeight // @@ -1445,27 +1445,27 @@ this.labelDispMinHeight.Wordwrap = false; this.labelDispMinHeight.Click += new System.EventHandler(this.labelDispMinHight_Click); // - // smartLabel17 + // labelTitleNumber // - this.smartLabel17.BackGround = null; - 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(3, 36); - this.smartLabel17.Name = "smartLabel17"; - this.smartLabel17.OverlapOptimize = true; - this.smartLabel17.PasswordChar = '\0'; - this.smartLabel17.Radius = 3; - this.smartLabel17.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel17.Size = new System.Drawing.Size(120, 30); - this.smartLabel17.TabIndex = 101; - this.smartLabel17.Text = "NUMBER"; - this.smartLabel17.TextColor = System.Drawing.Color.LightGray; - this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel17.Wordwrap = false; + this.labelTitleNumber.BackGround = null; + this.labelTitleNumber.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleNumber.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleNumber.LineSpacing = 0F; + this.labelTitleNumber.Location = new System.Drawing.Point(3, 36); + this.labelTitleNumber.Name = "labelTitleNumber"; + this.labelTitleNumber.OverlapOptimize = true; + this.labelTitleNumber.PasswordChar = '\0'; + this.labelTitleNumber.Radius = 3; + this.labelTitleNumber.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleNumber.Size = new System.Drawing.Size(120, 30); + this.labelTitleNumber.TabIndex = 101; + this.labelTitleNumber.Text = "NUMBER"; + this.labelTitleNumber.TextColor = System.Drawing.Color.LightGray; + this.labelTitleNumber.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleNumber.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleNumber.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleNumber.Wordwrap = false; // // labelDiffLrLimit // @@ -1490,49 +1490,49 @@ this.labelDiffLrLimit.Wordwrap = false; this.labelDiffLrLimit.Click += new System.EventHandler(this.labelDiffLrLimit_Click); // - // smartLabel3 + // labelTitleMinHeight // - this.smartLabel3.BackGround = null; - 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(3, 529); - this.smartLabel3.Name = "smartLabel3"; - this.smartLabel3.OverlapOptimize = true; - this.smartLabel3.PasswordChar = '\0'; - this.smartLabel3.Radius = 3; - this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel3.Size = new System.Drawing.Size(120, 30); - this.smartLabel3.TabIndex = 107; - this.smartLabel3.Text = "Min Height"; - this.smartLabel3.TextColor = System.Drawing.Color.LightGray; - this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel3.Wordwrap = false; + this.labelTitleMinHeight.BackGround = null; + this.labelTitleMinHeight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMinHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMinHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMinHeight.LineSpacing = 0F; + this.labelTitleMinHeight.Location = new System.Drawing.Point(3, 529); + this.labelTitleMinHeight.Name = "labelTitleMinHeight"; + this.labelTitleMinHeight.OverlapOptimize = true; + this.labelTitleMinHeight.PasswordChar = '\0'; + this.labelTitleMinHeight.Radius = 3; + this.labelTitleMinHeight.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMinHeight.Size = new System.Drawing.Size(120, 30); + this.labelTitleMinHeight.TabIndex = 107; + this.labelTitleMinHeight.Text = "Min Height"; + this.labelTitleMinHeight.TextColor = System.Drawing.Color.LightGray; + this.labelTitleMinHeight.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMinHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleMinHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMinHeight.Wordwrap = false; // - // smartLabel13 + // labelTitleLR // - this.smartLabel13.BackGround = null; - 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(3, 343); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(120, 30); - this.smartLabel13.TabIndex = 101; - this.smartLabel13.Text = "LR"; - this.smartLabel13.TextColor = System.Drawing.Color.LightGray; - this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel13.Wordwrap = false; + this.labelTitleLR.BackGround = null; + this.labelTitleLR.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleLR.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLR.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLR.LineSpacing = 0F; + this.labelTitleLR.Location = new System.Drawing.Point(3, 343); + this.labelTitleLR.Name = "labelTitleLR"; + this.labelTitleLR.OverlapOptimize = true; + this.labelTitleLR.PasswordChar = '\0'; + this.labelTitleLR.Radius = 3; + this.labelTitleLR.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLR.Size = new System.Drawing.Size(120, 30); + this.labelTitleLR.TabIndex = 101; + this.labelTitleLR.Text = "LR"; + this.labelTitleLR.TextColor = System.Drawing.Color.LightGray; + this.labelTitleLR.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLR.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLR.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLR.Wordwrap = false; // // labelPressureLevel // @@ -1603,49 +1603,49 @@ this.labelNumber.Wordwrap = false; this.labelNumber.Click += new System.EventHandler(this.labelNumber_Click); // - // smartLabel5 + // labelTitleEmptyLevel // - this.smartLabel5.BackGround = null; - 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(3, 476); - this.smartLabel5.Name = "smartLabel5"; - this.smartLabel5.OverlapOptimize = true; - this.smartLabel5.PasswordChar = '\0'; - this.smartLabel5.Radius = 3; - this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel5.Size = new System.Drawing.Size(120, 30); - this.smartLabel5.TabIndex = 105; - this.smartLabel5.Text = "Empty Level"; - this.smartLabel5.TextColor = System.Drawing.Color.LightGray; - this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel5.Wordwrap = false; + this.labelTitleEmptyLevel.BackGround = null; + this.labelTitleEmptyLevel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleEmptyLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleEmptyLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleEmptyLevel.LineSpacing = 0F; + this.labelTitleEmptyLevel.Location = new System.Drawing.Point(3, 476); + this.labelTitleEmptyLevel.Name = "labelTitleEmptyLevel"; + this.labelTitleEmptyLevel.OverlapOptimize = true; + this.labelTitleEmptyLevel.PasswordChar = '\0'; + this.labelTitleEmptyLevel.Radius = 3; + this.labelTitleEmptyLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleEmptyLevel.Size = new System.Drawing.Size(120, 30); + this.labelTitleEmptyLevel.TabIndex = 105; + this.labelTitleEmptyLevel.Text = "Empty Level"; + this.labelTitleEmptyLevel.TextColor = System.Drawing.Color.LightGray; + this.labelTitleEmptyLevel.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleEmptyLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleEmptyLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleEmptyLevel.Wordwrap = false; // - // smartLabel15 + // labelTitlePressure // - this.smartLabel15.BackGround = null; - 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(3, 108); - this.smartLabel15.Name = "smartLabel15"; - this.smartLabel15.OverlapOptimize = true; - this.smartLabel15.PasswordChar = '\0'; - this.smartLabel15.Radius = 3; - this.smartLabel15.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel15.Size = new System.Drawing.Size(120, 30); - this.smartLabel15.TabIndex = 103; - this.smartLabel15.Text = "Pressure"; - this.smartLabel15.TextColor = System.Drawing.Color.LightGray; - this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel15.Wordwrap = false; + this.labelTitlePressure.BackGround = null; + this.labelTitlePressure.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitlePressure.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitlePressure.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitlePressure.LineSpacing = 0F; + this.labelTitlePressure.Location = new System.Drawing.Point(3, 108); + this.labelTitlePressure.Name = "labelTitlePressure"; + this.labelTitlePressure.OverlapOptimize = true; + this.labelTitlePressure.PasswordChar = '\0'; + this.labelTitlePressure.Radius = 3; + this.labelTitlePressure.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitlePressure.Size = new System.Drawing.Size(120, 30); + this.labelTitlePressure.TabIndex = 103; + this.labelTitlePressure.Text = "Pressure"; + this.labelTitlePressure.TextColor = System.Drawing.Color.LightGray; + this.labelTitlePressure.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitlePressure.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitlePressure.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitlePressure.Wordwrap = false; // // labelDispMaxDiff // @@ -1670,27 +1670,27 @@ this.labelDispMaxDiff.Wordwrap = false; this.labelDispMaxDiff.Click += new System.EventHandler(this.labelDispMaxDiff_Click); // - // smartLabel7 + // labelTitleMaxDiff // - this.smartLabel7.BackGround = null; - 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(3, 582); - this.smartLabel7.Name = "smartLabel7"; - this.smartLabel7.OverlapOptimize = true; - this.smartLabel7.PasswordChar = '\0'; - this.smartLabel7.Radius = 3; - this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel7.Size = new System.Drawing.Size(120, 30); - this.smartLabel7.TabIndex = 103; - this.smartLabel7.Text = "Max Diff"; - this.smartLabel7.TextColor = System.Drawing.Color.LightGray; - this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel7.Wordwrap = false; + this.labelTitleMaxDiff.BackGround = null; + this.labelTitleMaxDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMaxDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMaxDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMaxDiff.LineSpacing = 0F; + this.labelTitleMaxDiff.Location = new System.Drawing.Point(3, 582); + this.labelTitleMaxDiff.Name = "labelTitleMaxDiff"; + this.labelTitleMaxDiff.OverlapOptimize = true; + this.labelTitleMaxDiff.PasswordChar = '\0'; + this.labelTitleMaxDiff.Radius = 3; + this.labelTitleMaxDiff.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMaxDiff.Size = new System.Drawing.Size(120, 30); + this.labelTitleMaxDiff.TabIndex = 103; + this.labelTitleMaxDiff.Text = "Max Diff"; + this.labelTitleMaxDiff.TextColor = System.Drawing.Color.LightGray; + this.labelTitleMaxDiff.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMaxDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleMaxDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMaxDiff.Wordwrap = false; // // labelDiffLrCycle // @@ -1757,7 +1757,7 @@ this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); this.smartGroupBox2.ResumeLayout(false); - this.smartGroupBox5.ResumeLayout(false); + this.groupBoxRecipe.ResumeLayout(false); this.ResumeLayout(false); } @@ -1765,7 +1765,7 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartGroupBox smartGroupBox5; + private SmartX.SmartGroupBox groupBoxRecipe; private SmartX.SmartLabel smartLabel28; private SmartX.SmartLabel smartLabel25; private SmartX.SmartLabel smartLabel19; @@ -1773,35 +1773,35 @@ private SmartX.SmartLabel smartLabel16; private SmartX.SmartLabel smartLabel12; private SmartX.SmartSeparatorLine smartSeparatorLine3; - private SmartX.SmartLabel smartLabel10; + private SmartX.SmartLabel labelTitleVacuum; private SmartX.SmartLabel labelVacuumBreak; private SmartX.SmartLabel labelDiffDelayTime; - private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel labelTitleBreakTime; private SmartX.SmartSeparatorLine smartSeparatorLine2; private SmartX.SmartLabel labelVacuumHold2; - private SmartX.SmartLabel smartLabel4; - private SmartX.SmartLabel smartLabel26; - private SmartX.SmartLabel smartLabel6; + private SmartX.SmartLabel labelTitleDelayTime; + private SmartX.SmartLabel labelTitleHoldTime2; + private SmartX.SmartLabel labelTitleDifferentialPressure; private SmartX.SmartLabel labelVacuumHold1; - private SmartX.SmartLabel smartLabel24; + private SmartX.SmartLabel labelTitleHoldTime1; private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartLabel labelVacuumStart; - private SmartX.SmartLabel smartLabel22; - private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel labelTitleStartTime; + private SmartX.SmartLabel labelTitleProductDisplacement; private SmartX.SmartLabel labelDiffLrCycle; private SmartX.SmartLabel labelDispMinHeight; private SmartX.SmartLabel smartLabel11; - private SmartX.SmartLabel smartLabel17; + private SmartX.SmartLabel labelTitleNumber; private SmartX.SmartLabel labelDiffLrLimit; - private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel13; + private SmartX.SmartLabel labelTitleMinHeight; + private SmartX.SmartLabel labelTitleLR; private SmartX.SmartLabel labelPressureLevel; private SmartX.SmartLabel labelDispEmptyLevel; private SmartX.SmartLabel labelNumber; - private SmartX.SmartLabel smartLabel5; - private SmartX.SmartLabel smartLabel15; + private SmartX.SmartLabel labelTitleEmptyLevel; + private SmartX.SmartLabel labelTitlePressure; private SmartX.SmartLabel labelDispMaxDiff; - private SmartX.SmartLabel smartLabel7; + private SmartX.SmartLabel labelTitleMaxDiff; private SmartX.SmartLabel smartLabel33; private SmartX.SmartLabel smartLabel35; private SmartX.SmartLabel smartLabel34; @@ -1828,10 +1828,10 @@ private SmartX.SmartLabel labelProgress4; private SmartX.SmartLabel labelProgress2; private SmartX.SmartLabel labelProgress1; - private SmartX.SmartLabel smartLabel14; - private SmartX.SmartLabel smartLabel9; - private SmartX.SmartLabel smartLabel20; - private SmartX.SmartLabel smartLabel18; + private SmartX.SmartLabel labelTitleLevelNG; + private SmartX.SmartLabel labelTitleLRMaxNG; + private SmartX.SmartLabel labelTitleDiffNG; + private SmartX.SmartLabel labelTitleMaxHeightNG; private SmartX.SmartRadioButton radioButton6; } } diff --git a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs index b524cdc..77e4c96 100644 --- a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs +++ b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs @@ -86,6 +86,16 @@ namespace INT_LKD_2.Controls this.buttonSlave.ButtonDown(); this.buttonMaster.ButtonUp(); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void UpdateDisplauUserControls(bool enable) { @@ -595,7 +605,7 @@ namespace INT_LKD_2.Controls string before = "", after = ""; before = this.labelNumber.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel17.Text, this.labelNumber.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleNumber.Text, this.labelNumber.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -620,7 +630,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelPressureLevel.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel15.Text, this.labelPressureLevel.Text, 5, 1, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitlePressure.Text, this.labelPressureLevel.Text, 5, 1, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -668,7 +678,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelVacuumStart.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel22.Text, this.labelVacuumStart.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleStartTime.Text, this.labelVacuumStart.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -697,7 +707,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelVacuumHold1.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel24.Text, this.labelVacuumHold1.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleHoldTime1.Text, this.labelVacuumHold1.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -726,7 +736,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelVacuumHold2.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel26.Text, this.labelVacuumHold2.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleHoldTime2.Text, this.labelVacuumHold2.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -755,7 +765,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelVacuumBreak.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel2.Text, this.labelVacuumBreak.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleBreakTime.Text, this.labelVacuumBreak.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -786,7 +796,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelDispEmptyLevel.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel5.Text, this.labelDispEmptyLevel.Text, 5, 2, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleEmptyLevel.Text, this.labelDispEmptyLevel.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -815,7 +825,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelDispMaxDiff.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel7.Text, this.labelDispMaxDiff.Text, 5, 2, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleMaxDiff.Text, this.labelDispMaxDiff.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -844,7 +854,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelDispMinHeight.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel3.Text, this.labelDispMinHeight.Text, 5, 2, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleMinHeight.Text, this.labelDispMinHeight.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -910,7 +920,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelDiffLrLimit.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel13.Text, this.labelDiffLrLimit.Text, 5, 2, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleLR.Text, this.labelDiffLrLimit.Text, 5, 2, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -935,10 +945,10 @@ namespace INT_LKD_2.Controls this.ChildControlRecipeData1.CalScaleDiff(myKeypad.StringValue); this.ChildControlRecipeData2.CalScaleDiff(myKeypad.StringValue); - this.ParentForm.Child_System_Equipment10.CalScaleDiff(myKeypad.StringValue); + this.ParentForm.Child_System_Equipment10_1.CalScaleDiff(myKeypad.StringValue); this.ChildControlRecipeData1.DrawDiffReferenceLine(myKeypad.StringValue); this.ChildControlRecipeData2.DrawDiffReferenceLine(myKeypad.StringValue); - this.ParentForm.Child_System_Equipment10.DrawDiffReferenceLine(myKeypad.StringValue); + this.ParentForm.Child_System_Equipment10_1.DrawDiffReferenceLine(myKeypad.StringValue); } } private void labelDiffLrCycle_Click(object sender, EventArgs e) @@ -975,7 +985,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelDiffDelayTime.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel4.Text, this.labelDiffDelayTime.Text, 4, 1, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleDelayTime.Text, this.labelDiffDelayTime.Text, 4, 1, false); if (myKeypad.ShowDialog() == DialogResult.OK) { diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.Designer.cs b/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.Designer.cs index 3722bc8..625fb01 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.Designer.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.Designer.cs @@ -38,8 +38,8 @@ this.labelFunctions = new SmartX.SmartLabel(); this.labelTitleStartAddress = new SmartX.SmartLabel(); this.labelTitleFunctions = new SmartX.SmartLabel(); - this.smartLabel10 = new SmartX.SmartLabel(); - this.smartGroupBox5 = new SmartX.SmartGroupBox(); + this.labelTitleRole = new SmartX.SmartLabel(); + this.groupBoxClient = new SmartX.SmartGroupBox(); this.buttonSaveClient = new SmartX.SmartButton(); this.buttonStopClient = new SmartX.SmartButton(); this.labelHostPort = new SmartX.SmartLabel(); @@ -49,20 +49,20 @@ this.labelHostIP2 = new SmartX.SmartLabel(); this.labelHostIP1 = new SmartX.SmartLabel(); this.labelClientStatus = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); - this.smartLabel8 = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); - this.smartGroupBox4 = new SmartX.SmartGroupBox(); + this.labelTitleClientStatus = new SmartX.SmartLabel(); + this.labelTitleClientServerIP = new SmartX.SmartLabel(); + this.labelTitleClientServerPort = new SmartX.SmartLabel(); + this.groupBoxServer = new SmartX.SmartGroupBox(); this.buttonSaveServer = new SmartX.SmartButton(); this.buttonStopServer = new SmartX.SmartButton(); this.buttonStartServer = new SmartX.SmartButton(); this.labelLocalPort = new SmartX.SmartLabel(); this.labelConnectedIP = new SmartX.SmartLabel(); this.labelServerStatus = new SmartX.SmartLabel(); - this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); + this.labelTitleServerStatus = new SmartX.SmartLabel(); + this.labelTitleServerConnectedIP = new SmartX.SmartLabel(); + this.labelTitleServerLocalPort = new SmartX.SmartLabel(); + this.groupBoxLocalSettings = new SmartX.SmartGroupBox(); this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel(); this.labelMACAddress6 = new SmartX.SmartLabel(); @@ -91,21 +91,21 @@ this.labelTitleIPAddress = new SmartX.SmartLabel(); this.buttonSaveLocal = new SmartX.SmartButton(); this.labelHelp = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.smartButton1 = new SmartX.SmartButton(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.groupBoxModeSettings = new SmartX.SmartGroupBox(); + this.buttonTestSend = new SmartX.SmartButton(); + this.labelTitleCommMode = new SmartX.SmartLabel(); this.buttonSaveMode = new SmartX.SmartButton(); - this.smartLabel13 = new SmartX.SmartLabel(); + this.labelTitleOperationMode = new SmartX.SmartLabel(); this.comboBoxEthernetOpMode = new System.Windows.Forms.ComboBox(); this.comboBoxEthernetMode = new System.Windows.Forms.ComboBox(); this.timerServer = new System.Windows.Forms.Timer(); this.smartGroupBox1.SuspendLayout(); this.groupBoxModbusSetting.SuspendLayout(); - this.smartGroupBox5.SuspendLayout(); - this.smartGroupBox4.SuspendLayout(); - this.smartGroupBox3.SuspendLayout(); + this.groupBoxClient.SuspendLayout(); + this.groupBoxServer.SuspendLayout(); + this.groupBoxLocalSettings.SuspendLayout(); this.panel2.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); + this.groupBoxModeSettings.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -116,10 +116,10 @@ this.smartGroupBox1.Controls.Add(this.labelClientCount); this.smartGroupBox1.Controls.Add(this.smartListBoxClientList); this.smartGroupBox1.Controls.Add(this.groupBoxModbusSetting); - 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.Controls.Add(this.groupBoxClient); + this.smartGroupBox1.Controls.Add(this.groupBoxServer); + this.smartGroupBox1.Controls.Add(this.groupBoxLocalSettings); + this.smartGroupBox1.Controls.Add(this.groupBoxModeSettings); 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; @@ -279,7 +279,7 @@ this.groupBoxModbusSetting.Controls.Add(this.labelFunctions); this.groupBoxModbusSetting.Controls.Add(this.labelTitleStartAddress); this.groupBoxModbusSetting.Controls.Add(this.labelTitleFunctions); - this.groupBoxModbusSetting.Controls.Add(this.smartLabel10); + this.groupBoxModbusSetting.Controls.Add(this.labelTitleRole); this.groupBoxModbusSetting.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.groupBoxModbusSetting.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.groupBoxModbusSetting.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); @@ -450,64 +450,64 @@ this.labelTitleFunctions.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleFunctions.Wordwrap = false; // - // smartLabel10 + // labelTitleRole // - this.smartLabel10.BackGround = null; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel10.BorderColor = System.Drawing.Color.Black; - this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel10.ForeColor = System.Drawing.Color.Red; - this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(10, 86); - 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(96, 28); - this.smartLabel10.TabIndex = 249; - this.smartLabel10.Text = "Role"; - 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; - this.smartLabel10.Wordwrap = false; + this.labelTitleRole.BackGround = null; + this.labelTitleRole.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleRole.BorderColor = System.Drawing.Color.Black; + this.labelTitleRole.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleRole.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleRole.ForeColor = System.Drawing.Color.Red; + this.labelTitleRole.LineSpacing = 0F; + this.labelTitleRole.Location = new System.Drawing.Point(10, 86); + this.labelTitleRole.Name = "labelTitleRole"; + this.labelTitleRole.OverlapOptimize = true; + this.labelTitleRole.PasswordChar = '\0'; + this.labelTitleRole.Radius = 3; + this.labelTitleRole.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleRole.Size = new System.Drawing.Size(96, 28); + this.labelTitleRole.TabIndex = 249; + this.labelTitleRole.Text = "Role"; + this.labelTitleRole.TextColor = System.Drawing.Color.White; + this.labelTitleRole.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleRole.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleRole.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleRole.Wordwrap = false; // - // smartGroupBox5 + // groupBoxClient // - 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.buttonSaveClient); - this.smartGroupBox5.Controls.Add(this.buttonStopClient); - this.smartGroupBox5.Controls.Add(this.labelHostPort); - this.smartGroupBox5.Controls.Add(this.buttonStartClient); - this.smartGroupBox5.Controls.Add(this.labelHostIP4); - this.smartGroupBox5.Controls.Add(this.labelHostIP3); - this.smartGroupBox5.Controls.Add(this.labelHostIP2); - this.smartGroupBox5.Controls.Add(this.labelHostIP1); - this.smartGroupBox5.Controls.Add(this.labelClientStatus); - this.smartGroupBox5.Controls.Add(this.smartLabel7); - this.smartGroupBox5.Controls.Add(this.smartLabel8); - this.smartGroupBox5.Controls.Add(this.smartLabel9); - this.smartGroupBox5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - 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; - this.smartGroupBox5.HeaderHeightOffset = 12; - this.smartGroupBox5.Location = new System.Drawing.Point(457, 201); - this.smartGroupBox5.Name = "smartGroupBox5"; - this.smartGroupBox5.RoundRadius = 5; - this.smartGroupBox5.Size = new System.Drawing.Size(384, 206); - this.smartGroupBox5.TabIndex = 97; - this.smartGroupBox5.Text = "Client"; - this.smartGroupBox5.TextColor = System.Drawing.Color.White; + this.groupBoxClient.BackGround = null; + this.groupBoxClient.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxClient.BackImage = null; + this.groupBoxClient.Controls.Add(this.buttonSaveClient); + this.groupBoxClient.Controls.Add(this.buttonStopClient); + this.groupBoxClient.Controls.Add(this.labelHostPort); + this.groupBoxClient.Controls.Add(this.buttonStartClient); + this.groupBoxClient.Controls.Add(this.labelHostIP4); + this.groupBoxClient.Controls.Add(this.labelHostIP3); + this.groupBoxClient.Controls.Add(this.labelHostIP2); + this.groupBoxClient.Controls.Add(this.labelHostIP1); + this.groupBoxClient.Controls.Add(this.labelClientStatus); + this.groupBoxClient.Controls.Add(this.labelTitleClientStatus); + this.groupBoxClient.Controls.Add(this.labelTitleClientServerIP); + this.groupBoxClient.Controls.Add(this.labelTitleClientServerPort); + this.groupBoxClient.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxClient.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxClient.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxClient.FrameLineThickness = 2; + this.groupBoxClient.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxClient.HeaderHeightOffset = 12; + this.groupBoxClient.Location = new System.Drawing.Point(457, 201); + this.groupBoxClient.Name = "groupBoxClient"; + this.groupBoxClient.RoundRadius = 5; + this.groupBoxClient.Size = new System.Drawing.Size(384, 206); + this.groupBoxClient.TabIndex = 97; + this.groupBoxClient.Text = "Client"; + this.groupBoxClient.TextColor = System.Drawing.Color.White; // // buttonSaveClient // - this.buttonSaveClient.BackGround = this.smartGroupBox5; + this.buttonSaveClient.BackGround = this.groupBoxClient; this.buttonSaveClient.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonSaveClient.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonSaveClient.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -543,7 +543,7 @@ // // buttonStopClient // - this.buttonStopClient.BackGround = this.smartGroupBox5; + this.buttonStopClient.BackGround = this.groupBoxClient; this.buttonStopClient.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonStopClient.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonStopClient.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -603,7 +603,7 @@ // // buttonStartClient // - this.buttonStartClient.BackGround = this.smartGroupBox5; + this.buttonStartClient.BackGround = this.groupBoxClient; this.buttonStartClient.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonStartClient.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonStartClient.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -756,109 +756,109 @@ this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelClientStatus.Wordwrap = false; // - // smartLabel7 + // labelTitleClientStatus // - this.smartLabel7.BackGround = null; - this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel7.BorderColor = System.Drawing.Color.Black; - this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel7.ForeColor = System.Drawing.Color.Red; - this.smartLabel7.LineSpacing = 0F; - this.smartLabel7.Location = new System.Drawing.Point(17, 52); - this.smartLabel7.Name = "smartLabel7"; - this.smartLabel7.OverlapOptimize = true; - this.smartLabel7.PasswordChar = '\0'; - this.smartLabel7.Radius = 3; - this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel7.Size = new System.Drawing.Size(130, 28); - this.smartLabel7.TabIndex = 237; - this.smartLabel7.Text = "Status"; - 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; - this.smartLabel7.Wordwrap = false; + this.labelTitleClientStatus.BackGround = null; + this.labelTitleClientStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleClientStatus.BorderColor = System.Drawing.Color.Black; + this.labelTitleClientStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleClientStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleClientStatus.ForeColor = System.Drawing.Color.Red; + this.labelTitleClientStatus.LineSpacing = 0F; + this.labelTitleClientStatus.Location = new System.Drawing.Point(17, 52); + this.labelTitleClientStatus.Name = "labelTitleClientStatus"; + this.labelTitleClientStatus.OverlapOptimize = true; + this.labelTitleClientStatus.PasswordChar = '\0'; + this.labelTitleClientStatus.Radius = 3; + this.labelTitleClientStatus.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleClientStatus.Size = new System.Drawing.Size(130, 28); + this.labelTitleClientStatus.TabIndex = 237; + this.labelTitleClientStatus.Text = "Status"; + this.labelTitleClientStatus.TextColor = System.Drawing.Color.White; + this.labelTitleClientStatus.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleClientStatus.Wordwrap = false; // - // smartLabel8 + // labelTitleClientServerIP // - this.smartLabel8.BackGround = null; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel8.BorderColor = System.Drawing.Color.Black; - this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel8.ForeColor = System.Drawing.Color.Red; - this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(17, 86); - this.smartLabel8.Name = "smartLabel8"; - this.smartLabel8.OverlapOptimize = true; - this.smartLabel8.PasswordChar = '\0'; - this.smartLabel8.Radius = 3; - this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel8.Size = new System.Drawing.Size(130, 28); - this.smartLabel8.TabIndex = 236; - this.smartLabel8.Text = "Server IP"; - this.smartLabel8.TextColor = System.Drawing.Color.White; - this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel8.Wordwrap = false; + this.labelTitleClientServerIP.BackGround = null; + this.labelTitleClientServerIP.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black; + this.labelTitleClientServerIP.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Red; + this.labelTitleClientServerIP.LineSpacing = 0F; + this.labelTitleClientServerIP.Location = new System.Drawing.Point(17, 86); + this.labelTitleClientServerIP.Name = "labelTitleClientServerIP"; + this.labelTitleClientServerIP.OverlapOptimize = true; + this.labelTitleClientServerIP.PasswordChar = '\0'; + this.labelTitleClientServerIP.Radius = 3; + this.labelTitleClientServerIP.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleClientServerIP.Size = new System.Drawing.Size(130, 28); + this.labelTitleClientServerIP.TabIndex = 236; + this.labelTitleClientServerIP.Text = "Server IP"; + this.labelTitleClientServerIP.TextColor = System.Drawing.Color.White; + this.labelTitleClientServerIP.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleClientServerIP.Wordwrap = false; // - // smartLabel9 + // labelTitleClientServerPort // - this.smartLabel9.BackGround = null; - this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel9.BorderColor = System.Drawing.Color.Black; - this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel9.ForeColor = System.Drawing.Color.White; - this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(17, 120); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(130, 28); - this.smartLabel9.TabIndex = 235; - this.smartLabel9.Text = "Server Port"; - 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; - this.smartLabel9.Wordwrap = false; + this.labelTitleClientServerPort.BackGround = null; + this.labelTitleClientServerPort.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black; + this.labelTitleClientServerPort.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.White; + this.labelTitleClientServerPort.LineSpacing = 0F; + this.labelTitleClientServerPort.Location = new System.Drawing.Point(17, 120); + this.labelTitleClientServerPort.Name = "labelTitleClientServerPort"; + this.labelTitleClientServerPort.OverlapOptimize = true; + this.labelTitleClientServerPort.PasswordChar = '\0'; + this.labelTitleClientServerPort.Radius = 3; + this.labelTitleClientServerPort.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleClientServerPort.Size = new System.Drawing.Size(130, 28); + this.labelTitleClientServerPort.TabIndex = 235; + this.labelTitleClientServerPort.Text = "Server Port"; + this.labelTitleClientServerPort.TextColor = System.Drawing.Color.White; + this.labelTitleClientServerPort.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleClientServerPort.Wordwrap = false; // - // smartGroupBox4 + // groupBoxServer // - this.smartGroupBox4.BackGround = null; - 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.buttonSaveServer); - this.smartGroupBox4.Controls.Add(this.buttonStopServer); - this.smartGroupBox4.Controls.Add(this.buttonStartServer); - this.smartGroupBox4.Controls.Add(this.labelLocalPort); - this.smartGroupBox4.Controls.Add(this.labelConnectedIP); - this.smartGroupBox4.Controls.Add(this.labelServerStatus); - this.smartGroupBox4.Controls.Add(this.smartLabel6); - this.smartGroupBox4.Controls.Add(this.smartLabel2); - this.smartGroupBox4.Controls.Add(this.smartLabel3); - this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - 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; - this.smartGroupBox4.HeaderHeightOffset = 12; - this.smartGroupBox4.Location = new System.Drawing.Point(67, 201); - this.smartGroupBox4.Name = "smartGroupBox4"; - this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(384, 206); - this.smartGroupBox4.TabIndex = 96; - this.smartGroupBox4.Text = "Server"; - this.smartGroupBox4.TextColor = System.Drawing.Color.White; + this.groupBoxServer.BackGround = null; + this.groupBoxServer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxServer.BackImage = null; + this.groupBoxServer.Controls.Add(this.buttonSaveServer); + this.groupBoxServer.Controls.Add(this.buttonStopServer); + this.groupBoxServer.Controls.Add(this.buttonStartServer); + this.groupBoxServer.Controls.Add(this.labelLocalPort); + this.groupBoxServer.Controls.Add(this.labelConnectedIP); + this.groupBoxServer.Controls.Add(this.labelServerStatus); + this.groupBoxServer.Controls.Add(this.labelTitleServerStatus); + this.groupBoxServer.Controls.Add(this.labelTitleServerConnectedIP); + this.groupBoxServer.Controls.Add(this.labelTitleServerLocalPort); + this.groupBoxServer.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxServer.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxServer.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxServer.FrameLineThickness = 2; + this.groupBoxServer.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxServer.HeaderHeightOffset = 12; + this.groupBoxServer.Location = new System.Drawing.Point(67, 201); + this.groupBoxServer.Name = "groupBoxServer"; + this.groupBoxServer.RoundRadius = 5; + this.groupBoxServer.Size = new System.Drawing.Size(384, 206); + this.groupBoxServer.TabIndex = 96; + this.groupBoxServer.Text = "Server"; + this.groupBoxServer.TextColor = System.Drawing.Color.White; // // buttonSaveServer // - this.buttonSaveServer.BackGround = this.smartGroupBox4; + this.buttonSaveServer.BackGround = this.groupBoxServer; this.buttonSaveServer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonSaveServer.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonSaveServer.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -894,7 +894,7 @@ // // buttonStopServer // - this.buttonStopServer.BackGround = this.smartGroupBox4; + this.buttonStopServer.BackGround = this.groupBoxServer; this.buttonStopServer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonStopServer.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonStopServer.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -930,7 +930,7 @@ // // buttonStartServer // - this.buttonStartServer.BackGround = this.smartGroupBox4; + this.buttonStartServer.BackGround = this.groupBoxServer; this.buttonStartServer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonStartServer.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonStartServer.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -1034,122 +1034,122 @@ this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelServerStatus.Wordwrap = false; // - // smartLabel6 + // labelTitleServerStatus // - this.smartLabel6.BackGround = null; - this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel6.BorderColor = System.Drawing.Color.Black; - this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel6.ForeColor = System.Drawing.Color.Red; - this.smartLabel6.LineSpacing = 0F; - this.smartLabel6.Location = new System.Drawing.Point(17, 52); - this.smartLabel6.Name = "smartLabel6"; - this.smartLabel6.OverlapOptimize = true; - this.smartLabel6.PasswordChar = '\0'; - this.smartLabel6.Radius = 3; - this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel6.Size = new System.Drawing.Size(130, 28); - this.smartLabel6.TabIndex = 234; - this.smartLabel6.Text = "Status"; - this.smartLabel6.TextColor = System.Drawing.Color.White; - this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel6.Wordwrap = false; + this.labelTitleServerStatus.BackGround = null; + this.labelTitleServerStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleServerStatus.BorderColor = System.Drawing.Color.Black; + this.labelTitleServerStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleServerStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleServerStatus.ForeColor = System.Drawing.Color.Red; + this.labelTitleServerStatus.LineSpacing = 0F; + this.labelTitleServerStatus.Location = new System.Drawing.Point(17, 52); + this.labelTitleServerStatus.Name = "labelTitleServerStatus"; + this.labelTitleServerStatus.OverlapOptimize = true; + this.labelTitleServerStatus.PasswordChar = '\0'; + this.labelTitleServerStatus.Radius = 3; + this.labelTitleServerStatus.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleServerStatus.Size = new System.Drawing.Size(130, 28); + this.labelTitleServerStatus.TabIndex = 234; + this.labelTitleServerStatus.Text = "Status"; + this.labelTitleServerStatus.TextColor = System.Drawing.Color.White; + this.labelTitleServerStatus.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleServerStatus.Wordwrap = false; // - // smartLabel2 + // labelTitleServerConnectedIP // - this.smartLabel2.BackGround = null; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel2.BorderColor = System.Drawing.Color.Black; - this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel2.ForeColor = System.Drawing.Color.Red; - this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(17, 86); - 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(130, 28); - this.smartLabel2.TabIndex = 233; - this.smartLabel2.Text = "Connected IP"; - this.smartLabel2.TextColor = System.Drawing.Color.White; - 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; + this.labelTitleServerConnectedIP.BackGround = null; + this.labelTitleServerConnectedIP.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleServerConnectedIP.BorderColor = System.Drawing.Color.Black; + this.labelTitleServerConnectedIP.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleServerConnectedIP.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleServerConnectedIP.ForeColor = System.Drawing.Color.Red; + this.labelTitleServerConnectedIP.LineSpacing = 0F; + this.labelTitleServerConnectedIP.Location = new System.Drawing.Point(17, 86); + this.labelTitleServerConnectedIP.Name = "labelTitleServerConnectedIP"; + this.labelTitleServerConnectedIP.OverlapOptimize = true; + this.labelTitleServerConnectedIP.PasswordChar = '\0'; + this.labelTitleServerConnectedIP.Radius = 3; + this.labelTitleServerConnectedIP.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleServerConnectedIP.Size = new System.Drawing.Size(130, 28); + this.labelTitleServerConnectedIP.TabIndex = 233; + this.labelTitleServerConnectedIP.Text = "Connected IP"; + this.labelTitleServerConnectedIP.TextColor = System.Drawing.Color.White; + this.labelTitleServerConnectedIP.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleServerConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleServerConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleServerConnectedIP.Wordwrap = false; // - // smartLabel3 + // labelTitleServerLocalPort // - this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.smartLabel3.BorderColor = System.Drawing.Color.Black; - this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel3.ForeColor = System.Drawing.Color.White; - this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(17, 120); - 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(130, 28); - this.smartLabel3.TabIndex = 232; - this.smartLabel3.Text = "Local Port"; - 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; + this.labelTitleServerLocalPort.BackGround = null; + this.labelTitleServerLocalPort.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleServerLocalPort.BorderColor = System.Drawing.Color.Black; + this.labelTitleServerLocalPort.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleServerLocalPort.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleServerLocalPort.ForeColor = System.Drawing.Color.White; + this.labelTitleServerLocalPort.LineSpacing = 0F; + this.labelTitleServerLocalPort.Location = new System.Drawing.Point(17, 120); + this.labelTitleServerLocalPort.Name = "labelTitleServerLocalPort"; + this.labelTitleServerLocalPort.OverlapOptimize = true; + this.labelTitleServerLocalPort.PasswordChar = '\0'; + this.labelTitleServerLocalPort.Radius = 3; + this.labelTitleServerLocalPort.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleServerLocalPort.Size = new System.Drawing.Size(130, 28); + this.labelTitleServerLocalPort.TabIndex = 232; + this.labelTitleServerLocalPort.Text = "Local Port"; + this.labelTitleServerLocalPort.TextColor = System.Drawing.Color.White; + this.labelTitleServerLocalPort.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleServerLocalPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleServerLocalPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleServerLocalPort.Wordwrap = false; // - // smartGroupBox3 + // groupBoxLocalSettings // - 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.smartLabel5); - this.smartGroupBox3.Controls.Add(this.smartLabel4); - this.smartGroupBox3.Controls.Add(this.labelMACAddress6); - this.smartGroupBox3.Controls.Add(this.labelMACAddress5); - this.smartGroupBox3.Controls.Add(this.labelMACAddress4); - this.smartGroupBox3.Controls.Add(this.labelMACAddress1); - this.smartGroupBox3.Controls.Add(this.labelTitleMACAddress); - this.smartGroupBox3.Controls.Add(this.panel2); - this.smartGroupBox3.Controls.Add(this.labelTitleIPConfiguration); - this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask4); - this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask3); - this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask2); - this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask1); - this.smartGroupBox3.Controls.Add(this.labelTitleSubnetMask); - this.smartGroupBox3.Controls.Add(this.labelLocalGateway4); - this.smartGroupBox3.Controls.Add(this.labelLocalGateway3); - this.smartGroupBox3.Controls.Add(this.labelLocalGateway2); - this.smartGroupBox3.Controls.Add(this.labelLocalGateway1); - this.smartGroupBox3.Controls.Add(this.labelTitleGateway); - this.smartGroupBox3.Controls.Add(this.labelLocalIP4); - this.smartGroupBox3.Controls.Add(this.labelLocalIP3); - this.smartGroupBox3.Controls.Add(this.labelLocalIP2); - this.smartGroupBox3.Controls.Add(this.labelLocalIP1); - this.smartGroupBox3.Controls.Add(this.labelTitleIPAddress); - this.smartGroupBox3.Controls.Add(this.buttonSaveLocal); - this.smartGroupBox3.Controls.Add(this.labelHelp); - 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(67, 414); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(481, 234); - this.smartGroupBox3.TabIndex = 95; - this.smartGroupBox3.Text = "Local Settings"; - this.smartGroupBox3.TextColor = System.Drawing.Color.White; + this.groupBoxLocalSettings.BackGround = null; + this.groupBoxLocalSettings.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxLocalSettings.BackImage = null; + this.groupBoxLocalSettings.Controls.Add(this.smartLabel5); + this.groupBoxLocalSettings.Controls.Add(this.smartLabel4); + this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress6); + this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress5); + this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress4); + this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress1); + this.groupBoxLocalSettings.Controls.Add(this.labelTitleMACAddress); + this.groupBoxLocalSettings.Controls.Add(this.panel2); + this.groupBoxLocalSettings.Controls.Add(this.labelTitleIPConfiguration); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask4); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask3); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask2); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask1); + this.groupBoxLocalSettings.Controls.Add(this.labelTitleSubnetMask); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway4); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway3); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway2); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway1); + this.groupBoxLocalSettings.Controls.Add(this.labelTitleGateway); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP4); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP3); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP2); + this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP1); + this.groupBoxLocalSettings.Controls.Add(this.labelTitleIPAddress); + this.groupBoxLocalSettings.Controls.Add(this.buttonSaveLocal); + this.groupBoxLocalSettings.Controls.Add(this.labelHelp); + this.groupBoxLocalSettings.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxLocalSettings.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxLocalSettings.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxLocalSettings.FrameLineThickness = 2; + this.groupBoxLocalSettings.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxLocalSettings.HeaderHeightOffset = 12; + this.groupBoxLocalSettings.Location = new System.Drawing.Point(67, 414); + this.groupBoxLocalSettings.Name = "groupBoxLocalSettings"; + this.groupBoxLocalSettings.RoundRadius = 5; + this.groupBoxLocalSettings.Size = new System.Drawing.Size(481, 234); + this.groupBoxLocalSettings.TabIndex = 95; + this.groupBoxLocalSettings.Text = "Local Settings"; + this.groupBoxLocalSettings.TextColor = System.Drawing.Color.White; // // smartLabel5 // @@ -1768,7 +1768,7 @@ // // buttonSaveLocal // - this.buttonSaveLocal.BackGround = this.smartGroupBox3; + this.buttonSaveLocal.BackGround = this.groupBoxLocalSettings; this.buttonSaveLocal.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonSaveLocal.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonSaveLocal.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -1826,92 +1826,92 @@ this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelHelp.Wordwrap = true; // - // smartGroupBox2 + // groupBoxModeSettings // - 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.smartButton1); - this.smartGroupBox2.Controls.Add(this.smartLabel1); - this.smartGroupBox2.Controls.Add(this.buttonSaveMode); - this.smartGroupBox2.Controls.Add(this.smartLabel13); - this.smartGroupBox2.Controls.Add(this.comboBoxEthernetOpMode); - this.smartGroupBox2.Controls.Add(this.comboBoxEthernetMode); - 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(67, 42); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(774, 153); - this.smartGroupBox2.TabIndex = 94; - this.smartGroupBox2.Text = "Mode Settings"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; + this.groupBoxModeSettings.BackGround = null; + this.groupBoxModeSettings.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxModeSettings.BackImage = null; + this.groupBoxModeSettings.Controls.Add(this.buttonTestSend); + this.groupBoxModeSettings.Controls.Add(this.labelTitleCommMode); + this.groupBoxModeSettings.Controls.Add(this.buttonSaveMode); + this.groupBoxModeSettings.Controls.Add(this.labelTitleOperationMode); + this.groupBoxModeSettings.Controls.Add(this.comboBoxEthernetOpMode); + this.groupBoxModeSettings.Controls.Add(this.comboBoxEthernetMode); + this.groupBoxModeSettings.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxModeSettings.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxModeSettings.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxModeSettings.FrameLineThickness = 2; + this.groupBoxModeSettings.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxModeSettings.HeaderHeightOffset = 12; + this.groupBoxModeSettings.Location = new System.Drawing.Point(67, 42); + this.groupBoxModeSettings.Name = "groupBoxModeSettings"; + this.groupBoxModeSettings.RoundRadius = 5; + this.groupBoxModeSettings.Size = new System.Drawing.Size(774, 153); + this.groupBoxModeSettings.TabIndex = 94; + this.groupBoxModeSettings.Text = "Mode Settings"; + this.groupBoxModeSettings.TextColor = System.Drawing.Color.White; // - // smartButton1 + // buttonTestSend // - this.smartButton1.BackGround = this.smartGroupBox2; - this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); - this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray; - this.smartButton1.ButtonImageAutoSize = true; - this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.smartButton1.ButtonText = "Test send"; - this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton1.GroupID = 0; - this.smartButton1.ImageDisable = null; - this.smartButton1.ImageDown = null; - this.smartButton1.ImageUp = null; - this.smartButton1.Location = new System.Drawing.Point(623, 3); - this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.smartButton1.Name = "smartButton1"; - this.smartButton1.NestedClickEventPrevent = false; - this.smartButton1.OutlinePixel = 2; - this.smartButton1.OverlapOptimize = true; - this.smartButton1.RepeatInterval = 200; - this.smartButton1.RepeatIntervalAccelerate = null; - this.smartButton1.RoundSize = 10; - this.smartButton1.SafeInterval = 200; - this.smartButton1.Size = new System.Drawing.Size(77, 29); - this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton1.TabIndex = 182; - this.smartButton1.Text = null; - this.smartButton1.TextColor = System.Drawing.Color.White; - this.smartButton1.TextColorDisable = System.Drawing.Color.Gray; - this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton1.Visible = false; + this.buttonTestSend.BackGround = this.groupBoxModeSettings; + this.buttonTestSend.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.buttonTestSend.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonTestSend.ButtonDownColor = System.Drawing.Color.SlateGray; + this.buttonTestSend.ButtonImageAutoSize = true; + this.buttonTestSend.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonTestSend.ButtonText = "Test send"; + this.buttonTestSend.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonTestSend.GroupID = 0; + this.buttonTestSend.ImageDisable = null; + this.buttonTestSend.ImageDown = null; + this.buttonTestSend.ImageUp = null; + this.buttonTestSend.Location = new System.Drawing.Point(623, 3); + this.buttonTestSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonTestSend.Name = "buttonTestSend"; + this.buttonTestSend.NestedClickEventPrevent = false; + this.buttonTestSend.OutlinePixel = 2; + this.buttonTestSend.OverlapOptimize = true; + this.buttonTestSend.RepeatInterval = 200; + this.buttonTestSend.RepeatIntervalAccelerate = null; + this.buttonTestSend.RoundSize = 10; + this.buttonTestSend.SafeInterval = 200; + this.buttonTestSend.Size = new System.Drawing.Size(77, 29); + this.buttonTestSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonTestSend.TabIndex = 182; + this.buttonTestSend.Text = null; + this.buttonTestSend.TextColor = System.Drawing.Color.White; + this.buttonTestSend.TextColorDisable = System.Drawing.Color.Gray; + this.buttonTestSend.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonTestSend.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonTestSend.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonTestSend.Visible = false; // - // smartLabel1 + // labelTitleCommMode // - this.smartLabel1.BackGround = null; - 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.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(21, 99); - 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(202, 29); - this.smartLabel1.TabIndex = 181; - this.smartLabel1.Text = "Communication Mode"; - 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; + this.labelTitleCommMode.BackGround = null; + this.labelTitleCommMode.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleCommMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleCommMode.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleCommMode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleCommMode.LineSpacing = 0F; + this.labelTitleCommMode.Location = new System.Drawing.Point(21, 99); + this.labelTitleCommMode.Name = "labelTitleCommMode"; + this.labelTitleCommMode.OverlapOptimize = true; + this.labelTitleCommMode.PasswordChar = '\0'; + this.labelTitleCommMode.Radius = 3; + this.labelTitleCommMode.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleCommMode.Size = new System.Drawing.Size(202, 29); + this.labelTitleCommMode.TabIndex = 181; + this.labelTitleCommMode.Text = "Communication Mode"; + this.labelTitleCommMode.TextColor = System.Drawing.Color.White; + this.labelTitleCommMode.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleCommMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleCommMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleCommMode.Wordwrap = false; // // buttonSaveMode // - this.buttonSaveMode.BackGround = this.smartGroupBox2; + this.buttonSaveMode.BackGround = this.groupBoxModeSettings; this.buttonSaveMode.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonSaveMode.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonSaveMode.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -1945,28 +1945,28 @@ this.buttonSaveMode.Visible = false; this.buttonSaveMode.Click += new System.EventHandler(this.buttonSaveMode_Click); // - // smartLabel13 + // labelTitleOperationMode // - this.smartLabel13.BackGround = null; - 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("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(21, 64); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(202, 29); - this.smartLabel13.TabIndex = 180; - this.smartLabel13.Text = "Operation Mode"; - this.smartLabel13.TextColor = System.Drawing.Color.White; - this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel13.Wordwrap = false; + this.labelTitleOperationMode.BackGround = null; + this.labelTitleOperationMode.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleOperationMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleOperationMode.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleOperationMode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleOperationMode.LineSpacing = 0F; + this.labelTitleOperationMode.Location = new System.Drawing.Point(21, 64); + this.labelTitleOperationMode.Name = "labelTitleOperationMode"; + this.labelTitleOperationMode.OverlapOptimize = true; + this.labelTitleOperationMode.PasswordChar = '\0'; + this.labelTitleOperationMode.Radius = 3; + this.labelTitleOperationMode.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleOperationMode.Size = new System.Drawing.Size(202, 29); + this.labelTitleOperationMode.TabIndex = 180; + this.labelTitleOperationMode.Text = "Operation Mode"; + this.labelTitleOperationMode.TextColor = System.Drawing.Color.White; + this.labelTitleOperationMode.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleOperationMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleOperationMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleOperationMode.Wordwrap = false; // // comboBoxEthernetOpMode // @@ -2000,11 +2000,11 @@ this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); this.groupBoxModbusSetting.ResumeLayout(false); - this.smartGroupBox5.ResumeLayout(false); - this.smartGroupBox4.ResumeLayout(false); - this.smartGroupBox3.ResumeLayout(false); + this.groupBoxClient.ResumeLayout(false); + this.groupBoxServer.ResumeLayout(false); + this.groupBoxLocalSettings.ResumeLayout(false); this.panel2.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); + this.groupBoxModeSettings.ResumeLayout(false); this.ResumeLayout(false); } @@ -2012,21 +2012,21 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartGroupBox smartGroupBox4; + private SmartX.SmartGroupBox groupBoxServer; private SmartX.SmartButton buttonSaveMode; - private SmartX.SmartGroupBox smartGroupBox3; - private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartGroupBox smartGroupBox5; + private SmartX.SmartGroupBox groupBoxLocalSettings; + private SmartX.SmartGroupBox groupBoxModeSettings; + private SmartX.SmartGroupBox groupBoxClient; private System.Windows.Forms.ComboBox comboBoxEthernetOpMode; private System.Windows.Forms.ComboBox comboBoxEthernetMode; private SmartX.SmartButton buttonSaveLocal; private SmartX.SmartLabel labelHelp; - private SmartX.SmartButton smartButton1; - private SmartX.SmartLabel smartLabel1; - private SmartX.SmartLabel smartLabel13; - private SmartX.SmartLabel smartLabel6; - private SmartX.SmartLabel smartLabel2; - private SmartX.SmartLabel smartLabel3; + private SmartX.SmartButton buttonTestSend; + private SmartX.SmartLabel labelTitleCommMode; + private SmartX.SmartLabel labelTitleOperationMode; + private SmartX.SmartLabel labelTitleServerStatus; + private SmartX.SmartLabel labelTitleServerConnectedIP; + private SmartX.SmartLabel labelTitleServerLocalPort; public SmartX.SmartLabel smartLabel5; public SmartX.SmartLabel smartLabel4; public SmartX.SmartLabel labelMACAddress6; @@ -2059,9 +2059,9 @@ public SmartX.SmartLabel labelHostIP2; public SmartX.SmartLabel labelHostIP1; private SmartX.SmartLabel labelClientStatus; - private SmartX.SmartLabel smartLabel7; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartLabel smartLabel9; + private SmartX.SmartLabel labelTitleClientStatus; + private SmartX.SmartLabel labelTitleClientServerIP; + private SmartX.SmartLabel labelTitleClientServerPort; private SmartX.SmartButton buttonStopServer; private SmartX.SmartButton buttonStartServer; public SmartX.SmartLabel labelLocalPort; @@ -2076,7 +2076,7 @@ private SmartX.SmartLabel labelFunctions; private SmartX.SmartLabel labelTitleStartAddress; private SmartX.SmartLabel labelTitleFunctions; - private SmartX.SmartLabel smartLabel10; + private SmartX.SmartLabel labelTitleRole; public System.Windows.Forms.Timer timerServer; private SmartX.SmartLabel labelClientCount; private SmartX.SmartListBox smartListBoxClientList; diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.cs b/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.cs index a8dff5d..c656463 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemEthernet.cs @@ -52,23 +52,62 @@ namespace INT_LKD_2.Controls } public void InitializeDesign() { - if (this.ParentForm.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English) + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) { - this.labelHelp.Text = "※ After setup, reboot is required."; + case Define.E_LanguageID.Chinese: + this.groupBoxModbusSetting.Text = ""; + this.groupBoxServer.Text = ""; + this.groupBoxClient.Text = ""; + this.groupBoxLocalSettings.Text = ""; + this.groupBoxModbusSetting.Text = ""; - this.labelTitleIPConfiguration.Text = "IP Configuration"; - this.labelTitleIPAddress.Text = "IP Address"; - this.labelTitleSubnetMask.Text = "Subnet mask"; - this.labelTitleGateway.Text = "Gateway"; - } - else - { - this.labelHelp.Text = "※ 설정 후, 재부팅 필수"; + this.labelTitleOperationMode.Text = ""; + this.labelTitleCommMode.Text = ""; - this.labelTitleIPConfiguration.Text = "IP Configuration"; - this.labelTitleIPAddress.Text = "IP Address"; - this.labelTitleSubnetMask.Text = "Subnet mask"; - this.labelTitleGateway.Text = "Gateway"; + this.labelTitleServerStatus.Text = this.labelTitleClientStatus.Text = ""; + this.labelTitleServerConnectedIP.Text = ""; + this.labelTitleServerLocalPort.Text = ""; + + this.labelTitleClientServerIP.Text = ""; + this.labelTitleClientServerPort.Text = ""; + + this.buttonSaveMode.Text = this.buttonSaveServer.Text + = this.buttonSaveClient.Text = this.buttonSaveLocal.Text + = this.buttonSaveModbus.Text = ""; + this.buttonStartServer.Text = this.buttonStartClient.Text = ""; + this.buttonStopServer.Text = this.buttonStopClient.Text = ""; + + this.labelHelp.Text = "※ After setup, reboot is required."; + this.labelTitleIPConfiguration.Text = ""; + this.labelTitleIPAddress.Text = ""; + this.labelTitleSubnetMask.Text = ""; + this.labelTitleGateway.Text = ""; + this.labelTitleMACAddress.Text = ""; + + this.labelTitleRole.Text = ""; + this.labelTitleFunctions.Text = ""; + this.labelTitleStartAddress.Text = ""; + break; + case Define.E_LanguageID.English: + + + this.labelHelp.Text = "※ After setup, reboot is required."; + + this.labelTitleIPConfiguration.Text = "IP Configuration"; + this.labelTitleIPAddress.Text = "IP Address"; + this.labelTitleSubnetMask.Text = "Subnet mask"; + this.labelTitleGateway.Text = "Gateway"; + break; + case Define.E_LanguageID.Korean: + this.labelHelp.Text = "※ 설정 후, 재부팅 필수"; + + this.labelTitleIPConfiguration.Text = "IP Configuration"; + this.labelTitleIPAddress.Text = "IP Address"; + this.labelTitleSubnetMask.Text = "Subnet mask"; + this.labelTitleGateway.Text = "Gateway"; + break; + default: + break; } } private void DefaultSetting() diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemInformation.Designer.cs b/INT_LKD_2/Controls/System/ControlMenuSystemInformation.Designer.cs index 5e5572a..33effb9 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemInformation.Designer.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemInformation.Designer.cs @@ -30,7 +30,7 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartGroupBox4 = new SmartX.SmartGroupBox(); + this.groupBoxTime = new SmartX.SmartGroupBox(); this.labelCurrentTime = new SmartX.SmartLabel(); this.buttonSave = new SmartX.SmartButton(); this.smartLabel8 = new SmartX.SmartLabel(); @@ -41,44 +41,44 @@ this.upDownDate = new SmartX.SmartUpDown(); this.upDownMonth = new SmartX.SmartUpDown(); this.upDownYear = new SmartX.SmartUpDown(); - this.smartGroupBox3 = new SmartX.SmartGroupBox(); - this.smartLabel20 = new SmartX.SmartLabel(); + this.groupBoxContact = new SmartX.SmartGroupBox(); + this.labelTitleCompany = new SmartX.SmartLabel(); this.labelContact1 = new SmartX.SmartLabel(); this.labelContact2 = new SmartX.SmartLabel(); - this.smartLabel25 = new SmartX.SmartLabel(); + this.labelTitleFax = new SmartX.SmartLabel(); this.labelContact4 = new SmartX.SmartLabel(); this.labelContact3 = new SmartX.SmartLabel(); this.labelContact5 = new SmartX.SmartLabel(); - this.smartLabel24 = new SmartX.SmartLabel(); + this.labelTitleHomepage = new SmartX.SmartLabel(); this.labelContact6 = new SmartX.SmartLabel(); - this.smartLabel23 = new SmartX.SmartLabel(); - this.smartLabel21 = new SmartX.SmartLabel(); - this.smartLabel22 = new SmartX.SmartLabel(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); + this.labelTitleEmail = new SmartX.SmartLabel(); + this.labelTitleTel = new SmartX.SmartLabel(); + this.labelTitleAddress = new SmartX.SmartLabel(); + this.groupBoxInformation = new SmartX.SmartGroupBox(); + this.buttonUpdateMainboardSlave = new SmartX.SmartButton(); + this.labelControlVersionSlave = new SmartX.SmartLabel(); + this.labelTitleVersion3 = new SmartX.SmartLabel(); + this.smartLabel15 = new SmartX.SmartLabel(); this.smartButton1 = new SmartX.SmartButton(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel4 = new SmartX.SmartLabel(); + this.labelTitleModel = new SmartX.SmartLabel(); + this.labelTitleSerialNo = new SmartX.SmartLabel(); this.buttonUpdateMainboardMaster = new SmartX.SmartButton(); - this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); - this.labelSerialNo = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); - this.smartLabel10 = new SmartX.SmartLabel(); - this.smartLabel11 = new SmartX.SmartLabel(); - this.smartLabel12 = new SmartX.SmartLabel(); + this.labelTitleDisplay = new SmartX.SmartLabel(); + this.labelTitleMainControl = new SmartX.SmartLabel(); this.labelControlVersionMaster = new SmartX.SmartLabel(); + this.labelSerialNo = new SmartX.SmartLabel(); + this.labelTitleVersion2 = new SmartX.SmartLabel(); + this.smartLabel10 = new SmartX.SmartLabel(); + this.smartLabel9 = new SmartX.SmartLabel(); + this.labelTitleVersion1 = new SmartX.SmartLabel(); this.labelDisplayVersion = new SmartX.SmartLabel(); this.buttonUpdateDisplay = new SmartX.SmartButton(); this.smartKeyboard1 = new SmartX.SmartKeyboard(); - this.buttonUpdateMainboardSlave = new SmartX.SmartButton(); - this.labelControlVersionSlave = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); - this.smartLabel15 = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); - this.smartGroupBox4.SuspendLayout(); - this.smartGroupBox3.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); + this.groupBoxTime.SuspendLayout(); + this.groupBoxContact.SuspendLayout(); + this.groupBoxInformation.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -86,9 +86,9 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.smartGroupBox4); - this.smartGroupBox1.Controls.Add(this.smartGroupBox3); - this.smartGroupBox1.Controls.Add(this.smartGroupBox2); + this.smartGroupBox1.Controls.Add(this.groupBoxTime); + this.smartGroupBox1.Controls.Add(this.groupBoxContact); + this.smartGroupBox1.Controls.Add(this.groupBoxInformation); this.smartGroupBox1.Controls.Add(this.smartKeyboard1); 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))))); @@ -103,34 +103,34 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // smartGroupBox4 + // groupBoxTime // - this.smartGroupBox4.BackGround = null; - 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.labelCurrentTime); - this.smartGroupBox4.Controls.Add(this.buttonSave); - this.smartGroupBox4.Controls.Add(this.smartLabel8); - this.smartGroupBox4.Controls.Add(this.smartLabel2); - this.smartGroupBox4.Controls.Add(this.smartLabel1); - this.smartGroupBox4.Controls.Add(this.upDownMinute); - this.smartGroupBox4.Controls.Add(this.upDownHour); - this.smartGroupBox4.Controls.Add(this.upDownDate); - this.smartGroupBox4.Controls.Add(this.upDownMonth); - this.smartGroupBox4.Controls.Add(this.upDownYear); - this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); - 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; - this.smartGroupBox4.HeaderHeightOffset = 12; - this.smartGroupBox4.Location = new System.Drawing.Point(67, 492); - this.smartGroupBox4.Name = "smartGroupBox4"; - this.smartGroupBox4.RoundRadius = 5; - this.smartGroupBox4.Size = new System.Drawing.Size(774, 162); - this.smartGroupBox4.TabIndex = 96; - this.smartGroupBox4.Text = "Time"; - this.smartGroupBox4.TextColor = System.Drawing.Color.White; + this.groupBoxTime.BackGround = null; + this.groupBoxTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxTime.BackImage = null; + this.groupBoxTime.Controls.Add(this.labelCurrentTime); + this.groupBoxTime.Controls.Add(this.buttonSave); + this.groupBoxTime.Controls.Add(this.smartLabel8); + this.groupBoxTime.Controls.Add(this.smartLabel2); + this.groupBoxTime.Controls.Add(this.smartLabel1); + this.groupBoxTime.Controls.Add(this.upDownMinute); + this.groupBoxTime.Controls.Add(this.upDownHour); + this.groupBoxTime.Controls.Add(this.upDownDate); + this.groupBoxTime.Controls.Add(this.upDownMonth); + this.groupBoxTime.Controls.Add(this.upDownYear); + this.groupBoxTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxTime.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxTime.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxTime.FrameLineThickness = 2; + this.groupBoxTime.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxTime.HeaderHeightOffset = 12; + this.groupBoxTime.Location = new System.Drawing.Point(67, 492); + this.groupBoxTime.Name = "groupBoxTime"; + this.groupBoxTime.RoundRadius = 5; + this.groupBoxTime.Size = new System.Drawing.Size(774, 162); + this.groupBoxTime.TabIndex = 96; + this.groupBoxTime.Text = "Time"; + this.groupBoxTime.TextColor = System.Drawing.Color.White; // // labelCurrentTime // @@ -138,7 +138,7 @@ this.labelCurrentTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.labelCurrentTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelCurrentTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelCurrentTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelCurrentTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelCurrentTime.LineSpacing = 0F; this.labelCurrentTime.Location = new System.Drawing.Point(84, 5); this.labelCurrentTime.Name = "labelCurrentTime"; @@ -157,7 +157,7 @@ // // buttonSave // - this.buttonSave.BackGround = this.smartGroupBox4; + this.buttonSave.BackGround = this.groupBoxTime; this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -875,59 +875,59 @@ this.upDownYear.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click); this.upDownYear.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click); // - // smartGroupBox3 + // groupBoxContact // - 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(67, 249); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(774, 237); - this.smartGroupBox3.TabIndex = 95; - this.smartGroupBox3.Text = "Contact"; - this.smartGroupBox3.TextColor = System.Drawing.Color.White; + this.groupBoxContact.BackGround = null; + this.groupBoxContact.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxContact.BackImage = null; + this.groupBoxContact.Controls.Add(this.labelTitleCompany); + this.groupBoxContact.Controls.Add(this.labelContact1); + this.groupBoxContact.Controls.Add(this.labelContact2); + this.groupBoxContact.Controls.Add(this.labelTitleFax); + this.groupBoxContact.Controls.Add(this.labelContact4); + this.groupBoxContact.Controls.Add(this.labelContact3); + this.groupBoxContact.Controls.Add(this.labelContact5); + this.groupBoxContact.Controls.Add(this.labelTitleHomepage); + this.groupBoxContact.Controls.Add(this.labelContact6); + this.groupBoxContact.Controls.Add(this.labelTitleEmail); + this.groupBoxContact.Controls.Add(this.labelTitleTel); + this.groupBoxContact.Controls.Add(this.labelTitleAddress); + this.groupBoxContact.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxContact.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxContact.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxContact.FrameLineThickness = 2; + this.groupBoxContact.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxContact.HeaderHeightOffset = 12; + this.groupBoxContact.Location = new System.Drawing.Point(67, 249); + this.groupBoxContact.Name = "groupBoxContact"; + this.groupBoxContact.RoundRadius = 5; + this.groupBoxContact.Size = new System.Drawing.Size(774, 237); + this.groupBoxContact.TabIndex = 95; + this.groupBoxContact.Text = "Contact"; + this.groupBoxContact.TextColor = System.Drawing.Color.White; // - // smartLabel20 + // labelTitleCompany // - this.smartLabel20.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel20.LineSpacing = 0F; - this.smartLabel20.Location = new System.Drawing.Point(53, 50); - this.smartLabel20.Name = "smartLabel20"; - this.smartLabel20.OverlapOptimize = true; - this.smartLabel20.PasswordChar = '\0'; - this.smartLabel20.Radius = 3; - this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel20.Size = new System.Drawing.Size(130, 24); - this.smartLabel20.TabIndex = 82; - this.smartLabel20.Text = "Company:"; - 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; - this.smartLabel20.Wordwrap = false; + this.labelTitleCompany.BackGround = null; + this.labelTitleCompany.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleCompany.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleCompany.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleCompany.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleCompany.LineSpacing = 0F; + this.labelTitleCompany.Location = new System.Drawing.Point(53, 50); + this.labelTitleCompany.Name = "labelTitleCompany"; + this.labelTitleCompany.OverlapOptimize = true; + this.labelTitleCompany.PasswordChar = '\0'; + this.labelTitleCompany.Radius = 3; + this.labelTitleCompany.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleCompany.Size = new System.Drawing.Size(130, 24); + this.labelTitleCompany.TabIndex = 82; + this.labelTitleCompany.Text = "Company:"; + this.labelTitleCompany.TextColor = System.Drawing.Color.White; + this.labelTitleCompany.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleCompany.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleCompany.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleCompany.Wordwrap = false; // // labelContact1 // @@ -935,7 +935,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact1.LineSpacing = 0F; this.labelContact1.Location = new System.Drawing.Point(189, 50); this.labelContact1.Name = "labelContact1"; @@ -958,7 +958,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact2.LineSpacing = 0F; this.labelContact2.Location = new System.Drawing.Point(189, 80); this.labelContact2.Name = "labelContact2"; @@ -975,28 +975,28 @@ this.labelContact2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelContact2.Wordwrap = false; // - // smartLabel25 + // labelTitleFax // - this.smartLabel25.BackGround = null; - 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.Regular); - this.smartLabel25.LineSpacing = 0F; - this.smartLabel25.Location = new System.Drawing.Point(53, 110); - this.smartLabel25.Name = "smartLabel25"; - this.smartLabel25.OverlapOptimize = true; - this.smartLabel25.PasswordChar = '\0'; - this.smartLabel25.Radius = 3; - this.smartLabel25.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel25.Size = new System.Drawing.Size(130, 24); - this.smartLabel25.TabIndex = 88; - this.smartLabel25.Text = "Fax:"; - 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; - this.smartLabel25.Wordwrap = false; + this.labelTitleFax.BackGround = null; + this.labelTitleFax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleFax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleFax.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleFax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleFax.LineSpacing = 0F; + this.labelTitleFax.Location = new System.Drawing.Point(53, 110); + this.labelTitleFax.Name = "labelTitleFax"; + this.labelTitleFax.OverlapOptimize = true; + this.labelTitleFax.PasswordChar = '\0'; + this.labelTitleFax.Radius = 3; + this.labelTitleFax.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleFax.Size = new System.Drawing.Size(130, 24); + this.labelTitleFax.TabIndex = 88; + this.labelTitleFax.Text = "Fax:"; + this.labelTitleFax.TextColor = System.Drawing.Color.White; + this.labelTitleFax.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleFax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleFax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleFax.Wordwrap = false; // // labelContact4 // @@ -1004,7 +1004,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact4.LineSpacing = 0F; this.labelContact4.Location = new System.Drawing.Point(189, 140); this.labelContact4.Name = "labelContact4"; @@ -1027,7 +1027,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact3.LineSpacing = 0F; this.labelContact3.Location = new System.Drawing.Point(189, 110); this.labelContact3.Name = "labelContact3"; @@ -1050,7 +1050,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact5.LineSpacing = 0F; this.labelContact5.Location = new System.Drawing.Point(189, 170); this.labelContact5.Name = "labelContact5"; @@ -1067,28 +1067,28 @@ this.labelContact5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelContact5.Wordwrap = false; // - // smartLabel24 + // labelTitleHomepage // - this.smartLabel24.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel24.LineSpacing = 0F; - this.smartLabel24.Location = new System.Drawing.Point(53, 200); - this.smartLabel24.Name = "smartLabel24"; - this.smartLabel24.OverlapOptimize = true; - this.smartLabel24.PasswordChar = '\0'; - this.smartLabel24.Radius = 3; - this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel24.Size = new System.Drawing.Size(130, 24); - this.smartLabel24.TabIndex = 86; - this.smartLabel24.Text = "Homepage:"; - 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; - this.smartLabel24.Wordwrap = false; + this.labelTitleHomepage.BackGround = null; + this.labelTitleHomepage.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleHomepage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleHomepage.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleHomepage.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleHomepage.LineSpacing = 0F; + this.labelTitleHomepage.Location = new System.Drawing.Point(53, 200); + this.labelTitleHomepage.Name = "labelTitleHomepage"; + this.labelTitleHomepage.OverlapOptimize = true; + this.labelTitleHomepage.PasswordChar = '\0'; + this.labelTitleHomepage.Radius = 3; + this.labelTitleHomepage.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleHomepage.Size = new System.Drawing.Size(130, 24); + this.labelTitleHomepage.TabIndex = 86; + this.labelTitleHomepage.Text = "Homepage:"; + this.labelTitleHomepage.TextColor = System.Drawing.Color.White; + this.labelTitleHomepage.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleHomepage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleHomepage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleHomepage.Wordwrap = false; // // labelContact6 // @@ -1096,7 +1096,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelContact6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelContact6.LineSpacing = 0F; this.labelContact6.Location = new System.Drawing.Point(189, 200); this.labelContact6.Name = "labelContact6"; @@ -1113,116 +1113,220 @@ this.labelContact6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelContact6.Wordwrap = false; // - // smartLabel23 + // labelTitleEmail // - this.smartLabel23.BackGround = null; - 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.Regular); - this.smartLabel23.LineSpacing = 0F; - this.smartLabel23.Location = new System.Drawing.Point(53, 170); - this.smartLabel23.Name = "smartLabel23"; - this.smartLabel23.OverlapOptimize = true; - this.smartLabel23.PasswordChar = '\0'; - this.smartLabel23.Radius = 3; - this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel23.Size = new System.Drawing.Size(130, 24); - this.smartLabel23.TabIndex = 85; - this.smartLabel23.Text = "E-mail:"; - 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; - this.smartLabel23.Wordwrap = false; + this.labelTitleEmail.BackGround = null; + this.labelTitleEmail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleEmail.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleEmail.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleEmail.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleEmail.LineSpacing = 0F; + this.labelTitleEmail.Location = new System.Drawing.Point(53, 170); + this.labelTitleEmail.Name = "labelTitleEmail"; + this.labelTitleEmail.OverlapOptimize = true; + this.labelTitleEmail.PasswordChar = '\0'; + this.labelTitleEmail.Radius = 3; + this.labelTitleEmail.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleEmail.Size = new System.Drawing.Size(130, 24); + this.labelTitleEmail.TabIndex = 85; + this.labelTitleEmail.Text = "E-mail:"; + this.labelTitleEmail.TextColor = System.Drawing.Color.White; + this.labelTitleEmail.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleEmail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleEmail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleEmail.Wordwrap = false; // - // smartLabel21 + // labelTitleTel // - this.smartLabel21.BackGround = null; - 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.Regular); - this.smartLabel21.LineSpacing = 0F; - this.smartLabel21.Location = new System.Drawing.Point(53, 80); - this.smartLabel21.Name = "smartLabel21"; - this.smartLabel21.OverlapOptimize = true; - this.smartLabel21.PasswordChar = '\0'; - this.smartLabel21.Radius = 3; - this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel21.Size = new System.Drawing.Size(130, 24); - this.smartLabel21.TabIndex = 83; - this.smartLabel21.Text = "Tel:"; - 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; - this.smartLabel21.Wordwrap = false; + this.labelTitleTel.BackGround = null; + this.labelTitleTel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleTel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleTel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleTel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleTel.LineSpacing = 0F; + this.labelTitleTel.Location = new System.Drawing.Point(53, 80); + this.labelTitleTel.Name = "labelTitleTel"; + this.labelTitleTel.OverlapOptimize = true; + this.labelTitleTel.PasswordChar = '\0'; + this.labelTitleTel.Radius = 3; + this.labelTitleTel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleTel.Size = new System.Drawing.Size(130, 24); + this.labelTitleTel.TabIndex = 83; + this.labelTitleTel.Text = "Tel:"; + this.labelTitleTel.TextColor = System.Drawing.Color.White; + this.labelTitleTel.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleTel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleTel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleTel.Wordwrap = false; // - // smartLabel22 + // labelTitleAddress // - this.smartLabel22.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel22.LineSpacing = 0F; - this.smartLabel22.Location = new System.Drawing.Point(53, 140); - this.smartLabel22.Name = "smartLabel22"; - this.smartLabel22.OverlapOptimize = true; - this.smartLabel22.PasswordChar = '\0'; - this.smartLabel22.Radius = 3; - this.smartLabel22.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel22.Size = new System.Drawing.Size(130, 24); - this.smartLabel22.TabIndex = 84; - this.smartLabel22.Text = "Address:"; - 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; - this.smartLabel22.Wordwrap = false; + this.labelTitleAddress.BackGround = null; + this.labelTitleAddress.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleAddress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleAddress.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleAddress.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleAddress.LineSpacing = 0F; + this.labelTitleAddress.Location = new System.Drawing.Point(53, 140); + this.labelTitleAddress.Name = "labelTitleAddress"; + this.labelTitleAddress.OverlapOptimize = true; + this.labelTitleAddress.PasswordChar = '\0'; + this.labelTitleAddress.Radius = 3; + this.labelTitleAddress.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleAddress.Size = new System.Drawing.Size(130, 24); + this.labelTitleAddress.TabIndex = 84; + this.labelTitleAddress.Text = "Address:"; + this.labelTitleAddress.TextColor = System.Drawing.Color.White; + this.labelTitleAddress.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleAddress.Wordwrap = false; // - // smartGroupBox2 + // groupBoxInformation // - 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.buttonUpdateMainboardSlave); - this.smartGroupBox2.Controls.Add(this.labelControlVersionSlave); - this.smartGroupBox2.Controls.Add(this.smartLabel14); - this.smartGroupBox2.Controls.Add(this.smartLabel15); - this.smartGroupBox2.Controls.Add(this.smartButton1); - this.smartGroupBox2.Controls.Add(this.smartLabel3); - this.smartGroupBox2.Controls.Add(this.smartLabel4); - this.smartGroupBox2.Controls.Add(this.buttonUpdateMainboardMaster); - this.smartGroupBox2.Controls.Add(this.smartLabel6); - this.smartGroupBox2.Controls.Add(this.smartLabel7); - this.smartGroupBox2.Controls.Add(this.smartLabel5); - this.smartGroupBox2.Controls.Add(this.labelControlVersionMaster); - this.smartGroupBox2.Controls.Add(this.labelSerialNo); - this.smartGroupBox2.Controls.Add(this.smartLabel11); - this.smartGroupBox2.Controls.Add(this.smartLabel10); - this.smartGroupBox2.Controls.Add(this.smartLabel9); - this.smartGroupBox2.Controls.Add(this.smartLabel12); - 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(67, 42); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(774, 201); - this.smartGroupBox2.TabIndex = 94; - this.smartGroupBox2.Text = "Information"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; + this.groupBoxInformation.BackGround = null; + this.groupBoxInformation.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.groupBoxInformation.BackImage = null; + this.groupBoxInformation.Controls.Add(this.buttonUpdateMainboardSlave); + this.groupBoxInformation.Controls.Add(this.labelControlVersionSlave); + this.groupBoxInformation.Controls.Add(this.labelTitleVersion3); + this.groupBoxInformation.Controls.Add(this.smartLabel15); + this.groupBoxInformation.Controls.Add(this.smartButton1); + this.groupBoxInformation.Controls.Add(this.labelTitleModel); + this.groupBoxInformation.Controls.Add(this.labelTitleSerialNo); + this.groupBoxInformation.Controls.Add(this.buttonUpdateMainboardMaster); + this.groupBoxInformation.Controls.Add(this.smartLabel6); + this.groupBoxInformation.Controls.Add(this.labelTitleDisplay); + this.groupBoxInformation.Controls.Add(this.labelTitleMainControl); + this.groupBoxInformation.Controls.Add(this.labelControlVersionMaster); + this.groupBoxInformation.Controls.Add(this.labelSerialNo); + this.groupBoxInformation.Controls.Add(this.labelTitleVersion2); + this.groupBoxInformation.Controls.Add(this.smartLabel10); + this.groupBoxInformation.Controls.Add(this.smartLabel9); + this.groupBoxInformation.Controls.Add(this.labelTitleVersion1); + this.groupBoxInformation.Controls.Add(this.labelDisplayVersion); + this.groupBoxInformation.Controls.Add(this.buttonUpdateDisplay); + this.groupBoxInformation.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); + this.groupBoxInformation.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.groupBoxInformation.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.groupBoxInformation.FrameLineThickness = 2; + this.groupBoxInformation.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; + this.groupBoxInformation.HeaderHeightOffset = 12; + this.groupBoxInformation.Location = new System.Drawing.Point(67, 42); + this.groupBoxInformation.Name = "groupBoxInformation"; + this.groupBoxInformation.RoundRadius = 5; + this.groupBoxInformation.Size = new System.Drawing.Size(774, 201); + this.groupBoxInformation.TabIndex = 94; + this.groupBoxInformation.Text = "Information"; + this.groupBoxInformation.TextColor = System.Drawing.Color.White; + // + // buttonUpdateMainboardSlave + // + this.buttonUpdateMainboardSlave.BackGround = this.groupBoxInformation; + this.buttonUpdateMainboardSlave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.buttonUpdateMainboardSlave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonUpdateMainboardSlave.ButtonDownColor = System.Drawing.Color.SlateGray; + this.buttonUpdateMainboardSlave.ButtonImageAutoSize = true; + this.buttonUpdateMainboardSlave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonUpdateMainboardSlave.ButtonText = "Update"; + this.buttonUpdateMainboardSlave.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonUpdateMainboardSlave.GroupID = 0; + this.buttonUpdateMainboardSlave.ImageDisable = null; + this.buttonUpdateMainboardSlave.ImageDown = null; + this.buttonUpdateMainboardSlave.ImageUp = null; + this.buttonUpdateMainboardSlave.Location = new System.Drawing.Point(586, 169); + this.buttonUpdateMainboardSlave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonUpdateMainboardSlave.Name = "buttonUpdateMainboardSlave"; + this.buttonUpdateMainboardSlave.NestedClickEventPrevent = false; + this.buttonUpdateMainboardSlave.OutlinePixel = 2; + this.buttonUpdateMainboardSlave.OverlapOptimize = true; + this.buttonUpdateMainboardSlave.RepeatInterval = 200; + this.buttonUpdateMainboardSlave.RepeatIntervalAccelerate = null; + this.buttonUpdateMainboardSlave.RoundSize = 10; + this.buttonUpdateMainboardSlave.SafeInterval = 200; + this.buttonUpdateMainboardSlave.Size = new System.Drawing.Size(84, 24); + this.buttonUpdateMainboardSlave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonUpdateMainboardSlave.TabIndex = 95; + this.buttonUpdateMainboardSlave.Text = null; + this.buttonUpdateMainboardSlave.TextColor = System.Drawing.Color.White; + this.buttonUpdateMainboardSlave.TextColorDisable = System.Drawing.Color.Gray; + this.buttonUpdateMainboardSlave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonUpdateMainboardSlave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonUpdateMainboardSlave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonUpdateMainboardSlave.Click += new System.EventHandler(this.buttonUpdateMainboardSlave_Click); + // + // labelControlVersionSlave + // + this.labelControlVersionSlave.BackGround = null; + this.labelControlVersionSlave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelControlVersionSlave.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelControlVersionSlave.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelControlVersionSlave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelControlVersionSlave.LineSpacing = 0F; + this.labelControlVersionSlave.Location = new System.Drawing.Point(481, 169); + this.labelControlVersionSlave.Name = "labelControlVersionSlave"; + this.labelControlVersionSlave.OverlapOptimize = true; + this.labelControlVersionSlave.PasswordChar = '\0'; + this.labelControlVersionSlave.Radius = 3; + this.labelControlVersionSlave.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelControlVersionSlave.Size = new System.Drawing.Size(99, 24); + this.labelControlVersionSlave.TabIndex = 94; + this.labelControlVersionSlave.Text = "0.0.0"; + this.labelControlVersionSlave.TextColor = System.Drawing.Color.White; + this.labelControlVersionSlave.TextColorDisable = System.Drawing.Color.Gray; + this.labelControlVersionSlave.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelControlVersionSlave.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelControlVersionSlave.Wordwrap = false; + // + // labelTitleVersion3 + // + this.labelTitleVersion3.BackGround = null; + this.labelTitleVersion3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleVersion3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleVersion3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleVersion3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleVersion3.LineSpacing = 0F; + this.labelTitleVersion3.Location = new System.Drawing.Point(345, 169); + this.labelTitleVersion3.Name = "labelTitleVersion3"; + this.labelTitleVersion3.OverlapOptimize = true; + this.labelTitleVersion3.PasswordChar = '\0'; + this.labelTitleVersion3.Radius = 3; + this.labelTitleVersion3.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleVersion3.Size = new System.Drawing.Size(130, 24); + this.labelTitleVersion3.TabIndex = 93; + this.labelTitleVersion3.Text = "Version:"; + this.labelTitleVersion3.TextColor = System.Drawing.Color.White; + this.labelTitleVersion3.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleVersion3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleVersion3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleVersion3.Wordwrap = false; + // + // smartLabel15 + // + this.smartLabel15.BackGround = null; + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel15.LineSpacing = 0F; + this.smartLabel15.Location = new System.Drawing.Point(189, 169); + this.smartLabel15.Name = "smartLabel15"; + this.smartLabel15.OverlapOptimize = true; + this.smartLabel15.PasswordChar = '\0'; + this.smartLabel15.Radius = 3; + this.smartLabel15.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel15.Size = new System.Drawing.Size(150, 24); + this.smartLabel15.TabIndex = 92; + this.smartLabel15.Text = "IBD902M-Slave"; + this.smartLabel15.TextColor = System.Drawing.Color.White; + this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.smartLabel15.Wordwrap = false; // // smartButton1 // - this.smartButton1.BackGround = this.smartGroupBox2; + this.smartButton1.BackGround = this.groupBoxInformation; this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -1256,55 +1360,55 @@ this.smartButton1.Visible = false; this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click); // - // smartLabel3 + // labelTitleModel // - this.smartLabel3.BackGround = null; - 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.Regular); - this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(53, 49); - 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(130, 24); - this.smartLabel3.TabIndex = 4; - this.smartLabel3.Text = "Model:"; - 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; + this.labelTitleModel.BackGround = null; + this.labelTitleModel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleModel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleModel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleModel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleModel.LineSpacing = 0F; + this.labelTitleModel.Location = new System.Drawing.Point(53, 49); + this.labelTitleModel.Name = "labelTitleModel"; + this.labelTitleModel.OverlapOptimize = true; + this.labelTitleModel.PasswordChar = '\0'; + this.labelTitleModel.Radius = 3; + this.labelTitleModel.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleModel.Size = new System.Drawing.Size(130, 24); + this.labelTitleModel.TabIndex = 4; + this.labelTitleModel.Text = "Model:"; + this.labelTitleModel.TextColor = System.Drawing.Color.White; + this.labelTitleModel.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleModel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleModel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleModel.Wordwrap = false; // - // smartLabel4 + // labelTitleSerialNo // - this.smartLabel4.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(53, 79); - 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(130, 24); - this.smartLabel4.TabIndex = 5; - this.smartLabel4.Text = "Serial No.:"; - 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; - this.smartLabel4.Wordwrap = false; + this.labelTitleSerialNo.BackGround = null; + this.labelTitleSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleSerialNo.LineSpacing = 0F; + this.labelTitleSerialNo.Location = new System.Drawing.Point(53, 79); + this.labelTitleSerialNo.Name = "labelTitleSerialNo"; + this.labelTitleSerialNo.OverlapOptimize = true; + this.labelTitleSerialNo.PasswordChar = '\0'; + this.labelTitleSerialNo.Radius = 3; + this.labelTitleSerialNo.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleSerialNo.Size = new System.Drawing.Size(130, 24); + this.labelTitleSerialNo.TabIndex = 5; + this.labelTitleSerialNo.Text = "Serial No.:"; + this.labelTitleSerialNo.TextColor = System.Drawing.Color.White; + this.labelTitleSerialNo.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleSerialNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleSerialNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleSerialNo.Wordwrap = false; // // buttonUpdateMainboardMaster // - this.buttonUpdateMainboardMaster.BackGround = this.smartGroupBox2; + this.buttonUpdateMainboardMaster.BackGround = this.groupBoxInformation; this.buttonUpdateMainboardMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.buttonUpdateMainboardMaster.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.buttonUpdateMainboardMaster.ButtonDownColor = System.Drawing.Color.SlateGray; @@ -1337,36 +1441,13 @@ this.buttonUpdateMainboardMaster.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonUpdateMainboardMaster.Click += new System.EventHandler(this.buttonUpdateMainboardMaster_Click); // - // smartLabel5 - // - this.smartLabel5.BackGround = null; - 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.Regular); - this.smartLabel5.LineSpacing = 0F; - this.smartLabel5.Location = new System.Drawing.Point(53, 139); - 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(130, 24); - this.smartLabel5.TabIndex = 6; - this.smartLabel5.Text = "Main Control:"; - 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; - this.smartLabel5.Wordwrap = false; - // // smartLabel6 // this.smartLabel6.BackGround = null; 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.Regular); + this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel6.LineSpacing = 0F; this.smartLabel6.Location = new System.Drawing.Point(189, 49); this.smartLabel6.Name = "smartLabel6"; @@ -1383,28 +1464,74 @@ this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.Wordwrap = false; // - // smartLabel7 + // labelTitleDisplay // - this.smartLabel7.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel7.LineSpacing = 0F; - this.smartLabel7.Location = new System.Drawing.Point(53, 109); - this.smartLabel7.Name = "smartLabel7"; - this.smartLabel7.OverlapOptimize = true; - this.smartLabel7.PasswordChar = '\0'; - this.smartLabel7.Radius = 3; - this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel7.Size = new System.Drawing.Size(130, 24); - this.smartLabel7.TabIndex = 8; - this.smartLabel7.Text = "Display:"; - 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; - this.smartLabel7.Wordwrap = false; + this.labelTitleDisplay.BackGround = null; + this.labelTitleDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleDisplay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleDisplay.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleDisplay.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleDisplay.LineSpacing = 0F; + this.labelTitleDisplay.Location = new System.Drawing.Point(53, 109); + this.labelTitleDisplay.Name = "labelTitleDisplay"; + this.labelTitleDisplay.OverlapOptimize = true; + this.labelTitleDisplay.PasswordChar = '\0'; + this.labelTitleDisplay.Radius = 3; + this.labelTitleDisplay.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleDisplay.Size = new System.Drawing.Size(130, 24); + this.labelTitleDisplay.TabIndex = 8; + this.labelTitleDisplay.Text = "Display:"; + this.labelTitleDisplay.TextColor = System.Drawing.Color.White; + this.labelTitleDisplay.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleDisplay.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleDisplay.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleDisplay.Wordwrap = false; + // + // labelTitleMainControl + // + this.labelTitleMainControl.BackGround = null; + this.labelTitleMainControl.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleMainControl.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleMainControl.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMainControl.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleMainControl.LineSpacing = 0F; + this.labelTitleMainControl.Location = new System.Drawing.Point(53, 139); + this.labelTitleMainControl.Name = "labelTitleMainControl"; + this.labelTitleMainControl.OverlapOptimize = true; + this.labelTitleMainControl.PasswordChar = '\0'; + this.labelTitleMainControl.Radius = 3; + this.labelTitleMainControl.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMainControl.Size = new System.Drawing.Size(130, 24); + this.labelTitleMainControl.TabIndex = 6; + this.labelTitleMainControl.Text = "Main Control:"; + this.labelTitleMainControl.TextColor = System.Drawing.Color.White; + this.labelTitleMainControl.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMainControl.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleMainControl.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMainControl.Wordwrap = false; + // + // labelControlVersionMaster + // + this.labelControlVersionMaster.BackGround = null; + this.labelControlVersionMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelControlVersionMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelControlVersionMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelControlVersionMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelControlVersionMaster.LineSpacing = 0F; + this.labelControlVersionMaster.Location = new System.Drawing.Point(481, 139); + this.labelControlVersionMaster.Name = "labelControlVersionMaster"; + this.labelControlVersionMaster.OverlapOptimize = true; + this.labelControlVersionMaster.PasswordChar = '\0'; + this.labelControlVersionMaster.Radius = 3; + this.labelControlVersionMaster.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelControlVersionMaster.Size = new System.Drawing.Size(99, 24); + this.labelControlVersionMaster.TabIndex = 14; + this.labelControlVersionMaster.Text = "0.0.0"; + this.labelControlVersionMaster.TextColor = System.Drawing.Color.White; + this.labelControlVersionMaster.TextColorDisable = System.Drawing.Color.Gray; + this.labelControlVersionMaster.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelControlVersionMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelControlVersionMaster.Wordwrap = false; // // labelSerialNo // @@ -1412,7 +1539,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelSerialNo.LineSpacing = 0F; this.labelSerialNo.Location = new System.Drawing.Point(189, 79); this.labelSerialNo.Name = "labelSerialNo"; @@ -1430,28 +1557,28 @@ this.labelSerialNo.Wordwrap = false; this.labelSerialNo.Click += new System.EventHandler(this.labelSerialNo_Click); // - // smartLabel9 + // labelTitleVersion2 // - this.smartLabel9.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel9.LineSpacing = 0F; - this.smartLabel9.Location = new System.Drawing.Point(189, 139); - this.smartLabel9.Name = "smartLabel9"; - this.smartLabel9.OverlapOptimize = true; - this.smartLabel9.PasswordChar = '\0'; - this.smartLabel9.Radius = 3; - this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel9.Size = new System.Drawing.Size(150, 24); - this.smartLabel9.TabIndex = 10; - this.smartLabel9.Text = "IBD902M-Master"; - 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; - this.smartLabel9.Wordwrap = false; + this.labelTitleVersion2.BackGround = null; + this.labelTitleVersion2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleVersion2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleVersion2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleVersion2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleVersion2.LineSpacing = 0F; + this.labelTitleVersion2.Location = new System.Drawing.Point(345, 139); + this.labelTitleVersion2.Name = "labelTitleVersion2"; + this.labelTitleVersion2.OverlapOptimize = true; + this.labelTitleVersion2.PasswordChar = '\0'; + this.labelTitleVersion2.Radius = 3; + this.labelTitleVersion2.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleVersion2.Size = new System.Drawing.Size(130, 24); + this.labelTitleVersion2.TabIndex = 12; + this.labelTitleVersion2.Text = "Version:"; + this.labelTitleVersion2.TextColor = System.Drawing.Color.White; + this.labelTitleVersion2.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleVersion2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleVersion2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleVersion2.Wordwrap = false; // // smartLabel10 // @@ -1459,7 +1586,7 @@ 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.Regular); + this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel10.LineSpacing = 0F; this.smartLabel10.Location = new System.Drawing.Point(189, 109); this.smartLabel10.Name = "smartLabel10"; @@ -1476,74 +1603,51 @@ this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel10.Wordwrap = false; // - // smartLabel11 + // smartLabel9 // - this.smartLabel11.BackGround = null; - 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.Regular); - this.smartLabel11.LineSpacing = 0F; - this.smartLabel11.Location = new System.Drawing.Point(345, 139); - this.smartLabel11.Name = "smartLabel11"; - this.smartLabel11.OverlapOptimize = true; - this.smartLabel11.PasswordChar = '\0'; - this.smartLabel11.Radius = 3; - this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel11.Size = new System.Drawing.Size(130, 24); - this.smartLabel11.TabIndex = 12; - this.smartLabel11.Text = "Version:"; - 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; - this.smartLabel11.Wordwrap = false; + this.smartLabel9.BackGround = null; + 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("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel9.LineSpacing = 0F; + this.smartLabel9.Location = new System.Drawing.Point(189, 139); + this.smartLabel9.Name = "smartLabel9"; + this.smartLabel9.OverlapOptimize = true; + this.smartLabel9.PasswordChar = '\0'; + this.smartLabel9.Radius = 3; + this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.smartLabel9.Size = new System.Drawing.Size(150, 24); + this.smartLabel9.TabIndex = 10; + this.smartLabel9.Text = "IBD902M-Master"; + 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; + this.smartLabel9.Wordwrap = false; // - // smartLabel12 + // labelTitleVersion1 // - this.smartLabel12.BackGround = null; - 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.Regular); - this.smartLabel12.LineSpacing = 0F; - this.smartLabel12.Location = new System.Drawing.Point(345, 109); - this.smartLabel12.Name = "smartLabel12"; - this.smartLabel12.OverlapOptimize = true; - this.smartLabel12.PasswordChar = '\0'; - this.smartLabel12.Radius = 3; - this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel12.Size = new System.Drawing.Size(130, 24); - this.smartLabel12.TabIndex = 13; - this.smartLabel12.Text = "Version:"; - 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; - this.smartLabel12.Wordwrap = false; - // - // labelControlVersionMaster - // - this.labelControlVersionMaster.BackGround = null; - this.labelControlVersionMaster.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelControlVersionMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelControlVersionMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelControlVersionMaster.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelControlVersionMaster.LineSpacing = 0F; - this.labelControlVersionMaster.Location = new System.Drawing.Point(481, 139); - this.labelControlVersionMaster.Name = "labelControlVersionMaster"; - this.labelControlVersionMaster.OverlapOptimize = true; - this.labelControlVersionMaster.PasswordChar = '\0'; - this.labelControlVersionMaster.Radius = 3; - this.labelControlVersionMaster.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelControlVersionMaster.Size = new System.Drawing.Size(99, 24); - this.labelControlVersionMaster.TabIndex = 14; - this.labelControlVersionMaster.Text = "0.0.0"; - this.labelControlVersionMaster.TextColor = System.Drawing.Color.White; - this.labelControlVersionMaster.TextColorDisable = System.Drawing.Color.Gray; - this.labelControlVersionMaster.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelControlVersionMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelControlVersionMaster.Wordwrap = false; + this.labelTitleVersion1.BackGround = null; + this.labelTitleVersion1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelTitleVersion1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleVersion1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleVersion1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); + this.labelTitleVersion1.LineSpacing = 0F; + this.labelTitleVersion1.Location = new System.Drawing.Point(345, 109); + this.labelTitleVersion1.Name = "labelTitleVersion1"; + this.labelTitleVersion1.OverlapOptimize = true; + this.labelTitleVersion1.PasswordChar = '\0'; + this.labelTitleVersion1.Radius = 3; + this.labelTitleVersion1.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleVersion1.Size = new System.Drawing.Size(130, 24); + this.labelTitleVersion1.TabIndex = 13; + this.labelTitleVersion1.Text = "Version:"; + this.labelTitleVersion1.TextColor = System.Drawing.Color.White; + this.labelTitleVersion1.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleVersion1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleVersion1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleVersion1.Wordwrap = false; // // labelDisplayVersion // @@ -1551,7 +1655,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDisplayVersion.LineSpacing = 0F; this.labelDisplayVersion.Location = new System.Drawing.Point(481, 109); this.labelDisplayVersion.Name = "labelDisplayVersion"; @@ -1570,7 +1674,7 @@ // // buttonUpdateDisplay // - this.buttonUpdateDisplay.BackGround = this.smartGroupBox2; + this.buttonUpdateDisplay.BackGround = this.groupBoxInformation; 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; @@ -1648,110 +1752,6 @@ this.smartKeyboard1.OnXKeyClick += new System.EventHandler(this.smartKeyboard1_OnXKeyClick); this.smartKeyboard1.OnLabelKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.smartKeyboard1_OnLabelKeyPress); // - // buttonUpdateMainboardSlave - // - this.buttonUpdateMainboardSlave.BackGround = this.smartGroupBox2; - this.buttonUpdateMainboardSlave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.buttonUpdateMainboardSlave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonUpdateMainboardSlave.ButtonDownColor = System.Drawing.Color.SlateGray; - this.buttonUpdateMainboardSlave.ButtonImageAutoSize = true; - this.buttonUpdateMainboardSlave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonUpdateMainboardSlave.ButtonText = "Update"; - this.buttonUpdateMainboardSlave.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonUpdateMainboardSlave.GroupID = 0; - this.buttonUpdateMainboardSlave.ImageDisable = null; - this.buttonUpdateMainboardSlave.ImageDown = null; - this.buttonUpdateMainboardSlave.ImageUp = null; - this.buttonUpdateMainboardSlave.Location = new System.Drawing.Point(586, 169); - this.buttonUpdateMainboardSlave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonUpdateMainboardSlave.Name = "buttonUpdateMainboardSlave"; - this.buttonUpdateMainboardSlave.NestedClickEventPrevent = false; - this.buttonUpdateMainboardSlave.OutlinePixel = 2; - this.buttonUpdateMainboardSlave.OverlapOptimize = true; - this.buttonUpdateMainboardSlave.RepeatInterval = 200; - this.buttonUpdateMainboardSlave.RepeatIntervalAccelerate = null; - this.buttonUpdateMainboardSlave.RoundSize = 10; - this.buttonUpdateMainboardSlave.SafeInterval = 200; - this.buttonUpdateMainboardSlave.Size = new System.Drawing.Size(84, 24); - this.buttonUpdateMainboardSlave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonUpdateMainboardSlave.TabIndex = 95; - this.buttonUpdateMainboardSlave.Text = null; - this.buttonUpdateMainboardSlave.TextColor = System.Drawing.Color.White; - this.buttonUpdateMainboardSlave.TextColorDisable = System.Drawing.Color.Gray; - this.buttonUpdateMainboardSlave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonUpdateMainboardSlave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonUpdateMainboardSlave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonUpdateMainboardSlave.Click += new System.EventHandler(this.buttonUpdateMainboardSlave_Click); - // - // labelControlVersionSlave - // - this.labelControlVersionSlave.BackGround = null; - this.labelControlVersionSlave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.labelControlVersionSlave.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelControlVersionSlave.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelControlVersionSlave.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.labelControlVersionSlave.LineSpacing = 0F; - this.labelControlVersionSlave.Location = new System.Drawing.Point(481, 169); - this.labelControlVersionSlave.Name = "labelControlVersionSlave"; - this.labelControlVersionSlave.OverlapOptimize = true; - this.labelControlVersionSlave.PasswordChar = '\0'; - this.labelControlVersionSlave.Radius = 3; - this.labelControlVersionSlave.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelControlVersionSlave.Size = new System.Drawing.Size(99, 24); - this.labelControlVersionSlave.TabIndex = 94; - this.labelControlVersionSlave.Text = "0.0.0"; - this.labelControlVersionSlave.TextColor = System.Drawing.Color.White; - this.labelControlVersionSlave.TextColorDisable = System.Drawing.Color.Gray; - this.labelControlVersionSlave.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelControlVersionSlave.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelControlVersionSlave.Wordwrap = false; - // - // smartLabel14 - // - this.smartLabel14.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel14.LineSpacing = 0F; - this.smartLabel14.Location = new System.Drawing.Point(345, 169); - this.smartLabel14.Name = "smartLabel14"; - this.smartLabel14.OverlapOptimize = true; - this.smartLabel14.PasswordChar = '\0'; - this.smartLabel14.Radius = 3; - this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel14.Size = new System.Drawing.Size(130, 24); - this.smartLabel14.TabIndex = 93; - this.smartLabel14.Text = "Version:"; - this.smartLabel14.TextColor = System.Drawing.Color.White; - this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel14.Wordwrap = false; - // - // smartLabel15 - // - this.smartLabel15.BackGround = null; - 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); - this.smartLabel15.LineSpacing = 0F; - this.smartLabel15.Location = new System.Drawing.Point(189, 169); - this.smartLabel15.Name = "smartLabel15"; - this.smartLabel15.OverlapOptimize = true; - this.smartLabel15.PasswordChar = '\0'; - this.smartLabel15.Radius = 3; - this.smartLabel15.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel15.Size = new System.Drawing.Size(150, 24); - this.smartLabel15.TabIndex = 92; - this.smartLabel15.Text = "IBD902M-Slave"; - this.smartLabel15.TextColor = System.Drawing.Color.White; - this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel15.Wordwrap = false; - // // ControlMenuSystemInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -1760,9 +1760,9 @@ this.Name = "ControlMenuSystemInformation"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); - this.smartGroupBox4.ResumeLayout(false); - this.smartGroupBox3.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); + this.groupBoxTime.ResumeLayout(false); + this.groupBoxContact.ResumeLayout(false); + this.groupBoxInformation.ResumeLayout(false); this.ResumeLayout(false); } @@ -1771,17 +1771,17 @@ private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartLabel labelSerialNo; - private SmartX.SmartLabel smartLabel7; + private SmartX.SmartLabel labelTitleDisplay; private SmartX.SmartLabel smartLabel6; - private SmartX.SmartLabel smartLabel5; - private SmartX.SmartLabel smartLabel4; - private SmartX.SmartLabel smartLabel3; + private SmartX.SmartLabel labelTitleMainControl; + private SmartX.SmartLabel labelTitleSerialNo; + private SmartX.SmartLabel labelTitleModel; private SmartX.SmartLabel smartLabel10; private SmartX.SmartLabel smartLabel9; private SmartX.SmartLabel labelDisplayVersion; private SmartX.SmartLabel labelControlVersionMaster; - private SmartX.SmartLabel smartLabel12; - private SmartX.SmartLabel smartLabel11; + private SmartX.SmartLabel labelTitleVersion1; + private SmartX.SmartLabel labelTitleVersion2; private SmartX.SmartButton buttonUpdateDisplay; private SmartX.SmartLabel labelContact1; private SmartX.SmartLabel labelContact6; @@ -1789,17 +1789,17 @@ private SmartX.SmartLabel labelContact4; private SmartX.SmartLabel labelContact2; private SmartX.SmartLabel labelContact3; - private SmartX.SmartLabel smartLabel24; - private SmartX.SmartLabel smartLabel23; - private SmartX.SmartLabel smartLabel22; - private SmartX.SmartLabel smartLabel21; - private SmartX.SmartLabel smartLabel20; - private SmartX.SmartLabel smartLabel25; + private SmartX.SmartLabel labelTitleHomepage; + private SmartX.SmartLabel labelTitleEmail; + private SmartX.SmartLabel labelTitleAddress; + private SmartX.SmartLabel labelTitleTel; + private SmartX.SmartLabel labelTitleCompany; + private SmartX.SmartLabel labelTitleFax; private SmartX.SmartKeyboard smartKeyboard1; private SmartX.SmartButton buttonUpdateMainboardMaster; - private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartGroupBox smartGroupBox3; - private SmartX.SmartGroupBox smartGroupBox4; + private SmartX.SmartGroupBox groupBoxInformation; + private SmartX.SmartGroupBox groupBoxContact; + private SmartX.SmartGroupBox groupBoxTime; private SmartX.SmartUpDown upDownYear; private SmartX.SmartUpDown upDownDate; private SmartX.SmartUpDown upDownMonth; @@ -1813,7 +1813,7 @@ private SmartX.SmartButton smartButton1; private SmartX.SmartButton buttonUpdateMainboardSlave; private SmartX.SmartLabel labelControlVersionSlave; - private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel labelTitleVersion3; private SmartX.SmartLabel smartLabel15; } } diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemInformation.cs b/INT_LKD_2/Controls/System/ControlMenuSystemInformation.cs index 8461ab4..f68b6f4 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemInformation.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemInformation.cs @@ -49,7 +49,7 @@ namespace INT_LKD_2.Controls { this.smartGroupBox1.Text = "System > Information"; - this.labelDisplayVersion.Text = "1.1.1"; + this.labelDisplayVersion.Text = "1.2.0"; this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SERIAL_NUMBER; this.USBPath = "하드 디스크\\"; @@ -68,6 +68,46 @@ namespace INT_LKD_2.Controls this.smartKeyboard1.Height = 327; this.smartKeyboard1.Hide(); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.groupBoxInformation.Text = ""; + this.groupBoxContact.Text = ""; + this.groupBoxTime.Text = ""; + + this.labelTitleModel.Text = "Model:"; + this.labelTitleSerialNo.Text = "Serial No.:"; + this.labelTitleDisplay.Text = "Display:"; + this.labelTitleMainControl.Text = "Main Control:"; + + this.labelTitleCompany.Text = "Company:"; + this.labelTitleTel.Text = "Tel:"; + this.labelTitleFax.Text = "Fax:"; + this.labelTitleAddress.Text = "Address:"; + this.labelTitleEmail.Text = "E-mail:"; + this.labelTitleHomepage.Text = "Homepage:"; + break; + default: + this.groupBoxInformation.Text = ""; + this.groupBoxContact.Text = ""; + this.groupBoxTime.Text = ""; + + this.labelTitleModel.Text = "Model:"; + this.labelTitleSerialNo.Text = "Serial No.:"; + this.labelTitleDisplay.Text = "Display:"; + this.labelTitleMainControl.Text = "Main Control:"; + + this.labelTitleCompany.Text = "Company:"; + this.labelTitleTel.Text = "Tel:"; + this.labelTitleFax.Text = "Fax:"; + this.labelTitleAddress.Text = "Address:"; + this.labelTitleEmail.Text = "E-mail:"; + this.labelTitleHomepage.Text = "Homepage:"; + break; + } + } public void UpdateMainBoardVersionMasterDisplay(string version) { diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.Designer.cs b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.Designer.cs index bfe30ed..b769308 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.Designer.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.Designer.cs @@ -29,24 +29,26 @@ private void InitializeComponent() { this.smartGroupBox1 = new SmartX.SmartGroupBox(); + this.comboBoxLanguage = new System.Windows.Forms.ComboBox(); + this.labelTitleLanguage = new SmartX.SmartLabel(); this.labelCheckLane = new SmartX.SmartLabel(); - this.smartLabel39 = new SmartX.SmartLabel(); + this.labelTitleCheckLane = new SmartX.SmartLabel(); this.labelEquipmentLane = new SmartX.SmartLabel(); - this.smartLabel37 = new SmartX.SmartLabel(); - this.smartLabel32 = new SmartX.SmartLabel(); - this.smartLabel31 = new SmartX.SmartLabel(); - this.smartLabel30 = new SmartX.SmartLabel(); - this.smartLabel29 = new SmartX.SmartLabel(); - this.labelSbDiffFilter = new SmartX.SmartLabel(); - this.smartLabel27 = new SmartX.SmartLabel(); - this.labelBuzzer = new SmartX.SmartLabel(); - this.smartLabel23 = new SmartX.SmartLabel(); - this.labelCutWait = new SmartX.SmartLabel(); - this.smartLabel20 = new SmartX.SmartLabel(); - this.labelChattering = new SmartX.SmartLabel(); - this.smartLabel18 = new SmartX.SmartLabel(); + this.labelTitleLCDDataPeriod = new SmartX.SmartLabel(); + this.labelTitleEquipmentLane = new SmartX.SmartLabel(); this.labelLcdDataPeriod = new SmartX.SmartLabel(); - this.smartLabel14 = new SmartX.SmartLabel(); + this.smartLabel32 = new SmartX.SmartLabel(); + this.labelTitleChattering = new SmartX.SmartLabel(); + this.smartLabel31 = new SmartX.SmartLabel(); + this.labelChattering = new SmartX.SmartLabel(); + this.smartLabel30 = new SmartX.SmartLabel(); + this.labelTitleCutWait = new SmartX.SmartLabel(); + this.smartLabel29 = new SmartX.SmartLabel(); + this.labelCutWait = new SmartX.SmartLabel(); + this.labelSbDiffFilter = new SmartX.SmartLabel(); + this.labelTitleBuzzer = new SmartX.SmartLabel(); + this.labelTitleSBDiffFilter = new SmartX.SmartLabel(); + this.labelBuzzer = new SmartX.SmartLabel(); this.smartTimerMessageShow = new SmartX.SmartTimer(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); @@ -56,23 +58,25 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; + this.smartGroupBox1.Controls.Add(this.comboBoxLanguage); + this.smartGroupBox1.Controls.Add(this.labelTitleLanguage); this.smartGroupBox1.Controls.Add(this.labelCheckLane); - this.smartGroupBox1.Controls.Add(this.smartLabel39); + this.smartGroupBox1.Controls.Add(this.labelTitleCheckLane); this.smartGroupBox1.Controls.Add(this.labelEquipmentLane); - this.smartGroupBox1.Controls.Add(this.smartLabel14); - this.smartGroupBox1.Controls.Add(this.smartLabel37); + this.smartGroupBox1.Controls.Add(this.labelTitleLCDDataPeriod); + this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentLane); this.smartGroupBox1.Controls.Add(this.labelLcdDataPeriod); this.smartGroupBox1.Controls.Add(this.smartLabel32); - this.smartGroupBox1.Controls.Add(this.smartLabel18); + this.smartGroupBox1.Controls.Add(this.labelTitleChattering); this.smartGroupBox1.Controls.Add(this.smartLabel31); this.smartGroupBox1.Controls.Add(this.labelChattering); this.smartGroupBox1.Controls.Add(this.smartLabel30); - this.smartGroupBox1.Controls.Add(this.smartLabel20); + this.smartGroupBox1.Controls.Add(this.labelTitleCutWait); this.smartGroupBox1.Controls.Add(this.smartLabel29); this.smartGroupBox1.Controls.Add(this.labelCutWait); this.smartGroupBox1.Controls.Add(this.labelSbDiffFilter); - this.smartGroupBox1.Controls.Add(this.smartLabel23); - this.smartGroupBox1.Controls.Add(this.smartLabel27); + this.smartGroupBox1.Controls.Add(this.labelTitleBuzzer); + this.smartGroupBox1.Controls.Add(this.labelTitleSBDiffFilter); this.smartGroupBox1.Controls.Add(this.labelBuzzer); 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))))); @@ -87,6 +91,37 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // + // comboBoxLanguage + // + this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); + this.comboBoxLanguage.Location = new System.Drawing.Point(638, 291); + this.comboBoxLanguage.Name = "comboBoxLanguage"; + this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28); + this.comboBoxLanguage.TabIndex = 137; + this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged); + // + // labelTitleLanguage + // + this.labelTitleLanguage.BackGround = null; + this.labelTitleLanguage.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleLanguage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLanguage.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLanguage.LineSpacing = 0F; + this.labelTitleLanguage.Location = new System.Drawing.Point(482, 289); + this.labelTitleLanguage.Name = "labelTitleLanguage"; + this.labelTitleLanguage.OverlapOptimize = true; + this.labelTitleLanguage.PasswordChar = '\0'; + this.labelTitleLanguage.Radius = 3; + this.labelTitleLanguage.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLanguage.Size = new System.Drawing.Size(150, 30); + this.labelTitleLanguage.TabIndex = 136; + this.labelTitleLanguage.Text = "Language"; + this.labelTitleLanguage.TextColor = System.Drawing.Color.White; + this.labelTitleLanguage.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLanguage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLanguage.Wordwrap = false; + // // labelCheckLane // this.labelCheckLane.BackGround = null; @@ -94,13 +129,13 @@ this.labelCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelCheckLane.LineSpacing = 0F; - this.labelCheckLane.Location = new System.Drawing.Point(668, 181); + this.labelCheckLane.Location = new System.Drawing.Point(638, 181); this.labelCheckLane.Name = "labelCheckLane"; this.labelCheckLane.OverlapOptimize = true; this.labelCheckLane.PasswordChar = '\0'; this.labelCheckLane.Radius = 3; this.labelCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCheckLane.Size = new System.Drawing.Size(100, 30); + this.labelCheckLane.Size = new System.Drawing.Size(120, 30); this.labelCheckLane.TabIndex = 135; this.labelCheckLane.Text = "12345.45"; this.labelCheckLane.TextColor = System.Drawing.Color.Black; @@ -110,27 +145,27 @@ this.labelCheckLane.Wordwrap = false; this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click); // - // smartLabel39 + // labelTitleCheckLane // - this.smartLabel39.BackGround = null; - this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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.LineSpacing = 0F; - this.smartLabel39.Location = new System.Drawing.Point(512, 181); - 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(150, 30); - this.smartLabel39.TabIndex = 134; - this.smartLabel39.Text = "Check Lane"; - 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; + this.labelTitleCheckLane.BackGround = null; + this.labelTitleCheckLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleCheckLane.LineSpacing = 0F; + this.labelTitleCheckLane.Location = new System.Drawing.Point(482, 181); + this.labelTitleCheckLane.Name = "labelTitleCheckLane"; + this.labelTitleCheckLane.OverlapOptimize = true; + this.labelTitleCheckLane.PasswordChar = '\0'; + this.labelTitleCheckLane.Radius = 3; + this.labelTitleCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleCheckLane.Size = new System.Drawing.Size(150, 30); + this.labelTitleCheckLane.TabIndex = 134; + this.labelTitleCheckLane.Text = "Check Lane"; + this.labelTitleCheckLane.TextColor = System.Drawing.Color.White; + this.labelTitleCheckLane.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleCheckLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleCheckLane.Wordwrap = false; // // labelEquipmentLane // @@ -139,13 +174,13 @@ this.labelEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.labelEquipmentLane.LineSpacing = 0F; - this.labelEquipmentLane.Location = new System.Drawing.Point(277, 181); + this.labelEquipmentLane.Location = new System.Drawing.Point(267, 181); this.labelEquipmentLane.Name = "labelEquipmentLane"; this.labelEquipmentLane.OverlapOptimize = true; this.labelEquipmentLane.PasswordChar = '\0'; this.labelEquipmentLane.Radius = 3; this.labelEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelEquipmentLane.Size = new System.Drawing.Size(100, 30); + this.labelEquipmentLane.Size = new System.Drawing.Size(120, 30); this.labelEquipmentLane.TabIndex = 133; this.labelEquipmentLane.Text = "12345.45"; this.labelEquipmentLane.TextColor = System.Drawing.Color.Black; @@ -155,27 +190,72 @@ this.labelEquipmentLane.Wordwrap = false; this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click); // - // smartLabel37 + // labelTitleLCDDataPeriod // - this.smartLabel37.BackGround = null; - this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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.LineSpacing = 0F; - this.smartLabel37.Location = new System.Drawing.Point(121, 181); - 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, 30); - this.smartLabel37.TabIndex = 132; - this.smartLabel37.Text = "Equipment Lane"; - this.smartLabel37.TextColor = System.Drawing.Color.White; - this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel37.Wordwrap = false; + this.labelTitleLCDDataPeriod.BackGround = null; + this.labelTitleLCDDataPeriod.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleLCDDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleLCDDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleLCDDataPeriod.LineSpacing = 0F; + this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(111, 217); + this.labelTitleLCDDataPeriod.Name = "labelTitleLCDDataPeriod"; + this.labelTitleLCDDataPeriod.OverlapOptimize = true; + this.labelTitleLCDDataPeriod.PasswordChar = '\0'; + this.labelTitleLCDDataPeriod.Radius = 3; + this.labelTitleLCDDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleLCDDataPeriod.Size = new System.Drawing.Size(150, 30); + this.labelTitleLCDDataPeriod.TabIndex = 103; + this.labelTitleLCDDataPeriod.Text = "LCD data period"; + this.labelTitleLCDDataPeriod.TextColor = System.Drawing.Color.White; + this.labelTitleLCDDataPeriod.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleLCDDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleLCDDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleLCDDataPeriod.Wordwrap = false; + // + // labelTitleEquipmentLane + // + this.labelTitleEquipmentLane.BackGround = null; + this.labelTitleEquipmentLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleEquipmentLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleEquipmentLane.LineSpacing = 0F; + this.labelTitleEquipmentLane.Location = new System.Drawing.Point(111, 181); + this.labelTitleEquipmentLane.Name = "labelTitleEquipmentLane"; + this.labelTitleEquipmentLane.OverlapOptimize = true; + this.labelTitleEquipmentLane.PasswordChar = '\0'; + this.labelTitleEquipmentLane.Radius = 3; + this.labelTitleEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleEquipmentLane.Size = new System.Drawing.Size(150, 30); + this.labelTitleEquipmentLane.TabIndex = 132; + this.labelTitleEquipmentLane.Text = "Equipment Lane"; + this.labelTitleEquipmentLane.TextColor = System.Drawing.Color.White; + this.labelTitleEquipmentLane.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleEquipmentLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleEquipmentLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleEquipmentLane.Wordwrap = false; + // + // labelLcdDataPeriod + // + this.labelLcdDataPeriod.BackGround = null; + 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(267, 217); + this.labelLcdDataPeriod.Name = "labelLcdDataPeriod"; + this.labelLcdDataPeriod.OverlapOptimize = true; + this.labelLcdDataPeriod.PasswordChar = '\0'; + this.labelLcdDataPeriod.Radius = 3; + this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelLcdDataPeriod.Size = new System.Drawing.Size(120, 30); + this.labelLcdDataPeriod.TabIndex = 104; + this.labelLcdDataPeriod.Text = "12345.45"; + 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; + this.labelLcdDataPeriod.Wordwrap = false; + this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click); // // smartLabel32 // @@ -184,7 +264,7 @@ 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(774, 217); + this.smartLabel32.Location = new System.Drawing.Point(764, 217); this.smartLabel32.Name = "smartLabel32"; this.smartLabel32.OverlapOptimize = true; this.smartLabel32.PasswordChar = '\0'; @@ -199,6 +279,28 @@ this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel32.Wordwrap = false; // + // labelTitleChattering + // + this.labelTitleChattering.BackGround = null; + this.labelTitleChattering.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleChattering.LineSpacing = 0F; + this.labelTitleChattering.Location = new System.Drawing.Point(111, 253); + this.labelTitleChattering.Name = "labelTitleChattering"; + this.labelTitleChattering.OverlapOptimize = true; + this.labelTitleChattering.PasswordChar = '\0'; + this.labelTitleChattering.Radius = 3; + this.labelTitleChattering.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleChattering.Size = new System.Drawing.Size(150, 30); + this.labelTitleChattering.TabIndex = 105; + this.labelTitleChattering.Text = "Chattering"; + this.labelTitleChattering.TextColor = System.Drawing.Color.White; + this.labelTitleChattering.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleChattering.Wordwrap = false; + // // smartLabel31 // this.smartLabel31.BackGround = null; @@ -206,7 +308,7 @@ 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(383, 289); + this.smartLabel31.Location = new System.Drawing.Point(393, 289); this.smartLabel31.Name = "smartLabel31"; this.smartLabel31.OverlapOptimize = true; this.smartLabel31.PasswordChar = '\0'; @@ -221,6 +323,29 @@ this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel31.Wordwrap = false; // + // labelChattering + // + this.labelChattering.BackGround = null; + 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(267, 253); + this.labelChattering.Name = "labelChattering"; + this.labelChattering.OverlapOptimize = true; + this.labelChattering.PasswordChar = '\0'; + this.labelChattering.Radius = 3; + this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelChattering.Size = new System.Drawing.Size(120, 30); + this.labelChattering.TabIndex = 106; + this.labelChattering.Text = "12345.45"; + 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; + this.labelChattering.Wordwrap = false; + this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click); + // // smartLabel30 // this.smartLabel30.BackGround = null; @@ -228,7 +353,7 @@ 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(383, 253); + this.smartLabel30.Location = new System.Drawing.Point(393, 253); this.smartLabel30.Name = "smartLabel30"; this.smartLabel30.OverlapOptimize = true; this.smartLabel30.PasswordChar = '\0'; @@ -243,6 +368,28 @@ this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel30.Wordwrap = false; // + // labelTitleCutWait + // + this.labelTitleCutWait.BackGround = null; + this.labelTitleCutWait.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleCutWait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleCutWait.LineSpacing = 0F; + this.labelTitleCutWait.Location = new System.Drawing.Point(111, 289); + this.labelTitleCutWait.Name = "labelTitleCutWait"; + this.labelTitleCutWait.OverlapOptimize = true; + this.labelTitleCutWait.PasswordChar = '\0'; + this.labelTitleCutWait.Radius = 3; + this.labelTitleCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleCutWait.Size = new System.Drawing.Size(150, 30); + this.labelTitleCutWait.TabIndex = 107; + this.labelTitleCutWait.Text = "Cut wait"; + this.labelTitleCutWait.TextColor = System.Drawing.Color.White; + this.labelTitleCutWait.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleCutWait.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleCutWait.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleCutWait.Wordwrap = false; + // // smartLabel29 // this.smartLabel29.BackGround = null; @@ -250,7 +397,7 @@ 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(383, 217); + this.smartLabel29.Location = new System.Drawing.Point(393, 217); this.smartLabel29.Name = "smartLabel29"; this.smartLabel29.OverlapOptimize = true; this.smartLabel29.PasswordChar = '\0'; @@ -265,96 +412,6 @@ this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel29.Wordwrap = false; // - // labelSbDiffFilter - // - this.labelSbDiffFilter.BackGround = null; - 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(668, 253); - this.labelSbDiffFilter.Name = "labelSbDiffFilter"; - this.labelSbDiffFilter.OverlapOptimize = true; - this.labelSbDiffFilter.PasswordChar = '\0'; - this.labelSbDiffFilter.Radius = 3; - this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelSbDiffFilter.Size = new System.Drawing.Size(100, 30); - this.labelSbDiffFilter.TabIndex = 112; - this.labelSbDiffFilter.Text = "12345.45"; - 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; - this.labelSbDiffFilter.Wordwrap = false; - this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click); - // - // smartLabel27 - // - this.smartLabel27.BackGround = null; - this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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(512, 253); - 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(150, 30); - this.smartLabel27.TabIndex = 111; - this.smartLabel27.Text = "SB diff filter"; - 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; - // - // labelBuzzer - // - this.labelBuzzer.BackGround = null; - 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(668, 217); - this.labelBuzzer.Name = "labelBuzzer"; - this.labelBuzzer.OverlapOptimize = true; - this.labelBuzzer.PasswordChar = '\0'; - this.labelBuzzer.Radius = 3; - this.labelBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelBuzzer.Size = new System.Drawing.Size(100, 30); - this.labelBuzzer.TabIndex = 110; - this.labelBuzzer.Text = "12345.45"; - 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; - this.labelBuzzer.Wordwrap = false; - this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click); - // - // smartLabel23 - // - this.smartLabel23.BackGround = null; - this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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(512, 217); - this.smartLabel23.Name = "smartLabel23"; - this.smartLabel23.OverlapOptimize = true; - this.smartLabel23.PasswordChar = '\0'; - this.smartLabel23.Radius = 3; - this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel23.Size = new System.Drawing.Size(150, 30); - this.smartLabel23.TabIndex = 109; - this.smartLabel23.Text = "Buzzer"; - this.smartLabel23.TextColor = System.Drawing.Color.White; - this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel23.Wordwrap = false; - // // labelCutWait // this.labelCutWait.BackGround = null; @@ -362,13 +419,13 @@ 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(277, 289); + this.labelCutWait.Location = new System.Drawing.Point(267, 289); this.labelCutWait.Name = "labelCutWait"; this.labelCutWait.OverlapOptimize = true; this.labelCutWait.PasswordChar = '\0'; this.labelCutWait.Radius = 3; this.labelCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelCutWait.Size = new System.Drawing.Size(100, 30); + this.labelCutWait.Size = new System.Drawing.Size(120, 30); this.labelCutWait.TabIndex = 108; this.labelCutWait.Text = "12345.45"; this.labelCutWait.TextColor = System.Drawing.Color.Black; @@ -378,117 +435,95 @@ this.labelCutWait.Wordwrap = false; this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click); // - // smartLabel20 + // labelSbDiffFilter // - this.smartLabel20.BackGround = null; - this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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(121, 289); - this.smartLabel20.Name = "smartLabel20"; - this.smartLabel20.OverlapOptimize = true; - this.smartLabel20.PasswordChar = '\0'; - this.smartLabel20.Radius = 3; - this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel20.Size = new System.Drawing.Size(150, 30); - this.smartLabel20.TabIndex = 107; - this.smartLabel20.Text = "Cut wait"; - 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; - this.smartLabel20.Wordwrap = false; + this.labelSbDiffFilter.BackGround = null; + 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(638, 253); + this.labelSbDiffFilter.Name = "labelSbDiffFilter"; + this.labelSbDiffFilter.OverlapOptimize = true; + this.labelSbDiffFilter.PasswordChar = '\0'; + this.labelSbDiffFilter.Radius = 3; + this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelSbDiffFilter.Size = new System.Drawing.Size(120, 30); + this.labelSbDiffFilter.TabIndex = 112; + this.labelSbDiffFilter.Text = "12345.45"; + 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; + this.labelSbDiffFilter.Wordwrap = false; + this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click); // - // labelChattering + // labelTitleBuzzer // - this.labelChattering.BackGround = null; - 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(277, 253); - this.labelChattering.Name = "labelChattering"; - this.labelChattering.OverlapOptimize = true; - this.labelChattering.PasswordChar = '\0'; - this.labelChattering.Radius = 3; - this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelChattering.Size = new System.Drawing.Size(100, 30); - this.labelChattering.TabIndex = 106; - this.labelChattering.Text = "12345.45"; - 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; - this.labelChattering.Wordwrap = false; - this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click); + this.labelTitleBuzzer.BackGround = null; + this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleBuzzer.LineSpacing = 0F; + this.labelTitleBuzzer.Location = new System.Drawing.Point(482, 217); + this.labelTitleBuzzer.Name = "labelTitleBuzzer"; + this.labelTitleBuzzer.OverlapOptimize = true; + this.labelTitleBuzzer.PasswordChar = '\0'; + this.labelTitleBuzzer.Radius = 3; + this.labelTitleBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleBuzzer.Size = new System.Drawing.Size(150, 30); + this.labelTitleBuzzer.TabIndex = 109; + this.labelTitleBuzzer.Text = "Buzzer"; + this.labelTitleBuzzer.TextColor = System.Drawing.Color.White; + this.labelTitleBuzzer.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleBuzzer.Wordwrap = false; // - // smartLabel18 + // labelTitleSBDiffFilter // - this.smartLabel18.BackGround = null; - this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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(121, 253); - this.smartLabel18.Name = "smartLabel18"; - this.smartLabel18.OverlapOptimize = true; - this.smartLabel18.PasswordChar = '\0'; - this.smartLabel18.Radius = 3; - this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel18.Size = new System.Drawing.Size(150, 30); - this.smartLabel18.TabIndex = 105; - this.smartLabel18.Text = "Chattering"; - 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; - this.smartLabel18.Wordwrap = false; + this.labelTitleSBDiffFilter.BackGround = null; + this.labelTitleSBDiffFilter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleSBDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleSBDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleSBDiffFilter.LineSpacing = 0F; + this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(482, 253); + this.labelTitleSBDiffFilter.Name = "labelTitleSBDiffFilter"; + this.labelTitleSBDiffFilter.OverlapOptimize = true; + this.labelTitleSBDiffFilter.PasswordChar = '\0'; + this.labelTitleSBDiffFilter.Radius = 3; + this.labelTitleSBDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleSBDiffFilter.Size = new System.Drawing.Size(150, 30); + this.labelTitleSBDiffFilter.TabIndex = 111; + this.labelTitleSBDiffFilter.Text = "SB diff filter"; + this.labelTitleSBDiffFilter.TextColor = System.Drawing.Color.White; + this.labelTitleSBDiffFilter.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleSBDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleSBDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleSBDiffFilter.Wordwrap = false; // - // labelLcdDataPeriod + // labelBuzzer // - this.labelLcdDataPeriod.BackGround = null; - 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(277, 217); - this.labelLcdDataPeriod.Name = "labelLcdDataPeriod"; - this.labelLcdDataPeriod.OverlapOptimize = true; - this.labelLcdDataPeriod.PasswordChar = '\0'; - this.labelLcdDataPeriod.Radius = 3; - this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelLcdDataPeriod.Size = new System.Drawing.Size(100, 30); - this.labelLcdDataPeriod.TabIndex = 104; - this.labelLcdDataPeriod.Text = "12345.45"; - 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; - this.labelLcdDataPeriod.Wordwrap = false; - this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click); - // - // smartLabel14 - // - this.smartLabel14.BackGround = null; - this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - 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(121, 217); - this.smartLabel14.Name = "smartLabel14"; - this.smartLabel14.OverlapOptimize = true; - this.smartLabel14.PasswordChar = '\0'; - this.smartLabel14.Radius = 3; - this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel14.Size = new System.Drawing.Size(150, 30); - this.smartLabel14.TabIndex = 103; - this.smartLabel14.Text = "LCD data period"; - 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; - this.smartLabel14.Wordwrap = false; + this.labelBuzzer.BackGround = null; + 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(638, 217); + this.labelBuzzer.Name = "labelBuzzer"; + this.labelBuzzer.OverlapOptimize = true; + this.labelBuzzer.PasswordChar = '\0'; + this.labelBuzzer.Radius = 3; + this.labelBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelBuzzer.Size = new System.Drawing.Size(120, 30); + this.labelBuzzer.TabIndex = 110; + this.labelBuzzer.Text = "12345.45"; + 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; + this.labelBuzzer.Wordwrap = false; + this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_Click); // // smartTimerMessageShow // @@ -515,23 +550,25 @@ private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartLabel labelSbDiffFilter; - private SmartX.SmartLabel smartLabel27; + private SmartX.SmartLabel labelTitleSBDiffFilter; private SmartX.SmartLabel labelBuzzer; - private SmartX.SmartLabel smartLabel23; + private SmartX.SmartLabel labelTitleBuzzer; private SmartX.SmartLabel labelCutWait; - private SmartX.SmartLabel smartLabel20; + private SmartX.SmartLabel labelTitleCutWait; private SmartX.SmartLabel labelChattering; - private SmartX.SmartLabel smartLabel18; + private SmartX.SmartLabel labelTitleChattering; private SmartX.SmartLabel labelLcdDataPeriod; - private SmartX.SmartLabel smartLabel14; + private SmartX.SmartLabel labelTitleLCDDataPeriod; private SmartX.SmartLabel smartLabel32; private SmartX.SmartLabel smartLabel31; private SmartX.SmartLabel smartLabel30; private SmartX.SmartLabel smartLabel29; private SmartX.SmartTimer smartTimerMessageShow; private SmartX.SmartLabel labelCheckLane; - private SmartX.SmartLabel smartLabel39; + private SmartX.SmartLabel labelTitleCheckLane; private SmartX.SmartLabel labelEquipmentLane; - private SmartX.SmartLabel smartLabel37; + private SmartX.SmartLabel labelTitleEquipmentLane; + private System.Windows.Forms.ComboBox comboBoxLanguage; + private SmartX.SmartLabel labelTitleLanguage; } } diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs index 995c06e..f227175 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs @@ -12,6 +12,7 @@ using SmartX; using INT_LKD_2.Forms; using INT_LKD_2.DataStore; using INT_LKD_2.DialogForms; +using System.Threading; namespace INT_LKD_2.Controls { @@ -54,6 +55,39 @@ namespace INT_LKD_2.Controls this.CollLabel.Add(this.labelCutWait); this.CollLabel.Add(this.labelBuzzer); this.CollLabel.Add(this.labelSbDiffFilter); + + this.comboBoxLanguage.SelectedIndexChanged -= new EventHandler(this.comboBoxLanguage_SelectedIndexChanged); + this.comboBoxLanguage.Items.Clear(); + this.comboBoxLanguage.Items.Add("한국어"); + this.comboBoxLanguage.Items.Add("English"); + this.comboBoxLanguage.Items.Add("中文"); + this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged); + } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleEquipmentLane.Text = ""; + this.labelTitleLCDDataPeriod.Text = ""; + this.labelTitleChattering.Text = ""; + this.labelTitleCutWait.Text = ""; + this.labelTitleCheckLane.Text = ""; + this.labelTitleBuzzer.Text = ""; + this.labelTitleSBDiffFilter.Text = ""; + this.labelTitleLanguage.Text = ""; + break; + default: + this.labelTitleEquipmentLane.Text = ""; + this.labelTitleLCDDataPeriod.Text = ""; + this.labelTitleChattering.Text = ""; + this.labelTitleCutWait.Text = ""; + this.labelTitleCheckLane.Text = ""; + this.labelTitleBuzzer.Text = ""; + this.labelTitleSBDiffFilter.Text = ""; + this.labelTitleLanguage.Text = ""; + break; + } } private void UpdateDisplauUserControls(bool enable) @@ -95,6 +129,7 @@ namespace INT_LKD_2.Controls } private void UpdateDisplayControlData(SystemConfiguration item) { + int iValue = 0; string value = ""; // LCD data period @@ -131,6 +166,15 @@ namespace INT_LKD_2.Controls value = item.CHECK_LANE.ToString(); if (this.labelCheckLane.Text != value) this.labelCheckLane.Text = value; + + // 언어 + iValue = (int)item.LANGUAGE; + if (this.comboBoxLanguage.SelectedIndex != iValue) + { + this.comboBoxLanguage.SelectedIndexChanged -= new EventHandler(this.comboBoxLanguage_SelectedIndexChanged); + this.comboBoxLanguage.SelectedIndex = iValue; + this.comboBoxLanguage.SelectedIndexChanged += new EventHandler(this.comboBoxLanguage_SelectedIndexChanged); + } } public void DisplayRefresh() @@ -148,7 +192,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelLcdDataPeriod.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel14.Text, this.labelLcdDataPeriod.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleLCDDataPeriod.Text, this.labelLcdDataPeriod.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -176,7 +220,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelChattering.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel18.Text, this.labelChattering.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleChattering.Text, this.labelChattering.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -204,7 +248,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelCutWait.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel20.Text, this.labelCutWait.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleCutWait.Text, this.labelCutWait.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -232,7 +276,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelBuzzer.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel23.Text, this.labelBuzzer.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleBuzzer.Text, this.labelBuzzer.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -260,7 +304,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelSbDiffFilter.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel27.Text, this.labelSbDiffFilter.Text, 2, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleSBDiffFilter.Text, this.labelSbDiffFilter.Text, 2, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -288,7 +332,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelEquipmentLane.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel37.Text, this.labelEquipmentLane.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleEquipmentLane.Text, this.labelEquipmentLane.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -316,7 +360,7 @@ namespace INT_LKD_2.Controls string value = "", before = "", after = ""; before = this.labelCheckLane.Text; - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel39.Text, this.labelCheckLane.Text, 4, 0, false); + DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelTitleCheckLane.Text, this.labelCheckLane.Text, 4, 0, false); if (myKeypad.ShowDialog() == DialogResult.OK) { @@ -339,6 +383,65 @@ namespace INT_LKD_2.Controls this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Etc_CheckLane, "", before, after); } } + private void comboBoxLanguage_SelectedIndexChanged(object sender, EventArgs e) + { + string before = "", after = ""; + + before = this.ParentForm.ParentForm.SystemConfig.LANGUAGE.ToString(); + if (this.comboBoxLanguage.SelectedIndex == 0) + this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Korean; + else if (this.comboBoxLanguage.SelectedIndex == 1) + this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.English; + else if (this.comboBoxLanguage.SelectedIndex == 2) + this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Chinese; + else + this.ParentForm.ParentForm.SystemConfig.LANGUAGE = Define.E_LanguageID.Korean; + + this.ParentForm.ParentForm.SaveSystemConfigurationFile(this.ParentForm.ParentForm.SystemConfig); + after = this.ParentForm.ParentForm.SystemConfig.LANGUAGE.ToString(); + + if (before != after) + this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Language, "", before, after); + + SmartSplash.Start(SmartSplash.BuiltInLoadingImages.PROCESSING1, 200); + + if (this.ParentForm.Child_Log_Alarm != null) + this.ParentForm.Child_Log_Alarm.InitializeDesign(); + if (this.ParentForm.Child_Log_History != null) + this.ParentForm.Child_Log_History.InitializeDesign(); + if (this.ParentForm.Child_Log_Inspection != null) + this.ParentForm.Child_Log_Inspection.InitializeDesign(); + if (this.ParentForm.Child_Manual_IoTest_Master != null) + this.ParentForm.Child_Manual_IoTest_Master.InitializeDesign(); + if (this.ParentForm.Child_Manual_IoTest_Slave != null) + this.ParentForm.Child_Manual_IoTest_Slave.InitializeDesign(); + Thread.Sleep(50); + + if (this.ParentForm.Child_Recipe_Setting != null) + this.ParentForm.Child_Recipe_Setting.InitializeDesign(); + if (this.ParentForm.Child_System_Equipment10_1 != null) + this.ParentForm.Child_System_Equipment10_1.InitializeDesign(); + if (this.ParentForm.Child_System_Ethernet != null) + this.ParentForm.Child_System_Ethernet.InitializeDesign(); + if (this.ParentForm.Child_System_Information != null) + this.ParentForm.Child_System_Information.InitializeDesign(); + if (this.ParentForm.Child_System_Setting != null) + this.ParentForm.Child_System_Setting.InitializeDesign(); + if (this.ParentForm.Child_User_GroupEditor != null) + this.ParentForm.Child_User_GroupEditor.InitializeDesign(); + if (this.ParentForm.Child_User_MyPage != null) + this.ParentForm.Child_User_MyPage.InitializeDesign(); + if (this.ParentForm.Child_User_UserEditor != null) + this.ParentForm.Child_User_UserEditor.InitializeDesign(); + Thread.Sleep(50); + + if (this.ParentForm.ParentForm.ChildFormMainDisplay != null) + this.ParentForm.ParentForm.ChildFormMainDisplay.InitializeDesign(); + if (this.ParentForm != null) + this.ParentForm.InitializeDesign(); + + SmartSplash.Finish(); + } private void smartTimerMessageShow_Tick(object sender, EventArgs e) { diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemStatus.cs b/INT_LKD_2/Controls/System/ControlMenuSystemStatus.cs index cc48755..a8a80d2 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemStatus.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemStatus.cs @@ -1479,7 +1479,7 @@ namespace INT_LKD_2.Controls private void buttonInspection_Click(object sender, EventArgs e) { this.InitializeData(); - this.ParentForm.Child_System_Equipment10.InitializeData(); + this.ParentForm.Child_System_Equipment10_1.InitializeData(); this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster); } private void buttonDisplay_Click(object sender, EventArgs e) diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.Designer.cs b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.Designer.cs index b01d495..ad25560 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.Designer.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle2 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); + SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox16 = new SmartX.SmartGroupBox(); this.labelResult12 = new SmartX.SmartLabel(); @@ -335,7 +335,7 @@ this.labelResult12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResult12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult12.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.labelResult12.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult12.LineSpacing = 0F; this.labelResult12.Location = new System.Drawing.Point(2, 23); this.labelResult12.Name = "labelResult12"; @@ -358,7 +358,7 @@ this.labelResultDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff12.LineSpacing = 0F; this.labelResultDiff12.Location = new System.Drawing.Point(3, 73); this.labelResultDiff12.Name = "labelResultDiff12"; @@ -419,10 +419,10 @@ // // smartDraw_ChartChannelPenStyle1 // - chartPenStyle2.ChannelColor = System.Drawing.Color.White; - chartPenStyle2.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; - chartPenStyle2.PenWidth = 3; - this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle2); + chartPenStyle1.ChannelColor = System.Drawing.Color.White; + chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID; + chartPenStyle1.PenWidth = 3; + this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1); // // smartLabel61 // @@ -430,7 +430,7 @@ this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.smartLabel61.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel61.LineSpacing = 0F; this.smartLabel61.Location = new System.Drawing.Point(399, 392); this.smartLabel61.Name = "smartLabel61"; @@ -453,7 +453,7 @@ this.labelResultDisp12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp12.LineSpacing = 0F; this.labelResultDisp12.Location = new System.Drawing.Point(73, 73); this.labelResultDisp12.Name = "labelResultDisp12"; @@ -489,7 +489,7 @@ this.labelPressureMaster12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureMaster12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureMaster12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureMaster12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster12.LineSpacing = 0F; this.labelPressureMaster12.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster12.Name = "labelPressureMaster12"; @@ -512,7 +512,7 @@ this.labelPressureWorking12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking12.LineSpacing = 0F; this.labelPressureWorking12.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking12.Name = "labelPressureWorking12"; @@ -535,7 +535,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel20.LineSpacing = 0F; this.smartLabel20.Location = new System.Drawing.Point(6, 23); this.smartLabel20.Name = "smartLabel20"; @@ -558,7 +558,7 @@ 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel27.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel27.LineSpacing = 0F; this.smartLabel27.Location = new System.Drawing.Point(6, 47); this.smartLabel27.Name = "smartLabel27"; @@ -581,7 +581,7 @@ this.labelDiffSecDiff12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecDiff12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecDiff12.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDiffSecDiff12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff12.LineSpacing = 0F; this.labelDiffSecDiff12.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff12.Name = "labelDiffSecDiff12"; @@ -604,7 +604,7 @@ 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel33.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel33.LineSpacing = 0F; this.smartLabel33.Location = new System.Drawing.Point(6, 73); this.smartLabel33.Name = "smartLabel33"; @@ -656,7 +656,7 @@ this.labelResult11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResult11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult11.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.labelResult11.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult11.LineSpacing = 0F; this.labelResult11.Location = new System.Drawing.Point(2, 23); this.labelResult11.Name = "labelResult11"; @@ -679,7 +679,7 @@ this.labelResultDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff11.LineSpacing = 0F; this.labelResultDiff11.Location = new System.Drawing.Point(3, 73); this.labelResultDiff11.Name = "labelResultDiff11"; @@ -702,7 +702,7 @@ this.labelResultDisp11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp11.LineSpacing = 0F; this.labelResultDisp11.Location = new System.Drawing.Point(73, 73); this.labelResultDisp11.Name = "labelResultDisp11"; @@ -738,7 +738,7 @@ this.labelPressureMaster11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureMaster11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureMaster11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureMaster11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster11.LineSpacing = 0F; this.labelPressureMaster11.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster11.Name = "labelPressureMaster11"; @@ -761,7 +761,7 @@ this.labelPressureWorking11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking11.LineSpacing = 0F; this.labelPressureWorking11.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking11.Name = "labelPressureWorking11"; @@ -784,7 +784,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel9.LineSpacing = 0F; this.smartLabel9.Location = new System.Drawing.Point(6, 23); this.smartLabel9.Name = "smartLabel9"; @@ -807,7 +807,7 @@ 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.Regular); + this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel10.LineSpacing = 0F; this.smartLabel10.Location = new System.Drawing.Point(6, 47); this.smartLabel10.Name = "smartLabel10"; @@ -830,7 +830,7 @@ this.labelDiffSecDiff11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelDiffSecDiff11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecDiff11.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDiffSecDiff11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff11.LineSpacing = 0F; this.labelDiffSecDiff11.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff11.Name = "labelDiffSecDiff11"; @@ -853,7 +853,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel15.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel15.LineSpacing = 0F; this.smartLabel15.Location = new System.Drawing.Point(6, 73); this.smartLabel15.Name = "smartLabel15"; @@ -1080,7 +1080,7 @@ this.labelResultDisp10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp10.LineSpacing = 0F; this.labelResultDisp10.Location = new System.Drawing.Point(73, 73); this.labelResultDisp10.Name = "labelResultDisp10"; @@ -1103,7 +1103,7 @@ this.labelResultDiff10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff10.LineSpacing = 0F; this.labelResultDiff10.Location = new System.Drawing.Point(3, 73); this.labelResultDiff10.Name = "labelResultDiff10"; @@ -1126,7 +1126,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult10.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult10.LineSpacing = 0F; this.labelResult10.Location = new System.Drawing.Point(2, 23); this.labelResult10.Name = "labelResult10"; @@ -1162,7 +1162,7 @@ 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.Regular); + this.labelPressureMaster10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster10.LineSpacing = 0F; this.labelPressureMaster10.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster10.Name = "labelPressureMaster10"; @@ -1185,7 +1185,7 @@ this.labelPressureWorking10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking10.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking10.LineSpacing = 0F; this.labelPressureWorking10.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking10.Name = "labelPressureWorking10"; @@ -1208,7 +1208,7 @@ this.smartLabel68.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel68.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel68.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel68.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel68.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel68.LineSpacing = 0F; this.smartLabel68.Location = new System.Drawing.Point(6, 23); this.smartLabel68.Name = "smartLabel68"; @@ -1231,7 +1231,7 @@ 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.Regular); + this.smartLabel69.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel69.LineSpacing = 0F; this.smartLabel69.Location = new System.Drawing.Point(6, 47); this.smartLabel69.Name = "smartLabel69"; @@ -1254,7 +1254,7 @@ 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.Regular); + this.labelDiffSecDiff10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff10.LineSpacing = 0F; this.labelDiffSecDiff10.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff10.Name = "labelDiffSecDiff10"; @@ -1277,7 +1277,7 @@ this.smartLabel71.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel71.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel71.LineSpacing = 0F; this.smartLabel71.Location = new System.Drawing.Point(6, 73); this.smartLabel71.Name = "smartLabel71"; @@ -1329,7 +1329,7 @@ this.labelResultDisp8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp8.LineSpacing = 0F; this.labelResultDisp8.Location = new System.Drawing.Point(73, 73); this.labelResultDisp8.Name = "labelResultDisp8"; @@ -1352,7 +1352,7 @@ this.labelResultDiff8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff8.LineSpacing = 0F; this.labelResultDiff8.Location = new System.Drawing.Point(3, 73); this.labelResultDiff8.Name = "labelResultDiff8"; @@ -1375,7 +1375,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult8.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult8.LineSpacing = 0F; this.labelResult8.Location = new System.Drawing.Point(2, 23); this.labelResult8.Name = "labelResult8"; @@ -1411,7 +1411,7 @@ 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.Regular); + this.labelPressureMaster8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster8.LineSpacing = 0F; this.labelPressureMaster8.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster8.Name = "labelPressureMaster8"; @@ -1434,7 +1434,7 @@ this.labelPressureWorking8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking8.LineSpacing = 0F; this.labelPressureWorking8.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking8.Name = "labelPressureWorking8"; @@ -1457,7 +1457,7 @@ 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.Regular); + this.smartLabel52.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel52.LineSpacing = 0F; this.smartLabel52.Location = new System.Drawing.Point(6, 23); this.smartLabel52.Name = "smartLabel52"; @@ -1480,7 +1480,7 @@ 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.Regular); + this.smartLabel54.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel54.LineSpacing = 0F; this.smartLabel54.Location = new System.Drawing.Point(6, 47); this.smartLabel54.Name = "smartLabel54"; @@ -1503,7 +1503,7 @@ 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.Regular); + this.labelDiffSecDiff8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff8.LineSpacing = 0F; this.labelDiffSecDiff8.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff8.Name = "labelDiffSecDiff8"; @@ -1526,7 +1526,7 @@ 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.Regular); + this.smartLabel56.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel56.LineSpacing = 0F; this.smartLabel56.Location = new System.Drawing.Point(6, 73); this.smartLabel56.Name = "smartLabel56"; @@ -1578,7 +1578,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult9.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult9.LineSpacing = 0F; this.labelResult9.Location = new System.Drawing.Point(2, 23); this.labelResult9.Name = "labelResult9"; @@ -1601,7 +1601,7 @@ this.labelResultDiff9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff9.LineSpacing = 0F; this.labelResultDiff9.Location = new System.Drawing.Point(3, 73); this.labelResultDiff9.Name = "labelResultDiff9"; @@ -1624,7 +1624,7 @@ this.labelResultDisp9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp9.LineSpacing = 0F; this.labelResultDisp9.Location = new System.Drawing.Point(73, 73); this.labelResultDisp9.Name = "labelResultDisp9"; @@ -1660,7 +1660,7 @@ 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.Regular); + this.labelPressureMaster9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster9.LineSpacing = 0F; this.labelPressureMaster9.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster9.Name = "labelPressureMaster9"; @@ -1683,7 +1683,7 @@ this.labelPressureWorking9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking9.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking9.LineSpacing = 0F; this.labelPressureWorking9.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking9.Name = "labelPressureWorking9"; @@ -1706,7 +1706,7 @@ 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.Regular); + this.smartLabel75.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel75.LineSpacing = 0F; this.smartLabel75.Location = new System.Drawing.Point(6, 23); this.smartLabel75.Name = "smartLabel75"; @@ -1729,7 +1729,7 @@ this.smartLabel76.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel76.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel76.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel76.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel76.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel76.LineSpacing = 0F; this.smartLabel76.Location = new System.Drawing.Point(6, 47); this.smartLabel76.Name = "smartLabel76"; @@ -1752,7 +1752,7 @@ 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.Regular); + this.labelDiffSecDiff9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff9.LineSpacing = 0F; this.labelDiffSecDiff9.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff9.Name = "labelDiffSecDiff9"; @@ -1775,7 +1775,7 @@ 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.Regular); + this.smartLabel78.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel78.LineSpacing = 0F; this.smartLabel78.Location = new System.Drawing.Point(6, 73); this.smartLabel78.Name = "smartLabel78"; @@ -1827,7 +1827,7 @@ this.labelResultDisp6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp6.LineSpacing = 0F; this.labelResultDisp6.Location = new System.Drawing.Point(73, 73); this.labelResultDisp6.Name = "labelResultDisp6"; @@ -1850,7 +1850,7 @@ this.labelResultDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff6.LineSpacing = 0F; this.labelResultDiff6.Location = new System.Drawing.Point(3, 73); this.labelResultDiff6.Name = "labelResultDiff6"; @@ -1873,7 +1873,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult6.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult6.LineSpacing = 0F; this.labelResult6.Location = new System.Drawing.Point(2, 23); this.labelResult6.Name = "labelResult6"; @@ -1909,7 +1909,7 @@ 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.Regular); + this.labelPressureMaster6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster6.LineSpacing = 0F; this.labelPressureMaster6.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster6.Name = "labelPressureMaster6"; @@ -1932,7 +1932,7 @@ this.labelPressureWorking6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking6.LineSpacing = 0F; this.labelPressureWorking6.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking6.Name = "labelPressureWorking6"; @@ -1955,7 +1955,7 @@ 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel34.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel34.LineSpacing = 0F; this.smartLabel34.Location = new System.Drawing.Point(6, 23); this.smartLabel34.Name = "smartLabel34"; @@ -1978,7 +1978,7 @@ 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.Regular); + this.smartLabel35.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel35.LineSpacing = 0F; this.smartLabel35.Location = new System.Drawing.Point(6, 47); this.smartLabel35.Name = "smartLabel35"; @@ -2001,7 +2001,7 @@ 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.Regular); + this.labelDiffSecDiff6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff6.LineSpacing = 0F; this.labelDiffSecDiff6.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff6.Name = "labelDiffSecDiff6"; @@ -2024,7 +2024,7 @@ 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.Regular); + this.smartLabel37.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel37.LineSpacing = 0F; this.smartLabel37.Location = new System.Drawing.Point(6, 73); this.smartLabel37.Name = "smartLabel37"; @@ -2076,7 +2076,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult7.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult7.LineSpacing = 0F; this.labelResult7.Location = new System.Drawing.Point(2, 23); this.labelResult7.Name = "labelResult7"; @@ -2099,7 +2099,7 @@ this.labelResultDiff7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff7.LineSpacing = 0F; this.labelResultDiff7.Location = new System.Drawing.Point(3, 73); this.labelResultDiff7.Name = "labelResultDiff7"; @@ -2122,7 +2122,7 @@ this.labelResultDisp7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp7.LineSpacing = 0F; this.labelResultDisp7.Location = new System.Drawing.Point(73, 73); this.labelResultDisp7.Name = "labelResultDisp7"; @@ -2158,7 +2158,7 @@ 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.Regular); + this.labelPressureMaster7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster7.LineSpacing = 0F; this.labelPressureMaster7.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster7.Name = "labelPressureMaster7"; @@ -2181,7 +2181,7 @@ this.labelPressureWorking7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking7.LineSpacing = 0F; this.labelPressureWorking7.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking7.Name = "labelPressureWorking7"; @@ -2204,7 +2204,7 @@ 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.Regular); + this.smartLabel60.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel60.LineSpacing = 0F; this.smartLabel60.Location = new System.Drawing.Point(6, 23); this.smartLabel60.Name = "smartLabel60"; @@ -2227,7 +2227,7 @@ 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.Regular); + this.smartLabel62.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel62.LineSpacing = 0F; this.smartLabel62.Location = new System.Drawing.Point(6, 47); this.smartLabel62.Name = "smartLabel62"; @@ -2250,7 +2250,7 @@ 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.Regular); + this.labelDiffSecDiff7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff7.LineSpacing = 0F; this.labelDiffSecDiff7.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff7.Name = "labelDiffSecDiff7"; @@ -2273,7 +2273,7 @@ this.smartLabel64.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.smartLabel64.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel64.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel64.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel64.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel64.LineSpacing = 0F; this.smartLabel64.Location = new System.Drawing.Point(6, 73); this.smartLabel64.Name = "smartLabel64"; @@ -2325,7 +2325,7 @@ this.labelResultDisp4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp4.LineSpacing = 0F; this.labelResultDisp4.Location = new System.Drawing.Point(73, 73); this.labelResultDisp4.Name = "labelResultDisp4"; @@ -2348,7 +2348,7 @@ this.labelResultDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff4.LineSpacing = 0F; this.labelResultDiff4.Location = new System.Drawing.Point(3, 73); this.labelResultDiff4.Name = "labelResultDiff4"; @@ -2371,7 +2371,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult4.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult4.LineSpacing = 0F; this.labelResult4.Location = new System.Drawing.Point(2, 23); this.labelResult4.Name = "labelResult4"; @@ -2407,7 +2407,7 @@ 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.Regular); + this.labelPressureMaster4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster4.LineSpacing = 0F; this.labelPressureMaster4.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster4.Name = "labelPressureMaster4"; @@ -2430,7 +2430,7 @@ this.labelPressureWorking4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking4.LineSpacing = 0F; this.labelPressureWorking4.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking4.Name = "labelPressureWorking4"; @@ -2453,7 +2453,7 @@ 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.Regular); + this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel11.LineSpacing = 0F; this.smartLabel11.Location = new System.Drawing.Point(6, 23); this.smartLabel11.Name = "smartLabel11"; @@ -2476,7 +2476,7 @@ 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.Regular); + this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel12.LineSpacing = 0F; this.smartLabel12.Location = new System.Drawing.Point(6, 47); this.smartLabel12.Name = "smartLabel12"; @@ -2499,7 +2499,7 @@ 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.Regular); + this.labelDiffSecDiff4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff4.LineSpacing = 0F; this.labelDiffSecDiff4.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff4.Name = "labelDiffSecDiff4"; @@ -2522,7 +2522,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel14.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel14.LineSpacing = 0F; this.smartLabel14.Location = new System.Drawing.Point(6, 73); this.smartLabel14.Name = "smartLabel14"; @@ -2574,7 +2574,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult5.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult5.LineSpacing = 0F; this.labelResult5.Location = new System.Drawing.Point(2, 23); this.labelResult5.Name = "labelResult5"; @@ -2597,7 +2597,7 @@ this.labelResultDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff5.LineSpacing = 0F; this.labelResultDiff5.Location = new System.Drawing.Point(3, 73); this.labelResultDiff5.Name = "labelResultDiff5"; @@ -2620,7 +2620,7 @@ this.labelResultDisp5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp5.LineSpacing = 0F; this.labelResultDisp5.Location = new System.Drawing.Point(73, 73); this.labelResultDisp5.Name = "labelResultDisp5"; @@ -2656,7 +2656,7 @@ 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.Regular); + this.labelPressureMaster5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster5.LineSpacing = 0F; this.labelPressureMaster5.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster5.Name = "labelPressureMaster5"; @@ -2679,7 +2679,7 @@ this.labelPressureWorking5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking5.LineSpacing = 0F; this.labelPressureWorking5.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking5.Name = "labelPressureWorking5"; @@ -2702,7 +2702,7 @@ 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.Regular); + this.smartLabel42.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel42.LineSpacing = 0F; this.smartLabel42.Location = new System.Drawing.Point(6, 23); this.smartLabel42.Name = "smartLabel42"; @@ -2725,7 +2725,7 @@ this.smartLabel43.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel43.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel43.LineSpacing = 0F; this.smartLabel43.Location = new System.Drawing.Point(6, 47); this.smartLabel43.Name = "smartLabel43"; @@ -2748,7 +2748,7 @@ 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.Regular); + this.labelDiffSecDiff5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff5.LineSpacing = 0F; this.labelDiffSecDiff5.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff5.Name = "labelDiffSecDiff5"; @@ -2771,7 +2771,7 @@ 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.Regular); + this.smartLabel47.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel47.LineSpacing = 0F; this.smartLabel47.Location = new System.Drawing.Point(6, 73); this.smartLabel47.Name = "smartLabel47"; @@ -2823,7 +2823,7 @@ this.labelResultDisp2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp2.LineSpacing = 0F; this.labelResultDisp2.Location = new System.Drawing.Point(73, 73); this.labelResultDisp2.Name = "labelResultDisp2"; @@ -2846,7 +2846,7 @@ this.labelResultDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff2.LineSpacing = 0F; this.labelResultDiff2.Location = new System.Drawing.Point(3, 73); this.labelResultDiff2.Name = "labelResultDiff2"; @@ -2869,7 +2869,7 @@ 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)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResult2.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold); + this.labelResult2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult2.LineSpacing = 0F; this.labelResult2.Location = new System.Drawing.Point(2, 23); this.labelResult2.Name = "labelResult2"; @@ -2905,7 +2905,7 @@ 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)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureMaster2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster2.LineSpacing = 0F; this.labelPressureMaster2.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster2.Name = "labelPressureMaster2"; @@ -2928,7 +2928,7 @@ this.labelPressureWorking2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking2.LineSpacing = 0F; this.labelPressureWorking2.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking2.Name = "labelPressureWorking2"; @@ -2951,7 +2951,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel4.LineSpacing = 0F; this.smartLabel4.Location = new System.Drawing.Point(6, 23); this.smartLabel4.Name = "smartLabel4"; @@ -2974,7 +2974,7 @@ 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.Regular); + this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel5.LineSpacing = 0F; this.smartLabel5.Location = new System.Drawing.Point(6, 47); this.smartLabel5.Name = "smartLabel5"; @@ -2997,7 +2997,7 @@ 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)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelDiffSecDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff2.LineSpacing = 0F; this.labelDiffSecDiff2.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff2.Name = "labelDiffSecDiff2"; @@ -3020,7 +3020,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel7.LineSpacing = 0F; this.smartLabel7.Location = new System.Drawing.Point(6, 73); this.smartLabel7.Name = "smartLabel7"; @@ -3072,7 +3072,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult3.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult3.LineSpacing = 0F; this.labelResult3.Location = new System.Drawing.Point(2, 23); this.labelResult3.Name = "labelResult3"; @@ -3095,7 +3095,7 @@ this.labelResultDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff3.LineSpacing = 0F; this.labelResultDiff3.Location = new System.Drawing.Point(3, 73); this.labelResultDiff3.Name = "labelResultDiff3"; @@ -3118,7 +3118,7 @@ this.labelResultDisp3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp3.LineSpacing = 0F; this.labelResultDisp3.Location = new System.Drawing.Point(73, 73); this.labelResultDisp3.Name = "labelResultDisp3"; @@ -3154,7 +3154,7 @@ 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.Regular); + this.labelPressureMaster3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster3.LineSpacing = 0F; this.labelPressureMaster3.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster3.Name = "labelPressureMaster3"; @@ -3177,7 +3177,7 @@ this.labelPressureWorking3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking3.LineSpacing = 0F; this.labelPressureWorking3.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking3.Name = "labelPressureWorking3"; @@ -3200,7 +3200,7 @@ 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel18.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel18.LineSpacing = 0F; this.smartLabel18.Location = new System.Drawing.Point(6, 23); this.smartLabel18.Name = "smartLabel18"; @@ -3223,7 +3223,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel19.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel19.LineSpacing = 0F; this.smartLabel19.Location = new System.Drawing.Point(6, 47); this.smartLabel19.Name = "smartLabel19"; @@ -3246,7 +3246,7 @@ 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.Regular); + this.labelDiffSecDiff3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff3.LineSpacing = 0F; this.labelDiffSecDiff3.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff3.Name = "labelDiffSecDiff3"; @@ -3269,7 +3269,7 @@ 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.Regular); + this.smartLabel21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel21.LineSpacing = 0F; this.smartLabel21.Location = new System.Drawing.Point(6, 73); this.smartLabel21.Name = "smartLabel21"; @@ -3321,7 +3321,7 @@ this.labelResultDisp1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDisp1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDisp1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDisp1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp1.LineSpacing = 0F; this.labelResultDisp1.Location = new System.Drawing.Point(73, 73); this.labelResultDisp1.Name = "labelResultDisp1"; @@ -3344,7 +3344,7 @@ this.labelResultDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelResultDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelResultDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); + this.labelResultDiff1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff1.LineSpacing = 0F; this.labelResultDiff1.Location = new System.Drawing.Point(3, 73); this.labelResultDiff1.Name = "labelResultDiff1"; @@ -3367,7 +3367,7 @@ 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", 20F, System.Drawing.FontStyle.Bold); + this.labelResult1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.labelResult1.LineSpacing = 0F; this.labelResult1.Location = new System.Drawing.Point(2, 23); this.labelResult1.Name = "labelResult1"; @@ -3403,7 +3403,7 @@ 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.Regular); + this.labelPressureMaster1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureMaster1.LineSpacing = 0F; this.labelPressureMaster1.Location = new System.Drawing.Point(67, 23); this.labelPressureMaster1.Name = "labelPressureMaster1"; @@ -3426,7 +3426,7 @@ this.labelPressureWorking1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelPressureWorking1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelPressureWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelPressureWorking1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelPressureWorking1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelPressureWorking1.LineSpacing = 0F; this.labelPressureWorking1.Location = new System.Drawing.Point(67, 47); this.labelPressureWorking1.Name = "labelPressureWorking1"; @@ -3449,7 +3449,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel22.LineSpacing = 0F; this.smartLabel22.Location = new System.Drawing.Point(6, 23); this.smartLabel22.Name = "smartLabel22"; @@ -3472,7 +3472,7 @@ 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("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel24.LineSpacing = 0F; this.smartLabel24.Location = new System.Drawing.Point(6, 47); this.smartLabel24.Name = "smartLabel24"; @@ -3495,7 +3495,7 @@ 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.Regular); + this.labelDiffSecDiff1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelDiffSecDiff1.LineSpacing = 0F; this.labelDiffSecDiff1.Location = new System.Drawing.Point(67, 73); this.labelDiffSecDiff1.Name = "labelDiffSecDiff1"; @@ -3518,7 +3518,7 @@ 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.smartLabel29.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel29.LineSpacing = 0F; this.smartLabel29.Location = new System.Drawing.Point(6, 73); this.smartLabel29.Name = "smartLabel29"; @@ -3583,7 +3583,7 @@ this.labelMesDispMDataMax1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataMax1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataMax1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataMax1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataMax1.LineSpacing = 0F; this.labelMesDispMDataMax1.Location = new System.Drawing.Point(80, 261); this.labelMesDispMDataMax1.Name = "labelMesDispMDataMax1"; @@ -3606,7 +3606,7 @@ this.labelMesDiffSecMax1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecMax1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecMax1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecMax1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecMax1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecMax1.LineSpacing = 0F; this.labelMesDiffSecMax1.Location = new System.Drawing.Point(80, 170); this.labelMesDiffSecMax1.Name = "labelMesDiffSecMax1"; @@ -3629,7 +3629,7 @@ 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.Regular); + this.smartLabel48.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel48.LineSpacing = 0F; this.smartLabel48.Location = new System.Drawing.Point(4, 261); this.smartLabel48.Name = "smartLabel48"; @@ -3652,7 +3652,7 @@ 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.Regular); + this.smartLabel41.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel41.LineSpacing = 0F; this.smartLabel41.Location = new System.Drawing.Point(4, 170); this.smartLabel41.Name = "smartLabel41"; @@ -3675,7 +3675,7 @@ this.labelMesDispMDataDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataDiff1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataDiff1.LineSpacing = 0F; this.labelMesDispMDataDiff1.Location = new System.Drawing.Point(80, 239); this.labelMesDispMDataDiff1.Name = "labelMesDispMDataDiff1"; @@ -3698,7 +3698,7 @@ this.labelMesDiffSecSum1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecSum1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecSum1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecSum1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecSum1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecSum1.LineSpacing = 0F; this.labelMesDiffSecSum1.Location = new System.Drawing.Point(80, 148); this.labelMesDiffSecSum1.Name = "labelMesDiffSecSum1"; @@ -3721,7 +3721,7 @@ 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.Regular); + this.smartLabel53.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel53.LineSpacing = 0F; this.smartLabel53.Location = new System.Drawing.Point(4, 239); this.smartLabel53.Name = "smartLabel53"; @@ -3744,7 +3744,7 @@ 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.Regular); + this.smartLabel45.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel45.LineSpacing = 0F; this.smartLabel45.Location = new System.Drawing.Point(4, 148); this.smartLabel45.Name = "smartLabel45"; @@ -3767,7 +3767,7 @@ this.labelMesDispMData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMData1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMData1.LineSpacing = 0F; this.labelMesDispMData1.Location = new System.Drawing.Point(80, 217); this.labelMesDispMData1.Name = "labelMesDispMData1"; @@ -3803,7 +3803,7 @@ 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.Regular); + this.smartLabel30.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel30.LineSpacing = 0F; this.smartLabel30.Location = new System.Drawing.Point(4, 217); this.smartLabel30.Name = "smartLabel30"; @@ -3826,7 +3826,7 @@ this.labelMesDiffMadc1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffMadc1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffMadc1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffMadc1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffMadc1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffMadc1.LineSpacing = 0F; this.labelMesDiffMadc1.Location = new System.Drawing.Point(80, 104); this.labelMesDiffMadc1.Name = "labelMesDiffMadc1"; @@ -3849,7 +3849,7 @@ this.labelMesDispRData1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispRData1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispRData1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispRData1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispRData1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispRData1.LineSpacing = 0F; this.labelMesDispRData1.Location = new System.Drawing.Point(80, 195); this.labelMesDispRData1.Name = "labelMesDispRData1"; @@ -3872,7 +3872,7 @@ 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.Regular); + this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel23.LineSpacing = 0F; this.smartLabel23.Location = new System.Drawing.Point(4, 104); this.smartLabel23.Name = "smartLabel23"; @@ -3895,7 +3895,7 @@ 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.Regular); + this.smartLabel32.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel32.LineSpacing = 0F; this.smartLabel32.Location = new System.Drawing.Point(4, 195); this.smartLabel32.Name = "smartLabel32"; @@ -3944,7 +3944,7 @@ this.labelMesDiffSecDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecDiff1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecDiff1.LineSpacing = 0F; this.labelMesDiffSecDiff1.Location = new System.Drawing.Point(80, 126); this.labelMesDiffSecDiff1.Name = "labelMesDiffSecDiff1"; @@ -3967,7 +3967,7 @@ this.labelMesPressureWork1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureWork1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureWork1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureWork1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureWork1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureWork1.LineSpacing = 0F; this.labelMesPressureWork1.Location = new System.Drawing.Point(80, 82); this.labelMesPressureWork1.Name = "labelMesPressureWork1"; @@ -3990,7 +3990,7 @@ 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.Regular); + this.smartLabel28.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel28.LineSpacing = 0F; this.smartLabel28.Location = new System.Drawing.Point(4, 126); this.smartLabel28.Name = "smartLabel28"; @@ -4013,7 +4013,7 @@ this.labelMesPressureMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureMaster1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureMaster1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureMaster1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureMaster1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureMaster1.LineSpacing = 0F; this.labelMesPressureMaster1.Location = new System.Drawing.Point(80, 62); this.labelMesPressureMaster1.Name = "labelMesPressureMaster1"; @@ -4036,7 +4036,7 @@ 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.Regular); + this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel25.LineSpacing = 0F; this.smartLabel25.Location = new System.Drawing.Point(4, 62); this.smartLabel25.Name = "smartLabel25"; @@ -4059,7 +4059,7 @@ this.labelMesResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesResult1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesResult1.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); + this.labelMesResult1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelMesResult1.LineSpacing = 0F; this.labelMesResult1.Location = new System.Drawing.Point(4, 28); this.labelMesResult1.Name = "labelMesResult1"; @@ -4082,7 +4082,7 @@ 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.Regular); + this.smartLabel26.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel26.LineSpacing = 0F; this.smartLabel26.Location = new System.Drawing.Point(4, 82); this.smartLabel26.Name = "smartLabel26"; @@ -4308,7 +4308,7 @@ this.labelMesDispMDataMax2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataMax2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataMax2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataMax2.LineSpacing = 0F; this.labelMesDispMDataMax2.Location = new System.Drawing.Point(80, 261); this.labelMesDispMDataMax2.Name = "labelMesDispMDataMax2"; @@ -4331,7 +4331,7 @@ this.labelMesDiffSecMax2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecMax2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecMax2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecMax2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecMax2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecMax2.LineSpacing = 0F; this.labelMesDiffSecMax2.Location = new System.Drawing.Point(80, 170); this.labelMesDiffSecMax2.Name = "labelMesDiffSecMax2"; @@ -4354,7 +4354,7 @@ 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.Regular); + this.smartLabel124.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel124.LineSpacing = 0F; this.smartLabel124.Location = new System.Drawing.Point(4, 261); this.smartLabel124.Name = "smartLabel124"; @@ -4377,7 +4377,7 @@ 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.Regular); + this.smartLabel120.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel120.LineSpacing = 0F; this.smartLabel120.Location = new System.Drawing.Point(4, 170); this.smartLabel120.Name = "smartLabel120"; @@ -4400,7 +4400,7 @@ this.labelMesDispMDataDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMDataDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMDataDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMDataDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMDataDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMDataDiff2.LineSpacing = 0F; this.labelMesDispMDataDiff2.Location = new System.Drawing.Point(80, 239); this.labelMesDispMDataDiff2.Name = "labelMesDispMDataDiff2"; @@ -4423,7 +4423,7 @@ this.labelMesDiffSecSum2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecSum2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecSum2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecSum2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecSum2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecSum2.LineSpacing = 0F; this.labelMesDiffSecSum2.Location = new System.Drawing.Point(80, 148); this.labelMesDiffSecSum2.Name = "labelMesDiffSecSum2"; @@ -4446,7 +4446,7 @@ this.labelMesDispRData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispRData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispRData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispRData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispRData2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispRData2.LineSpacing = 0F; this.labelMesDispRData2.Location = new System.Drawing.Point(80, 195); this.labelMesDispRData2.Name = "labelMesDispRData2"; @@ -4469,7 +4469,7 @@ 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.Regular); + this.smartLabel122.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel122.LineSpacing = 0F; this.smartLabel122.Location = new System.Drawing.Point(4, 148); this.smartLabel122.Name = "smartLabel122"; @@ -4492,7 +4492,7 @@ 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.Regular); + this.smartLabel126.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel126.LineSpacing = 0F; this.smartLabel126.Location = new System.Drawing.Point(4, 239); this.smartLabel126.Name = "smartLabel126"; @@ -4515,7 +4515,7 @@ this.labelMesDiffMadc2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffMadc2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffMadc2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffMadc2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffMadc2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffMadc2.LineSpacing = 0F; this.labelMesDiffMadc2.Location = new System.Drawing.Point(80, 104); this.labelMesDiffMadc2.Name = "labelMesDiffMadc2"; @@ -4551,7 +4551,7 @@ 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.Regular); + this.smartLabel84.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel84.LineSpacing = 0F; this.smartLabel84.Location = new System.Drawing.Point(4, 104); this.smartLabel84.Name = "smartLabel84"; @@ -4574,7 +4574,7 @@ 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.Regular); + this.smartLabel93.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel93.LineSpacing = 0F; this.smartLabel93.Location = new System.Drawing.Point(4, 195); this.smartLabel93.Name = "smartLabel93"; @@ -4597,7 +4597,7 @@ 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.Regular); + this.smartLabel91.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel91.LineSpacing = 0F; this.smartLabel91.Location = new System.Drawing.Point(4, 217); this.smartLabel91.Name = "smartLabel91"; @@ -4633,7 +4633,7 @@ this.labelMesDispMData2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDispMData2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDispMData2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDispMData2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDispMData2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDispMData2.LineSpacing = 0F; this.labelMesDispMData2.Location = new System.Drawing.Point(80, 217); this.labelMesDispMData2.Name = "labelMesDispMData2"; @@ -4656,7 +4656,7 @@ this.labelMesDiffSecDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesDiffSecDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesDiffSecDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesDiffSecDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesDiffSecDiff2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesDiffSecDiff2.LineSpacing = 0F; this.labelMesDiffSecDiff2.Location = new System.Drawing.Point(80, 126); this.labelMesDiffSecDiff2.Name = "labelMesDiffSecDiff2"; @@ -4679,7 +4679,7 @@ 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.Regular); + this.smartLabel89.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel89.LineSpacing = 0F; this.smartLabel89.Location = new System.Drawing.Point(4, 126); this.smartLabel89.Name = "smartLabel89"; @@ -4702,7 +4702,7 @@ this.labelMesPressureWork2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureWork2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureWork2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureWork2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureWork2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureWork2.LineSpacing = 0F; this.labelMesPressureWork2.Location = new System.Drawing.Point(80, 82); this.labelMesPressureWork2.Name = "labelMesPressureWork2"; @@ -4725,7 +4725,7 @@ this.labelMesResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesResult2.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold); + this.labelMesResult2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelMesResult2.LineSpacing = 0F; this.labelMesResult2.Location = new System.Drawing.Point(4, 28); this.labelMesResult2.Name = "labelMesResult2"; @@ -4748,7 +4748,7 @@ 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.Regular); + this.smartLabel87.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel87.LineSpacing = 0F; this.smartLabel87.Location = new System.Drawing.Point(4, 82); this.smartLabel87.Name = "smartLabel87"; @@ -4771,7 +4771,7 @@ this.labelMesPressureMaster2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); this.labelMesPressureMaster2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelMesPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelMesPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); + this.labelMesPressureMaster2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMesPressureMaster2.LineSpacing = 0F; this.labelMesPressureMaster2.Location = new System.Drawing.Point(80, 62); this.labelMesPressureMaster2.Name = "labelMesPressureMaster2"; @@ -4794,7 +4794,7 @@ 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.Regular); + this.smartLabel86.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel86.LineSpacing = 0F; this.smartLabel86.Location = new System.Drawing.Point(4, 62); this.smartLabel86.Name = "smartLabel86"; diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.cs b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.cs index ee583dc..3860a2f 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.cs +++ b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.cs @@ -202,6 +202,16 @@ namespace INT_LKD_2.Controls this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; this.smartDraw2.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1; } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void InitializeMeasuringData() { // Measuring : 1 Lane @@ -444,7 +454,7 @@ namespace INT_LKD_2.Controls //this.labelStop.Visible = true; this.InitializeData(); - this.ParentForm.Child_System_Equipment10_1.InitializeData(); + this.ParentForm.Child_System_Equipment10.InitializeData(); #endregion } } @@ -1288,7 +1298,7 @@ namespace INT_LKD_2.Controls // 화면 데이터 초기화 this.InitializeData(); - this.ParentForm.Child_System_Equipment10_1.InitializeData(); + this.ParentForm.Child_System_Equipment10.InitializeData(); } else { @@ -1344,7 +1354,7 @@ namespace INT_LKD_2.Controls private void buttonInspection_Click(object sender, EventArgs e) { this.InitializeData(); - this.ParentForm.Child_System_Equipment10_1.InitializeData(); + this.ParentForm.Child_System_Equipment10.InitializeData(); this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster); } private void buttonDisplay_Click(object sender, EventArgs e) diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.resx b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.resx index 7e04456..273745a 100644 --- a/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.resx +++ b/INT_LKD_2/Controls/System/ControlMenuSystemStatus1.resx @@ -120,9 +120,6 @@ 17, 17 - - 17, 17 - 264, 17 diff --git a/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.Designer.cs b/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.Designer.cs index 321c205..eb9fe9a 100644 --- a/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.Designer.cs +++ b/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.Designer.cs @@ -30,8 +30,11 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserGroupEditor)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.labelTitleMenuEthernet = new SmartX.SmartLabel(); this.smartKeyboard = new SmartX.SmartKeyboard(); + this.checkBoxL3MenuUserGroupEditor = new SmartX.SmartCheckBox(); + this.checkBoxL2MenuUserGroupEditor = new SmartX.SmartCheckBox(); + this.checkBoxL1MenuUserGroupEditor = new SmartX.SmartCheckBox(); this.buttonGroupNameChange = new SmartX.SmartButton(); this.labelTitleMenuUserGroupEditor = new SmartX.SmartLabel(); this.groupBoxDefault = new SmartX.SmartGroupBox(); @@ -51,7 +54,6 @@ this.groupBoxLevel3 = new SmartX.SmartGroupBox(); this.checkBoxL3MenuEthernet = new SmartX.SmartCheckBox(); this.textBoxLevel3 = new System.Windows.Forms.TextBox(); - this.checkBoxL3MenuUserGroupEditor = new SmartX.SmartCheckBox(); this.checkBoxL3MainProductChange = new SmartX.SmartCheckBox(); this.checkBoxL3MenuUserSetting = new SmartX.SmartCheckBox(); this.checkBoxL3MenuProduct = new SmartX.SmartCheckBox(); @@ -60,13 +62,11 @@ this.checkBoxL3MainClear = new SmartX.SmartCheckBox(); this.checkBoxL3MenuHistoryLog = new SmartX.SmartCheckBox(); this.checkBoxL3MenuInspectionLog = new SmartX.SmartCheckBox(); - this.checkBoxL3MenuEquipment = new SmartX.SmartCheckBox(); this.checkBoxL3MenuAlarmLog = new SmartX.SmartCheckBox(); this.checkBoxL3MenuInformation = new SmartX.SmartCheckBox(); this.groupBoxLevel2 = new SmartX.SmartGroupBox(); this.checkBoxL2MenuEthernet = new SmartX.SmartCheckBox(); this.textBoxLevel2 = new System.Windows.Forms.TextBox(); - this.checkBoxL2MenuUserGroupEditor = new SmartX.SmartCheckBox(); this.checkBoxL2MainProductChange = new SmartX.SmartCheckBox(); this.checkBoxL2MenuUserSetting = new SmartX.SmartCheckBox(); this.checkBoxL2MenuProduct = new SmartX.SmartCheckBox(); @@ -75,13 +75,11 @@ this.checkBoxL2MainClear = new SmartX.SmartCheckBox(); this.checkBoxL2MenuHistoryLog = new SmartX.SmartCheckBox(); this.checkBoxL2MenuInspectionLog = new SmartX.SmartCheckBox(); - this.checkBoxL2MenuEquipment = new SmartX.SmartCheckBox(); this.checkBoxL2MenuAlarmLog = new SmartX.SmartCheckBox(); this.checkBoxL2MenuInformation = new SmartX.SmartCheckBox(); this.groupBoxLevel1 = new SmartX.SmartGroupBox(); this.checkBoxL1MenuEthernet = new SmartX.SmartCheckBox(); this.textBoxLevel1 = new System.Windows.Forms.TextBox(); - this.checkBoxL1MenuUserGroupEditor = new SmartX.SmartCheckBox(); this.checkBoxL1MainProductChange = new SmartX.SmartCheckBox(); this.checkBoxL1MenuUserSetting = new SmartX.SmartCheckBox(); this.checkBoxL1MenuProduct = new SmartX.SmartCheckBox(); @@ -90,12 +88,14 @@ this.checkBoxL1MainClear = new SmartX.SmartCheckBox(); this.checkBoxL1MenuHistoryLog = new SmartX.SmartCheckBox(); this.checkBoxL1MenuInspectionLog = new SmartX.SmartCheckBox(); - this.checkBoxL1MenuEquipment = new SmartX.SmartCheckBox(); this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox(); this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox(); this.labelTitleMenuEquipment = new SmartX.SmartLabel(); this.labelTitleMenuInformation = new SmartX.SmartLabel(); this.labelTitleMenuAlarmLog = new SmartX.SmartLabel(); + this.checkBoxL3MenuEquipment = new SmartX.SmartCheckBox(); + this.checkBoxL2MenuEquipment = new SmartX.SmartCheckBox(); + this.checkBoxL1MenuEquipment = new SmartX.SmartCheckBox(); this.labelTitleMenuInspectionLog = new SmartX.SmartLabel(); this.labelTitleMenuHistoryLog = new SmartX.SmartLabel(); this.labelTitleMenuIOTest = new SmartX.SmartLabel(); @@ -119,7 +119,7 @@ this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.labelTitleMenuEthernet); this.smartGroupBox1.Controls.Add(this.smartKeyboard); this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuUserGroupEditor); this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuUserGroupEditor); @@ -160,28 +160,28 @@ this.smartGroupBox1.Text = "User > Group Editor"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // smartLabel1 + // labelTitleMenuEthernet // - this.smartLabel1.BackGround = null; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(158, 486); - 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(132, 23); - this.smartLabel1.TabIndex = 223; - this.smartLabel1.Text = "Ethernet"; - 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; + this.labelTitleMenuEthernet.BackGround = null; + this.labelTitleMenuEthernet.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleMenuEthernet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.labelTitleMenuEthernet.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleMenuEthernet.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.labelTitleMenuEthernet.LineSpacing = 0F; + this.labelTitleMenuEthernet.Location = new System.Drawing.Point(158, 486); + this.labelTitleMenuEthernet.Name = "labelTitleMenuEthernet"; + this.labelTitleMenuEthernet.OverlapOptimize = true; + this.labelTitleMenuEthernet.PasswordChar = '\0'; + this.labelTitleMenuEthernet.Radius = 3; + this.labelTitleMenuEthernet.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleMenuEthernet.Size = new System.Drawing.Size(132, 23); + this.labelTitleMenuEthernet.TabIndex = 223; + this.labelTitleMenuEthernet.Text = "Ethernet"; + this.labelTitleMenuEthernet.TextColor = System.Drawing.Color.White; + this.labelTitleMenuEthernet.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleMenuEthernet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleMenuEthernet.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMenuEthernet.Wordwrap = false; // // smartKeyboard // @@ -227,6 +227,78 @@ this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1; this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick); // + // checkBoxL3MenuUserGroupEditor + // + this.checkBoxL3MenuUserGroupEditor.BackGround = this.smartGroupBox1; + this.checkBoxL3MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL3MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL3MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL3MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL3MenuUserGroupEditor.CheckBoxSymbolSize = 20; + this.checkBoxL3MenuUserGroupEditor.Checked = false; + this.checkBoxL3MenuUserGroupEditor.CheckLineWidth = 3; + this.checkBoxL3MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL3MenuUserGroupEditor.ImageCheckBox = null; + this.checkBoxL3MenuUserGroupEditor.ImageUnCheckBox = null; + this.checkBoxL3MenuUserGroupEditor.Location = new System.Drawing.Point(614, 598); + this.checkBoxL3MenuUserGroupEditor.Name = "checkBoxL3MenuUserGroupEditor"; + this.checkBoxL3MenuUserGroupEditor.OverlapOptimize = true; + this.checkBoxL3MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); + this.checkBoxL3MenuUserGroupEditor.TabIndex = 118; + this.checkBoxL3MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL3MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL3MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL3MenuUserGroupEditor.Visible = false; + this.checkBoxL3MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); + // + // checkBoxL2MenuUserGroupEditor + // + this.checkBoxL2MenuUserGroupEditor.BackGround = this.smartGroupBox1; + this.checkBoxL2MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL2MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL2MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL2MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL2MenuUserGroupEditor.CheckBoxSymbolSize = 20; + this.checkBoxL2MenuUserGroupEditor.Checked = false; + this.checkBoxL2MenuUserGroupEditor.CheckLineWidth = 3; + this.checkBoxL2MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL2MenuUserGroupEditor.ImageCheckBox = null; + this.checkBoxL2MenuUserGroupEditor.ImageUnCheckBox = null; + this.checkBoxL2MenuUserGroupEditor.Location = new System.Drawing.Point(491, 598); + this.checkBoxL2MenuUserGroupEditor.Name = "checkBoxL2MenuUserGroupEditor"; + this.checkBoxL2MenuUserGroupEditor.OverlapOptimize = true; + this.checkBoxL2MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); + this.checkBoxL2MenuUserGroupEditor.TabIndex = 117; + this.checkBoxL2MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL2MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL2MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL2MenuUserGroupEditor.Visible = false; + this.checkBoxL2MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); + // + // checkBoxL1MenuUserGroupEditor + // + this.checkBoxL1MenuUserGroupEditor.BackGround = this.smartGroupBox1; + this.checkBoxL1MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL1MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL1MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL1MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL1MenuUserGroupEditor.CheckBoxSymbolSize = 20; + this.checkBoxL1MenuUserGroupEditor.Checked = false; + this.checkBoxL1MenuUserGroupEditor.CheckLineWidth = 3; + this.checkBoxL1MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL1MenuUserGroupEditor.ImageCheckBox = null; + this.checkBoxL1MenuUserGroupEditor.ImageUnCheckBox = null; + this.checkBoxL1MenuUserGroupEditor.Location = new System.Drawing.Point(364, 598); + this.checkBoxL1MenuUserGroupEditor.Name = "checkBoxL1MenuUserGroupEditor"; + this.checkBoxL1MenuUserGroupEditor.OverlapOptimize = true; + this.checkBoxL1MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); + this.checkBoxL1MenuUserGroupEditor.TabIndex = 116; + this.checkBoxL1MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL1MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL1MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL1MenuUserGroupEditor.Visible = false; + this.checkBoxL1MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); + // // buttonGroupNameChange // this.buttonGroupNameChange.BackGround = null; @@ -680,30 +752,6 @@ this.textBoxLevel3.Visible = false; this.textBoxLevel3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel3_KeyPress); // - // checkBoxL3MenuUserGroupEditor - // - this.checkBoxL3MenuUserGroupEditor.BackGround = this.smartGroupBox1; - this.checkBoxL3MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL3MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL3MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL3MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL3MenuUserGroupEditor.CheckBoxSymbolSize = 20; - this.checkBoxL3MenuUserGroupEditor.Checked = false; - this.checkBoxL3MenuUserGroupEditor.CheckLineWidth = 3; - this.checkBoxL3MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL3MenuUserGroupEditor.ImageCheckBox = null; - this.checkBoxL3MenuUserGroupEditor.ImageUnCheckBox = null; - this.checkBoxL3MenuUserGroupEditor.Location = new System.Drawing.Point(614, 598); - this.checkBoxL3MenuUserGroupEditor.Name = "checkBoxL3MenuUserGroupEditor"; - this.checkBoxL3MenuUserGroupEditor.OverlapOptimize = true; - this.checkBoxL3MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); - this.checkBoxL3MenuUserGroupEditor.TabIndex = 118; - this.checkBoxL3MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL3MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL3MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL3MenuUserGroupEditor.Visible = false; - this.checkBoxL3MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL3MainProductChange // this.checkBoxL3MainProductChange.BackGround = this.groupBoxLevel3; @@ -886,30 +934,6 @@ this.checkBoxL3MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click); // - // checkBoxL3MenuEquipment - // - this.checkBoxL3MenuEquipment.BackGround = this.smartGroupBox1; - this.checkBoxL3MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL3MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL3MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL3MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL3MenuEquipment.CheckBoxSymbolSize = 20; - this.checkBoxL3MenuEquipment.Checked = false; - this.checkBoxL3MenuEquipment.CheckLineWidth = 3; - this.checkBoxL3MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL3MenuEquipment.ImageCheckBox = null; - this.checkBoxL3MenuEquipment.ImageUnCheckBox = null; - this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(614, 627); - this.checkBoxL3MenuEquipment.Name = "checkBoxL3MenuEquipment"; - this.checkBoxL3MenuEquipment.OverlapOptimize = true; - this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(23, 23); - this.checkBoxL3MenuEquipment.TabIndex = 113; - this.checkBoxL3MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL3MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL3MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL3MenuEquipment.Visible = false; - this.checkBoxL3MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL3MenuAlarmLog // this.checkBoxL3MenuAlarmLog.BackGround = this.groupBoxLevel3; @@ -1021,30 +1045,6 @@ this.textBoxLevel2.Visible = false; this.textBoxLevel2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel2_KeyPress); // - // checkBoxL2MenuUserGroupEditor - // - this.checkBoxL2MenuUserGroupEditor.BackGround = this.smartGroupBox1; - this.checkBoxL2MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL2MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL2MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL2MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL2MenuUserGroupEditor.CheckBoxSymbolSize = 20; - this.checkBoxL2MenuUserGroupEditor.Checked = false; - this.checkBoxL2MenuUserGroupEditor.CheckLineWidth = 3; - this.checkBoxL2MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL2MenuUserGroupEditor.ImageCheckBox = null; - this.checkBoxL2MenuUserGroupEditor.ImageUnCheckBox = null; - this.checkBoxL2MenuUserGroupEditor.Location = new System.Drawing.Point(491, 598); - this.checkBoxL2MenuUserGroupEditor.Name = "checkBoxL2MenuUserGroupEditor"; - this.checkBoxL2MenuUserGroupEditor.OverlapOptimize = true; - this.checkBoxL2MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); - this.checkBoxL2MenuUserGroupEditor.TabIndex = 117; - this.checkBoxL2MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL2MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL2MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL2MenuUserGroupEditor.Visible = false; - this.checkBoxL2MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL2MainProductChange // this.checkBoxL2MainProductChange.BackGround = this.groupBoxLevel2; @@ -1227,30 +1227,6 @@ this.checkBoxL2MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click); // - // checkBoxL2MenuEquipment - // - this.checkBoxL2MenuEquipment.BackGround = this.smartGroupBox1; - this.checkBoxL2MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL2MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL2MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL2MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL2MenuEquipment.CheckBoxSymbolSize = 20; - this.checkBoxL2MenuEquipment.Checked = false; - this.checkBoxL2MenuEquipment.CheckLineWidth = 3; - this.checkBoxL2MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL2MenuEquipment.ImageCheckBox = null; - this.checkBoxL2MenuEquipment.ImageUnCheckBox = null; - this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(491, 627); - this.checkBoxL2MenuEquipment.Name = "checkBoxL2MenuEquipment"; - this.checkBoxL2MenuEquipment.OverlapOptimize = true; - this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(23, 23); - this.checkBoxL2MenuEquipment.TabIndex = 113; - this.checkBoxL2MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL2MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL2MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL2MenuEquipment.Visible = false; - this.checkBoxL2MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL2MenuAlarmLog // this.checkBoxL2MenuAlarmLog.BackGround = this.groupBoxLevel2; @@ -1362,30 +1338,6 @@ this.textBoxLevel1.Visible = false; this.textBoxLevel1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel1_KeyPress); // - // checkBoxL1MenuUserGroupEditor - // - this.checkBoxL1MenuUserGroupEditor.BackGround = this.smartGroupBox1; - this.checkBoxL1MenuUserGroupEditor.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL1MenuUserGroupEditor.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL1MenuUserGroupEditor.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL1MenuUserGroupEditor.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL1MenuUserGroupEditor.CheckBoxSymbolSize = 20; - this.checkBoxL1MenuUserGroupEditor.Checked = false; - this.checkBoxL1MenuUserGroupEditor.CheckLineWidth = 3; - this.checkBoxL1MenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL1MenuUserGroupEditor.ImageCheckBox = null; - this.checkBoxL1MenuUserGroupEditor.ImageUnCheckBox = null; - this.checkBoxL1MenuUserGroupEditor.Location = new System.Drawing.Point(364, 598); - this.checkBoxL1MenuUserGroupEditor.Name = "checkBoxL1MenuUserGroupEditor"; - this.checkBoxL1MenuUserGroupEditor.OverlapOptimize = true; - this.checkBoxL1MenuUserGroupEditor.Size = new System.Drawing.Size(23, 23); - this.checkBoxL1MenuUserGroupEditor.TabIndex = 116; - this.checkBoxL1MenuUserGroupEditor.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL1MenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL1MenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL1MenuUserGroupEditor.Visible = false; - this.checkBoxL1MenuUserGroupEditor.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL1MainProductChange // this.checkBoxL1MainProductChange.BackGround = this.groupBoxLevel1; @@ -1568,30 +1520,6 @@ this.checkBoxL1MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click); // - // checkBoxL1MenuEquipment - // - this.checkBoxL1MenuEquipment.BackGround = this.smartGroupBox1; - this.checkBoxL1MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); - this.checkBoxL1MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; - this.checkBoxL1MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; - this.checkBoxL1MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; - this.checkBoxL1MenuEquipment.CheckBoxSymbolSize = 20; - this.checkBoxL1MenuEquipment.Checked = false; - this.checkBoxL1MenuEquipment.CheckLineWidth = 3; - this.checkBoxL1MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); - this.checkBoxL1MenuEquipment.ImageCheckBox = null; - this.checkBoxL1MenuEquipment.ImageUnCheckBox = null; - this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(364, 627); - this.checkBoxL1MenuEquipment.Name = "checkBoxL1MenuEquipment"; - this.checkBoxL1MenuEquipment.OverlapOptimize = true; - this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(23, 23); - this.checkBoxL1MenuEquipment.TabIndex = 113; - this.checkBoxL1MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.checkBoxL1MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; - this.checkBoxL1MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; - this.checkBoxL1MenuEquipment.Visible = false; - this.checkBoxL1MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); - // // checkBoxL1MenuAlarmLog // this.checkBoxL1MenuAlarmLog.BackGround = this.groupBoxLevel1; @@ -1708,6 +1636,78 @@ this.labelTitleMenuAlarmLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMenuAlarmLog.Wordwrap = false; // + // checkBoxL3MenuEquipment + // + this.checkBoxL3MenuEquipment.BackGround = this.smartGroupBox1; + this.checkBoxL3MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL3MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL3MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL3MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL3MenuEquipment.CheckBoxSymbolSize = 20; + this.checkBoxL3MenuEquipment.Checked = false; + this.checkBoxL3MenuEquipment.CheckLineWidth = 3; + this.checkBoxL3MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL3MenuEquipment.ImageCheckBox = null; + this.checkBoxL3MenuEquipment.ImageUnCheckBox = null; + this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(614, 627); + this.checkBoxL3MenuEquipment.Name = "checkBoxL3MenuEquipment"; + this.checkBoxL3MenuEquipment.OverlapOptimize = true; + this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(23, 23); + this.checkBoxL3MenuEquipment.TabIndex = 113; + this.checkBoxL3MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL3MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL3MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL3MenuEquipment.Visible = false; + this.checkBoxL3MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); + // + // checkBoxL2MenuEquipment + // + this.checkBoxL2MenuEquipment.BackGround = this.smartGroupBox1; + this.checkBoxL2MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL2MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL2MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL2MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL2MenuEquipment.CheckBoxSymbolSize = 20; + this.checkBoxL2MenuEquipment.Checked = false; + this.checkBoxL2MenuEquipment.CheckLineWidth = 3; + this.checkBoxL2MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL2MenuEquipment.ImageCheckBox = null; + this.checkBoxL2MenuEquipment.ImageUnCheckBox = null; + this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(491, 627); + this.checkBoxL2MenuEquipment.Name = "checkBoxL2MenuEquipment"; + this.checkBoxL2MenuEquipment.OverlapOptimize = true; + this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(23, 23); + this.checkBoxL2MenuEquipment.TabIndex = 113; + this.checkBoxL2MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL2MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL2MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL2MenuEquipment.Visible = false; + this.checkBoxL2MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); + // + // checkBoxL1MenuEquipment + // + this.checkBoxL1MenuEquipment.BackGround = this.smartGroupBox1; + this.checkBoxL1MenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.checkBoxL1MenuEquipment.CheckBoxBackColor = System.Drawing.Color.White; + this.checkBoxL1MenuEquipment.CheckBoxCheckColor = System.Drawing.Color.DarkOrchid; + this.checkBoxL1MenuEquipment.CheckBoxOutlineColor = System.Drawing.Color.Black; + this.checkBoxL1MenuEquipment.CheckBoxSymbolSize = 20; + this.checkBoxL1MenuEquipment.Checked = false; + this.checkBoxL1MenuEquipment.CheckLineWidth = 3; + this.checkBoxL1MenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); + this.checkBoxL1MenuEquipment.ImageCheckBox = null; + this.checkBoxL1MenuEquipment.ImageUnCheckBox = null; + this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(364, 627); + this.checkBoxL1MenuEquipment.Name = "checkBoxL1MenuEquipment"; + this.checkBoxL1MenuEquipment.OverlapOptimize = true; + this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(23, 23); + this.checkBoxL1MenuEquipment.TabIndex = 113; + this.checkBoxL1MenuEquipment.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.checkBoxL1MenuEquipment.TextColorDisable = System.Drawing.Color.Gray; + this.checkBoxL1MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; + this.checkBoxL1MenuEquipment.Visible = false; + this.checkBoxL1MenuEquipment.Click += new System.EventHandler(this.checkBox_Click); + // // labelTitleMenuInspectionLog // this.labelTitleMenuInspectionLog.BackGround = null; @@ -2065,7 +2065,7 @@ private System.Windows.Forms.TextBox textBoxLevel3; private System.Windows.Forms.TextBox textBoxLevel2; private SmartX.SmartKeyboard smartKeyboard; - private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel labelTitleMenuEthernet; private SmartX.SmartCheckBox checkBoxL3MenuEthernet; private SmartX.SmartCheckBox checkBoxL2MenuEthernet; private SmartX.SmartCheckBox checkBoxL1MenuEthernet; diff --git a/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.cs b/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.cs index d7c9a1e..c620e9b 100644 --- a/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.cs +++ b/INT_LKD_2/Controls/User/ControlMenuUserGroupEditor.cs @@ -41,6 +41,58 @@ namespace INT_LKD_2.Controls { this.smartGroupBox1.Text = "User > GroupEditor"; } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleMain.Text = ""; + this.labelTitleMainProductChange.Text = ""; + this.labelTitleMainClear.Text = ""; + this.labelTitleMainSubMenu.Text = ""; + + this.labelTitleMenu.Text = ""; + this.labelTitleMenuRecipe.Text = ""; + this.labelTitleMenuUserSetting.Text = ""; + this.labelTitleMenuIOTest.Text = ""; + this.labelTitleMenuHistoryLog.Text = ""; + this.labelTitleMenuInspectionLog.Text = ""; + this.labelTitleMenuAlarmLog.Text = ""; + this.labelTitleMenuInformation.Text = ""; + this.labelTitleMenuEthernet.Text = ""; + + this.buttonGroupNameChange.Text = ""; + this.buttonSave.Text = ""; + + this.groupBoxLevel1.Text = ""; + this.groupBoxLevel2.Text = ""; + this.groupBoxLevel3.Text = ""; + break; + default: + this.labelTitleMain.Text = ""; + this.labelTitleMainProductChange.Text = ""; + this.labelTitleMainClear.Text = ""; + this.labelTitleMainSubMenu.Text = ""; + + this.labelTitleMenu.Text = ""; + this.labelTitleMenuRecipe.Text = ""; + this.labelTitleMenuUserSetting.Text = ""; + this.labelTitleMenuIOTest.Text = ""; + this.labelTitleMenuHistoryLog.Text = ""; + this.labelTitleMenuInspectionLog.Text = ""; + this.labelTitleMenuAlarmLog.Text = ""; + this.labelTitleMenuInformation.Text = ""; + this.labelTitleMenuEthernet.Text = ""; + + this.buttonGroupNameChange.Text = ""; + this.buttonSave.Text = ""; + + this.groupBoxLevel1.Text = ""; + this.groupBoxLevel2.Text = ""; + this.groupBoxLevel3.Text = ""; + break; + } + } private void KeyboardClose() { diff --git a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs index 0b750bc..9116e30 100644 --- a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs +++ b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs @@ -35,11 +35,11 @@ this.smartLabel4 = new SmartX.SmartLabel(); this.textBoxNewPassword = new System.Windows.Forms.TextBox(); this.labelIDBackGround = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); + this.labelTitleVerify = new SmartX.SmartLabel(); + this.labelTitleNew = new SmartX.SmartLabel(); this.labelID = new SmartX.SmartLabel(); this.labelTitleID = new SmartX.SmartLabel(); - this.buttonSave = new SmartX.SmartButton(); + this.buttonChange = new SmartX.SmartButton(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -53,11 +53,11 @@ this.smartGroupBox1.Controls.Add(this.smartLabel4); this.smartGroupBox1.Controls.Add(this.textBoxNewPassword); this.smartGroupBox1.Controls.Add(this.labelIDBackGround); - this.smartGroupBox1.Controls.Add(this.smartLabel3); - this.smartGroupBox1.Controls.Add(this.smartLabel2); + this.smartGroupBox1.Controls.Add(this.labelTitleVerify); + this.smartGroupBox1.Controls.Add(this.labelTitleNew); this.smartGroupBox1.Controls.Add(this.labelID); this.smartGroupBox1.Controls.Add(this.labelTitleID); - this.smartGroupBox1.Controls.Add(this.buttonSave); + this.smartGroupBox1.Controls.Add(this.buttonChange); 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; @@ -183,49 +183,49 @@ this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelIDBackGround.Wordwrap = false; // - // smartLabel3 + // labelTitleVerify // - this.smartLabel3.BackGround = null; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - 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(102, 216); - 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(155, 34); - this.smartLabel3.TabIndex = 85; - this.smartLabel3.Text = "Verify Password"; - this.smartLabel3.TextColor = System.Drawing.Color.White; - this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel3.Wordwrap = false; + this.labelTitleVerify.BackGround = null; + this.labelTitleVerify.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleVerify.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleVerify.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleVerify.LineSpacing = 0F; + this.labelTitleVerify.Location = new System.Drawing.Point(102, 216); + this.labelTitleVerify.Name = "labelTitleVerify"; + this.labelTitleVerify.OverlapOptimize = true; + this.labelTitleVerify.PasswordChar = '\0'; + this.labelTitleVerify.Radius = 3; + this.labelTitleVerify.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleVerify.Size = new System.Drawing.Size(155, 34); + this.labelTitleVerify.TabIndex = 85; + this.labelTitleVerify.Text = "Verify Password"; + this.labelTitleVerify.TextColor = System.Drawing.Color.White; + this.labelTitleVerify.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleVerify.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleVerify.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleVerify.Wordwrap = false; // - // smartLabel2 + // labelTitleNew // - this.smartLabel2.BackGround = null; - this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - 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(102, 173); - 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(155, 34); - this.smartLabel2.TabIndex = 84; - this.smartLabel2.Text = "New Password"; - this.smartLabel2.TextColor = System.Drawing.Color.White; - this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; + this.labelTitleNew.BackGround = null; + this.labelTitleNew.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.labelTitleNew.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.labelTitleNew.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelTitleNew.LineSpacing = 0F; + this.labelTitleNew.Location = new System.Drawing.Point(102, 173); + this.labelTitleNew.Name = "labelTitleNew"; + this.labelTitleNew.OverlapOptimize = true; + this.labelTitleNew.PasswordChar = '\0'; + this.labelTitleNew.Radius = 3; + this.labelTitleNew.RoundRectFillColor = System.Drawing.Color.LightBlue; + this.labelTitleNew.Size = new System.Drawing.Size(155, 34); + this.labelTitleNew.TabIndex = 84; + this.labelTitleNew.Text = "New Password"; + this.labelTitleNew.TextColor = System.Drawing.Color.White; + this.labelTitleNew.TextColorDisable = System.Drawing.Color.Gray; + this.labelTitleNew.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; + this.labelTitleNew.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleNew.Wordwrap = false; // // labelID // @@ -272,40 +272,40 @@ this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleID.Wordwrap = false; // - // buttonSave + // buttonChange // - this.buttonSave.BackGround = null; - this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); - this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray; - this.buttonSave.ButtonImageAutoSize = true; - this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonSave.ButtonText = "Change"; - this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSave.GroupID = 0; - this.buttonSave.ImageDisable = null; - this.buttonSave.ImageDown = null; - this.buttonSave.ImageUp = null; - this.buttonSave.Location = new System.Drawing.Point(715, 174); - this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonSave.Name = "buttonSave"; - this.buttonSave.NestedClickEventPrevent = false; - this.buttonSave.OutlinePixel = 2; - this.buttonSave.OverlapOptimize = true; - this.buttonSave.RepeatInterval = 200; - this.buttonSave.RepeatIntervalAccelerate = null; - this.buttonSave.RoundSize = 20; - this.buttonSave.SafeInterval = 200; - this.buttonSave.Size = new System.Drawing.Size(100, 77); - this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSave.TabIndex = 79; - this.buttonSave.Text = null; - this.buttonSave.TextColor = System.Drawing.Color.White; - this.buttonSave.TextColorDisable = System.Drawing.Color.Gray; - this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonSave.Click += new System.EventHandler(this.buttonChangePassword_Click); + this.buttonChange.BackGround = null; + this.buttonChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); + this.buttonChange.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.buttonChange.ButtonDownColor = System.Drawing.Color.SlateGray; + this.buttonChange.ButtonImageAutoSize = true; + this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; + this.buttonChange.ButtonText = "Change"; + this.buttonChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonChange.GroupID = 0; + this.buttonChange.ImageDisable = null; + this.buttonChange.ImageDown = null; + this.buttonChange.ImageUp = null; + this.buttonChange.Location = new System.Drawing.Point(715, 174); + this.buttonChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.buttonChange.Name = "buttonChange"; + this.buttonChange.NestedClickEventPrevent = false; + this.buttonChange.OutlinePixel = 2; + this.buttonChange.OverlapOptimize = true; + this.buttonChange.RepeatInterval = 200; + this.buttonChange.RepeatIntervalAccelerate = null; + this.buttonChange.RoundSize = 20; + this.buttonChange.SafeInterval = 200; + this.buttonChange.Size = new System.Drawing.Size(100, 77); + this.buttonChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonChange.TabIndex = 79; + this.buttonChange.Text = null; + this.buttonChange.TextColor = System.Drawing.Color.White; + this.buttonChange.TextColorDisable = System.Drawing.Color.Gray; + this.buttonChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.buttonChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonChange.Click += new System.EventHandler(this.buttonChangePassword_Click); // // ControlMenuUserMyPage // @@ -322,11 +322,11 @@ #endregion private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartButton buttonSave; + private SmartX.SmartButton buttonChange; private SmartX.SmartLabel labelTitleID; private SmartX.SmartLabel labelID; - private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel2; + private SmartX.SmartLabel labelTitleVerify; + private SmartX.SmartLabel labelTitleNew; private System.Windows.Forms.TextBox textBoxVerifyPassword; private SmartX.SmartLabel smartLabel4; private System.Windows.Forms.TextBox textBoxNewPassword; diff --git a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.cs b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.cs index d5abd18..74c5513 100644 --- a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.cs +++ b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.cs @@ -56,6 +56,24 @@ namespace INT_LKD_2.Controls this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.Show(); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleID.Text = ""; + this.labelTitleNew.Text = ""; + this.labelTitleVerify.Text = ""; + this.buttonChange.Text = ""; + break; + default: + this.labelTitleID.Text = "ID"; + this.labelTitleNew.Text = "New"; + this.labelTitleVerify.Text = "Verify"; + this.buttonChange.Text = "Change"; + break; + } + } private void UpdateDisplayID() { diff --git a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs index 1a6ed62..7193ca5 100644 --- a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs +++ b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs @@ -63,6 +63,88 @@ namespace INT_LKD_2.Controls this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.Show(); } + public void InitializeDesign() + { + switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + this.labelTitleID.Text = ""; + this.labelTitlePassword.Text = ""; + + this.labelTitleExpiryDateOfAccount.Text = ""; + this.labelTitleExpiryDateOfPassword.Text = ""; + this.labelTitleAccessRight.Text = ""; + + this.labelTitleMain.Text = ""; + this.labelTitleMenu.Text = ""; + + this.labelTitleContents.Text = ""; + this.labelTitleAutomaticLogoutTime.Text = ""; + this.labelTitleNumberOfLoginFailures.Text = ""; + + this.buttonRegister.Text = ""; + this.buttonDelete.Text = ""; + this.buttonSave.Text = ""; + break; + case Define.E_LanguageID.English: + this.labelTitleID.Text = "ID"; + this.labelTitlePassword.Text = "Password"; + + this.labelTitleExpiryDateOfAccount.Text = "Expiry date(Account)"; + this.labelTitleExpiryDateOfPassword.Text = "Expiry date(Password)"; + this.labelTitleAccessRight.Text = "Access right"; + + this.labelTitleMain.Text = "Main"; + this.labelTitleMenu.Text = "Menu"; + + this.labelTitleContents.Text = ""; + this.labelTitleAutomaticLogoutTime.Text = "Auto logout time"; + this.labelTitleNumberOfLoginFailures.Text = "Number of Failure"; + + this.buttonRegister.Text = "New"; + this.buttonDelete.Text = "Delete"; + this.buttonSave.Text = "Save"; + break; + case Define.E_LanguageID.Korean: + this.labelTitleID.Text = "ID"; + this.labelTitlePassword.Text = "비밀번호"; + + this.labelTitleExpiryDateOfAccount.Text = "만료일(ID)"; + this.labelTitleExpiryDateOfPassword.Text = "만료일(비밀번호)"; + this.labelTitleAccessRight.Text = "권한"; + + this.labelTitleMain.Text = "Main"; + this.labelTitleMenu.Text = "Menu"; + + this.labelTitleContents.Text = "<전체 사용자 공통 적용 항목>"; + this.labelTitleAutomaticLogoutTime.Text = "자동 로그아웃 시간"; + this.labelTitleNumberOfLoginFailures.Text = "로그인 실패 횟수"; + + this.buttonRegister.Text = "신규"; + this.buttonDelete.Text = "삭제"; + this.buttonSave.Text = "저장"; + break; + default: + this.labelTitleID.Text = "ID"; + this.labelTitlePassword.Text = "Password"; + + this.labelTitleExpiryDateOfAccount.Text = "Expiry date(Account)"; + this.labelTitleExpiryDateOfPassword.Text = "Expiry date(Password)"; + this.labelTitleAccessRight.Text = "Access right"; + + this.labelTitleMain.Text = "Main"; + this.labelTitleMenu.Text = "Menu"; + + this.labelTitleContents.Text = ""; + this.labelTitleAutomaticLogoutTime.Text = "Auto logout time"; + this.labelTitleNumberOfLoginFailures.Text = "Number of Failure"; + + this.buttonRegister.Text = "New"; + this.buttonDelete.Text = "Delete"; + this.buttonSave.Text = "Save"; + break; + } + } private bool UI_Invoke(ThreadStart invoker) { try diff --git a/INT_LKD_2/DataStore/Define.cs b/INT_LKD_2/DataStore/Define.cs index 8ebb659..8bd4acb 100644 --- a/INT_LKD_2/DataStore/Define.cs +++ b/INT_LKD_2/DataStore/Define.cs @@ -150,6 +150,7 @@ namespace INT_LKD_2.DataStore { Korean, English, + Chinese, } public enum E_MessageBoxIcon @@ -245,6 +246,8 @@ namespace INT_LKD_2.DataStore TCPServerPort, Mod_Role, Mod_StartAddr, + + Language, } public enum E_TrackingAlarm diff --git a/INT_LKD_2/DialogForms/DialogFormHexKeyPad.cs b/INT_LKD_2/DialogForms/DialogFormHexKeyPad.cs index 7469bba..4c4f244 100644 --- a/INT_LKD_2/DialogForms/DialogFormHexKeyPad.cs +++ b/INT_LKD_2/DialogForms/DialogFormHexKeyPad.cs @@ -68,15 +68,20 @@ namespace INT_LKD_2.DialogForms private void InitializeDesign(Define.E_LanguageID language) { - if (language == Define.E_LanguageID.English) + switch (language) { - this.buttonCancel.Text = "ESC"; - this.buttonEnter.Text = "Enter"; - } - else - { - this.buttonCancel.Text = "ESC"; - this.buttonEnter.Text = "Enter"; + case Define.E_LanguageID.Chinese: + break; + case Define.E_LanguageID.English: + this.buttonCancel.Text = "ESC"; + this.buttonEnter.Text = "Enter"; + break; + case Define.E_LanguageID.Korean: + this.buttonCancel.Text = "ESC"; + this.buttonEnter.Text = "Enter"; + break; + default: + break; } } private void InitializeControl() diff --git a/INT_LKD_2/DialogForms/DialogFormLogOn.cs b/INT_LKD_2/DialogForms/DialogFormLogOn.cs index 051fd7f..294de74 100644 --- a/INT_LKD_2/DialogForms/DialogFormLogOn.cs +++ b/INT_LKD_2/DialogForms/DialogFormLogOn.cs @@ -127,7 +127,17 @@ namespace INT_LKD_2.Forms private void InitializeDesign() { - + switch (this.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + case Define.E_LanguageID.English: + break; + case Define.E_LanguageID.Korean: + break; + default: + break; + } } private void InitializeControl() { diff --git a/INT_LKD_2/DialogForms/DialogFormPasswordKeyPad.cs b/INT_LKD_2/DialogForms/DialogFormPasswordKeyPad.cs index 048fcab..7381a16 100644 --- a/INT_LKD_2/DialogForms/DialogFormPasswordKeyPad.cs +++ b/INT_LKD_2/DialogForms/DialogFormPasswordKeyPad.cs @@ -81,15 +81,20 @@ namespace INT_LKD_2.DialogForms private void InitializeDesign(Define.E_LanguageID language) { - if (language == Define.E_LanguageID.English) + switch (language) { - this.buttonCancel.Text = "ESC"; - this.buttonEnter.Text = "Enter"; - } - else - { - this.buttonCancel.Text = "ESC"; - this.buttonEnter.Text = "Enter"; + case Define.E_LanguageID.Chinese: + break; + case Define.E_LanguageID.English: + this.buttonCancel.Text = "ESC"; + this.buttonEnter.Text = "Enter"; + break; + case Define.E_LanguageID.Korean: + this.buttonCancel.Text = "ESC"; + this.buttonEnter.Text = "Enter"; + break; + default: + break; } } private void InitializeControl() diff --git a/INT_LKD_2/DialogForms/DialogFormProgressBar.cs b/INT_LKD_2/DialogForms/DialogFormProgressBar.cs index 79ce675..22d8674 100644 --- a/INT_LKD_2/DialogForms/DialogFormProgressBar.cs +++ b/INT_LKD_2/DialogForms/DialogFormProgressBar.cs @@ -212,6 +212,16 @@ namespace INT_LKD_2.DialogForms this.OldFilePath = "SD Card\\Run\\"; this.RemoveFolderPath = "SD Card\\RemoveFile\\"; } + private void InitializeDesign(Define.E_LanguageID language) + { + switch (this.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } #region Display Update private void ProgramUpdateDisplay() diff --git a/INT_LKD_2/Forms/FormMainDisplay.cs b/INT_LKD_2/Forms/FormMainDisplay.cs index d12c805..6d0c557 100644 --- a/INT_LKD_2/Forms/FormMainDisplay.cs +++ b/INT_LKD_2/Forms/FormMainDisplay.cs @@ -62,7 +62,7 @@ namespace INT_LKD_2.Forms this.DefaultSetting(); this.InitializeData(); - this.InitializeLanguage(); + this.InitializeDesign(); this.InitializeProcessStatus(); } #endregion @@ -243,7 +243,7 @@ namespace INT_LKD_2.Forms this.SetLabelNumberColor(i, this.ColorNumberUnSelected); } } - private void InitializeLanguage() + public void InitializeDesign() { switch (this.ParentForm.SystemConfig.LANGUAGE) { diff --git a/INT_LKD_2/Forms/FormMenu.cs b/INT_LKD_2/Forms/FormMenu.cs index 3240bc5..530ba9b 100644 --- a/INT_LKD_2/Forms/FormMenu.cs +++ b/INT_LKD_2/Forms/FormMenu.cs @@ -23,24 +23,24 @@ namespace INT_LKD_2.Forms private FormMain m_ParentForm; // Recipe - private ControlMenuRecipeSetting Child_Recipe_Setting; + public ControlMenuRecipeSetting Child_Recipe_Setting; // User - private ControlMenuUserUserEditor Child_User_UserEditor; - private ControlMenuUserMyPage Child_User_MyPage; - private ControlMenuUserGroupEditor Child_User_GroupEditor; + public ControlMenuUserUserEditor Child_User_UserEditor; + public ControlMenuUserMyPage Child_User_MyPage; + public ControlMenuUserGroupEditor Child_User_GroupEditor; // Manual - private ControlMenuManualIoTest Child_Manual_IoTest_Master; - private ControlMenuManualIoTest Child_Manual_IoTest_Slave; + public ControlMenuManualIoTest Child_Manual_IoTest_Master; + public ControlMenuManualIoTest Child_Manual_IoTest_Slave; // Log - private ControlMenuLogHistory Child_Log_History; - private ControlMenuLogInspection Child_Log_Inspection; - private ControlMenuLogAlarm Child_Log_Alarm; + public ControlMenuLogHistory Child_Log_History; + public ControlMenuLogInspection Child_Log_Inspection; + public ControlMenuLogAlarm Child_Log_Alarm; // System - private ControlMenuSystemInformation Child_System_Information; + public ControlMenuSystemInformation Child_System_Information; public ControlMenuSystemEthernet Child_System_Ethernet; - public ControlMenuSystemStatus Child_System_Equipment10_1; - public ControlMenuSystemStatus1 Child_System_Equipment10; - private ControlMenuSystemSetting Child_System_Setting; + public ControlMenuSystemStatus Child_System_Equipment10; + public ControlMenuSystemStatus1 Child_System_Equipment10_1; + public ControlMenuSystemSetting Child_System_Setting; public Define.E_TopMenuStore SelectedTopMenu; public Define.E_MenuRecipeStore SelectedMenuRecipe; @@ -81,6 +81,16 @@ namespace INT_LKD_2.Forms this.SelectedMenuLog = Define.E_MenuLogStore._0_None; this.SelectedMenuSystem = Define.E_MenuSystemStore._0_None; } + public void InitializeDesign() + { + switch (this.ParentForm.SystemConfig.LANGUAGE) + { + case Define.E_LanguageID.Chinese: + break; + default: + break; + } + } private void CreateChildControls() { this.Child_Recipe_Setting = new ControlMenuRecipeSetting(this); @@ -93,7 +103,7 @@ namespace INT_LKD_2.Forms this.Child_Log_Inspection = new ControlMenuLogInspection(this); this.Child_Log_Alarm = new ControlMenuLogAlarm(this); this.Child_System_Information = new ControlMenuSystemInformation(this); - this.Child_System_Equipment10_1 = new ControlMenuSystemStatus(this); + this.Child_System_Equipment10 = new ControlMenuSystemStatus(this); this.Child_System_Ethernet = new ControlMenuSystemEthernet(this); this.Child_System_Setting = new ControlMenuSystemSetting(this); @@ -107,7 +117,7 @@ namespace INT_LKD_2.Forms this.Controls.Add(this.Child_Log_History); this.Controls.Add(this.Child_Log_Inspection); this.Controls.Add(this.Child_System_Information); - this.Controls.Add(this.Child_System_Equipment10_1); + this.Controls.Add(this.Child_System_Equipment10); this.Controls.Add(this.Child_System_Ethernet); this.Controls.Add(this.Child_System_Setting); @@ -121,13 +131,13 @@ namespace INT_LKD_2.Forms this.Child_Log_History.Location = new Point(0, 39); this.Child_Log_Inspection.Location = new Point(0, 39); this.Child_System_Information.Location = new Point(0, 39); - this.Child_System_Equipment10_1.Location = new Point(0, 39); + this.Child_System_Equipment10.Location = new Point(0, 39); this.Child_System_Ethernet.Location = new Point(0, 39); this.Child_System_Setting.Location = new Point(0, 39); - this.Child_System_Equipment10 = new ControlMenuSystemStatus1(this); - this.Controls.Add(this.Child_System_Equipment10); - this.Child_System_Equipment10.Location = new Point(0, 39); + this.Child_System_Equipment10_1 = new ControlMenuSystemStatus1(this); + this.Controls.Add(this.Child_System_Equipment10_1); + this.Child_System_Equipment10_1.Location = new Point(0, 39); } public void UpdateButtonColor() @@ -716,8 +726,8 @@ namespace INT_LKD_2.Forms this.buttonBottom4.ButtonUp(); break; case Define.E_MenuSystemStore._2_Equipment: - this.Child_System_Equipment10.DisplayRefresh(); - this.Child_System_Equipment10.BringToFront(); + this.Child_System_Equipment10_1.DisplayRefresh(); + this.Child_System_Equipment10_1.BringToFront(); this.buttonBottom1.ButtonUp(); this.buttonBottom2.ButtonUp(); @@ -734,8 +744,8 @@ namespace INT_LKD_2.Forms this.buttonBottom4.ButtonUp(); break; case Define.E_MenuSystemStore._4_Equipment1: - this.Child_System_Equipment10_1.DisplayRefresh(); - this.Child_System_Equipment10_1.BringToFront(); + this.Child_System_Equipment10.DisplayRefresh(); + this.Child_System_Equipment10.BringToFront(); this.buttonBottom1.ButtonUp(); this.buttonBottom2.ButtonUp(); @@ -778,7 +788,7 @@ namespace INT_LKD_2.Forms this.Set_Equipment_ButtonEnable(true); } - this.Child_System_Equipment10.UpdateEquipmentStatusDisplay(status); + this.Child_System_Equipment10_1.UpdateEquipmentStatusDisplay(status); } public void Set_Equipment_ButtonEnable(bool data) { @@ -934,7 +944,7 @@ namespace INT_LKD_2.Forms } public void UpdateDisplay_Equipment_AlarmView(AlarmList data) { - this.Child_System_Equipment10_1.UpdateDisplayAlarmView(data); + this.Child_System_Equipment10.UpdateDisplayAlarmView(data); } public void UpdateDisplay_Equipment_ProcessStatus(Define.E_ProcessStatus status) { @@ -965,8 +975,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status); this.Child_System_Equipment10.UpdateDisplayProcessStatus(status); + this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status); break; default: break; @@ -1000,7 +1010,7 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring1(status, lane); + this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring1(status, lane); break; default: break; @@ -1034,7 +1044,7 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring2(status, lane); + this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring2(status, lane); break; default: break; @@ -1070,8 +1080,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10.UpdateDisplayDispData1(data); this.Child_System_Equipment10_1.UpdateDisplayDispData1(data); + this.Child_System_Equipment10.UpdateDisplayDispData1(data); break; default: break; @@ -1106,8 +1116,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData2(data); this.Child_System_Equipment10.UpdateDisplayDispData2(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData2(data); break; default: break; @@ -1142,8 +1152,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData3(data); this.Child_System_Equipment10.UpdateDisplayDispData3(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData3(data); break; default: break; @@ -1178,8 +1188,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData4(data); this.Child_System_Equipment10.UpdateDisplayDispData4(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData4(data); break; default: break; @@ -1214,8 +1224,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData5(data); this.Child_System_Equipment10.UpdateDisplayDispData5(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData5(data); break; default: break; @@ -1250,8 +1260,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData6(data); this.Child_System_Equipment10.UpdateDisplayDispData6(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData6(data); break; default: break; @@ -1286,8 +1296,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData7(data); this.Child_System_Equipment10.UpdateDisplayDispData7(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData7(data); break; default: break; @@ -1322,8 +1332,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData8(data); this.Child_System_Equipment10.UpdateDisplayDispData8(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData8(data); break; default: break; @@ -1358,8 +1368,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData9(data); this.Child_System_Equipment10.UpdateDisplayDispData9(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData9(data); break; default: break; @@ -1394,8 +1404,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData10(data); this.Child_System_Equipment10.UpdateDisplayDispData10(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData10(data); break; default: break; @@ -1430,8 +1440,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData11(data); this.Child_System_Equipment10.UpdateDisplayDispData11(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData11(data); break; default: break; @@ -1466,8 +1476,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDispData12(data); this.Child_System_Equipment10.UpdateDisplayDispData12(data); + this.Child_System_Equipment10_1.UpdateDisplayDispData12(data); break; default: break; @@ -1503,8 +1513,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data); this.Child_System_Equipment10.UpdateDisplayDiffData1(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data); break; default: break; @@ -1539,8 +1549,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data); this.Child_System_Equipment10.UpdateDisplayDiffData2(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data); break; default: break; @@ -1575,8 +1585,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data); this.Child_System_Equipment10.UpdateDisplayDiffData3(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data); break; default: break; @@ -1611,8 +1621,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data); this.Child_System_Equipment10.UpdateDisplayDiffData4(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data); break; default: break; @@ -1647,8 +1657,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data); this.Child_System_Equipment10.UpdateDisplayDiffData5(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data); break; default: break; @@ -1683,8 +1693,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data); this.Child_System_Equipment10.UpdateDisplayDiffData6(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data); break; default: break; @@ -1719,8 +1729,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data); this.Child_System_Equipment10.UpdateDisplayDiffData7(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data); break; default: break; @@ -1755,8 +1765,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data); this.Child_System_Equipment10.UpdateDisplayDiffData8(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data); break; default: break; @@ -1791,8 +1801,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data); this.Child_System_Equipment10.UpdateDisplayDiffData9(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data); break; default: break; @@ -1827,8 +1837,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data); this.Child_System_Equipment10.UpdateDisplayDiffData10(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data); break; default: break; @@ -1863,8 +1873,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data); this.Child_System_Equipment10.UpdateDisplayDiffData11(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data); break; default: break; @@ -1899,8 +1909,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data); this.Child_System_Equipment10.UpdateDisplayDiffData12(data); + this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data); break; default: break; @@ -1936,8 +1946,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData1(data); this.Child_System_Equipment10.UpdateDisplayPresData1(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData1(data); break; default: break; @@ -1972,8 +1982,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData2(data); this.Child_System_Equipment10.UpdateDisplayPresData2(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData2(data); break; default: break; @@ -2008,8 +2018,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData3(data); this.Child_System_Equipment10.UpdateDisplayPresData3(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData3(data); break; default: break; @@ -2044,8 +2054,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData4(data); this.Child_System_Equipment10.UpdateDisplayPresData4(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData4(data); break; default: break; @@ -2080,8 +2090,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData5(data); this.Child_System_Equipment10.UpdateDisplayPresData5(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData5(data); break; default: break; @@ -2116,8 +2126,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData6(data); this.Child_System_Equipment10.UpdateDisplayPresData6(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData6(data); break; default: break; @@ -2152,8 +2162,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData7(data); this.Child_System_Equipment10.UpdateDisplayPresData7(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData7(data); break; default: break; @@ -2188,8 +2198,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData8(data); this.Child_System_Equipment10.UpdateDisplayPresData8(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData8(data); break; default: break; @@ -2224,8 +2234,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData9(data); this.Child_System_Equipment10.UpdateDisplayPresData9(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData9(data); break; default: break; @@ -2260,8 +2270,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData10(data); this.Child_System_Equipment10.UpdateDisplayPresData10(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData10(data); break; default: break; @@ -2296,8 +2306,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData11(data); this.Child_System_Equipment10.UpdateDisplayPresData11(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData11(data); break; default: break; @@ -2332,8 +2342,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayPresData12(data); this.Child_System_Equipment10.UpdateDisplayPresData12(data); + this.Child_System_Equipment10_1.UpdateDisplayPresData12(data); break; default: break; @@ -2369,8 +2379,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData1(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data); break; default: break; @@ -2405,8 +2415,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData2(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data); break; default: break; @@ -2441,8 +2451,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData3(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data); break; default: break; @@ -2477,8 +2487,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData4(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data); break; default: break; @@ -2513,8 +2523,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData5(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data); break; default: break; @@ -2549,8 +2559,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData6(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data); break; default: break; @@ -2585,8 +2595,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData7(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data); break; default: break; @@ -2621,8 +2631,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData8(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data); break; default: break; @@ -2657,8 +2667,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData9(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data); break; default: break; @@ -2693,8 +2703,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData10(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data); break; default: break; @@ -2729,8 +2739,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData11(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data); break; default: break; @@ -2765,8 +2775,8 @@ namespace INT_LKD_2.Forms break; case Define.E_DisplayModeStore.Equipment: case Define.E_DisplayModeStore.Equipment1: - this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data); this.Child_System_Equipment10.UpdateDisplayJudgmentData12(data); + this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data); break; default: break; diff --git a/INT_LKD_2/INT_LKD_2.csproj b/INT_LKD_2/INT_LKD_2.csproj index 144a743..4beeec9 100644 --- a/INT_LKD_2/INT_LKD_2.csproj +++ b/INT_LKD_2/INT_LKD_2.csproj @@ -51,17 +51,17 @@ - + False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_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.11_20240426\SmartX_New_5.0.0.11_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.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll @@ -73,6 +73,18 @@ + + UserControl + + + ControlBottomManual.cs + + + UserControl + + + ControlBottomSetting.cs + UserControl @@ -251,6 +263,12 @@ FormMainDisplay.cs + + Form + + + FormConfiguration.cs + Form @@ -377,6 +395,10 @@ FormMainDisplay.cs Designer + + FormConfiguration.cs + Designer + FormMain.cs Designer @@ -402,9 +424,6 @@ - - - diff --git a/INT_LKD_2/Version.txt b/INT_LKD_2/Version.txt index c965d06..2b706c2 100644 --- a/INT_LKD_2/Version.txt +++ b/INT_LKD_2/Version.txt @@ -24,6 +24,13 @@ ũ 12 иŸ (1~6 , 7~12) */ +@ Ver 1.2.0 by CJY + - 2025.04.11 + - V1.1.1 Modify + - SmartX Framework V5.0.0.6(update: 2022.11.12) + - ߰ + - + @ Ver 1.1.1 by CJY - 2025.04.08 - V1.1.0 Modify