중문 추가 중
parent
682fc045bd
commit
5a650a265a
BIN
INT_LKD_2.suo
BIN
INT_LKD_2.suo
Binary file not shown.
|
@ -29,22 +29,22 @@
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
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.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelTotalIndex = new SmartX.SmartLabel();
|
this.labelTotalIndex = new SmartX.SmartLabel();
|
||||||
this.labelRemainIndex = new SmartX.SmartLabel();
|
this.labelRemainIndex = new SmartX.SmartLabel();
|
||||||
this.listBoxDetail = new SmartX.SmartListBox();
|
this.listBoxDetail = new SmartX.SmartListBox();
|
||||||
this.listBoxEvent = new SmartX.SmartListBox();
|
this.listBoxEvent = new SmartX.SmartListBox();
|
||||||
this.listBoxLoginID = new SmartX.SmartListBox();
|
this.listBoxLoginID = new SmartX.SmartListBox();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.labelTitleTime = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
|
||||||
this.buttonDown = new SmartX.SmartButton();
|
this.buttonDown = new SmartX.SmartButton();
|
||||||
this.buttonUp = new SmartX.SmartButton();
|
this.buttonUp = new SmartX.SmartButton();
|
||||||
this.listBoxTime = new SmartX.SmartListBox();
|
this.listBoxTime = new SmartX.SmartListBox();
|
||||||
this.treeView = new System.Windows.Forms.TreeView();
|
this.treeView = new System.Windows.Forms.TreeView();
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
this.labelTitleList = new SmartX.SmartLabel();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.labelTitleFileName = new SmartX.SmartLabel();
|
||||||
this.labelFileName = new SmartX.SmartLabel();
|
this.labelFileName = new SmartX.SmartLabel();
|
||||||
this.buttonBackup = new SmartX.SmartButton();
|
this.buttonBackup = new SmartX.SmartButton();
|
||||||
this.labelCount = new SmartX.SmartLabel();
|
this.labelCount = new SmartX.SmartLabel();
|
||||||
|
@ -57,22 +57,22 @@
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
this.smartGroupBox1.BackImage = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
this.smartGroupBox1.Controls.Add(this.labelTitleDetail);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
this.smartGroupBox1.Controls.Add(this.labelTitleEvent);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel8);
|
this.smartGroupBox1.Controls.Add(this.labelTitleID);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
|
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
|
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
|
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
|
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
|
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.buttonDown);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonUp);
|
this.smartGroupBox1.Controls.Add(this.buttonUp);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxTime);
|
this.smartGroupBox1.Controls.Add(this.listBoxTime);
|
||||||
this.smartGroupBox1.Controls.Add(this.treeView);
|
this.smartGroupBox1.Controls.Add(this.treeView);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
this.smartGroupBox1.Controls.Add(this.labelTitleList);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelFileName);
|
this.smartGroupBox1.Controls.Add(this.labelFileName);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelCount);
|
this.smartGroupBox1.Controls.Add(this.labelCount);
|
||||||
|
@ -89,6 +89,75 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
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
|
// smartSeparatorLine1
|
||||||
//
|
//
|
||||||
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
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.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// labelTitleTime
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackGround = this.smartGroupBox1;
|
this.labelTitleTime.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel1.LineSpacing = 1F;
|
this.labelTitleTime.LineSpacing = 1F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(732, 108);
|
this.labelTitleTime.Location = new System.Drawing.Point(271, 108);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.labelTitleTime.Name = "labelTitleTime";
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
this.labelTitleTime.OverlapOptimize = true;
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
this.labelTitleTime.PasswordChar = '\0';
|
||||||
this.smartLabel1.Radius = 3;
|
this.labelTitleTime.Radius = 3;
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(110, 29);
|
this.labelTitleTime.Size = new System.Drawing.Size(80, 29);
|
||||||
this.smartLabel1.TabIndex = 128;
|
this.labelTitleTime.TabIndex = 125;
|
||||||
this.smartLabel1.Text = "Detail";
|
this.labelTitleTime.Text = "Time";
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
this.labelTitleTime.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel1.Wordwrap = false;
|
this.labelTitleTime.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;
|
|
||||||
//
|
//
|
||||||
// buttonDown
|
// buttonDown
|
||||||
//
|
//
|
||||||
|
@ -766,49 +766,49 @@
|
||||||
this.treeView.TabIndex = 81;
|
this.treeView.TabIndex = 81;
|
||||||
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect);
|
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect);
|
||||||
//
|
//
|
||||||
// smartLabel4
|
// labelTitleList
|
||||||
//
|
//
|
||||||
this.smartLabel4.BackGround = this.smartGroupBox1;
|
this.labelTitleList.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleList.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.labelTitleList.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(22, 45);
|
this.labelTitleList.Location = new System.Drawing.Point(22, 45);
|
||||||
this.smartLabel4.Name = "smartLabel4";
|
this.labelTitleList.Name = "labelTitleList";
|
||||||
this.smartLabel4.OverlapOptimize = true;
|
this.labelTitleList.OverlapOptimize = true;
|
||||||
this.smartLabel4.PasswordChar = '\0';
|
this.labelTitleList.PasswordChar = '\0';
|
||||||
this.smartLabel4.Radius = 3;
|
this.labelTitleList.Radius = 3;
|
||||||
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel4.Size = new System.Drawing.Size(45, 18);
|
this.labelTitleList.Size = new System.Drawing.Size(73, 18);
|
||||||
this.smartLabel4.TabIndex = 88;
|
this.labelTitleList.TabIndex = 88;
|
||||||
this.smartLabel4.Text = "List";
|
this.labelTitleList.Text = "List";
|
||||||
this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel4.Wordwrap = false;
|
this.labelTitleList.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// labelTitleFileName
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackGround = this.smartGroupBox1;
|
this.labelTitleFileName.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.labelTitleFileName.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(271, 45);
|
this.labelTitleFileName.Location = new System.Drawing.Point(271, 45);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.labelTitleFileName.Name = "labelTitleFileName";
|
||||||
this.smartLabel3.OverlapOptimize = true;
|
this.labelTitleFileName.OverlapOptimize = true;
|
||||||
this.smartLabel3.PasswordChar = '\0';
|
this.labelTitleFileName.PasswordChar = '\0';
|
||||||
this.smartLabel3.Radius = 3;
|
this.labelTitleFileName.Radius = 3;
|
||||||
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(541, 18);
|
this.labelTitleFileName.Size = new System.Drawing.Size(541, 18);
|
||||||
this.smartLabel3.TabIndex = 87;
|
this.labelTitleFileName.TabIndex = 87;
|
||||||
this.smartLabel3.Text = "File name";
|
this.labelTitleFileName.Text = "File name";
|
||||||
this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.labelTitleFileName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelFileName
|
// labelFileName
|
||||||
//
|
//
|
||||||
|
@ -875,13 +875,13 @@
|
||||||
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelCount.LineSpacing = 0F;
|
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.Name = "labelCount";
|
||||||
this.labelCount.OverlapOptimize = true;
|
this.labelCount.OverlapOptimize = true;
|
||||||
this.labelCount.PasswordChar = '\0';
|
this.labelCount.PasswordChar = '\0';
|
||||||
this.labelCount.Radius = 10;
|
this.labelCount.Radius = 10;
|
||||||
this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
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.TabIndex = 83;
|
||||||
this.labelCount.Text = "00";
|
this.labelCount.Text = "00";
|
||||||
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
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 SmartX.SmartLabel labelCount;
|
||||||
private System.Windows.Forms.TreeView treeView;
|
private System.Windows.Forms.TreeView treeView;
|
||||||
private SmartX.SmartLabel labelFileName;
|
private SmartX.SmartLabel labelFileName;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleFileName;
|
||||||
private SmartX.SmartLabel smartLabel4;
|
private SmartX.SmartLabel labelTitleList;
|
||||||
private SmartX.SmartFile smartFile1;
|
private SmartX.SmartFile smartFile1;
|
||||||
private SmartX.SmartListBox listBoxDetail;
|
private SmartX.SmartListBox listBoxDetail;
|
||||||
private SmartX.SmartListBox listBoxEvent;
|
private SmartX.SmartListBox listBoxEvent;
|
||||||
private SmartX.SmartListBox listBoxLoginID;
|
private SmartX.SmartListBox listBoxLoginID;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleDetail;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleEvent;
|
||||||
private SmartX.SmartLabel smartLabel8;
|
private SmartX.SmartLabel labelTitleID;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel labelTitleTime;
|
||||||
private SmartX.SmartButton buttonDown;
|
private SmartX.SmartButton buttonDown;
|
||||||
private SmartX.SmartButton buttonUp;
|
private SmartX.SmartButton buttonUp;
|
||||||
private SmartX.SmartListBox listBoxTime;
|
private SmartX.SmartListBox listBoxTime;
|
||||||
|
|
|
@ -67,6 +67,34 @@ namespace INT_LKD_2.Controls
|
||||||
this.CollectionListBox.Add(this.listBoxEvent);
|
this.CollectionListBox.Add(this.listBoxEvent);
|
||||||
this.CollectionListBox.Add(this.listBoxDetail);
|
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)
|
public void LoadFile(string fullFilePath)
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,18 +30,18 @@
|
||||||
{
|
{
|
||||||
this.smartFile1 = new SmartX.SmartFile();
|
this.smartFile1 = new SmartX.SmartFile();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.smartLabel7 = new SmartX.SmartLabel();
|
this.labelTitleType = new SmartX.SmartLabel();
|
||||||
this.smartLabel6 = new SmartX.SmartLabel();
|
this.labelTitleAfter = new SmartX.SmartLabel();
|
||||||
this.smartLabel5 = new SmartX.SmartLabel();
|
this.labelTitleBefore = new SmartX.SmartLabel();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.labelTitleDetail = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleEvent = new SmartX.SmartLabel();
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
this.labelTitleID = new SmartX.SmartLabel();
|
||||||
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelTotalIndex = new SmartX.SmartLabel();
|
this.labelTotalIndex = new SmartX.SmartLabel();
|
||||||
this.labelRemainIndex = new SmartX.SmartLabel();
|
this.labelRemainIndex = new SmartX.SmartLabel();
|
||||||
this.labelFileName = new SmartX.SmartLabel();
|
this.labelFileName = new SmartX.SmartLabel();
|
||||||
this.smartLabel13 = new SmartX.SmartLabel();
|
this.labelTitleFileName = new SmartX.SmartLabel();
|
||||||
this.smartLabel12 = new SmartX.SmartLabel();
|
this.labelTitleList = new SmartX.SmartLabel();
|
||||||
this.labelCount = new SmartX.SmartLabel();
|
this.labelCount = new SmartX.SmartLabel();
|
||||||
this.listBoxAfter = new SmartX.SmartListBox();
|
this.listBoxAfter = new SmartX.SmartListBox();
|
||||||
this.listBoxBefore = new SmartX.SmartListBox();
|
this.listBoxBefore = new SmartX.SmartListBox();
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
this.listBoxDetail = new SmartX.SmartListBox();
|
this.listBoxDetail = new SmartX.SmartListBox();
|
||||||
this.listBoxEvent = new SmartX.SmartListBox();
|
this.listBoxEvent = new SmartX.SmartListBox();
|
||||||
this.listBoxLoginID = new SmartX.SmartListBox();
|
this.listBoxLoginID = new SmartX.SmartListBox();
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
this.labelTitleTime = new SmartX.SmartLabel();
|
||||||
this.buttonDown = new SmartX.SmartButton();
|
this.buttonDown = new SmartX.SmartButton();
|
||||||
this.buttonUp = new SmartX.SmartButton();
|
this.buttonUp = new SmartX.SmartButton();
|
||||||
this.buttonBackup = new SmartX.SmartButton();
|
this.buttonBackup = new SmartX.SmartButton();
|
||||||
|
@ -67,18 +67,18 @@
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
this.smartGroupBox1.BackImage = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel7);
|
this.smartGroupBox1.Controls.Add(this.labelTitleType);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
this.smartGroupBox1.Controls.Add(this.labelTitleAfter);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel5);
|
this.smartGroupBox1.Controls.Add(this.labelTitleBefore);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
this.smartGroupBox1.Controls.Add(this.labelTitleDetail);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
this.smartGroupBox1.Controls.Add(this.labelTitleEvent);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel8);
|
this.smartGroupBox1.Controls.Add(this.labelTitleID);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
|
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
|
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelFileName);
|
this.smartGroupBox1.Controls.Add(this.labelFileName);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel13);
|
this.smartGroupBox1.Controls.Add(this.labelTitleFileName);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel12);
|
this.smartGroupBox1.Controls.Add(this.labelTitleList);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelCount);
|
this.smartGroupBox1.Controls.Add(this.labelCount);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxAfter);
|
this.smartGroupBox1.Controls.Add(this.listBoxAfter);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxBefore);
|
this.smartGroupBox1.Controls.Add(this.listBoxBefore);
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
|
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
|
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
|
||||||
this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
|
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.buttonDown);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonUp);
|
this.smartGroupBox1.Controls.Add(this.buttonUp);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
||||||
|
@ -105,143 +105,143 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartLabel7
|
// labelTitleType
|
||||||
//
|
//
|
||||||
this.smartLabel7.BackGround = this.smartGroupBox1;
|
this.labelTitleType.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleType.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleType.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleType.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleType.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel7.LineSpacing = 1F;
|
this.labelTitleType.LineSpacing = 1F;
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(763, 108);
|
this.labelTitleType.Location = new System.Drawing.Point(763, 108);
|
||||||
this.smartLabel7.Name = "smartLabel7";
|
this.labelTitleType.Name = "labelTitleType";
|
||||||
this.smartLabel7.OverlapOptimize = true;
|
this.labelTitleType.OverlapOptimize = true;
|
||||||
this.smartLabel7.PasswordChar = '\0';
|
this.labelTitleType.PasswordChar = '\0';
|
||||||
this.smartLabel7.Radius = 3;
|
this.labelTitleType.Radius = 3;
|
||||||
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleType.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel7.Size = new System.Drawing.Size(78, 29);
|
this.labelTitleType.Size = new System.Drawing.Size(78, 29);
|
||||||
this.smartLabel7.TabIndex = 115;
|
this.labelTitleType.TabIndex = 115;
|
||||||
this.smartLabel7.Text = "Type";
|
this.labelTitleType.Text = "Type";
|
||||||
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
this.labelTitleType.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleType.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel7.Wordwrap = false;
|
this.labelTitleType.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel6
|
// labelTitleAfter
|
||||||
//
|
//
|
||||||
this.smartLabel6.BackGround = this.smartGroupBox1;
|
this.labelTitleAfter.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleAfter.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleAfter.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleAfter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleAfter.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel6.LineSpacing = 1F;
|
this.labelTitleAfter.LineSpacing = 1F;
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(709, 108);
|
this.labelTitleAfter.Location = new System.Drawing.Point(709, 108);
|
||||||
this.smartLabel6.Name = "smartLabel6";
|
this.labelTitleAfter.Name = "labelTitleAfter";
|
||||||
this.smartLabel6.OverlapOptimize = true;
|
this.labelTitleAfter.OverlapOptimize = true;
|
||||||
this.smartLabel6.PasswordChar = '\0';
|
this.labelTitleAfter.PasswordChar = '\0';
|
||||||
this.smartLabel6.Radius = 3;
|
this.labelTitleAfter.Radius = 3;
|
||||||
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleAfter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel6.Size = new System.Drawing.Size(55, 29);
|
this.labelTitleAfter.Size = new System.Drawing.Size(55, 29);
|
||||||
this.smartLabel6.TabIndex = 114;
|
this.labelTitleAfter.TabIndex = 114;
|
||||||
this.smartLabel6.Text = "After";
|
this.labelTitleAfter.Text = "After";
|
||||||
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
this.labelTitleAfter.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleAfter.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleAfter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleAfter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel6.Wordwrap = false;
|
this.labelTitleAfter.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel5
|
// labelTitleBefore
|
||||||
//
|
//
|
||||||
this.smartLabel5.BackGround = this.smartGroupBox1;
|
this.labelTitleBefore.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleBefore.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleBefore.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleBefore.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleBefore.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel5.LineSpacing = 1F;
|
this.labelTitleBefore.LineSpacing = 1F;
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(655, 108);
|
this.labelTitleBefore.Location = new System.Drawing.Point(655, 108);
|
||||||
this.smartLabel5.Name = "smartLabel5";
|
this.labelTitleBefore.Name = "labelTitleBefore";
|
||||||
this.smartLabel5.OverlapOptimize = true;
|
this.labelTitleBefore.OverlapOptimize = true;
|
||||||
this.smartLabel5.PasswordChar = '\0';
|
this.labelTitleBefore.PasswordChar = '\0';
|
||||||
this.smartLabel5.Radius = 3;
|
this.labelTitleBefore.Radius = 3;
|
||||||
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleBefore.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel5.Size = new System.Drawing.Size(55, 29);
|
this.labelTitleBefore.Size = new System.Drawing.Size(55, 29);
|
||||||
this.smartLabel5.TabIndex = 113;
|
this.labelTitleBefore.TabIndex = 113;
|
||||||
this.smartLabel5.Text = "Before";
|
this.labelTitleBefore.Text = "Before";
|
||||||
this.smartLabel5.TextColor = System.Drawing.Color.White;
|
this.labelTitleBefore.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleBefore.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleBefore.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleBefore.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel5.Wordwrap = false;
|
this.labelTitleBefore.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// labelTitleDetail
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackGround = this.smartGroupBox1;
|
this.labelTitleDetail.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleDetail.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleDetail.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleDetail.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleDetail.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel1.LineSpacing = 1F;
|
this.labelTitleDetail.LineSpacing = 1F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(536, 108);
|
this.labelTitleDetail.Location = new System.Drawing.Point(536, 108);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.labelTitleDetail.Name = "labelTitleDetail";
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
this.labelTitleDetail.OverlapOptimize = true;
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
this.labelTitleDetail.PasswordChar = '\0';
|
||||||
this.smartLabel1.Radius = 3;
|
this.labelTitleDetail.Radius = 3;
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleDetail.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(120, 29);
|
this.labelTitleDetail.Size = new System.Drawing.Size(120, 29);
|
||||||
this.smartLabel1.TabIndex = 112;
|
this.labelTitleDetail.TabIndex = 112;
|
||||||
this.smartLabel1.Text = "Detail";
|
this.labelTitleDetail.Text = "Detail";
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
this.labelTitleDetail.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleDetail.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleDetail.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleDetail.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel1.Wordwrap = false;
|
this.labelTitleDetail.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleEvent
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackGround = this.smartGroupBox1;
|
this.labelTitleEvent.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleEvent.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleEvent.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleEvent.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleEvent.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel2.LineSpacing = 1F;
|
this.labelTitleEvent.LineSpacing = 1F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(427, 108);
|
this.labelTitleEvent.Location = new System.Drawing.Point(427, 108);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleEvent.Name = "labelTitleEvent";
|
||||||
this.smartLabel2.OverlapOptimize = true;
|
this.labelTitleEvent.OverlapOptimize = true;
|
||||||
this.smartLabel2.PasswordChar = '\0';
|
this.labelTitleEvent.PasswordChar = '\0';
|
||||||
this.smartLabel2.Radius = 3;
|
this.labelTitleEvent.Radius = 3;
|
||||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleEvent.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(110, 29);
|
this.labelTitleEvent.Size = new System.Drawing.Size(110, 29);
|
||||||
this.smartLabel2.TabIndex = 111;
|
this.labelTitleEvent.TabIndex = 111;
|
||||||
this.smartLabel2.Text = "Event";
|
this.labelTitleEvent.Text = "Event";
|
||||||
this.smartLabel2.TextColor = System.Drawing.Color.White;
|
this.labelTitleEvent.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleEvent.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleEvent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleEvent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleEvent.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel8
|
// labelTitleID
|
||||||
//
|
//
|
||||||
this.smartLabel8.BackGround = this.smartGroupBox1;
|
this.labelTitleID.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleID.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel8.LineSpacing = 1F;
|
this.labelTitleID.LineSpacing = 1F;
|
||||||
this.smartLabel8.Location = new System.Drawing.Point(338, 108);
|
this.labelTitleID.Location = new System.Drawing.Point(338, 108);
|
||||||
this.smartLabel8.Name = "smartLabel8";
|
this.labelTitleID.Name = "labelTitleID";
|
||||||
this.smartLabel8.OverlapOptimize = true;
|
this.labelTitleID.OverlapOptimize = true;
|
||||||
this.smartLabel8.PasswordChar = '\0';
|
this.labelTitleID.PasswordChar = '\0';
|
||||||
this.smartLabel8.Radius = 3;
|
this.labelTitleID.Radius = 3;
|
||||||
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleID.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel8.Size = new System.Drawing.Size(90, 29);
|
this.labelTitleID.Size = new System.Drawing.Size(90, 29);
|
||||||
this.smartLabel8.TabIndex = 110;
|
this.labelTitleID.TabIndex = 110;
|
||||||
this.smartLabel8.Text = "Login ID";
|
this.labelTitleID.Text = "Login ID";
|
||||||
this.smartLabel8.TextColor = System.Drawing.Color.White;
|
this.labelTitleID.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleID.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel8.Wordwrap = false;
|
this.labelTitleID.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartSeparatorLine1
|
// smartSeparatorLine1
|
||||||
//
|
//
|
||||||
|
@ -322,49 +322,49 @@
|
||||||
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelFileName.Wordwrap = false;
|
this.labelFileName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel13
|
// labelTitleFileName
|
||||||
//
|
//
|
||||||
this.smartLabel13.BackGround = this.smartGroupBox1;
|
this.labelTitleFileName.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleFileName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel13.LineSpacing = 0F;
|
this.labelTitleFileName.LineSpacing = 0F;
|
||||||
this.smartLabel13.Location = new System.Drawing.Point(271, 45);
|
this.labelTitleFileName.Location = new System.Drawing.Point(271, 45);
|
||||||
this.smartLabel13.Name = "smartLabel13";
|
this.labelTitleFileName.Name = "labelTitleFileName";
|
||||||
this.smartLabel13.OverlapOptimize = true;
|
this.labelTitleFileName.OverlapOptimize = true;
|
||||||
this.smartLabel13.PasswordChar = '\0';
|
this.labelTitleFileName.PasswordChar = '\0';
|
||||||
this.smartLabel13.Radius = 3;
|
this.labelTitleFileName.Radius = 3;
|
||||||
this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleFileName.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel13.Size = new System.Drawing.Size(541, 18);
|
this.labelTitleFileName.Size = new System.Drawing.Size(541, 18);
|
||||||
this.smartLabel13.TabIndex = 135;
|
this.labelTitleFileName.TabIndex = 135;
|
||||||
this.smartLabel13.Text = "File name";
|
this.labelTitleFileName.Text = "File name";
|
||||||
this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelTitleFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleFileName.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel13.Wordwrap = false;
|
this.labelTitleFileName.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel12
|
// labelTitleList
|
||||||
//
|
//
|
||||||
this.smartLabel12.BackGround = this.smartGroupBox1;
|
this.labelTitleList.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleList.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartLabel12.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleList.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleList.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel12.LineSpacing = 0F;
|
this.labelTitleList.LineSpacing = 0F;
|
||||||
this.smartLabel12.Location = new System.Drawing.Point(22, 45);
|
this.labelTitleList.Location = new System.Drawing.Point(22, 45);
|
||||||
this.smartLabel12.Name = "smartLabel12";
|
this.labelTitleList.Name = "labelTitleList";
|
||||||
this.smartLabel12.OverlapOptimize = true;
|
this.labelTitleList.OverlapOptimize = true;
|
||||||
this.smartLabel12.PasswordChar = '\0';
|
this.labelTitleList.PasswordChar = '\0';
|
||||||
this.smartLabel12.Radius = 3;
|
this.labelTitleList.Radius = 3;
|
||||||
this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleList.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel12.Size = new System.Drawing.Size(45, 18);
|
this.labelTitleList.Size = new System.Drawing.Size(73, 18);
|
||||||
this.smartLabel12.TabIndex = 134;
|
this.labelTitleList.TabIndex = 134;
|
||||||
this.smartLabel12.Text = "List";
|
this.labelTitleList.Text = "List";
|
||||||
this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelTitleList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleList.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel12.Wordwrap = false;
|
this.labelTitleList.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelCount
|
// labelCount
|
||||||
//
|
//
|
||||||
|
@ -374,13 +374,13 @@
|
||||||
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelCount.LineSpacing = 0F;
|
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.Name = "labelCount";
|
||||||
this.labelCount.OverlapOptimize = true;
|
this.labelCount.OverlapOptimize = true;
|
||||||
this.labelCount.PasswordChar = '\0';
|
this.labelCount.PasswordChar = '\0';
|
||||||
this.labelCount.Radius = 3;
|
this.labelCount.Radius = 3;
|
||||||
this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
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.TabIndex = 133;
|
||||||
this.labelCount.Text = "00";
|
this.labelCount.Text = "00";
|
||||||
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
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.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
//
|
//
|
||||||
// smartLabel9
|
// labelTitleTime
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackGround = this.smartGroupBox1;
|
this.labelTitleTime.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.labelTitleTime.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel9.LineSpacing = 1F;
|
this.labelTitleTime.LineSpacing = 1F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(271, 108);
|
this.labelTitleTime.Location = new System.Drawing.Point(271, 108);
|
||||||
this.smartLabel9.Name = "smartLabel9";
|
this.labelTitleTime.Name = "labelTitleTime";
|
||||||
this.smartLabel9.OverlapOptimize = true;
|
this.labelTitleTime.OverlapOptimize = true;
|
||||||
this.smartLabel9.PasswordChar = '\0';
|
this.labelTitleTime.PasswordChar = '\0';
|
||||||
this.smartLabel9.Radius = 3;
|
this.labelTitleTime.Radius = 3;
|
||||||
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel9.Size = new System.Drawing.Size(68, 29);
|
this.labelTitleTime.Size = new System.Drawing.Size(68, 29);
|
||||||
this.smartLabel9.TabIndex = 109;
|
this.labelTitleTime.TabIndex = 109;
|
||||||
this.smartLabel9.Text = "Time";
|
this.labelTitleTime.Text = "Time";
|
||||||
this.smartLabel9.TextColor = System.Drawing.Color.White;
|
this.labelTitleTime.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleTime.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel9.Wordwrap = false;
|
this.labelTitleTime.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonDown
|
// buttonDown
|
||||||
//
|
//
|
||||||
|
@ -1332,21 +1332,21 @@
|
||||||
private SmartX.SmartListBox listBoxTime;
|
private SmartX.SmartListBox listBoxTime;
|
||||||
private SmartX.SmartButton buttonDown;
|
private SmartX.SmartButton buttonDown;
|
||||||
private SmartX.SmartButton buttonUp;
|
private SmartX.SmartButton buttonUp;
|
||||||
private SmartX.SmartLabel smartLabel7;
|
private SmartX.SmartLabel labelTitleType;
|
||||||
private SmartX.SmartLabel smartLabel6;
|
private SmartX.SmartLabel labelTitleAfter;
|
||||||
private SmartX.SmartLabel smartLabel5;
|
private SmartX.SmartLabel labelTitleBefore;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleDetail;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleEvent;
|
||||||
private SmartX.SmartLabel smartLabel8;
|
private SmartX.SmartLabel labelTitleID;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel labelTitleTime;
|
||||||
private SmartX.SmartListBox listBoxAfter;
|
private SmartX.SmartListBox listBoxAfter;
|
||||||
private SmartX.SmartListBox listBoxBefore;
|
private SmartX.SmartListBox listBoxBefore;
|
||||||
private SmartX.SmartListBox listBoxType;
|
private SmartX.SmartListBox listBoxType;
|
||||||
private SmartX.SmartListBox listBoxDetail;
|
private SmartX.SmartListBox listBoxDetail;
|
||||||
private SmartX.SmartListBox listBoxEvent;
|
private SmartX.SmartListBox listBoxEvent;
|
||||||
private SmartX.SmartListBox listBoxLoginID;
|
private SmartX.SmartListBox listBoxLoginID;
|
||||||
private SmartX.SmartLabel smartLabel13;
|
private SmartX.SmartLabel labelTitleFileName;
|
||||||
private SmartX.SmartLabel smartLabel12;
|
private SmartX.SmartLabel labelTitleList;
|
||||||
private SmartX.SmartLabel labelCount;
|
private SmartX.SmartLabel labelCount;
|
||||||
private SmartX.SmartLabel labelFileName;
|
private SmartX.SmartLabel labelFileName;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
||||||
|
|
|
@ -71,6 +71,40 @@ namespace INT_LKD_2.Controls
|
||||||
this.CollectionListBox.Add(this.listBoxAfter);
|
this.CollectionListBox.Add(this.listBoxAfter);
|
||||||
this.CollectionListBox.Add(this.listBoxType);
|
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)
|
public void LoadFile(string fullFilePath)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -118,6 +118,32 @@ namespace INT_LKD_2.Controls
|
||||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||||
this.ListLeakCount.Add(0);
|
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)
|
public void LoadFile(string fullFilePath)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -23,14 +23,14 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
private Collection<SmartLabel> CollectionLabelResultDiff;
|
private Collection<SmartLabel> CollectionLabelResultDiff;
|
||||||
private Collection<SmartLabel> CollectionLabelResultDisp;
|
private Collection<SmartLabel> CollectionLabelResultDisp;
|
||||||
|
|
||||||
private Collection<SmartLabel> CollectionDispRData;
|
private Collection<SmartLabel> CollectionLabelLevel;
|
||||||
private Collection<SmartLabel> CollectionDispMData;
|
private Collection<SmartLabel> CollectionLabelHeight;
|
||||||
private Collection<SmartLabel> CollectionDispMDataDiff;
|
private Collection<SmartLabel> CollectionLabelDiff;
|
||||||
private Collection<SmartLabel> CollectionDispMDataMax;
|
private Collection<SmartLabel> CollectionLabelMaxHeight;
|
||||||
|
|
||||||
private Collection<SmartLabel> CollectionDiffMadc;
|
private Collection<SmartLabel> CollectionLabelDiffMadc;
|
||||||
private Collection<SmartLabel> CollectionDiffSecDiff;
|
private Collection<SmartLabel> CollectionLabelLRSec;
|
||||||
private Collection<SmartLabel> CollectionDiffSecMax;
|
private Collection<SmartLabel> CollectionLabelLRMax;
|
||||||
|
|
||||||
private Collection<SmartLabel> CollectionPressureWork;
|
private Collection<SmartLabel> CollectionPressureWork;
|
||||||
private Collection<SmartLabel> CollectionPressureMaster;
|
private Collection<SmartLabel> CollectionPressureMaster;
|
||||||
|
@ -101,103 +101,103 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
this.CollectionLabelResultDisp.Add(this.labelResultDisp11);
|
this.CollectionLabelResultDisp.Add(this.labelResultDisp11);
|
||||||
this.CollectionLabelResultDisp.Add(this.labelResultDisp12);
|
this.CollectionLabelResultDisp.Add(this.labelResultDisp12);
|
||||||
|
|
||||||
this.CollectionDispRData = new Collection<SmartLabel>();
|
this.CollectionLabelLevel = new Collection<SmartLabel>();
|
||||||
this.CollectionDispRData.Add(this.labelDispRData1);
|
this.CollectionLabelLevel.Add(this.labelLevel1);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData2);
|
this.CollectionLabelLevel.Add(this.labelLevel2);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData3);
|
this.CollectionLabelLevel.Add(this.labelLevel3);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData4);
|
this.CollectionLabelLevel.Add(this.labelLevel4);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData5);
|
this.CollectionLabelLevel.Add(this.labelLevel5);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData6);
|
this.CollectionLabelLevel.Add(this.labelLevel6);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData7);
|
this.CollectionLabelLevel.Add(this.labelLevel7);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData8);
|
this.CollectionLabelLevel.Add(this.labelLevel8);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData9);
|
this.CollectionLabelLevel.Add(this.labelLevel9);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData10);
|
this.CollectionLabelLevel.Add(this.labelLevel10);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData11);
|
this.CollectionLabelLevel.Add(this.labelLevel11);
|
||||||
this.CollectionDispRData.Add(this.labelDispRData12);
|
this.CollectionLabelLevel.Add(this.labelLevel12);
|
||||||
|
|
||||||
this.CollectionDispMData = new Collection<SmartLabel>();
|
this.CollectionLabelHeight = new Collection<SmartLabel>();
|
||||||
this.CollectionDispMData.Add(this.labelDispMData1);
|
this.CollectionLabelHeight.Add(this.labelHeight1);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData2);
|
this.CollectionLabelHeight.Add(this.labelHeight2);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData3);
|
this.CollectionLabelHeight.Add(this.labelHeight3);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData4);
|
this.CollectionLabelHeight.Add(this.labelHeight4);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData5);
|
this.CollectionLabelHeight.Add(this.labelHeight5);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData6);
|
this.CollectionLabelHeight.Add(this.labelHeight6);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData7);
|
this.CollectionLabelHeight.Add(this.labelHeight7);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData8);
|
this.CollectionLabelHeight.Add(this.labelHeight8);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData9);
|
this.CollectionLabelHeight.Add(this.labelHeight9);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData10);
|
this.CollectionLabelHeight.Add(this.labelHeight10);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData11);
|
this.CollectionLabelHeight.Add(this.labelHeight11);
|
||||||
this.CollectionDispMData.Add(this.labelDispMData12);
|
this.CollectionLabelHeight.Add(this.labelHeight12);
|
||||||
|
|
||||||
this.CollectionDispMDataDiff = new Collection<SmartLabel>();
|
this.CollectionLabelDiff = new Collection<SmartLabel>();
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff1);
|
this.CollectionLabelDiff.Add(this.labelDiff1);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff2);
|
this.CollectionLabelDiff.Add(this.labelDiff2);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff3);
|
this.CollectionLabelDiff.Add(this.labelDiff3);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff4);
|
this.CollectionLabelDiff.Add(this.labelDiff4);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff5);
|
this.CollectionLabelDiff.Add(this.labelDiff5);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff6);
|
this.CollectionLabelDiff.Add(this.labelDiff6);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff7);
|
this.CollectionLabelDiff.Add(this.labelDiff7);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff8);
|
this.CollectionLabelDiff.Add(this.labelDiff8);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff9);
|
this.CollectionLabelDiff.Add(this.labelDiff9);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff10);
|
this.CollectionLabelDiff.Add(this.labelDiff10);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff11);
|
this.CollectionLabelDiff.Add(this.labelDiff11);
|
||||||
this.CollectionDispMDataDiff.Add(this.labelDispMDataDiff12);
|
this.CollectionLabelDiff.Add(this.labelDiff12);
|
||||||
|
|
||||||
this.CollectionDispMDataMax = new Collection<SmartLabel>();
|
this.CollectionLabelMaxHeight = new Collection<SmartLabel>();
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax1);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight1);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax2);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight2);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax3);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight3);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax4);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight4);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax5);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight5);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax6);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight6);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax7);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight7);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax8);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight8);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax9);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight9);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax10);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight10);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax11);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight11);
|
||||||
this.CollectionDispMDataMax.Add(this.labelDispMDataMax12);
|
this.CollectionLabelMaxHeight.Add(this.labelMaxHeight12);
|
||||||
|
|
||||||
this.CollectionDiffMadc = new Collection<SmartLabel>();
|
this.CollectionLabelDiffMadc = new Collection<SmartLabel>();
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc1);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc1);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc2);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc2);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc3);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc3);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc4);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc4);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc5);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc5);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc6);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc6);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc7);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc7);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc8);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc8);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc9);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc9);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc10);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc10);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc11);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc11);
|
||||||
this.CollectionDiffMadc.Add(this.labelDiffMadc12);
|
this.CollectionLabelDiffMadc.Add(this.labelDiffMadc12);
|
||||||
|
|
||||||
this.CollectionDiffSecDiff = new Collection<SmartLabel>();
|
this.CollectionLabelLRSec = new Collection<SmartLabel>();
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff1);
|
this.CollectionLabelLRSec.Add(this.labelLRSec1);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff2);
|
this.CollectionLabelLRSec.Add(this.labelLRSec2);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff3);
|
this.CollectionLabelLRSec.Add(this.labelLRSec3);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff4);
|
this.CollectionLabelLRSec.Add(this.labelLRSec4);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff5);
|
this.CollectionLabelLRSec.Add(this.labelLRSec5);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff6);
|
this.CollectionLabelLRSec.Add(this.labelLRSec6);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff7);
|
this.CollectionLabelLRSec.Add(this.labelLRSec7);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff8);
|
this.CollectionLabelLRSec.Add(this.labelLRSec8);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff9);
|
this.CollectionLabelLRSec.Add(this.labelLRSec9);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff10);
|
this.CollectionLabelLRSec.Add(this.labelLRSec10);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff11);
|
this.CollectionLabelLRSec.Add(this.labelLRSec11);
|
||||||
this.CollectionDiffSecDiff.Add(this.labelDiffSecDiff12);
|
this.CollectionLabelLRSec.Add(this.labelLRSec12);
|
||||||
|
|
||||||
this.CollectionDiffSecMax = new Collection<SmartLabel>();
|
this.CollectionLabelLRMax = new Collection<SmartLabel>();
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax1);
|
this.CollectionLabelLRMax.Add(this.labelLRMax1);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax2);
|
this.CollectionLabelLRMax.Add(this.labelLRMax2);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax3);
|
this.CollectionLabelLRMax.Add(this.labelLRMax3);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax4);
|
this.CollectionLabelLRMax.Add(this.labelLRMax4);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax5);
|
this.CollectionLabelLRMax.Add(this.labelLRMax5);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax6);
|
this.CollectionLabelLRMax.Add(this.labelLRMax6);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax7);
|
this.CollectionLabelLRMax.Add(this.labelLRMax7);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax8);
|
this.CollectionLabelLRMax.Add(this.labelLRMax8);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax9);
|
this.CollectionLabelLRMax.Add(this.labelLRMax9);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax10);
|
this.CollectionLabelLRMax.Add(this.labelLRMax10);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax11);
|
this.CollectionLabelLRMax.Add(this.labelLRMax11);
|
||||||
this.CollectionDiffSecMax.Add(this.labelDiffSecMax12);
|
this.CollectionLabelLRMax.Add(this.labelLRMax12);
|
||||||
|
|
||||||
this.CollectionPressureWork = new Collection<SmartLabel>();
|
this.CollectionPressureWork = new Collection<SmartLabel>();
|
||||||
this.CollectionPressureWork.Add(this.labelPressureWork1);
|
this.CollectionPressureWork.Add(this.labelPressureWork1);
|
||||||
|
@ -235,17 +235,27 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
this.CollectionLabelResult[i].TextColor = Define.ColorTextResultNone;
|
this.CollectionLabelResult[i].TextColor = Define.ColorTextResultNone;
|
||||||
this.CollectionLabelResultDiff[i].TextColor = Define.ColorTextResultNone;
|
this.CollectionLabelResultDiff[i].TextColor = Define.ColorTextResultNone;
|
||||||
this.CollectionLabelResultDisp[i].TextColor = Define.ColorTextResultNone;
|
this.CollectionLabelResultDisp[i].TextColor = Define.ColorTextResultNone;
|
||||||
this.CollectionDispRData[i].Text = "0.00";
|
this.CollectionLabelLevel[i].Text = "0.00";
|
||||||
this.CollectionDispMData[i].Text = "0.00";
|
this.CollectionLabelHeight[i].Text = "0.00";
|
||||||
this.CollectionDispMDataDiff[i].Text = "0.00";
|
this.CollectionLabelDiff[i].Text = "0.00";
|
||||||
this.CollectionDispMDataMax[i].Text = "0.00";
|
this.CollectionLabelMaxHeight[i].Text = "0.00";
|
||||||
this.CollectionDiffMadc[i].Text = "0.00";
|
this.CollectionLabelDiffMadc[i].Text = "0.00";
|
||||||
this.CollectionDiffSecDiff[i].Text = "0.00";
|
this.CollectionLabelLRSec[i].Text = "0.00";
|
||||||
this.CollectionDiffSecMax[i].Text = "0.00";
|
this.CollectionLabelLRMax[i].Text = "0.00";
|
||||||
this.CollectionPressureWork[i].Text = "0.0";
|
this.CollectionPressureWork[i].Text = "0.0";
|
||||||
this.CollectionPressureMaster[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)
|
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++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||||
{
|
{
|
||||||
value = datas[i].MAdc;
|
value = datas[i].MAdc;
|
||||||
if (this.CollectionDiffMadc[i].Text != value)
|
if (this.CollectionLabelDiffMadc[i].Text != value)
|
||||||
this.CollectionDiffMadc[i].Text = value;
|
this.CollectionLabelDiffMadc[i].Text = value;
|
||||||
|
|
||||||
value = datas[i].SecBuf;
|
value = datas[i].SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[i].Text != value)
|
if (this.CollectionLabelLRSec[i].Text != value)
|
||||||
this.CollectionDiffSecDiff[i].Text = value;
|
this.CollectionLabelLRSec[i].Text = value;
|
||||||
|
|
||||||
value = datas[i].SecBufMax;
|
value = datas[i].SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[i].Text != value)
|
if (this.CollectionLabelLRMax[i].Text != value)
|
||||||
this.CollectionDiffSecMax[i].Text = value;
|
this.CollectionLabelLRMax[i].Text = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData1(LeakData1 data)
|
public void UpdateDisplayDiffData1(LeakData1 data)
|
||||||
|
@ -452,192 +462,192 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[0].Text != value)
|
if (this.CollectionLabelDiffMadc[0].Text != value)
|
||||||
this.CollectionDiffMadc[0].Text = value;
|
this.CollectionLabelDiffMadc[0].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[0].Text != value)
|
if (this.CollectionLabelLRSec[0].Text != value)
|
||||||
this.CollectionDiffSecDiff[0].Text = value;
|
this.CollectionLabelLRSec[0].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[0].Text != value)
|
if (this.CollectionLabelLRMax[0].Text != value)
|
||||||
this.CollectionDiffSecMax[0].Text = value;
|
this.CollectionLabelLRMax[0].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData2(LeakData1 data)
|
public void UpdateDisplayDiffData2(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[1].Text != value)
|
if (this.CollectionLabelDiffMadc[1].Text != value)
|
||||||
this.CollectionDiffMadc[1].Text = value;
|
this.CollectionLabelDiffMadc[1].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[1].Text != value)
|
if (this.CollectionLabelLRSec[1].Text != value)
|
||||||
this.CollectionDiffSecDiff[1].Text = value;
|
this.CollectionLabelLRSec[1].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[1].Text != value)
|
if (this.CollectionLabelLRMax[1].Text != value)
|
||||||
this.CollectionDiffSecMax[1].Text = value;
|
this.CollectionLabelLRMax[1].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData3(LeakData1 data)
|
public void UpdateDisplayDiffData3(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[2].Text != value)
|
if (this.CollectionLabelDiffMadc[2].Text != value)
|
||||||
this.CollectionDiffMadc[2].Text = value;
|
this.CollectionLabelDiffMadc[2].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[2].Text != value)
|
if (this.CollectionLabelLRSec[2].Text != value)
|
||||||
this.CollectionDiffSecDiff[2].Text = value;
|
this.CollectionLabelLRSec[2].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[2].Text != value)
|
if (this.CollectionLabelLRMax[2].Text != value)
|
||||||
this.CollectionDiffSecMax[2].Text = value;
|
this.CollectionLabelLRMax[2].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData4(LeakData1 data)
|
public void UpdateDisplayDiffData4(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[3].Text != value)
|
if (this.CollectionLabelDiffMadc[3].Text != value)
|
||||||
this.CollectionDiffMadc[3].Text = value;
|
this.CollectionLabelDiffMadc[3].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[3].Text != value)
|
if (this.CollectionLabelLRSec[3].Text != value)
|
||||||
this.CollectionDiffSecDiff[3].Text = value;
|
this.CollectionLabelLRSec[3].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[3].Text != value)
|
if (this.CollectionLabelLRMax[3].Text != value)
|
||||||
this.CollectionDiffSecMax[3].Text = value;
|
this.CollectionLabelLRMax[3].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData5(LeakData1 data)
|
public void UpdateDisplayDiffData5(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[4].Text != value)
|
if (this.CollectionLabelDiffMadc[4].Text != value)
|
||||||
this.CollectionDiffMadc[4].Text = value;
|
this.CollectionLabelDiffMadc[4].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[4].Text != value)
|
if (this.CollectionLabelLRSec[4].Text != value)
|
||||||
this.CollectionDiffSecDiff[4].Text = value;
|
this.CollectionLabelLRSec[4].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[4].Text != value)
|
if (this.CollectionLabelLRMax[4].Text != value)
|
||||||
this.CollectionDiffSecMax[4].Text = value;
|
this.CollectionLabelLRMax[4].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData6(LeakData1 data)
|
public void UpdateDisplayDiffData6(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[5].Text != value)
|
if (this.CollectionLabelDiffMadc[5].Text != value)
|
||||||
this.CollectionDiffMadc[5].Text = value;
|
this.CollectionLabelDiffMadc[5].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[5].Text != value)
|
if (this.CollectionLabelLRSec[5].Text != value)
|
||||||
this.CollectionDiffSecDiff[5].Text = value;
|
this.CollectionLabelLRSec[5].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[5].Text != value)
|
if (this.CollectionLabelLRMax[5].Text != value)
|
||||||
this.CollectionDiffSecMax[5].Text = value;
|
this.CollectionLabelLRMax[5].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData7(LeakData1 data)
|
public void UpdateDisplayDiffData7(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[6].Text != value)
|
if (this.CollectionLabelDiffMadc[6].Text != value)
|
||||||
this.CollectionDiffMadc[6].Text = value;
|
this.CollectionLabelDiffMadc[6].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[6].Text != value)
|
if (this.CollectionLabelLRSec[6].Text != value)
|
||||||
this.CollectionDiffSecDiff[6].Text = value;
|
this.CollectionLabelLRSec[6].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[6].Text != value)
|
if (this.CollectionLabelLRMax[6].Text != value)
|
||||||
this.CollectionDiffSecMax[6].Text = value;
|
this.CollectionLabelLRMax[6].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData8(LeakData1 data)
|
public void UpdateDisplayDiffData8(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[7].Text != value)
|
if (this.CollectionLabelDiffMadc[7].Text != value)
|
||||||
this.CollectionDiffMadc[7].Text = value;
|
this.CollectionLabelDiffMadc[7].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[7].Text != value)
|
if (this.CollectionLabelLRSec[7].Text != value)
|
||||||
this.CollectionDiffSecDiff[7].Text = value;
|
this.CollectionLabelLRSec[7].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[7].Text != value)
|
if (this.CollectionLabelLRMax[7].Text != value)
|
||||||
this.CollectionDiffSecMax[7].Text = value;
|
this.CollectionLabelLRMax[7].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData9(LeakData1 data)
|
public void UpdateDisplayDiffData9(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[8].Text != value)
|
if (this.CollectionLabelDiffMadc[8].Text != value)
|
||||||
this.CollectionDiffMadc[8].Text = value;
|
this.CollectionLabelDiffMadc[8].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[8].Text != value)
|
if (this.CollectionLabelLRSec[8].Text != value)
|
||||||
this.CollectionDiffSecDiff[8].Text = value;
|
this.CollectionLabelLRSec[8].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[8].Text != value)
|
if (this.CollectionLabelLRMax[8].Text != value)
|
||||||
this.CollectionDiffSecMax[8].Text = value;
|
this.CollectionLabelLRMax[8].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData10(LeakData1 data)
|
public void UpdateDisplayDiffData10(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[9].Text != value)
|
if (this.CollectionLabelDiffMadc[9].Text != value)
|
||||||
this.CollectionDiffMadc[9].Text = value;
|
this.CollectionLabelDiffMadc[9].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[9].Text != value)
|
if (this.CollectionLabelLRSec[9].Text != value)
|
||||||
this.CollectionDiffSecDiff[9].Text = value;
|
this.CollectionLabelLRSec[9].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[9].Text != value)
|
if (this.CollectionLabelLRMax[9].Text != value)
|
||||||
this.CollectionDiffSecMax[9].Text = value;
|
this.CollectionLabelLRMax[9].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData11(LeakData1 data)
|
public void UpdateDisplayDiffData11(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[10].Text != value)
|
if (this.CollectionLabelDiffMadc[10].Text != value)
|
||||||
this.CollectionDiffMadc[10].Text = value;
|
this.CollectionLabelDiffMadc[10].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[10].Text != value)
|
if (this.CollectionLabelLRSec[10].Text != value)
|
||||||
this.CollectionDiffSecDiff[10].Text = value;
|
this.CollectionLabelLRSec[10].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[10].Text != value)
|
if (this.CollectionLabelLRMax[10].Text != value)
|
||||||
this.CollectionDiffSecMax[10].Text = value;
|
this.CollectionLabelLRMax[10].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDiffData12(LeakData1 data)
|
public void UpdateDisplayDiffData12(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DiffData.MAdc;
|
value = data.DiffData.MAdc;
|
||||||
if (this.CollectionDiffMadc[11].Text != value)
|
if (this.CollectionLabelDiffMadc[11].Text != value)
|
||||||
this.CollectionDiffMadc[11].Text = value;
|
this.CollectionLabelDiffMadc[11].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBuf;
|
value = data.DiffData.SecBuf;
|
||||||
if (this.CollectionDiffSecDiff[11].Text != value)
|
if (this.CollectionLabelLRSec[11].Text != value)
|
||||||
this.CollectionDiffSecDiff[1].Text = value;
|
this.CollectionLabelLRSec[1].Text = value;
|
||||||
|
|
||||||
value = data.DiffData.SecBufMax;
|
value = data.DiffData.SecBufMax;
|
||||||
if (this.CollectionDiffSecMax[11].Text != value)
|
if (this.CollectionLabelLRMax[11].Text != value)
|
||||||
this.CollectionDiffSecMax[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++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EQUIPMENT_LANE; i++)
|
||||||
{
|
{
|
||||||
value = datas[i].RData;
|
value = datas[i].RData;
|
||||||
if (this.CollectionDispRData[i].Text != value)
|
if (this.CollectionLabelLevel[i].Text != value)
|
||||||
this.CollectionDispRData[i].Text = value;
|
this.CollectionLabelLevel[i].Text = value;
|
||||||
|
|
||||||
value = datas[i].MData;
|
value = datas[i].MData;
|
||||||
if (this.CollectionDispMData[i].Text != value)
|
if (this.CollectionLabelHeight[i].Text != value)
|
||||||
this.CollectionDispMData[i].Text = value;
|
this.CollectionLabelHeight[i].Text = value;
|
||||||
|
|
||||||
value = datas[i].MDataDiff;
|
value = datas[i].MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[i].Text != value)
|
if (this.CollectionLabelDiff[i].Text != value)
|
||||||
this.CollectionDispMDataDiff[i].Text = value;
|
this.CollectionLabelDiff[i].Text = value;
|
||||||
|
|
||||||
value = datas[i].MDataMax;
|
value = datas[i].MDataMax;
|
||||||
if (this.CollectionDispMDataMax[i].Text != value)
|
if (this.CollectionLabelMaxHeight[i].Text != value)
|
||||||
this.CollectionDispMDataMax[i].Text = value;
|
this.CollectionLabelMaxHeight[i].Text = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData1(LeakData1 data)
|
public void UpdateDisplayDispData1(LeakData1 data)
|
||||||
|
@ -669,240 +679,240 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[0].Text != value)
|
if (this.CollectionLabelLevel[0].Text != value)
|
||||||
this.CollectionDispRData[0].Text = value;
|
this.CollectionLabelLevel[0].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[0].Text != value)
|
if (this.CollectionLabelHeight[0].Text != value)
|
||||||
this.CollectionDispMData[0].Text = value;
|
this.CollectionLabelHeight[0].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[0].Text != value)
|
if (this.CollectionLabelDiff[0].Text != value)
|
||||||
this.CollectionDispMDataDiff[0].Text = value;
|
this.CollectionLabelDiff[0].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[0].Text != value)
|
if (this.CollectionLabelMaxHeight[0].Text != value)
|
||||||
this.CollectionDispMDataMax[0].Text = value;
|
this.CollectionLabelMaxHeight[0].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData2(LeakData1 data)
|
public void UpdateDisplayDispData2(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[1].Text != value)
|
if (this.CollectionLabelLevel[1].Text != value)
|
||||||
this.CollectionDispRData[1].Text = value;
|
this.CollectionLabelLevel[1].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[1].Text != value)
|
if (this.CollectionLabelHeight[1].Text != value)
|
||||||
this.CollectionDispMData[1].Text = value;
|
this.CollectionLabelHeight[1].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[1].Text != value)
|
if (this.CollectionLabelDiff[1].Text != value)
|
||||||
this.CollectionDispMDataDiff[1].Text = value;
|
this.CollectionLabelDiff[1].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[1].Text != value)
|
if (this.CollectionLabelMaxHeight[1].Text != value)
|
||||||
this.CollectionDispMDataMax[1].Text = value;
|
this.CollectionLabelMaxHeight[1].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData3(LeakData1 data)
|
public void UpdateDisplayDispData3(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[2].Text != value)
|
if (this.CollectionLabelLevel[2].Text != value)
|
||||||
this.CollectionDispRData[2].Text = value;
|
this.CollectionLabelLevel[2].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[2].Text != value)
|
if (this.CollectionLabelHeight[2].Text != value)
|
||||||
this.CollectionDispMData[2].Text = value;
|
this.CollectionLabelHeight[2].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[2].Text != value)
|
if (this.CollectionLabelDiff[2].Text != value)
|
||||||
this.CollectionDispMDataDiff[2].Text = value;
|
this.CollectionLabelDiff[2].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[2].Text != value)
|
if (this.CollectionLabelMaxHeight[2].Text != value)
|
||||||
this.CollectionDispMDataMax[2].Text = value;
|
this.CollectionLabelMaxHeight[2].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData4(LeakData1 data)
|
public void UpdateDisplayDispData4(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[3].Text != value)
|
if (this.CollectionLabelLevel[3].Text != value)
|
||||||
this.CollectionDispRData[3].Text = value;
|
this.CollectionLabelLevel[3].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[3].Text != value)
|
if (this.CollectionLabelHeight[3].Text != value)
|
||||||
this.CollectionDispMData[3].Text = value;
|
this.CollectionLabelHeight[3].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[3].Text != value)
|
if (this.CollectionLabelDiff[3].Text != value)
|
||||||
this.CollectionDispMDataDiff[3].Text = value;
|
this.CollectionLabelDiff[3].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[3].Text != value)
|
if (this.CollectionLabelMaxHeight[3].Text != value)
|
||||||
this.CollectionDispMDataMax[3].Text = value;
|
this.CollectionLabelMaxHeight[3].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData5(LeakData1 data)
|
public void UpdateDisplayDispData5(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[4].Text != value)
|
if (this.CollectionLabelLevel[4].Text != value)
|
||||||
this.CollectionDispRData[4].Text = value;
|
this.CollectionLabelLevel[4].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[4].Text != value)
|
if (this.CollectionLabelHeight[4].Text != value)
|
||||||
this.CollectionDispMData[4].Text = value;
|
this.CollectionLabelHeight[4].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[4].Text != value)
|
if (this.CollectionLabelDiff[4].Text != value)
|
||||||
this.CollectionDispMDataDiff[4].Text = value;
|
this.CollectionLabelDiff[4].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[4].Text != value)
|
if (this.CollectionLabelMaxHeight[4].Text != value)
|
||||||
this.CollectionDispMDataMax[4].Text = value;
|
this.CollectionLabelMaxHeight[4].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData6(LeakData1 data)
|
public void UpdateDisplayDispData6(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[5].Text != value)
|
if (this.CollectionLabelLevel[5].Text != value)
|
||||||
this.CollectionDispRData[5].Text = value;
|
this.CollectionLabelLevel[5].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[5].Text != value)
|
if (this.CollectionLabelHeight[5].Text != value)
|
||||||
this.CollectionDispMData[5].Text = value;
|
this.CollectionLabelHeight[5].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[5].Text != value)
|
if (this.CollectionLabelDiff[5].Text != value)
|
||||||
this.CollectionDispMDataDiff[5].Text = value;
|
this.CollectionLabelDiff[5].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[5].Text != value)
|
if (this.CollectionLabelMaxHeight[5].Text != value)
|
||||||
this.CollectionDispMDataMax[5].Text = value;
|
this.CollectionLabelMaxHeight[5].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData7(LeakData1 data)
|
public void UpdateDisplayDispData7(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[6].Text != value)
|
if (this.CollectionLabelLevel[6].Text != value)
|
||||||
this.CollectionDispRData[6].Text = value;
|
this.CollectionLabelLevel[6].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[6].Text != value)
|
if (this.CollectionLabelHeight[6].Text != value)
|
||||||
this.CollectionDispMData[6].Text = value;
|
this.CollectionLabelHeight[6].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[6].Text != value)
|
if (this.CollectionLabelDiff[6].Text != value)
|
||||||
this.CollectionDispMDataDiff[6].Text = value;
|
this.CollectionLabelDiff[6].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[6].Text != value)
|
if (this.CollectionLabelMaxHeight[6].Text != value)
|
||||||
this.CollectionDispMDataMax[6].Text = value;
|
this.CollectionLabelMaxHeight[6].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData8(LeakData1 data)
|
public void UpdateDisplayDispData8(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[7].Text != value)
|
if (this.CollectionLabelLevel[7].Text != value)
|
||||||
this.CollectionDispRData[7].Text = value;
|
this.CollectionLabelLevel[7].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[7].Text != value)
|
if (this.CollectionLabelHeight[7].Text != value)
|
||||||
this.CollectionDispMData[7].Text = value;
|
this.CollectionLabelHeight[7].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[7].Text != value)
|
if (this.CollectionLabelDiff[7].Text != value)
|
||||||
this.CollectionDispMDataDiff[7].Text = value;
|
this.CollectionLabelDiff[7].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[7].Text != value)
|
if (this.CollectionLabelMaxHeight[7].Text != value)
|
||||||
this.CollectionDispMDataMax[7].Text = value;
|
this.CollectionLabelMaxHeight[7].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData9(LeakData1 data)
|
public void UpdateDisplayDispData9(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[8].Text != value)
|
if (this.CollectionLabelLevel[8].Text != value)
|
||||||
this.CollectionDispRData[8].Text = value;
|
this.CollectionLabelLevel[8].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[8].Text != value)
|
if (this.CollectionLabelHeight[8].Text != value)
|
||||||
this.CollectionDispMData[8].Text = value;
|
this.CollectionLabelHeight[8].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[8].Text != value)
|
if (this.CollectionLabelDiff[8].Text != value)
|
||||||
this.CollectionDispMDataDiff[8].Text = value;
|
this.CollectionLabelDiff[8].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[8].Text != value)
|
if (this.CollectionLabelMaxHeight[8].Text != value)
|
||||||
this.CollectionDispMDataMax[8].Text = value;
|
this.CollectionLabelMaxHeight[8].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData10(LeakData1 data)
|
public void UpdateDisplayDispData10(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[9].Text != value)
|
if (this.CollectionLabelLevel[9].Text != value)
|
||||||
this.CollectionDispRData[9].Text = value;
|
this.CollectionLabelLevel[9].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[9].Text != value)
|
if (this.CollectionLabelHeight[9].Text != value)
|
||||||
this.CollectionDispMData[9].Text = value;
|
this.CollectionLabelHeight[9].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[9].Text != value)
|
if (this.CollectionLabelDiff[9].Text != value)
|
||||||
this.CollectionDispMDataDiff[9].Text = value;
|
this.CollectionLabelDiff[9].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[9].Text != value)
|
if (this.CollectionLabelMaxHeight[9].Text != value)
|
||||||
this.CollectionDispMDataMax[9].Text = value;
|
this.CollectionLabelMaxHeight[9].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData11(LeakData1 data)
|
public void UpdateDisplayDispData11(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[10].Text != value)
|
if (this.CollectionLabelLevel[10].Text != value)
|
||||||
this.CollectionDispRData[10].Text = value;
|
this.CollectionLabelLevel[10].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[10].Text != value)
|
if (this.CollectionLabelHeight[10].Text != value)
|
||||||
this.CollectionDispMData[10].Text = value;
|
this.CollectionLabelHeight[10].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[10].Text != value)
|
if (this.CollectionLabelDiff[10].Text != value)
|
||||||
this.CollectionDispMDataDiff[10].Text = value;
|
this.CollectionLabelDiff[10].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[10].Text != value)
|
if (this.CollectionLabelMaxHeight[10].Text != value)
|
||||||
this.CollectionDispMDataMax[10].Text = value;
|
this.CollectionLabelMaxHeight[10].Text = value;
|
||||||
}
|
}
|
||||||
public void UpdateDisplayDispData12(LeakData1 data)
|
public void UpdateDisplayDispData12(LeakData1 data)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = data.DispData.RData;
|
value = data.DispData.RData;
|
||||||
if (this.CollectionDispRData[11].Text != value)
|
if (this.CollectionLabelLevel[11].Text != value)
|
||||||
this.CollectionDispRData[11].Text = value;
|
this.CollectionLabelLevel[11].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MData;
|
value = data.DispData.MData;
|
||||||
if (this.CollectionDispMData[11].Text != value)
|
if (this.CollectionLabelHeight[11].Text != value)
|
||||||
this.CollectionDispMData[11].Text = value;
|
this.CollectionLabelHeight[11].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataDiff;
|
value = data.DispData.MDataDiff;
|
||||||
if (this.CollectionDispMDataDiff[11].Text != value)
|
if (this.CollectionLabelDiff[11].Text != value)
|
||||||
this.CollectionDispMDataDiff[11].Text = value;
|
this.CollectionLabelDiff[11].Text = value;
|
||||||
|
|
||||||
value = data.DispData.MDataMax;
|
value = data.DispData.MDataMax;
|
||||||
if (this.CollectionDispMDataMax[11].Text != value)
|
if (this.CollectionLabelMaxHeight[11].Text != value)
|
||||||
this.CollectionDispMDataMax[11].Text = value;
|
this.CollectionLabelMaxHeight[11].Text = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 압력센서 데이터
|
// 압력센서 데이터
|
||||||
|
|
|
@ -58,39 +58,44 @@ namespace INT_LKD_2.Controls
|
||||||
#region Method
|
#region Method
|
||||||
public void InitializeDesign()
|
public void InitializeDesign()
|
||||||
{
|
{
|
||||||
if (this.ParentForm.ParentForm.SystemConfig.LANGUAGE == Define.E_LanguageID.English)
|
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
|
||||||
{
|
{
|
||||||
#region 영문
|
case Define.E_LanguageID.Chinese:
|
||||||
this.labelTitleOffset.Text = "Offset";
|
break;
|
||||||
this.labelTitleContents.Text = "Contents";
|
case Define.E_LanguageID.English:
|
||||||
this.labelTitleValueDecimal.Text = "Value(Decimal)";
|
#region 영문
|
||||||
this.labelTitleValueHexa.Text = "Value(Hexa)";
|
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++)
|
for (int i = 1; i <= this.ModbusCount; i++)
|
||||||
{
|
{
|
||||||
if (i % 2 == 1)
|
if (i % 2 == 1)
|
||||||
this.CollectionContents[i - 1].Text = "Processing";
|
this.CollectionContents[i - 1].Text = "Processing";
|
||||||
else
|
else
|
||||||
this.CollectionContents[i - 1].Text = "Result";
|
this.CollectionContents[i - 1].Text = "Result";
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
break;
|
||||||
else
|
case Define.E_LanguageID.Korean:
|
||||||
{
|
#region 한글
|
||||||
#region 한글
|
this.labelTitleOffset.Text = "Offset";
|
||||||
this.labelTitleOffset.Text = "Offset";
|
this.labelTitleContents.Text = "항목";
|
||||||
this.labelTitleContents.Text = "항목";
|
this.labelTitleValueDecimal.Text = "값(Decimal)";
|
||||||
this.labelTitleValueDecimal.Text = "값(Decimal)";
|
this.labelTitleValueHexa.Text = "값(Hexa)";
|
||||||
this.labelTitleValueHexa.Text = "값(Hexa)";
|
|
||||||
|
|
||||||
for (int i = 1; i <= this.ModbusCount; i++)
|
for (int i = 1; i <= this.ModbusCount; i++)
|
||||||
{
|
{
|
||||||
if (i % 2 == 1)
|
if (i % 2 == 1)
|
||||||
this.CollectionContents[i - 1].Text = "진행 여부";
|
this.CollectionContents[i - 1].Text = "진행 여부";
|
||||||
else
|
else
|
||||||
this.CollectionContents[i - 1].Text = "결과";
|
this.CollectionContents[i - 1].Text = "결과";
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
|
|
|
@ -49,6 +49,16 @@ namespace INT_LKD_2.Controls.MainDisplay
|
||||||
this.ColorResultNG = Color.FromArgb(254, 70, 70);
|
this.ColorResultNG = Color.FromArgb(254, 70, 70);
|
||||||
this.ColorResultNone = Color.FromArgb(42, 43, 45);
|
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)
|
private void GetJudgmentResult(Define.E_JudgmentStatus judg, SmartLabel label)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -112,6 +112,16 @@ namespace INT_LKD_2.Controls
|
||||||
this.buttonOut3.ButtonText = "None";
|
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)
|
private void OutputCommand(string address, string data)
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,34 +36,34 @@
|
||||||
this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelMesPressureWork = new SmartX.SmartLabel();
|
this.labelMesPressureWork = new SmartX.SmartLabel();
|
||||||
this.labelMesDiffSecMax = new SmartX.SmartLabel();
|
this.labelMesDiffSecMax = new SmartX.SmartLabel();
|
||||||
this.smartLabel41 = new SmartX.SmartLabel();
|
this.labelTitleLRMax = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.groupBoxPressure = new SmartX.SmartGroupBox();
|
||||||
this.smartDrawDiff = new SmartX.SmartDraw();
|
this.smartDrawDiff = new SmartX.SmartDraw();
|
||||||
this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle();
|
this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle();
|
||||||
this.smartLabel61 = new SmartX.SmartLabel();
|
this.smartLabel61 = new SmartX.SmartLabel();
|
||||||
this.labelMesPressureMaster = new SmartX.SmartLabel();
|
this.labelMesPressureMaster = new SmartX.SmartLabel();
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
this.labelTitleMaster = new SmartX.SmartLabel();
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
this.labelTitleWork = new SmartX.SmartLabel();
|
||||||
this.labelMesDispMDataMax = new SmartX.SmartLabel();
|
this.labelMesDispMDataMax = new SmartX.SmartLabel();
|
||||||
this.smartLabel48 = new SmartX.SmartLabel();
|
this.labelTitleMaxHeight = new SmartX.SmartLabel();
|
||||||
this.labelMesDispMDataDiff = new SmartX.SmartLabel();
|
this.labelMesDispMDataDiff = new SmartX.SmartLabel();
|
||||||
this.smartLabel53 = new SmartX.SmartLabel();
|
this.labelTitleDiff = new SmartX.SmartLabel();
|
||||||
this.labelMesDiffMadc = new SmartX.SmartLabel();
|
this.labelMesDiffMadc = new SmartX.SmartLabel();
|
||||||
this.smartLabel23 = new SmartX.SmartLabel();
|
this.smartLabel23 = new SmartX.SmartLabel();
|
||||||
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
|
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
|
||||||
this.labelMesDiffSecDiff = new SmartX.SmartLabel();
|
this.labelMesDiffSecDiff = new SmartX.SmartLabel();
|
||||||
this.smartLabel14 = new SmartX.SmartLabel();
|
this.labelTitleLRSec = new SmartX.SmartLabel();
|
||||||
this.labelMesDispMData = new SmartX.SmartLabel();
|
this.labelMesDispMData = new SmartX.SmartLabel();
|
||||||
this.smartLabel30 = new SmartX.SmartLabel();
|
this.labelTitleHeight = new SmartX.SmartLabel();
|
||||||
this.labelMesDispRData = new SmartX.SmartLabel();
|
this.labelMesDispRData = new SmartX.SmartLabel();
|
||||||
this.smartLabel32 = new SmartX.SmartLabel();
|
this.labelTitleLevel = new SmartX.SmartLabel();
|
||||||
this.labelMesResult = new SmartX.SmartLabel();
|
this.labelMesResult = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox11 = new SmartX.SmartGroupBox();
|
this.groupBoxDisplacement = new SmartX.SmartGroupBox();
|
||||||
this.smartDrawDisp = new SmartX.SmartDraw();
|
this.smartDrawDisp = new SmartX.SmartDraw();
|
||||||
this.groupBoxMeasuring1.SuspendLayout();
|
this.groupBoxMeasuring1.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.groupBoxPressure.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).BeginInit();
|
||||||
this.smartGroupBox11.SuspendLayout();
|
this.groupBoxDisplacement.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -78,23 +78,23 @@
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine5);
|
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine5);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureWork);
|
this.groupBoxMeasuring1.Controls.Add(this.labelMesPressureWork);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecMax);
|
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.labelMesPressureMaster);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartLabel8);
|
this.groupBoxMeasuring1.Controls.Add(this.labelTitleMaster);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartLabel9);
|
this.groupBoxMeasuring1.Controls.Add(this.labelTitleWork);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispMDataMax);
|
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.labelMesDispMDataDiff);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartLabel53);
|
this.groupBoxMeasuring1.Controls.Add(this.labelTitleDiff);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffMadc);
|
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffMadc);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartLabel23);
|
this.groupBoxMeasuring1.Controls.Add(this.smartLabel23);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine4);
|
this.groupBoxMeasuring1.Controls.Add(this.smartSeparatorLine4);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesDiffSecDiff);
|
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.labelMesDispMData);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.smartLabel30);
|
this.groupBoxMeasuring1.Controls.Add(this.labelTitleHeight);
|
||||||
this.groupBoxMeasuring1.Controls.Add(this.labelMesDispRData);
|
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.Controls.Add(this.labelMesResult);
|
||||||
this.groupBoxMeasuring1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
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)))));
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesResultDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesResultDisp.Location = new System.Drawing.Point(89, 108);
|
this.labelMesResultDisp.Location = new System.Drawing.Point(89, 108);
|
||||||
this.labelMesResultDisp.Name = "labelMesResultDisp";
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesResultDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesResultDiff.Location = new System.Drawing.Point(4, 108);
|
this.labelMesResultDiff.Location = new System.Drawing.Point(4, 108);
|
||||||
this.labelMesResultDiff.Name = "labelMesResultDiff";
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesPressureWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesPressureWork.Location = new System.Drawing.Point(80, 218);
|
this.labelMesPressureWork.Location = new System.Drawing.Point(80, 218);
|
||||||
this.labelMesPressureWork.Name = "labelMesPressureWork";
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDiffSecMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDiffSecMax.Location = new System.Drawing.Point(80, 360);
|
this.labelMesDiffSecMax.Location = new System.Drawing.Point(80, 360);
|
||||||
this.labelMesDiffSecMax.Name = "labelMesDiffSecMax";
|
this.labelMesDiffSecMax.Name = "labelMesDiffSecMax";
|
||||||
|
@ -227,48 +227,48 @@
|
||||||
this.labelMesDiffSecMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDiffSecMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDiffSecMax.Wordwrap = false;
|
this.labelMesDiffSecMax.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel41
|
// labelTitleLRMax
|
||||||
//
|
//
|
||||||
this.smartLabel41.BackGround = this.smartGroupBox2;
|
this.labelTitleLRMax.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleLRMax.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.labelTitleLRMax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleLRMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleLRMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel41.LineSpacing = 0F;
|
this.labelTitleLRMax.LineSpacing = 0F;
|
||||||
this.smartLabel41.Location = new System.Drawing.Point(4, 360);
|
this.labelTitleLRMax.Location = new System.Drawing.Point(4, 360);
|
||||||
this.smartLabel41.Name = "smartLabel41";
|
this.labelTitleLRMax.Name = "labelTitleLRMax";
|
||||||
this.smartLabel41.OverlapOptimize = true;
|
this.labelTitleLRMax.OverlapOptimize = true;
|
||||||
this.smartLabel41.PasswordChar = '\0';
|
this.labelTitleLRMax.PasswordChar = '\0';
|
||||||
this.smartLabel41.Radius = 3;
|
this.labelTitleLRMax.Radius = 3;
|
||||||
this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleLRMax.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel41.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleLRMax.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel41.TabIndex = 48;
|
this.labelTitleLRMax.TabIndex = 48;
|
||||||
this.smartLabel41.Text = "LR.Max";
|
this.labelTitleLRMax.Text = "LR.Max";
|
||||||
this.smartLabel41.TextColor = System.Drawing.Color.White;
|
this.labelTitleLRMax.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleLRMax.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLRMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLRMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel41.Wordwrap = false;
|
this.labelTitleLRMax.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// groupBoxPressure
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackGround = null;
|
this.groupBoxPressure.BackGround = null;
|
||||||
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxPressure.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox2.BackImage = null;
|
this.groupBoxPressure.BackImage = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.smartDrawDiff);
|
this.groupBoxPressure.Controls.Add(this.smartDrawDiff);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel61);
|
this.groupBoxPressure.Controls.Add(this.smartLabel61);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
this.groupBoxPressure.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.groupBoxPressure.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox2.FrameLineThickness = 2;
|
this.groupBoxPressure.FrameLineThickness = 2;
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxPressure.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox2.HeaderHeightOffset = 1;
|
this.groupBoxPressure.HeaderHeightOffset = 1;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(3, 2);
|
this.groupBoxPressure.Location = new System.Drawing.Point(3, 2);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.groupBoxPressure.Name = "groupBoxPressure";
|
||||||
this.smartGroupBox2.RoundRadius = 5;
|
this.groupBoxPressure.RoundRadius = 5;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(433, 285);
|
this.groupBoxPressure.Size = new System.Drawing.Size(433, 285);
|
||||||
this.smartGroupBox2.TabIndex = 118;
|
this.groupBoxPressure.TabIndex = 118;
|
||||||
this.smartGroupBox2.Text = "Pressure";
|
this.groupBoxPressure.Text = "Pressure";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
this.groupBoxPressure.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartDrawDiff
|
// smartDrawDiff
|
||||||
//
|
//
|
||||||
|
@ -305,7 +305,7 @@
|
||||||
this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.smartLabel61.Location = new System.Drawing.Point(399, 392);
|
this.smartLabel61.Location = new System.Drawing.Point(399, 392);
|
||||||
this.smartLabel61.Name = "smartLabel61";
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesPressureMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesPressureMaster.Location = new System.Drawing.Point(80, 182);
|
this.labelMesPressureMaster.Location = new System.Drawing.Point(80, 182);
|
||||||
this.labelMesPressureMaster.Name = "labelMesPressureMaster";
|
this.labelMesPressureMaster.Name = "labelMesPressureMaster";
|
||||||
|
@ -345,51 +345,51 @@
|
||||||
this.labelMesPressureMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesPressureMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesPressureMaster.Wordwrap = false;
|
this.labelMesPressureMaster.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel8
|
// labelTitleMaster
|
||||||
//
|
//
|
||||||
this.smartLabel8.BackGround = this.smartGroupBox2;
|
this.labelTitleMaster.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleMaster.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.labelTitleMaster.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleMaster.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleMaster.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel8.LineSpacing = 0F;
|
this.labelTitleMaster.LineSpacing = 0F;
|
||||||
this.smartLabel8.Location = new System.Drawing.Point(4, 182);
|
this.labelTitleMaster.Location = new System.Drawing.Point(4, 182);
|
||||||
this.smartLabel8.Name = "smartLabel8";
|
this.labelTitleMaster.Name = "labelTitleMaster";
|
||||||
this.smartLabel8.OverlapOptimize = true;
|
this.labelTitleMaster.OverlapOptimize = true;
|
||||||
this.smartLabel8.PasswordChar = '\0';
|
this.labelTitleMaster.PasswordChar = '\0';
|
||||||
this.smartLabel8.Radius = 3;
|
this.labelTitleMaster.Radius = 3;
|
||||||
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleMaster.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel8.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleMaster.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel8.TabIndex = 35;
|
this.labelTitleMaster.TabIndex = 35;
|
||||||
this.smartLabel8.Text = "master";
|
this.labelTitleMaster.Text = "master";
|
||||||
this.smartLabel8.TextColor = System.Drawing.Color.White;
|
this.labelTitleMaster.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleMaster.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleMaster.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleMaster.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel8.Wordwrap = false;
|
this.labelTitleMaster.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel9
|
// labelTitleWork
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackGround = this.smartGroupBox2;
|
this.labelTitleWork.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleWork.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.labelTitleWork.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleWork.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleWork.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.labelTitleWork.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(4, 218);
|
this.labelTitleWork.Location = new System.Drawing.Point(4, 218);
|
||||||
this.smartLabel9.Name = "smartLabel9";
|
this.labelTitleWork.Name = "labelTitleWork";
|
||||||
this.smartLabel9.OverlapOptimize = true;
|
this.labelTitleWork.OverlapOptimize = true;
|
||||||
this.smartLabel9.PasswordChar = '\0';
|
this.labelTitleWork.PasswordChar = '\0';
|
||||||
this.smartLabel9.Radius = 3;
|
this.labelTitleWork.Radius = 3;
|
||||||
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleWork.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel9.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleWork.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel9.TabIndex = 34;
|
this.labelTitleWork.TabIndex = 34;
|
||||||
this.smartLabel9.Text = "work";
|
this.labelTitleWork.Text = "work";
|
||||||
this.smartLabel9.TextColor = System.Drawing.Color.White;
|
this.labelTitleWork.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleWork.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleWork.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleWork.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel9.Wordwrap = false;
|
this.labelTitleWork.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesDispMDataMax
|
// labelMesDispMDataMax
|
||||||
//
|
//
|
||||||
|
@ -397,7 +397,7 @@
|
||||||
this.labelMesDispMDataMax.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDispMDataMax.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDispMDataMax.Location = new System.Drawing.Point(80, 497);
|
this.labelMesDispMDataMax.Location = new System.Drawing.Point(80, 497);
|
||||||
this.labelMesDispMDataMax.Name = "labelMesDispMDataMax";
|
this.labelMesDispMDataMax.Name = "labelMesDispMDataMax";
|
||||||
|
@ -414,28 +414,28 @@
|
||||||
this.labelMesDispMDataMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDispMDataMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDispMDataMax.Wordwrap = false;
|
this.labelMesDispMDataMax.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel48
|
// labelTitleMaxHeight
|
||||||
//
|
//
|
||||||
this.smartLabel48.BackGround = this.smartGroupBox2;
|
this.labelTitleMaxHeight.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleMaxHeight.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.labelTitleMaxHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleMaxHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleMaxHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel48.LineSpacing = 0F;
|
this.labelTitleMaxHeight.LineSpacing = 0F;
|
||||||
this.smartLabel48.Location = new System.Drawing.Point(4, 497);
|
this.labelTitleMaxHeight.Location = new System.Drawing.Point(4, 497);
|
||||||
this.smartLabel48.Name = "smartLabel48";
|
this.labelTitleMaxHeight.Name = "labelTitleMaxHeight";
|
||||||
this.smartLabel48.OverlapOptimize = true;
|
this.labelTitleMaxHeight.OverlapOptimize = true;
|
||||||
this.smartLabel48.PasswordChar = '\0';
|
this.labelTitleMaxHeight.PasswordChar = '\0';
|
||||||
this.smartLabel48.Radius = 3;
|
this.labelTitleMaxHeight.Radius = 3;
|
||||||
this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleMaxHeight.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel48.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleMaxHeight.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel48.TabIndex = 44;
|
this.labelTitleMaxHeight.TabIndex = 44;
|
||||||
this.smartLabel48.Text = "Max Height";
|
this.labelTitleMaxHeight.Text = "Max Height";
|
||||||
this.smartLabel48.TextColor = System.Drawing.Color.White;
|
this.labelTitleMaxHeight.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleMaxHeight.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleMaxHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleMaxHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel48.Wordwrap = false;
|
this.labelTitleMaxHeight.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesDispMDataDiff
|
// labelMesDispMDataDiff
|
||||||
//
|
//
|
||||||
|
@ -443,7 +443,7 @@
|
||||||
this.labelMesDispMDataDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDispMDataDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDispMDataDiff.Location = new System.Drawing.Point(80, 533);
|
this.labelMesDispMDataDiff.Location = new System.Drawing.Point(80, 533);
|
||||||
this.labelMesDispMDataDiff.Name = "labelMesDispMDataDiff";
|
this.labelMesDispMDataDiff.Name = "labelMesDispMDataDiff";
|
||||||
|
@ -460,28 +460,28 @@
|
||||||
this.labelMesDispMDataDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDispMDataDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDispMDataDiff.Wordwrap = false;
|
this.labelMesDispMDataDiff.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel53
|
// labelTitleDiff
|
||||||
//
|
//
|
||||||
this.smartLabel53.BackGround = this.smartGroupBox2;
|
this.labelTitleDiff.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleDiff.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.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel53.LineSpacing = 0F;
|
this.labelTitleDiff.LineSpacing = 0F;
|
||||||
this.smartLabel53.Location = new System.Drawing.Point(4, 533);
|
this.labelTitleDiff.Location = new System.Drawing.Point(4, 533);
|
||||||
this.smartLabel53.Name = "smartLabel53";
|
this.labelTitleDiff.Name = "labelTitleDiff";
|
||||||
this.smartLabel53.OverlapOptimize = true;
|
this.labelTitleDiff.OverlapOptimize = true;
|
||||||
this.smartLabel53.PasswordChar = '\0';
|
this.labelTitleDiff.PasswordChar = '\0';
|
||||||
this.smartLabel53.Radius = 3;
|
this.labelTitleDiff.Radius = 3;
|
||||||
this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleDiff.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel53.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleDiff.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel53.TabIndex = 42;
|
this.labelTitleDiff.TabIndex = 42;
|
||||||
this.smartLabel53.Text = "Diff";
|
this.labelTitleDiff.Text = "Diff";
|
||||||
this.smartLabel53.TextColor = System.Drawing.Color.White;
|
this.labelTitleDiff.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleDiff.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel53.Wordwrap = false;
|
this.labelTitleDiff.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesDiffMadc
|
// labelMesDiffMadc
|
||||||
//
|
//
|
||||||
|
@ -489,7 +489,7 @@
|
||||||
this.labelMesDiffMadc.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDiffMadc.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDiffMadc.Location = new System.Drawing.Point(80, 288);
|
this.labelMesDiffMadc.Location = new System.Drawing.Point(80, 288);
|
||||||
this.labelMesDiffMadc.Name = "labelMesDiffMadc";
|
this.labelMesDiffMadc.Name = "labelMesDiffMadc";
|
||||||
|
@ -508,11 +508,11 @@
|
||||||
//
|
//
|
||||||
// smartLabel23
|
// 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.smartLabel23.Location = new System.Drawing.Point(4, 288);
|
this.smartLabel23.Location = new System.Drawing.Point(4, 288);
|
||||||
this.smartLabel23.Name = "smartLabel23";
|
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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDiffSecDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDiffSecDiff.Location = new System.Drawing.Point(80, 324);
|
this.labelMesDiffSecDiff.Location = new System.Drawing.Point(80, 324);
|
||||||
this.labelMesDiffSecDiff.Name = "labelMesDiffSecDiff";
|
this.labelMesDiffSecDiff.Name = "labelMesDiffSecDiff";
|
||||||
|
@ -565,28 +565,28 @@
|
||||||
this.labelMesDiffSecDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDiffSecDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDiffSecDiff.Wordwrap = false;
|
this.labelMesDiffSecDiff.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel14
|
// labelTitleLRSec
|
||||||
//
|
//
|
||||||
this.smartLabel14.BackGround = this.smartGroupBox2;
|
this.labelTitleLRSec.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleLRSec.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.labelTitleLRSec.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleLRSec.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleLRSec.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel14.LineSpacing = 0F;
|
this.labelTitleLRSec.LineSpacing = 0F;
|
||||||
this.smartLabel14.Location = new System.Drawing.Point(4, 324);
|
this.labelTitleLRSec.Location = new System.Drawing.Point(4, 324);
|
||||||
this.smartLabel14.Name = "smartLabel14";
|
this.labelTitleLRSec.Name = "labelTitleLRSec";
|
||||||
this.smartLabel14.OverlapOptimize = true;
|
this.labelTitleLRSec.OverlapOptimize = true;
|
||||||
this.smartLabel14.PasswordChar = '\0';
|
this.labelTitleLRSec.PasswordChar = '\0';
|
||||||
this.smartLabel14.Radius = 3;
|
this.labelTitleLRSec.Radius = 3;
|
||||||
this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleLRSec.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel14.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleLRSec.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel14.TabIndex = 32;
|
this.labelTitleLRSec.TabIndex = 32;
|
||||||
this.smartLabel14.Text = "LR.Sec";
|
this.labelTitleLRSec.Text = "LR.Sec";
|
||||||
this.smartLabel14.TextColor = System.Drawing.Color.White;
|
this.labelTitleLRSec.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleLRSec.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLRSec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLRSec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel14.Wordwrap = false;
|
this.labelTitleLRSec.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesDispMData
|
// labelMesDispMData
|
||||||
//
|
//
|
||||||
|
@ -594,7 +594,7 @@
|
||||||
this.labelMesDispMData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDispMData.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDispMData.Location = new System.Drawing.Point(80, 461);
|
this.labelMesDispMData.Location = new System.Drawing.Point(80, 461);
|
||||||
this.labelMesDispMData.Name = "labelMesDispMData";
|
this.labelMesDispMData.Name = "labelMesDispMData";
|
||||||
|
@ -611,28 +611,28 @@
|
||||||
this.labelMesDispMData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDispMData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDispMData.Wordwrap = false;
|
this.labelMesDispMData.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel30
|
// labelTitleHeight
|
||||||
//
|
//
|
||||||
this.smartLabel30.BackGround = this.smartGroupBox2;
|
this.labelTitleHeight.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleHeight.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.labelTitleHeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleHeight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleHeight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel30.LineSpacing = 0F;
|
this.labelTitleHeight.LineSpacing = 0F;
|
||||||
this.smartLabel30.Location = new System.Drawing.Point(4, 461);
|
this.labelTitleHeight.Location = new System.Drawing.Point(4, 461);
|
||||||
this.smartLabel30.Name = "smartLabel30";
|
this.labelTitleHeight.Name = "labelTitleHeight";
|
||||||
this.smartLabel30.OverlapOptimize = true;
|
this.labelTitleHeight.OverlapOptimize = true;
|
||||||
this.smartLabel30.PasswordChar = '\0';
|
this.labelTitleHeight.PasswordChar = '\0';
|
||||||
this.smartLabel30.Radius = 3;
|
this.labelTitleHeight.Radius = 3;
|
||||||
this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleHeight.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel30.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleHeight.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel30.TabIndex = 30;
|
this.labelTitleHeight.TabIndex = 30;
|
||||||
this.smartLabel30.Text = "Height";
|
this.labelTitleHeight.Text = "Height";
|
||||||
this.smartLabel30.TextColor = System.Drawing.Color.White;
|
this.labelTitleHeight.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleHeight.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleHeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleHeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel30.Wordwrap = false;
|
this.labelTitleHeight.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesDispRData
|
// labelMesDispRData
|
||||||
//
|
//
|
||||||
|
@ -640,7 +640,7 @@
|
||||||
this.labelMesDispRData.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesDispRData.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesDispRData.Location = new System.Drawing.Point(80, 425);
|
this.labelMesDispRData.Location = new System.Drawing.Point(80, 425);
|
||||||
this.labelMesDispRData.Name = "labelMesDispRData";
|
this.labelMesDispRData.Name = "labelMesDispRData";
|
||||||
|
@ -657,28 +657,28 @@
|
||||||
this.labelMesDispRData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesDispRData.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesDispRData.Wordwrap = false;
|
this.labelMesDispRData.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel32
|
// labelTitleLevel
|
||||||
//
|
//
|
||||||
this.smartLabel32.BackGround = this.smartGroupBox2;
|
this.labelTitleLevel.BackGround = this.groupBoxPressure;
|
||||||
this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleLevel.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.labelTitleLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel32.LineSpacing = 0F;
|
this.labelTitleLevel.LineSpacing = 0F;
|
||||||
this.smartLabel32.Location = new System.Drawing.Point(4, 425);
|
this.labelTitleLevel.Location = new System.Drawing.Point(4, 425);
|
||||||
this.smartLabel32.Name = "smartLabel32";
|
this.labelTitleLevel.Name = "labelTitleLevel";
|
||||||
this.smartLabel32.OverlapOptimize = true;
|
this.labelTitleLevel.OverlapOptimize = true;
|
||||||
this.smartLabel32.PasswordChar = '\0';
|
this.labelTitleLevel.PasswordChar = '\0';
|
||||||
this.smartLabel32.Radius = 3;
|
this.labelTitleLevel.Radius = 3;
|
||||||
this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleLevel.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel32.Size = new System.Drawing.Size(70, 30);
|
this.labelTitleLevel.Size = new System.Drawing.Size(70, 30);
|
||||||
this.smartLabel32.TabIndex = 29;
|
this.labelTitleLevel.TabIndex = 29;
|
||||||
this.smartLabel32.Text = "Level";
|
this.labelTitleLevel.Text = "Level";
|
||||||
this.smartLabel32.TextColor = System.Drawing.Color.White;
|
this.labelTitleLevel.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleLevel.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel32.Wordwrap = false;
|
this.labelTitleLevel.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelMesResult
|
// labelMesResult
|
||||||
//
|
//
|
||||||
|
@ -686,7 +686,7 @@
|
||||||
this.labelMesResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelMesResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
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.LineSpacing = 0F;
|
||||||
this.labelMesResult.Location = new System.Drawing.Point(4, 42);
|
this.labelMesResult.Location = new System.Drawing.Point(4, 42);
|
||||||
this.labelMesResult.Name = "labelMesResult";
|
this.labelMesResult.Name = "labelMesResult";
|
||||||
|
@ -703,24 +703,24 @@
|
||||||
this.labelMesResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelMesResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelMesResult.Wordwrap = false;
|
this.labelMesResult.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox11
|
// groupBoxDisplacement
|
||||||
//
|
//
|
||||||
this.smartGroupBox11.BackGround = null;
|
this.groupBoxDisplacement.BackGround = null;
|
||||||
this.smartGroupBox11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxDisplacement.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox11.BackImage = null;
|
this.groupBoxDisplacement.BackImage = null;
|
||||||
this.smartGroupBox11.Controls.Add(this.smartDrawDisp);
|
this.groupBoxDisplacement.Controls.Add(this.smartDrawDisp);
|
||||||
this.smartGroupBox11.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
this.groupBoxDisplacement.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.groupBoxDisplacement.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox11.FrameLineThickness = 2;
|
this.groupBoxDisplacement.FrameLineThickness = 2;
|
||||||
this.smartGroupBox11.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxDisplacement.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox11.HeaderHeightOffset = 1;
|
this.groupBoxDisplacement.HeaderHeightOffset = 1;
|
||||||
this.smartGroupBox11.Location = new System.Drawing.Point(3, 293);
|
this.groupBoxDisplacement.Location = new System.Drawing.Point(3, 293);
|
||||||
this.smartGroupBox11.Name = "smartGroupBox11";
|
this.groupBoxDisplacement.Name = "groupBoxDisplacement";
|
||||||
this.smartGroupBox11.RoundRadius = 5;
|
this.groupBoxDisplacement.RoundRadius = 5;
|
||||||
this.smartGroupBox11.Size = new System.Drawing.Size(433, 285);
|
this.groupBoxDisplacement.Size = new System.Drawing.Size(433, 285);
|
||||||
this.smartGroupBox11.TabIndex = 120;
|
this.groupBoxDisplacement.TabIndex = 120;
|
||||||
this.smartGroupBox11.Text = "Displacement ";
|
this.groupBoxDisplacement.Text = "Displacement ";
|
||||||
this.smartGroupBox11.TextColor = System.Drawing.Color.White;
|
this.groupBoxDisplacement.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartDrawDisp
|
// smartDrawDisp
|
||||||
//
|
//
|
||||||
|
@ -750,14 +750,14 @@
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.Controls.Add(this.groupBoxMeasuring1);
|
this.Controls.Add(this.groupBoxMeasuring1);
|
||||||
this.Controls.Add(this.smartGroupBox2);
|
this.Controls.Add(this.groupBoxPressure);
|
||||||
this.Controls.Add(this.smartGroupBox11);
|
this.Controls.Add(this.groupBoxDisplacement);
|
||||||
this.Name = "ControlMenuRecipeData";
|
this.Name = "ControlMenuRecipeData";
|
||||||
this.Size = new System.Drawing.Size(620, 580);
|
this.Size = new System.Drawing.Size(620, 580);
|
||||||
this.groupBoxMeasuring1.ResumeLayout(false);
|
this.groupBoxMeasuring1.ResumeLayout(false);
|
||||||
this.smartGroupBox2.ResumeLayout(false);
|
this.groupBoxPressure.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartDrawDiff)).EndInit();
|
||||||
this.smartGroupBox11.ResumeLayout(false);
|
this.groupBoxDisplacement.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartDrawDisp)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
@ -770,28 +770,28 @@
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine5;
|
private SmartX.SmartSeparatorLine smartSeparatorLine5;
|
||||||
private SmartX.SmartLabel labelMesPressureWork;
|
private SmartX.SmartLabel labelMesPressureWork;
|
||||||
private SmartX.SmartLabel labelMesDiffSecMax;
|
private SmartX.SmartLabel labelMesDiffSecMax;
|
||||||
private SmartX.SmartLabel smartLabel41;
|
private SmartX.SmartLabel labelTitleLRMax;
|
||||||
private SmartX.SmartGroupBox smartGroupBox2;
|
private SmartX.SmartGroupBox groupBoxPressure;
|
||||||
private SmartX.SmartDraw smartDrawDiff;
|
private SmartX.SmartDraw smartDrawDiff;
|
||||||
private SmartX.SmartLabel smartLabel61;
|
private SmartX.SmartLabel smartLabel61;
|
||||||
private SmartX.SmartLabel labelMesPressureMaster;
|
private SmartX.SmartLabel labelMesPressureMaster;
|
||||||
private SmartX.SmartLabel smartLabel8;
|
private SmartX.SmartLabel labelTitleMaster;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel labelTitleWork;
|
||||||
private SmartX.SmartLabel labelMesDispMDataMax;
|
private SmartX.SmartLabel labelMesDispMDataMax;
|
||||||
private SmartX.SmartLabel smartLabel48;
|
private SmartX.SmartLabel labelTitleMaxHeight;
|
||||||
private SmartX.SmartLabel labelMesDispMDataDiff;
|
private SmartX.SmartLabel labelMesDispMDataDiff;
|
||||||
private SmartX.SmartLabel smartLabel53;
|
private SmartX.SmartLabel labelTitleDiff;
|
||||||
private SmartX.SmartLabel labelMesDiffMadc;
|
private SmartX.SmartLabel labelMesDiffMadc;
|
||||||
private SmartX.SmartLabel smartLabel23;
|
private SmartX.SmartLabel smartLabel23;
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine4;
|
private SmartX.SmartSeparatorLine smartSeparatorLine4;
|
||||||
private SmartX.SmartLabel labelMesDiffSecDiff;
|
private SmartX.SmartLabel labelMesDiffSecDiff;
|
||||||
private SmartX.SmartLabel smartLabel14;
|
private SmartX.SmartLabel labelTitleLRSec;
|
||||||
private SmartX.SmartLabel labelMesDispMData;
|
private SmartX.SmartLabel labelMesDispMData;
|
||||||
private SmartX.SmartLabel smartLabel30;
|
private SmartX.SmartLabel labelTitleHeight;
|
||||||
private SmartX.SmartLabel labelMesDispRData;
|
private SmartX.SmartLabel labelMesDispRData;
|
||||||
private SmartX.SmartLabel smartLabel32;
|
private SmartX.SmartLabel labelTitleLevel;
|
||||||
private SmartX.SmartLabel labelMesResult;
|
private SmartX.SmartLabel labelMesResult;
|
||||||
private SmartX.SmartGroupBox smartGroupBox11;
|
private SmartX.SmartGroupBox groupBoxDisplacement;
|
||||||
private SmartX.SmartDraw smartDrawDisp;
|
private SmartX.SmartDraw smartDrawDisp;
|
||||||
private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1;
|
private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1;
|
||||||
private SmartX.SmartLabel labelMesResultDisp;
|
private SmartX.SmartLabel labelMesResultDisp;
|
||||||
|
|
|
@ -74,6 +74,16 @@ namespace INT_LKD_2.Controls
|
||||||
this.labelMesDispMDataDiff.Text = "0.00";
|
this.labelMesDispMDataDiff.Text = "0.00";
|
||||||
this.labelMesDispMDataMax.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()
|
private void InitializeDrawDiff()
|
||||||
{
|
{
|
||||||
// SetChartConfig
|
// SetChartConfig
|
||||||
|
@ -376,10 +386,10 @@ namespace INT_LKD_2.Controls
|
||||||
this.labelMesDispMDataDiff.Enabled = false;
|
this.labelMesDispMDataDiff.Enabled = false;
|
||||||
this.labelMesDispMDataMax.Enabled = false;
|
this.labelMesDispMDataMax.Enabled = false;
|
||||||
|
|
||||||
this.smartLabel32.Enabled = false;
|
this.labelTitleLevel.Enabled = false;
|
||||||
this.smartLabel30.Enabled = false;
|
this.labelTitleHeight.Enabled = false;
|
||||||
this.smartLabel53.Enabled = false;
|
this.labelTitleDiff.Enabled = false;
|
||||||
this.smartLabel48.Enabled = false;
|
this.labelTitleMaxHeight.Enabled = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -388,10 +398,10 @@ namespace INT_LKD_2.Controls
|
||||||
this.labelMesDispMDataDiff.Enabled = true;
|
this.labelMesDispMDataDiff.Enabled = true;
|
||||||
this.labelMesDispMDataMax.Enabled = true;
|
this.labelMesDispMDataMax.Enabled = true;
|
||||||
|
|
||||||
this.smartLabel32.Enabled = true;
|
this.labelTitleLevel.Enabled = true;
|
||||||
this.smartLabel30.Enabled = true;
|
this.labelTitleHeight.Enabled = true;
|
||||||
this.smartLabel53.Enabled = true;
|
this.labelTitleDiff.Enabled = true;
|
||||||
this.smartLabel48.Enabled = true;
|
this.labelTitleMaxHeight.Enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -86,6 +86,16 @@ namespace INT_LKD_2.Controls
|
||||||
this.buttonSlave.ButtonDown();
|
this.buttonSlave.ButtonDown();
|
||||||
this.buttonMaster.ButtonUp();
|
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)
|
private void UpdateDisplauUserControls(bool enable)
|
||||||
{
|
{
|
||||||
|
@ -595,7 +605,7 @@ namespace INT_LKD_2.Controls
|
||||||
string before = "", after = "";
|
string before = "", after = "";
|
||||||
|
|
||||||
before = this.labelNumber.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -620,7 +630,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelPressureLevel.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -668,7 +678,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelVacuumStart.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -697,7 +707,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelVacuumHold1.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -726,7 +736,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelVacuumHold2.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -755,7 +765,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelVacuumBreak.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -786,7 +796,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelDispEmptyLevel.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -815,7 +825,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelDispMaxDiff.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -844,7 +854,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelDispMinHeight.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -910,7 +920,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelDiffLrLimit.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -935,10 +945,10 @@ namespace INT_LKD_2.Controls
|
||||||
|
|
||||||
this.ChildControlRecipeData1.CalScaleDiff(myKeypad.StringValue);
|
this.ChildControlRecipeData1.CalScaleDiff(myKeypad.StringValue);
|
||||||
this.ChildControlRecipeData2.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.ChildControlRecipeData1.DrawDiffReferenceLine(myKeypad.StringValue);
|
||||||
this.ChildControlRecipeData2.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)
|
private void labelDiffLrCycle_Click(object sender, EventArgs e)
|
||||||
|
@ -975,7 +985,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelDiffDelayTime.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
this.labelFunctions = new SmartX.SmartLabel();
|
this.labelFunctions = new SmartX.SmartLabel();
|
||||||
this.labelTitleStartAddress = new SmartX.SmartLabel();
|
this.labelTitleStartAddress = new SmartX.SmartLabel();
|
||||||
this.labelTitleFunctions = new SmartX.SmartLabel();
|
this.labelTitleFunctions = new SmartX.SmartLabel();
|
||||||
this.smartLabel10 = new SmartX.SmartLabel();
|
this.labelTitleRole = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox5 = new SmartX.SmartGroupBox();
|
this.groupBoxClient = new SmartX.SmartGroupBox();
|
||||||
this.buttonSaveClient = new SmartX.SmartButton();
|
this.buttonSaveClient = new SmartX.SmartButton();
|
||||||
this.buttonStopClient = new SmartX.SmartButton();
|
this.buttonStopClient = new SmartX.SmartButton();
|
||||||
this.labelHostPort = new SmartX.SmartLabel();
|
this.labelHostPort = new SmartX.SmartLabel();
|
||||||
|
@ -49,20 +49,20 @@
|
||||||
this.labelHostIP2 = new SmartX.SmartLabel();
|
this.labelHostIP2 = new SmartX.SmartLabel();
|
||||||
this.labelHostIP1 = new SmartX.SmartLabel();
|
this.labelHostIP1 = new SmartX.SmartLabel();
|
||||||
this.labelClientStatus = new SmartX.SmartLabel();
|
this.labelClientStatus = new SmartX.SmartLabel();
|
||||||
this.smartLabel7 = new SmartX.SmartLabel();
|
this.labelTitleClientStatus = new SmartX.SmartLabel();
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
this.labelTitleClientServerIP = new SmartX.SmartLabel();
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
this.labelTitleClientServerPort = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox4 = new SmartX.SmartGroupBox();
|
this.groupBoxServer = new SmartX.SmartGroupBox();
|
||||||
this.buttonSaveServer = new SmartX.SmartButton();
|
this.buttonSaveServer = new SmartX.SmartButton();
|
||||||
this.buttonStopServer = new SmartX.SmartButton();
|
this.buttonStopServer = new SmartX.SmartButton();
|
||||||
this.buttonStartServer = new SmartX.SmartButton();
|
this.buttonStartServer = new SmartX.SmartButton();
|
||||||
this.labelLocalPort = new SmartX.SmartLabel();
|
this.labelLocalPort = new SmartX.SmartLabel();
|
||||||
this.labelConnectedIP = new SmartX.SmartLabel();
|
this.labelConnectedIP = new SmartX.SmartLabel();
|
||||||
this.labelServerStatus = new SmartX.SmartLabel();
|
this.labelServerStatus = new SmartX.SmartLabel();
|
||||||
this.smartLabel6 = new SmartX.SmartLabel();
|
this.labelTitleServerStatus = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleServerConnectedIP = new SmartX.SmartLabel();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.labelTitleServerLocalPort = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
this.groupBoxLocalSettings = new SmartX.SmartGroupBox();
|
||||||
this.smartLabel5 = new SmartX.SmartLabel();
|
this.smartLabel5 = new SmartX.SmartLabel();
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
this.smartLabel4 = new SmartX.SmartLabel();
|
||||||
this.labelMACAddress6 = new SmartX.SmartLabel();
|
this.labelMACAddress6 = new SmartX.SmartLabel();
|
||||||
|
@ -91,21 +91,21 @@
|
||||||
this.labelTitleIPAddress = new SmartX.SmartLabel();
|
this.labelTitleIPAddress = new SmartX.SmartLabel();
|
||||||
this.buttonSaveLocal = new SmartX.SmartButton();
|
this.buttonSaveLocal = new SmartX.SmartButton();
|
||||||
this.labelHelp = new SmartX.SmartLabel();
|
this.labelHelp = new SmartX.SmartLabel();
|
||||||
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
this.groupBoxModeSettings = new SmartX.SmartGroupBox();
|
||||||
this.smartButton1 = new SmartX.SmartButton();
|
this.buttonTestSend = new SmartX.SmartButton();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.labelTitleCommMode = new SmartX.SmartLabel();
|
||||||
this.buttonSaveMode = new SmartX.SmartButton();
|
this.buttonSaveMode = new SmartX.SmartButton();
|
||||||
this.smartLabel13 = new SmartX.SmartLabel();
|
this.labelTitleOperationMode = new SmartX.SmartLabel();
|
||||||
this.comboBoxEthernetOpMode = new System.Windows.Forms.ComboBox();
|
this.comboBoxEthernetOpMode = new System.Windows.Forms.ComboBox();
|
||||||
this.comboBoxEthernetMode = new System.Windows.Forms.ComboBox();
|
this.comboBoxEthernetMode = new System.Windows.Forms.ComboBox();
|
||||||
this.timerServer = new System.Windows.Forms.Timer();
|
this.timerServer = new System.Windows.Forms.Timer();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.groupBoxModbusSetting.SuspendLayout();
|
this.groupBoxModbusSetting.SuspendLayout();
|
||||||
this.smartGroupBox5.SuspendLayout();
|
this.groupBoxClient.SuspendLayout();
|
||||||
this.smartGroupBox4.SuspendLayout();
|
this.groupBoxServer.SuspendLayout();
|
||||||
this.smartGroupBox3.SuspendLayout();
|
this.groupBoxLocalSettings.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.groupBoxModeSettings.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
|
@ -116,10 +116,10 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.labelClientCount);
|
this.smartGroupBox1.Controls.Add(this.labelClientCount);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartListBoxClientList);
|
this.smartGroupBox1.Controls.Add(this.smartListBoxClientList);
|
||||||
this.smartGroupBox1.Controls.Add(this.groupBoxModbusSetting);
|
this.smartGroupBox1.Controls.Add(this.groupBoxModbusSetting);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox5);
|
this.smartGroupBox1.Controls.Add(this.groupBoxClient);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox4);
|
this.smartGroupBox1.Controls.Add(this.groupBoxServer);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox3);
|
this.smartGroupBox1.Controls.Add(this.groupBoxLocalSettings);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
this.smartGroupBox1.Controls.Add(this.groupBoxModeSettings);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox1.FrameLineThickness = 2;
|
this.smartGroupBox1.FrameLineThickness = 2;
|
||||||
|
@ -279,7 +279,7 @@
|
||||||
this.groupBoxModbusSetting.Controls.Add(this.labelFunctions);
|
this.groupBoxModbusSetting.Controls.Add(this.labelFunctions);
|
||||||
this.groupBoxModbusSetting.Controls.Add(this.labelTitleStartAddress);
|
this.groupBoxModbusSetting.Controls.Add(this.labelTitleStartAddress);
|
||||||
this.groupBoxModbusSetting.Controls.Add(this.labelTitleFunctions);
|
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.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.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)))));
|
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.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitleFunctions.Wordwrap = false;
|
this.labelTitleFunctions.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel10
|
// labelTitleRole
|
||||||
//
|
//
|
||||||
this.smartLabel10.BackGround = null;
|
this.labelTitleRole.BackGround = null;
|
||||||
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleRole.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel10.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleRole.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleRole.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleRole.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel10.ForeColor = System.Drawing.Color.Red;
|
this.labelTitleRole.ForeColor = System.Drawing.Color.Red;
|
||||||
this.smartLabel10.LineSpacing = 0F;
|
this.labelTitleRole.LineSpacing = 0F;
|
||||||
this.smartLabel10.Location = new System.Drawing.Point(10, 86);
|
this.labelTitleRole.Location = new System.Drawing.Point(10, 86);
|
||||||
this.smartLabel10.Name = "smartLabel10";
|
this.labelTitleRole.Name = "labelTitleRole";
|
||||||
this.smartLabel10.OverlapOptimize = true;
|
this.labelTitleRole.OverlapOptimize = true;
|
||||||
this.smartLabel10.PasswordChar = '\0';
|
this.labelTitleRole.PasswordChar = '\0';
|
||||||
this.smartLabel10.Radius = 3;
|
this.labelTitleRole.Radius = 3;
|
||||||
this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleRole.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel10.Size = new System.Drawing.Size(96, 28);
|
this.labelTitleRole.Size = new System.Drawing.Size(96, 28);
|
||||||
this.smartLabel10.TabIndex = 249;
|
this.labelTitleRole.TabIndex = 249;
|
||||||
this.smartLabel10.Text = "Role";
|
this.labelTitleRole.Text = "Role";
|
||||||
this.smartLabel10.TextColor = System.Drawing.Color.White;
|
this.labelTitleRole.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleRole.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleRole.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleRole.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel10.Wordwrap = false;
|
this.labelTitleRole.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox5
|
// groupBoxClient
|
||||||
//
|
//
|
||||||
this.smartGroupBox5.BackGround = null;
|
this.groupBoxClient.BackGround = null;
|
||||||
this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxClient.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox5.BackImage = null;
|
this.groupBoxClient.BackImage = null;
|
||||||
this.smartGroupBox5.Controls.Add(this.buttonSaveClient);
|
this.groupBoxClient.Controls.Add(this.buttonSaveClient);
|
||||||
this.smartGroupBox5.Controls.Add(this.buttonStopClient);
|
this.groupBoxClient.Controls.Add(this.buttonStopClient);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelHostPort);
|
this.groupBoxClient.Controls.Add(this.labelHostPort);
|
||||||
this.smartGroupBox5.Controls.Add(this.buttonStartClient);
|
this.groupBoxClient.Controls.Add(this.buttonStartClient);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelHostIP4);
|
this.groupBoxClient.Controls.Add(this.labelHostIP4);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelHostIP3);
|
this.groupBoxClient.Controls.Add(this.labelHostIP3);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelHostIP2);
|
this.groupBoxClient.Controls.Add(this.labelHostIP2);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelHostIP1);
|
this.groupBoxClient.Controls.Add(this.labelHostIP1);
|
||||||
this.smartGroupBox5.Controls.Add(this.labelClientStatus);
|
this.groupBoxClient.Controls.Add(this.labelClientStatus);
|
||||||
this.smartGroupBox5.Controls.Add(this.smartLabel7);
|
this.groupBoxClient.Controls.Add(this.labelTitleClientStatus);
|
||||||
this.smartGroupBox5.Controls.Add(this.smartLabel8);
|
this.groupBoxClient.Controls.Add(this.labelTitleClientServerIP);
|
||||||
this.smartGroupBox5.Controls.Add(this.smartLabel9);
|
this.groupBoxClient.Controls.Add(this.labelTitleClientServerPort);
|
||||||
this.smartGroupBox5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.groupBoxClient.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.groupBoxClient.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.groupBoxClient.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox5.FrameLineThickness = 2;
|
this.groupBoxClient.FrameLineThickness = 2;
|
||||||
this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxClient.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox5.HeaderHeightOffset = 12;
|
this.groupBoxClient.HeaderHeightOffset = 12;
|
||||||
this.smartGroupBox5.Location = new System.Drawing.Point(457, 201);
|
this.groupBoxClient.Location = new System.Drawing.Point(457, 201);
|
||||||
this.smartGroupBox5.Name = "smartGroupBox5";
|
this.groupBoxClient.Name = "groupBoxClient";
|
||||||
this.smartGroupBox5.RoundRadius = 5;
|
this.groupBoxClient.RoundRadius = 5;
|
||||||
this.smartGroupBox5.Size = new System.Drawing.Size(384, 206);
|
this.groupBoxClient.Size = new System.Drawing.Size(384, 206);
|
||||||
this.smartGroupBox5.TabIndex = 97;
|
this.groupBoxClient.TabIndex = 97;
|
||||||
this.smartGroupBox5.Text = "Client";
|
this.groupBoxClient.Text = "Client";
|
||||||
this.smartGroupBox5.TextColor = System.Drawing.Color.White;
|
this.groupBoxClient.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// buttonSaveClient
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonSaveClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonSaveClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -543,7 +543,7 @@
|
||||||
//
|
//
|
||||||
// buttonStopClient
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonStopClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonStopClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -603,7 +603,7 @@
|
||||||
//
|
//
|
||||||
// buttonStartClient
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonStartClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonStartClient.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -756,109 +756,109 @@
|
||||||
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelClientStatus.Wordwrap = false;
|
this.labelClientStatus.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel7
|
// labelTitleClientStatus
|
||||||
//
|
//
|
||||||
this.smartLabel7.BackGround = null;
|
this.labelTitleClientStatus.BackGround = null;
|
||||||
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleClientStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleClientStatus.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleClientStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleClientStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel7.ForeColor = System.Drawing.Color.Red;
|
this.labelTitleClientStatus.ForeColor = System.Drawing.Color.Red;
|
||||||
this.smartLabel7.LineSpacing = 0F;
|
this.labelTitleClientStatus.LineSpacing = 0F;
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(17, 52);
|
this.labelTitleClientStatus.Location = new System.Drawing.Point(17, 52);
|
||||||
this.smartLabel7.Name = "smartLabel7";
|
this.labelTitleClientStatus.Name = "labelTitleClientStatus";
|
||||||
this.smartLabel7.OverlapOptimize = true;
|
this.labelTitleClientStatus.OverlapOptimize = true;
|
||||||
this.smartLabel7.PasswordChar = '\0';
|
this.labelTitleClientStatus.PasswordChar = '\0';
|
||||||
this.smartLabel7.Radius = 3;
|
this.labelTitleClientStatus.Radius = 3;
|
||||||
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleClientStatus.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel7.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleClientStatus.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel7.TabIndex = 237;
|
this.labelTitleClientStatus.TabIndex = 237;
|
||||||
this.smartLabel7.Text = "Status";
|
this.labelTitleClientStatus.Text = "Status";
|
||||||
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
this.labelTitleClientStatus.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleClientStatus.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleClientStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleClientStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel7.Wordwrap = false;
|
this.labelTitleClientStatus.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel8
|
// labelTitleClientServerIP
|
||||||
//
|
//
|
||||||
this.smartLabel8.BackGround = null;
|
this.labelTitleClientServerIP.BackGround = null;
|
||||||
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleClientServerIP.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerIP.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleClientServerIP.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleClientServerIP.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel8.ForeColor = System.Drawing.Color.Red;
|
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Red;
|
||||||
this.smartLabel8.LineSpacing = 0F;
|
this.labelTitleClientServerIP.LineSpacing = 0F;
|
||||||
this.smartLabel8.Location = new System.Drawing.Point(17, 86);
|
this.labelTitleClientServerIP.Location = new System.Drawing.Point(17, 86);
|
||||||
this.smartLabel8.Name = "smartLabel8";
|
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
|
||||||
this.smartLabel8.OverlapOptimize = true;
|
this.labelTitleClientServerIP.OverlapOptimize = true;
|
||||||
this.smartLabel8.PasswordChar = '\0';
|
this.labelTitleClientServerIP.PasswordChar = '\0';
|
||||||
this.smartLabel8.Radius = 3;
|
this.labelTitleClientServerIP.Radius = 3;
|
||||||
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleClientServerIP.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel8.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleClientServerIP.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel8.TabIndex = 236;
|
this.labelTitleClientServerIP.TabIndex = 236;
|
||||||
this.smartLabel8.Text = "Server IP";
|
this.labelTitleClientServerIP.Text = "Server IP";
|
||||||
this.smartLabel8.TextColor = System.Drawing.Color.White;
|
this.labelTitleClientServerIP.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleClientServerIP.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleClientServerIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleClientServerIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel8.Wordwrap = false;
|
this.labelTitleClientServerIP.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel9
|
// labelTitleClientServerPort
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackGround = null;
|
this.labelTitleClientServerPort.BackGround = null;
|
||||||
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleClientServerPort.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleClientServerPort.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleClientServerPort.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleClientServerPort.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel9.ForeColor = System.Drawing.Color.White;
|
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.labelTitleClientServerPort.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(17, 120);
|
this.labelTitleClientServerPort.Location = new System.Drawing.Point(17, 120);
|
||||||
this.smartLabel9.Name = "smartLabel9";
|
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
|
||||||
this.smartLabel9.OverlapOptimize = true;
|
this.labelTitleClientServerPort.OverlapOptimize = true;
|
||||||
this.smartLabel9.PasswordChar = '\0';
|
this.labelTitleClientServerPort.PasswordChar = '\0';
|
||||||
this.smartLabel9.Radius = 3;
|
this.labelTitleClientServerPort.Radius = 3;
|
||||||
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleClientServerPort.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel9.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleClientServerPort.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel9.TabIndex = 235;
|
this.labelTitleClientServerPort.TabIndex = 235;
|
||||||
this.smartLabel9.Text = "Server Port";
|
this.labelTitleClientServerPort.Text = "Server Port";
|
||||||
this.smartLabel9.TextColor = System.Drawing.Color.White;
|
this.labelTitleClientServerPort.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleClientServerPort.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleClientServerPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleClientServerPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel9.Wordwrap = false;
|
this.labelTitleClientServerPort.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox4
|
// groupBoxServer
|
||||||
//
|
//
|
||||||
this.smartGroupBox4.BackGround = null;
|
this.groupBoxServer.BackGround = null;
|
||||||
this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxServer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox4.BackImage = null;
|
this.groupBoxServer.BackImage = null;
|
||||||
this.smartGroupBox4.Controls.Add(this.buttonSaveServer);
|
this.groupBoxServer.Controls.Add(this.buttonSaveServer);
|
||||||
this.smartGroupBox4.Controls.Add(this.buttonStopServer);
|
this.groupBoxServer.Controls.Add(this.buttonStopServer);
|
||||||
this.smartGroupBox4.Controls.Add(this.buttonStartServer);
|
this.groupBoxServer.Controls.Add(this.buttonStartServer);
|
||||||
this.smartGroupBox4.Controls.Add(this.labelLocalPort);
|
this.groupBoxServer.Controls.Add(this.labelLocalPort);
|
||||||
this.smartGroupBox4.Controls.Add(this.labelConnectedIP);
|
this.groupBoxServer.Controls.Add(this.labelConnectedIP);
|
||||||
this.smartGroupBox4.Controls.Add(this.labelServerStatus);
|
this.groupBoxServer.Controls.Add(this.labelServerStatus);
|
||||||
this.smartGroupBox4.Controls.Add(this.smartLabel6);
|
this.groupBoxServer.Controls.Add(this.labelTitleServerStatus);
|
||||||
this.smartGroupBox4.Controls.Add(this.smartLabel2);
|
this.groupBoxServer.Controls.Add(this.labelTitleServerConnectedIP);
|
||||||
this.smartGroupBox4.Controls.Add(this.smartLabel3);
|
this.groupBoxServer.Controls.Add(this.labelTitleServerLocalPort);
|
||||||
this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.groupBoxServer.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.groupBoxServer.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.groupBoxServer.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox4.FrameLineThickness = 2;
|
this.groupBoxServer.FrameLineThickness = 2;
|
||||||
this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxServer.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox4.HeaderHeightOffset = 12;
|
this.groupBoxServer.HeaderHeightOffset = 12;
|
||||||
this.smartGroupBox4.Location = new System.Drawing.Point(67, 201);
|
this.groupBoxServer.Location = new System.Drawing.Point(67, 201);
|
||||||
this.smartGroupBox4.Name = "smartGroupBox4";
|
this.groupBoxServer.Name = "groupBoxServer";
|
||||||
this.smartGroupBox4.RoundRadius = 5;
|
this.groupBoxServer.RoundRadius = 5;
|
||||||
this.smartGroupBox4.Size = new System.Drawing.Size(384, 206);
|
this.groupBoxServer.Size = new System.Drawing.Size(384, 206);
|
||||||
this.smartGroupBox4.TabIndex = 96;
|
this.groupBoxServer.TabIndex = 96;
|
||||||
this.smartGroupBox4.Text = "Server";
|
this.groupBoxServer.Text = "Server";
|
||||||
this.smartGroupBox4.TextColor = System.Drawing.Color.White;
|
this.groupBoxServer.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// buttonSaveServer
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonSaveServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonSaveServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -894,7 +894,7 @@
|
||||||
//
|
//
|
||||||
// buttonStopServer
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonStopServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonStopServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -930,7 +930,7 @@
|
||||||
//
|
//
|
||||||
// buttonStartServer
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonStartServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonStartServer.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -1034,122 +1034,122 @@
|
||||||
this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelServerStatus.Wordwrap = false;
|
this.labelServerStatus.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel6
|
// labelTitleServerStatus
|
||||||
//
|
//
|
||||||
this.smartLabel6.BackGround = null;
|
this.labelTitleServerStatus.BackGround = null;
|
||||||
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleServerStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleServerStatus.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleServerStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleServerStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel6.ForeColor = System.Drawing.Color.Red;
|
this.labelTitleServerStatus.ForeColor = System.Drawing.Color.Red;
|
||||||
this.smartLabel6.LineSpacing = 0F;
|
this.labelTitleServerStatus.LineSpacing = 0F;
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(17, 52);
|
this.labelTitleServerStatus.Location = new System.Drawing.Point(17, 52);
|
||||||
this.smartLabel6.Name = "smartLabel6";
|
this.labelTitleServerStatus.Name = "labelTitleServerStatus";
|
||||||
this.smartLabel6.OverlapOptimize = true;
|
this.labelTitleServerStatus.OverlapOptimize = true;
|
||||||
this.smartLabel6.PasswordChar = '\0';
|
this.labelTitleServerStatus.PasswordChar = '\0';
|
||||||
this.smartLabel6.Radius = 3;
|
this.labelTitleServerStatus.Radius = 3;
|
||||||
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleServerStatus.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel6.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleServerStatus.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel6.TabIndex = 234;
|
this.labelTitleServerStatus.TabIndex = 234;
|
||||||
this.smartLabel6.Text = "Status";
|
this.labelTitleServerStatus.Text = "Status";
|
||||||
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
this.labelTitleServerStatus.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleServerStatus.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleServerStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleServerStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel6.Wordwrap = false;
|
this.labelTitleServerStatus.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleServerConnectedIP
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackGround = null;
|
this.labelTitleServerConnectedIP.BackGround = null;
|
||||||
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleServerConnectedIP.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleServerConnectedIP.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleServerConnectedIP.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleServerConnectedIP.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel2.ForeColor = System.Drawing.Color.Red;
|
this.labelTitleServerConnectedIP.ForeColor = System.Drawing.Color.Red;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelTitleServerConnectedIP.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(17, 86);
|
this.labelTitleServerConnectedIP.Location = new System.Drawing.Point(17, 86);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleServerConnectedIP.Name = "labelTitleServerConnectedIP";
|
||||||
this.smartLabel2.OverlapOptimize = true;
|
this.labelTitleServerConnectedIP.OverlapOptimize = true;
|
||||||
this.smartLabel2.PasswordChar = '\0';
|
this.labelTitleServerConnectedIP.PasswordChar = '\0';
|
||||||
this.smartLabel2.Radius = 3;
|
this.labelTitleServerConnectedIP.Radius = 3;
|
||||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleServerConnectedIP.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleServerConnectedIP.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel2.TabIndex = 233;
|
this.labelTitleServerConnectedIP.TabIndex = 233;
|
||||||
this.smartLabel2.Text = "Connected IP";
|
this.labelTitleServerConnectedIP.Text = "Connected IP";
|
||||||
this.smartLabel2.TextColor = System.Drawing.Color.White;
|
this.labelTitleServerConnectedIP.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleServerConnectedIP.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleServerConnectedIP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleServerConnectedIP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleServerConnectedIP.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// labelTitleServerLocalPort
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackGround = null;
|
this.labelTitleServerLocalPort.BackGround = null;
|
||||||
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleServerLocalPort.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleServerLocalPort.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleServerLocalPort.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleServerLocalPort.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
this.labelTitleServerLocalPort.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.labelTitleServerLocalPort.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(17, 120);
|
this.labelTitleServerLocalPort.Location = new System.Drawing.Point(17, 120);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.labelTitleServerLocalPort.Name = "labelTitleServerLocalPort";
|
||||||
this.smartLabel3.OverlapOptimize = true;
|
this.labelTitleServerLocalPort.OverlapOptimize = true;
|
||||||
this.smartLabel3.PasswordChar = '\0';
|
this.labelTitleServerLocalPort.PasswordChar = '\0';
|
||||||
this.smartLabel3.Radius = 3;
|
this.labelTitleServerLocalPort.Radius = 3;
|
||||||
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleServerLocalPort.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(130, 28);
|
this.labelTitleServerLocalPort.Size = new System.Drawing.Size(130, 28);
|
||||||
this.smartLabel3.TabIndex = 232;
|
this.labelTitleServerLocalPort.TabIndex = 232;
|
||||||
this.smartLabel3.Text = "Local Port";
|
this.labelTitleServerLocalPort.Text = "Local Port";
|
||||||
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
this.labelTitleServerLocalPort.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleServerLocalPort.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleServerLocalPort.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleServerLocalPort.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.labelTitleServerLocalPort.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartGroupBox3
|
// groupBoxLocalSettings
|
||||||
//
|
//
|
||||||
this.smartGroupBox3.BackGround = null;
|
this.groupBoxLocalSettings.BackGround = null;
|
||||||
this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxLocalSettings.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox3.BackImage = null;
|
this.groupBoxLocalSettings.BackImage = null;
|
||||||
this.smartGroupBox3.Controls.Add(this.smartLabel5);
|
this.groupBoxLocalSettings.Controls.Add(this.smartLabel5);
|
||||||
this.smartGroupBox3.Controls.Add(this.smartLabel4);
|
this.groupBoxLocalSettings.Controls.Add(this.smartLabel4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelMACAddress6);
|
this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress6);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelMACAddress5);
|
this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress5);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelMACAddress4);
|
this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelMACAddress1);
|
this.groupBoxLocalSettings.Controls.Add(this.labelMACAddress1);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleMACAddress);
|
this.groupBoxLocalSettings.Controls.Add(this.labelTitleMACAddress);
|
||||||
this.smartGroupBox3.Controls.Add(this.panel2);
|
this.groupBoxLocalSettings.Controls.Add(this.panel2);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleIPConfiguration);
|
this.groupBoxLocalSettings.Controls.Add(this.labelTitleIPConfiguration);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask4);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask3);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask3);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask2);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask2);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalSubnetMask1);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalSubnetMask1);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleSubnetMask);
|
this.groupBoxLocalSettings.Controls.Add(this.labelTitleSubnetMask);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalGateway4);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalGateway3);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway3);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalGateway2);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway2);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalGateway1);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalGateway1);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleGateway);
|
this.groupBoxLocalSettings.Controls.Add(this.labelTitleGateway);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalIP4);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP4);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalIP3);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP3);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalIP2);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP2);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelLocalIP1);
|
this.groupBoxLocalSettings.Controls.Add(this.labelLocalIP1);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelTitleIPAddress);
|
this.groupBoxLocalSettings.Controls.Add(this.labelTitleIPAddress);
|
||||||
this.smartGroupBox3.Controls.Add(this.buttonSaveLocal);
|
this.groupBoxLocalSettings.Controls.Add(this.buttonSaveLocal);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelHelp);
|
this.groupBoxLocalSettings.Controls.Add(this.labelHelp);
|
||||||
this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.groupBoxLocalSettings.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.groupBoxLocalSettings.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.groupBoxLocalSettings.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox3.FrameLineThickness = 2;
|
this.groupBoxLocalSettings.FrameLineThickness = 2;
|
||||||
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxLocalSettings.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox3.HeaderHeightOffset = 12;
|
this.groupBoxLocalSettings.HeaderHeightOffset = 12;
|
||||||
this.smartGroupBox3.Location = new System.Drawing.Point(67, 414);
|
this.groupBoxLocalSettings.Location = new System.Drawing.Point(67, 414);
|
||||||
this.smartGroupBox3.Name = "smartGroupBox3";
|
this.groupBoxLocalSettings.Name = "groupBoxLocalSettings";
|
||||||
this.smartGroupBox3.RoundRadius = 5;
|
this.groupBoxLocalSettings.RoundRadius = 5;
|
||||||
this.smartGroupBox3.Size = new System.Drawing.Size(481, 234);
|
this.groupBoxLocalSettings.Size = new System.Drawing.Size(481, 234);
|
||||||
this.smartGroupBox3.TabIndex = 95;
|
this.groupBoxLocalSettings.TabIndex = 95;
|
||||||
this.smartGroupBox3.Text = "Local Settings";
|
this.groupBoxLocalSettings.Text = "Local Settings";
|
||||||
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
|
this.groupBoxLocalSettings.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartLabel5
|
// smartLabel5
|
||||||
//
|
//
|
||||||
|
@ -1768,7 +1768,7 @@
|
||||||
//
|
//
|
||||||
// buttonSaveLocal
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonSaveLocal.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonSaveLocal.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -1826,92 +1826,92 @@
|
||||||
this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelHelp.Wordwrap = true;
|
this.labelHelp.Wordwrap = true;
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// groupBoxModeSettings
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackGround = null;
|
this.groupBoxModeSettings.BackGround = null;
|
||||||
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.groupBoxModeSettings.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartGroupBox2.BackImage = null;
|
this.groupBoxModeSettings.BackImage = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.smartButton1);
|
this.groupBoxModeSettings.Controls.Add(this.buttonTestSend);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel1);
|
this.groupBoxModeSettings.Controls.Add(this.labelTitleCommMode);
|
||||||
this.smartGroupBox2.Controls.Add(this.buttonSaveMode);
|
this.groupBoxModeSettings.Controls.Add(this.buttonSaveMode);
|
||||||
this.smartGroupBox2.Controls.Add(this.smartLabel13);
|
this.groupBoxModeSettings.Controls.Add(this.labelTitleOperationMode);
|
||||||
this.smartGroupBox2.Controls.Add(this.comboBoxEthernetOpMode);
|
this.groupBoxModeSettings.Controls.Add(this.comboBoxEthernetOpMode);
|
||||||
this.smartGroupBox2.Controls.Add(this.comboBoxEthernetMode);
|
this.groupBoxModeSettings.Controls.Add(this.comboBoxEthernetMode);
|
||||||
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
this.groupBoxModeSettings.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.groupBoxModeSettings.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.groupBoxModeSettings.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox2.FrameLineThickness = 2;
|
this.groupBoxModeSettings.FrameLineThickness = 2;
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.groupBoxModeSettings.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox2.HeaderHeightOffset = 12;
|
this.groupBoxModeSettings.HeaderHeightOffset = 12;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(67, 42);
|
this.groupBoxModeSettings.Location = new System.Drawing.Point(67, 42);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.groupBoxModeSettings.Name = "groupBoxModeSettings";
|
||||||
this.smartGroupBox2.RoundRadius = 5;
|
this.groupBoxModeSettings.RoundRadius = 5;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(774, 153);
|
this.groupBoxModeSettings.Size = new System.Drawing.Size(774, 153);
|
||||||
this.smartGroupBox2.TabIndex = 94;
|
this.groupBoxModeSettings.TabIndex = 94;
|
||||||
this.smartGroupBox2.Text = "Mode Settings";
|
this.groupBoxModeSettings.Text = "Mode Settings";
|
||||||
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
this.groupBoxModeSettings.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartButton1
|
// buttonTestSend
|
||||||
//
|
//
|
||||||
this.smartButton1.BackGround = this.smartGroupBox2;
|
this.buttonTestSend.BackGround = this.groupBoxModeSettings;
|
||||||
this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
this.buttonTestSend.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.buttonTestSend.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonTestSend.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
this.smartButton1.ButtonImageAutoSize = true;
|
this.buttonTestSend.ButtonImageAutoSize = true;
|
||||||
this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
this.buttonTestSend.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||||
this.smartButton1.ButtonText = "Test send";
|
this.buttonTestSend.ButtonText = "Test send";
|
||||||
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonTestSend.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.smartButton1.GroupID = 0;
|
this.buttonTestSend.GroupID = 0;
|
||||||
this.smartButton1.ImageDisable = null;
|
this.buttonTestSend.ImageDisable = null;
|
||||||
this.smartButton1.ImageDown = null;
|
this.buttonTestSend.ImageDown = null;
|
||||||
this.smartButton1.ImageUp = null;
|
this.buttonTestSend.ImageUp = null;
|
||||||
this.smartButton1.Location = new System.Drawing.Point(623, 3);
|
this.buttonTestSend.Location = new System.Drawing.Point(623, 3);
|
||||||
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonTestSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.smartButton1.Name = "smartButton1";
|
this.buttonTestSend.Name = "buttonTestSend";
|
||||||
this.smartButton1.NestedClickEventPrevent = false;
|
this.buttonTestSend.NestedClickEventPrevent = false;
|
||||||
this.smartButton1.OutlinePixel = 2;
|
this.buttonTestSend.OutlinePixel = 2;
|
||||||
this.smartButton1.OverlapOptimize = true;
|
this.buttonTestSend.OverlapOptimize = true;
|
||||||
this.smartButton1.RepeatInterval = 200;
|
this.buttonTestSend.RepeatInterval = 200;
|
||||||
this.smartButton1.RepeatIntervalAccelerate = null;
|
this.buttonTestSend.RepeatIntervalAccelerate = null;
|
||||||
this.smartButton1.RoundSize = 10;
|
this.buttonTestSend.RoundSize = 10;
|
||||||
this.smartButton1.SafeInterval = 200;
|
this.buttonTestSend.SafeInterval = 200;
|
||||||
this.smartButton1.Size = new System.Drawing.Size(77, 29);
|
this.buttonTestSend.Size = new System.Drawing.Size(77, 29);
|
||||||
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonTestSend.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.smartButton1.TabIndex = 182;
|
this.buttonTestSend.TabIndex = 182;
|
||||||
this.smartButton1.Text = null;
|
this.buttonTestSend.Text = null;
|
||||||
this.smartButton1.TextColor = System.Drawing.Color.White;
|
this.buttonTestSend.TextColor = System.Drawing.Color.White;
|
||||||
this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
|
this.buttonTestSend.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
this.buttonTestSend.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||||
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonTestSend.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonTestSend.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.smartButton1.Visible = false;
|
this.buttonTestSend.Visible = false;
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// labelTitleCommMode
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackGround = null;
|
this.labelTitleCommMode.BackGround = null;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleCommMode.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.labelTitleCommMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleCommMode.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleCommMode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.labelTitleCommMode.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(21, 99);
|
this.labelTitleCommMode.Location = new System.Drawing.Point(21, 99);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.labelTitleCommMode.Name = "labelTitleCommMode";
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
this.labelTitleCommMode.OverlapOptimize = true;
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
this.labelTitleCommMode.PasswordChar = '\0';
|
||||||
this.smartLabel1.Radius = 3;
|
this.labelTitleCommMode.Radius = 3;
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleCommMode.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(202, 29);
|
this.labelTitleCommMode.Size = new System.Drawing.Size(202, 29);
|
||||||
this.smartLabel1.TabIndex = 181;
|
this.labelTitleCommMode.TabIndex = 181;
|
||||||
this.smartLabel1.Text = "Communication Mode";
|
this.labelTitleCommMode.Text = "Communication Mode";
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
this.labelTitleCommMode.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleCommMode.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleCommMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleCommMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel1.Wordwrap = false;
|
this.labelTitleCommMode.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonSaveMode
|
// 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.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.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonSaveMode.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonSaveMode.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
|
@ -1945,28 +1945,28 @@
|
||||||
this.buttonSaveMode.Visible = false;
|
this.buttonSaveMode.Visible = false;
|
||||||
this.buttonSaveMode.Click += new System.EventHandler(this.buttonSaveMode_Click);
|
this.buttonSaveMode.Click += new System.EventHandler(this.buttonSaveMode_Click);
|
||||||
//
|
//
|
||||||
// smartLabel13
|
// labelTitleOperationMode
|
||||||
//
|
//
|
||||||
this.smartLabel13.BackGround = null;
|
this.labelTitleOperationMode.BackGround = null;
|
||||||
this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
this.labelTitleOperationMode.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.labelTitleOperationMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleOperationMode.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelTitleOperationMode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel13.LineSpacing = 0F;
|
this.labelTitleOperationMode.LineSpacing = 0F;
|
||||||
this.smartLabel13.Location = new System.Drawing.Point(21, 64);
|
this.labelTitleOperationMode.Location = new System.Drawing.Point(21, 64);
|
||||||
this.smartLabel13.Name = "smartLabel13";
|
this.labelTitleOperationMode.Name = "labelTitleOperationMode";
|
||||||
this.smartLabel13.OverlapOptimize = true;
|
this.labelTitleOperationMode.OverlapOptimize = true;
|
||||||
this.smartLabel13.PasswordChar = '\0';
|
this.labelTitleOperationMode.PasswordChar = '\0';
|
||||||
this.smartLabel13.Radius = 3;
|
this.labelTitleOperationMode.Radius = 3;
|
||||||
this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleOperationMode.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel13.Size = new System.Drawing.Size(202, 29);
|
this.labelTitleOperationMode.Size = new System.Drawing.Size(202, 29);
|
||||||
this.smartLabel13.TabIndex = 180;
|
this.labelTitleOperationMode.TabIndex = 180;
|
||||||
this.smartLabel13.Text = "Operation Mode";
|
this.labelTitleOperationMode.Text = "Operation Mode";
|
||||||
this.smartLabel13.TextColor = System.Drawing.Color.White;
|
this.labelTitleOperationMode.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleOperationMode.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleOperationMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleOperationMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel13.Wordwrap = false;
|
this.labelTitleOperationMode.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// comboBoxEthernetOpMode
|
// comboBoxEthernetOpMode
|
||||||
//
|
//
|
||||||
|
@ -2000,11 +2000,11 @@
|
||||||
this.Size = new System.Drawing.Size(909, 664);
|
this.Size = new System.Drawing.Size(909, 664);
|
||||||
this.smartGroupBox1.ResumeLayout(false);
|
this.smartGroupBox1.ResumeLayout(false);
|
||||||
this.groupBoxModbusSetting.ResumeLayout(false);
|
this.groupBoxModbusSetting.ResumeLayout(false);
|
||||||
this.smartGroupBox5.ResumeLayout(false);
|
this.groupBoxClient.ResumeLayout(false);
|
||||||
this.smartGroupBox4.ResumeLayout(false);
|
this.groupBoxServer.ResumeLayout(false);
|
||||||
this.smartGroupBox3.ResumeLayout(false);
|
this.groupBoxLocalSettings.ResumeLayout(false);
|
||||||
this.panel2.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
||||||
this.smartGroupBox2.ResumeLayout(false);
|
this.groupBoxModeSettings.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2012,21 +2012,21 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
private SmartX.SmartGroupBox smartGroupBox4;
|
private SmartX.SmartGroupBox groupBoxServer;
|
||||||
private SmartX.SmartButton buttonSaveMode;
|
private SmartX.SmartButton buttonSaveMode;
|
||||||
private SmartX.SmartGroupBox smartGroupBox3;
|
private SmartX.SmartGroupBox groupBoxLocalSettings;
|
||||||
private SmartX.SmartGroupBox smartGroupBox2;
|
private SmartX.SmartGroupBox groupBoxModeSettings;
|
||||||
private SmartX.SmartGroupBox smartGroupBox5;
|
private SmartX.SmartGroupBox groupBoxClient;
|
||||||
private System.Windows.Forms.ComboBox comboBoxEthernetOpMode;
|
private System.Windows.Forms.ComboBox comboBoxEthernetOpMode;
|
||||||
private System.Windows.Forms.ComboBox comboBoxEthernetMode;
|
private System.Windows.Forms.ComboBox comboBoxEthernetMode;
|
||||||
private SmartX.SmartButton buttonSaveLocal;
|
private SmartX.SmartButton buttonSaveLocal;
|
||||||
private SmartX.SmartLabel labelHelp;
|
private SmartX.SmartLabel labelHelp;
|
||||||
private SmartX.SmartButton smartButton1;
|
private SmartX.SmartButton buttonTestSend;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleCommMode;
|
||||||
private SmartX.SmartLabel smartLabel13;
|
private SmartX.SmartLabel labelTitleOperationMode;
|
||||||
private SmartX.SmartLabel smartLabel6;
|
private SmartX.SmartLabel labelTitleServerStatus;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleServerConnectedIP;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleServerLocalPort;
|
||||||
public SmartX.SmartLabel smartLabel5;
|
public SmartX.SmartLabel smartLabel5;
|
||||||
public SmartX.SmartLabel smartLabel4;
|
public SmartX.SmartLabel smartLabel4;
|
||||||
public SmartX.SmartLabel labelMACAddress6;
|
public SmartX.SmartLabel labelMACAddress6;
|
||||||
|
@ -2059,9 +2059,9 @@
|
||||||
public SmartX.SmartLabel labelHostIP2;
|
public SmartX.SmartLabel labelHostIP2;
|
||||||
public SmartX.SmartLabel labelHostIP1;
|
public SmartX.SmartLabel labelHostIP1;
|
||||||
private SmartX.SmartLabel labelClientStatus;
|
private SmartX.SmartLabel labelClientStatus;
|
||||||
private SmartX.SmartLabel smartLabel7;
|
private SmartX.SmartLabel labelTitleClientStatus;
|
||||||
private SmartX.SmartLabel smartLabel8;
|
private SmartX.SmartLabel labelTitleClientServerIP;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel labelTitleClientServerPort;
|
||||||
private SmartX.SmartButton buttonStopServer;
|
private SmartX.SmartButton buttonStopServer;
|
||||||
private SmartX.SmartButton buttonStartServer;
|
private SmartX.SmartButton buttonStartServer;
|
||||||
public SmartX.SmartLabel labelLocalPort;
|
public SmartX.SmartLabel labelLocalPort;
|
||||||
|
@ -2076,7 +2076,7 @@
|
||||||
private SmartX.SmartLabel labelFunctions;
|
private SmartX.SmartLabel labelFunctions;
|
||||||
private SmartX.SmartLabel labelTitleStartAddress;
|
private SmartX.SmartLabel labelTitleStartAddress;
|
||||||
private SmartX.SmartLabel labelTitleFunctions;
|
private SmartX.SmartLabel labelTitleFunctions;
|
||||||
private SmartX.SmartLabel smartLabel10;
|
private SmartX.SmartLabel labelTitleRole;
|
||||||
public System.Windows.Forms.Timer timerServer;
|
public System.Windows.Forms.Timer timerServer;
|
||||||
private SmartX.SmartLabel labelClientCount;
|
private SmartX.SmartLabel labelClientCount;
|
||||||
private SmartX.SmartListBox smartListBoxClientList;
|
private SmartX.SmartListBox smartListBoxClientList;
|
||||||
|
|
|
@ -52,23 +52,62 @@ namespace INT_LKD_2.Controls
|
||||||
}
|
}
|
||||||
public void InitializeDesign()
|
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.labelTitleOperationMode.Text = "";
|
||||||
this.labelTitleIPAddress.Text = "IP Address";
|
this.labelTitleCommMode.Text = "";
|
||||||
this.labelTitleSubnetMask.Text = "Subnet mask";
|
|
||||||
this.labelTitleGateway.Text = "Gateway";
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
this.labelHelp.Text = "※ 설정 후, 재부팅 필수";
|
|
||||||
|
|
||||||
this.labelTitleIPConfiguration.Text = "IP Configuration";
|
this.labelTitleServerStatus.Text = this.labelTitleClientStatus.Text = "";
|
||||||
this.labelTitleIPAddress.Text = "IP Address";
|
this.labelTitleServerConnectedIP.Text = "";
|
||||||
this.labelTitleSubnetMask.Text = "Subnet mask";
|
this.labelTitleServerLocalPort.Text = "";
|
||||||
this.labelTitleGateway.Text = "Gateway";
|
|
||||||
|
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()
|
private void DefaultSetting()
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -49,7 +49,7 @@ namespace INT_LKD_2.Controls
|
||||||
{
|
{
|
||||||
this.smartGroupBox1.Text = "System > Information";
|
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.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SERIAL_NUMBER;
|
||||||
|
|
||||||
this.USBPath = "하드 디스크\\";
|
this.USBPath = "하드 디스크\\";
|
||||||
|
@ -68,6 +68,46 @@ namespace INT_LKD_2.Controls
|
||||||
this.smartKeyboard1.Height = 327;
|
this.smartKeyboard1.Height = 327;
|
||||||
this.smartKeyboard1.Hide();
|
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)
|
public void UpdateMainBoardVersionMasterDisplay(string version)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,24 +29,26 @@
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
||||||
|
this.labelTitleLanguage = new SmartX.SmartLabel();
|
||||||
this.labelCheckLane = new SmartX.SmartLabel();
|
this.labelCheckLane = new SmartX.SmartLabel();
|
||||||
this.smartLabel39 = new SmartX.SmartLabel();
|
this.labelTitleCheckLane = new SmartX.SmartLabel();
|
||||||
this.labelEquipmentLane = new SmartX.SmartLabel();
|
this.labelEquipmentLane = new SmartX.SmartLabel();
|
||||||
this.smartLabel37 = new SmartX.SmartLabel();
|
this.labelTitleLCDDataPeriod = new SmartX.SmartLabel();
|
||||||
this.smartLabel32 = new SmartX.SmartLabel();
|
this.labelTitleEquipmentLane = 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.labelLcdDataPeriod = 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.smartTimerMessageShow = new SmartX.SmartTimer();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -56,23 +58,25 @@
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
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.labelCheckLane);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel39);
|
this.smartGroupBox1.Controls.Add(this.labelTitleCheckLane);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelEquipmentLane);
|
this.smartGroupBox1.Controls.Add(this.labelEquipmentLane);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel14);
|
this.smartGroupBox1.Controls.Add(this.labelTitleLCDDataPeriod);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel37);
|
this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentLane);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelLcdDataPeriod);
|
this.smartGroupBox1.Controls.Add(this.labelLcdDataPeriod);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel32);
|
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.smartLabel31);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelChattering);
|
this.smartGroupBox1.Controls.Add(this.labelChattering);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel30);
|
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.smartLabel29);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelCutWait);
|
this.smartGroupBox1.Controls.Add(this.labelCutWait);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelSbDiffFilter);
|
this.smartGroupBox1.Controls.Add(this.labelSbDiffFilter);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel23);
|
this.smartGroupBox1.Controls.Add(this.labelTitleBuzzer);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel27);
|
this.smartGroupBox1.Controls.Add(this.labelTitleSBDiffFilter);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelBuzzer);
|
this.smartGroupBox1.Controls.Add(this.labelBuzzer);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
|
@ -87,6 +91,37 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
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
|
// labelCheckLane
|
||||||
//
|
//
|
||||||
this.labelCheckLane.BackGround = null;
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.labelCheckLane.LineSpacing = 0F;
|
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.Name = "labelCheckLane";
|
||||||
this.labelCheckLane.OverlapOptimize = true;
|
this.labelCheckLane.OverlapOptimize = true;
|
||||||
this.labelCheckLane.PasswordChar = '\0';
|
this.labelCheckLane.PasswordChar = '\0';
|
||||||
this.labelCheckLane.Radius = 3;
|
this.labelCheckLane.Radius = 3;
|
||||||
this.labelCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
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.TabIndex = 135;
|
||||||
this.labelCheckLane.Text = "12345.45";
|
this.labelCheckLane.Text = "12345.45";
|
||||||
this.labelCheckLane.TextColor = System.Drawing.Color.Black;
|
this.labelCheckLane.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -110,27 +145,27 @@
|
||||||
this.labelCheckLane.Wordwrap = false;
|
this.labelCheckLane.Wordwrap = false;
|
||||||
this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click);
|
this.labelCheckLane.Click += new System.EventHandler(this.labelCheckLane_Click);
|
||||||
//
|
//
|
||||||
// smartLabel39
|
// labelTitleCheckLane
|
||||||
//
|
//
|
||||||
this.smartLabel39.BackGround = null;
|
this.labelTitleCheckLane.BackGround = null;
|
||||||
this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleCheckLane.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.labelTitleCheckLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel39.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleCheckLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel39.LineSpacing = 0F;
|
this.labelTitleCheckLane.LineSpacing = 0F;
|
||||||
this.smartLabel39.Location = new System.Drawing.Point(512, 181);
|
this.labelTitleCheckLane.Location = new System.Drawing.Point(482, 181);
|
||||||
this.smartLabel39.Name = "smartLabel39";
|
this.labelTitleCheckLane.Name = "labelTitleCheckLane";
|
||||||
this.smartLabel39.OverlapOptimize = true;
|
this.labelTitleCheckLane.OverlapOptimize = true;
|
||||||
this.smartLabel39.PasswordChar = '\0';
|
this.labelTitleCheckLane.PasswordChar = '\0';
|
||||||
this.smartLabel39.Radius = 3;
|
this.labelTitleCheckLane.Radius = 3;
|
||||||
this.smartLabel39.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleCheckLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel39.Size = new System.Drawing.Size(150, 30);
|
this.labelTitleCheckLane.Size = new System.Drawing.Size(150, 30);
|
||||||
this.smartLabel39.TabIndex = 134;
|
this.labelTitleCheckLane.TabIndex = 134;
|
||||||
this.smartLabel39.Text = "Check Lane";
|
this.labelTitleCheckLane.Text = "Check Lane";
|
||||||
this.smartLabel39.TextColor = System.Drawing.Color.White;
|
this.labelTitleCheckLane.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel39.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleCheckLane.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel39.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleCheckLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel39.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleCheckLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel39.Wordwrap = false;
|
this.labelTitleCheckLane.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelEquipmentLane
|
// labelEquipmentLane
|
||||||
//
|
//
|
||||||
|
@ -139,13 +174,13 @@
|
||||||
this.labelEquipmentLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
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.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.labelEquipmentLane.LineSpacing = 0F;
|
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.Name = "labelEquipmentLane";
|
||||||
this.labelEquipmentLane.OverlapOptimize = true;
|
this.labelEquipmentLane.OverlapOptimize = true;
|
||||||
this.labelEquipmentLane.PasswordChar = '\0';
|
this.labelEquipmentLane.PasswordChar = '\0';
|
||||||
this.labelEquipmentLane.Radius = 3;
|
this.labelEquipmentLane.Radius = 3;
|
||||||
this.labelEquipmentLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
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.TabIndex = 133;
|
||||||
this.labelEquipmentLane.Text = "12345.45";
|
this.labelEquipmentLane.Text = "12345.45";
|
||||||
this.labelEquipmentLane.TextColor = System.Drawing.Color.Black;
|
this.labelEquipmentLane.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -155,27 +190,72 @@
|
||||||
this.labelEquipmentLane.Wordwrap = false;
|
this.labelEquipmentLane.Wordwrap = false;
|
||||||
this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click);
|
this.labelEquipmentLane.Click += new System.EventHandler(this.labelEquipmentLane_Click);
|
||||||
//
|
//
|
||||||
// smartLabel37
|
// labelTitleLCDDataPeriod
|
||||||
//
|
//
|
||||||
this.smartLabel37.BackGround = null;
|
this.labelTitleLCDDataPeriod.BackGround = null;
|
||||||
this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleLCDDataPeriod.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.labelTitleLCDDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleLCDDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel37.LineSpacing = 0F;
|
this.labelTitleLCDDataPeriod.LineSpacing = 0F;
|
||||||
this.smartLabel37.Location = new System.Drawing.Point(121, 181);
|
this.labelTitleLCDDataPeriod.Location = new System.Drawing.Point(111, 217);
|
||||||
this.smartLabel37.Name = "smartLabel37";
|
this.labelTitleLCDDataPeriod.Name = "labelTitleLCDDataPeriod";
|
||||||
this.smartLabel37.OverlapOptimize = true;
|
this.labelTitleLCDDataPeriod.OverlapOptimize = true;
|
||||||
this.smartLabel37.PasswordChar = '\0';
|
this.labelTitleLCDDataPeriod.PasswordChar = '\0';
|
||||||
this.smartLabel37.Radius = 3;
|
this.labelTitleLCDDataPeriod.Radius = 3;
|
||||||
this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleLCDDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel37.Size = new System.Drawing.Size(150, 30);
|
this.labelTitleLCDDataPeriod.Size = new System.Drawing.Size(150, 30);
|
||||||
this.smartLabel37.TabIndex = 132;
|
this.labelTitleLCDDataPeriod.TabIndex = 103;
|
||||||
this.smartLabel37.Text = "Equipment Lane";
|
this.labelTitleLCDDataPeriod.Text = "LCD data period";
|
||||||
this.smartLabel37.TextColor = System.Drawing.Color.White;
|
this.labelTitleLCDDataPeriod.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleLCDDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleLCDDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLCDDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel37.Wordwrap = false;
|
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
|
// smartLabel32
|
||||||
//
|
//
|
||||||
|
@ -184,7 +264,7 @@
|
||||||
this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
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.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel32.LineSpacing = 0F;
|
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.Name = "smartLabel32";
|
||||||
this.smartLabel32.OverlapOptimize = true;
|
this.smartLabel32.OverlapOptimize = true;
|
||||||
this.smartLabel32.PasswordChar = '\0';
|
this.smartLabel32.PasswordChar = '\0';
|
||||||
|
@ -199,6 +279,28 @@
|
||||||
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel32.Wordwrap = false;
|
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
|
// smartLabel31
|
||||||
//
|
//
|
||||||
this.smartLabel31.BackGround = null;
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel31.LineSpacing = 0F;
|
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.Name = "smartLabel31";
|
||||||
this.smartLabel31.OverlapOptimize = true;
|
this.smartLabel31.OverlapOptimize = true;
|
||||||
this.smartLabel31.PasswordChar = '\0';
|
this.smartLabel31.PasswordChar = '\0';
|
||||||
|
@ -221,6 +323,29 @@
|
||||||
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel31.Wordwrap = false;
|
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
|
// smartLabel30
|
||||||
//
|
//
|
||||||
this.smartLabel30.BackGround = null;
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel30.LineSpacing = 0F;
|
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.Name = "smartLabel30";
|
||||||
this.smartLabel30.OverlapOptimize = true;
|
this.smartLabel30.OverlapOptimize = true;
|
||||||
this.smartLabel30.PasswordChar = '\0';
|
this.smartLabel30.PasswordChar = '\0';
|
||||||
|
@ -243,6 +368,28 @@
|
||||||
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel30.Wordwrap = false;
|
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
|
// smartLabel29
|
||||||
//
|
//
|
||||||
this.smartLabel29.BackGround = null;
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel29.LineSpacing = 0F;
|
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.Name = "smartLabel29";
|
||||||
this.smartLabel29.OverlapOptimize = true;
|
this.smartLabel29.OverlapOptimize = true;
|
||||||
this.smartLabel29.PasswordChar = '\0';
|
this.smartLabel29.PasswordChar = '\0';
|
||||||
|
@ -265,96 +412,6 @@
|
||||||
this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel29.Wordwrap = false;
|
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
|
// labelCutWait
|
||||||
//
|
//
|
||||||
this.labelCutWait.BackGround = null;
|
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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelCutWait.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.labelCutWait.LineSpacing = 0F;
|
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.Name = "labelCutWait";
|
||||||
this.labelCutWait.OverlapOptimize = true;
|
this.labelCutWait.OverlapOptimize = true;
|
||||||
this.labelCutWait.PasswordChar = '\0';
|
this.labelCutWait.PasswordChar = '\0';
|
||||||
this.labelCutWait.Radius = 3;
|
this.labelCutWait.Radius = 3;
|
||||||
this.labelCutWait.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
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.TabIndex = 108;
|
||||||
this.labelCutWait.Text = "12345.45";
|
this.labelCutWait.Text = "12345.45";
|
||||||
this.labelCutWait.TextColor = System.Drawing.Color.Black;
|
this.labelCutWait.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -378,117 +435,95 @@
|
||||||
this.labelCutWait.Wordwrap = false;
|
this.labelCutWait.Wordwrap = false;
|
||||||
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
|
this.labelCutWait.Click += new System.EventHandler(this.labelCutWait_Click);
|
||||||
//
|
//
|
||||||
// smartLabel20
|
// labelSbDiffFilter
|
||||||
//
|
//
|
||||||
this.smartLabel20.BackGround = null;
|
this.labelSbDiffFilter.BackGround = null;
|
||||||
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelSbDiffFilter.BackGroundColor = System.Drawing.Color.White;
|
||||||
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelSbDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelSbDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.smartLabel20.LineSpacing = 0F;
|
this.labelSbDiffFilter.LineSpacing = 0F;
|
||||||
this.smartLabel20.Location = new System.Drawing.Point(121, 289);
|
this.labelSbDiffFilter.Location = new System.Drawing.Point(638, 253);
|
||||||
this.smartLabel20.Name = "smartLabel20";
|
this.labelSbDiffFilter.Name = "labelSbDiffFilter";
|
||||||
this.smartLabel20.OverlapOptimize = true;
|
this.labelSbDiffFilter.OverlapOptimize = true;
|
||||||
this.smartLabel20.PasswordChar = '\0';
|
this.labelSbDiffFilter.PasswordChar = '\0';
|
||||||
this.smartLabel20.Radius = 3;
|
this.labelSbDiffFilter.Radius = 3;
|
||||||
this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelSbDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel20.Size = new System.Drawing.Size(150, 30);
|
this.labelSbDiffFilter.Size = new System.Drawing.Size(120, 30);
|
||||||
this.smartLabel20.TabIndex = 107;
|
this.labelSbDiffFilter.TabIndex = 112;
|
||||||
this.smartLabel20.Text = "Cut wait";
|
this.labelSbDiffFilter.Text = "12345.45";
|
||||||
this.smartLabel20.TextColor = System.Drawing.Color.White;
|
this.labelSbDiffFilter.TextColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelSbDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelSbDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelSbDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel20.Wordwrap = false;
|
this.labelSbDiffFilter.Wordwrap = false;
|
||||||
|
this.labelSbDiffFilter.Click += new System.EventHandler(this.labelSbDiffFilter_Click);
|
||||||
//
|
//
|
||||||
// labelChattering
|
// labelTitleBuzzer
|
||||||
//
|
//
|
||||||
this.labelChattering.BackGround = null;
|
this.labelTitleBuzzer.BackGround = null;
|
||||||
this.labelChattering.BackGroundColor = System.Drawing.Color.White;
|
this.labelTitleBuzzer.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.labelChattering.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelTitleBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelChattering.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelTitleBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelChattering.LineSpacing = 0F;
|
this.labelTitleBuzzer.LineSpacing = 0F;
|
||||||
this.labelChattering.Location = new System.Drawing.Point(277, 253);
|
this.labelTitleBuzzer.Location = new System.Drawing.Point(482, 217);
|
||||||
this.labelChattering.Name = "labelChattering";
|
this.labelTitleBuzzer.Name = "labelTitleBuzzer";
|
||||||
this.labelChattering.OverlapOptimize = true;
|
this.labelTitleBuzzer.OverlapOptimize = true;
|
||||||
this.labelChattering.PasswordChar = '\0';
|
this.labelTitleBuzzer.PasswordChar = '\0';
|
||||||
this.labelChattering.Radius = 3;
|
this.labelTitleBuzzer.Radius = 3;
|
||||||
this.labelChattering.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.labelChattering.Size = new System.Drawing.Size(100, 30);
|
this.labelTitleBuzzer.Size = new System.Drawing.Size(150, 30);
|
||||||
this.labelChattering.TabIndex = 106;
|
this.labelTitleBuzzer.TabIndex = 109;
|
||||||
this.labelChattering.Text = "12345.45";
|
this.labelTitleBuzzer.Text = "Buzzer";
|
||||||
this.labelChattering.TextColor = System.Drawing.Color.Black;
|
this.labelTitleBuzzer.TextColor = System.Drawing.Color.White;
|
||||||
this.labelChattering.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelChattering.Wordwrap = false;
|
this.labelTitleBuzzer.Wordwrap = false;
|
||||||
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
|
|
||||||
//
|
//
|
||||||
// smartLabel18
|
// labelTitleSBDiffFilter
|
||||||
//
|
//
|
||||||
this.smartLabel18.BackGround = null;
|
this.labelTitleSBDiffFilter.BackGround = null;
|
||||||
this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleSBDiffFilter.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.labelTitleSBDiffFilter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleSBDiffFilter.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel18.LineSpacing = 0F;
|
this.labelTitleSBDiffFilter.LineSpacing = 0F;
|
||||||
this.smartLabel18.Location = new System.Drawing.Point(121, 253);
|
this.labelTitleSBDiffFilter.Location = new System.Drawing.Point(482, 253);
|
||||||
this.smartLabel18.Name = "smartLabel18";
|
this.labelTitleSBDiffFilter.Name = "labelTitleSBDiffFilter";
|
||||||
this.smartLabel18.OverlapOptimize = true;
|
this.labelTitleSBDiffFilter.OverlapOptimize = true;
|
||||||
this.smartLabel18.PasswordChar = '\0';
|
this.labelTitleSBDiffFilter.PasswordChar = '\0';
|
||||||
this.smartLabel18.Radius = 3;
|
this.labelTitleSBDiffFilter.Radius = 3;
|
||||||
this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleSBDiffFilter.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel18.Size = new System.Drawing.Size(150, 30);
|
this.labelTitleSBDiffFilter.Size = new System.Drawing.Size(150, 30);
|
||||||
this.smartLabel18.TabIndex = 105;
|
this.labelTitleSBDiffFilter.TabIndex = 111;
|
||||||
this.smartLabel18.Text = "Chattering";
|
this.labelTitleSBDiffFilter.Text = "SB diff filter";
|
||||||
this.smartLabel18.TextColor = System.Drawing.Color.White;
|
this.labelTitleSBDiffFilter.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleSBDiffFilter.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleSBDiffFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleSBDiffFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel18.Wordwrap = false;
|
this.labelTitleSBDiffFilter.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelLcdDataPeriod
|
// labelBuzzer
|
||||||
//
|
//
|
||||||
this.labelLcdDataPeriod.BackGround = null;
|
this.labelBuzzer.BackGround = null;
|
||||||
this.labelLcdDataPeriod.BackGroundColor = System.Drawing.Color.White;
|
this.labelBuzzer.BackGroundColor = System.Drawing.Color.White;
|
||||||
this.labelLcdDataPeriod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelBuzzer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelLcdDataPeriod.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
this.labelBuzzer.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
|
||||||
this.labelLcdDataPeriod.LineSpacing = 0F;
|
this.labelBuzzer.LineSpacing = 0F;
|
||||||
this.labelLcdDataPeriod.Location = new System.Drawing.Point(277, 217);
|
this.labelBuzzer.Location = new System.Drawing.Point(638, 217);
|
||||||
this.labelLcdDataPeriod.Name = "labelLcdDataPeriod";
|
this.labelBuzzer.Name = "labelBuzzer";
|
||||||
this.labelLcdDataPeriod.OverlapOptimize = true;
|
this.labelBuzzer.OverlapOptimize = true;
|
||||||
this.labelLcdDataPeriod.PasswordChar = '\0';
|
this.labelBuzzer.PasswordChar = '\0';
|
||||||
this.labelLcdDataPeriod.Radius = 3;
|
this.labelBuzzer.Radius = 3;
|
||||||
this.labelLcdDataPeriod.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelBuzzer.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.labelLcdDataPeriod.Size = new System.Drawing.Size(100, 30);
|
this.labelBuzzer.Size = new System.Drawing.Size(120, 30);
|
||||||
this.labelLcdDataPeriod.TabIndex = 104;
|
this.labelBuzzer.TabIndex = 110;
|
||||||
this.labelLcdDataPeriod.Text = "12345.45";
|
this.labelBuzzer.Text = "12345.45";
|
||||||
this.labelLcdDataPeriod.TextColor = System.Drawing.Color.Black;
|
this.labelBuzzer.TextColor = System.Drawing.Color.Black;
|
||||||
this.labelLcdDataPeriod.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelBuzzer.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelLcdDataPeriod.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelLcdDataPeriod.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelLcdDataPeriod.Wordwrap = false;
|
this.labelBuzzer.Wordwrap = false;
|
||||||
this.labelLcdDataPeriod.Click += new System.EventHandler(this.labelLcdDataPeriod_Click);
|
this.labelBuzzer.Click += new System.EventHandler(this.labelBuzzer_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;
|
|
||||||
//
|
//
|
||||||
// smartTimerMessageShow
|
// smartTimerMessageShow
|
||||||
//
|
//
|
||||||
|
@ -515,23 +550,25 @@
|
||||||
|
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
private SmartX.SmartLabel labelSbDiffFilter;
|
private SmartX.SmartLabel labelSbDiffFilter;
|
||||||
private SmartX.SmartLabel smartLabel27;
|
private SmartX.SmartLabel labelTitleSBDiffFilter;
|
||||||
private SmartX.SmartLabel labelBuzzer;
|
private SmartX.SmartLabel labelBuzzer;
|
||||||
private SmartX.SmartLabel smartLabel23;
|
private SmartX.SmartLabel labelTitleBuzzer;
|
||||||
private SmartX.SmartLabel labelCutWait;
|
private SmartX.SmartLabel labelCutWait;
|
||||||
private SmartX.SmartLabel smartLabel20;
|
private SmartX.SmartLabel labelTitleCutWait;
|
||||||
private SmartX.SmartLabel labelChattering;
|
private SmartX.SmartLabel labelChattering;
|
||||||
private SmartX.SmartLabel smartLabel18;
|
private SmartX.SmartLabel labelTitleChattering;
|
||||||
private SmartX.SmartLabel labelLcdDataPeriod;
|
private SmartX.SmartLabel labelLcdDataPeriod;
|
||||||
private SmartX.SmartLabel smartLabel14;
|
private SmartX.SmartLabel labelTitleLCDDataPeriod;
|
||||||
private SmartX.SmartLabel smartLabel32;
|
private SmartX.SmartLabel smartLabel32;
|
||||||
private SmartX.SmartLabel smartLabel31;
|
private SmartX.SmartLabel smartLabel31;
|
||||||
private SmartX.SmartLabel smartLabel30;
|
private SmartX.SmartLabel smartLabel30;
|
||||||
private SmartX.SmartLabel smartLabel29;
|
private SmartX.SmartLabel smartLabel29;
|
||||||
private SmartX.SmartTimer smartTimerMessageShow;
|
private SmartX.SmartTimer smartTimerMessageShow;
|
||||||
private SmartX.SmartLabel labelCheckLane;
|
private SmartX.SmartLabel labelCheckLane;
|
||||||
private SmartX.SmartLabel smartLabel39;
|
private SmartX.SmartLabel labelTitleCheckLane;
|
||||||
private SmartX.SmartLabel labelEquipmentLane;
|
private SmartX.SmartLabel labelEquipmentLane;
|
||||||
private SmartX.SmartLabel smartLabel37;
|
private SmartX.SmartLabel labelTitleEquipmentLane;
|
||||||
|
private System.Windows.Forms.ComboBox comboBoxLanguage;
|
||||||
|
private SmartX.SmartLabel labelTitleLanguage;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@ using SmartX;
|
||||||
using INT_LKD_2.Forms;
|
using INT_LKD_2.Forms;
|
||||||
using INT_LKD_2.DataStore;
|
using INT_LKD_2.DataStore;
|
||||||
using INT_LKD_2.DialogForms;
|
using INT_LKD_2.DialogForms;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace INT_LKD_2.Controls
|
namespace INT_LKD_2.Controls
|
||||||
{
|
{
|
||||||
|
@ -54,6 +55,39 @@ namespace INT_LKD_2.Controls
|
||||||
this.CollLabel.Add(this.labelCutWait);
|
this.CollLabel.Add(this.labelCutWait);
|
||||||
this.CollLabel.Add(this.labelBuzzer);
|
this.CollLabel.Add(this.labelBuzzer);
|
||||||
this.CollLabel.Add(this.labelSbDiffFilter);
|
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)
|
private void UpdateDisplauUserControls(bool enable)
|
||||||
|
@ -95,6 +129,7 @@ namespace INT_LKD_2.Controls
|
||||||
}
|
}
|
||||||
private void UpdateDisplayControlData(SystemConfiguration item)
|
private void UpdateDisplayControlData(SystemConfiguration item)
|
||||||
{
|
{
|
||||||
|
int iValue = 0;
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
// LCD data period
|
// LCD data period
|
||||||
|
@ -131,6 +166,15 @@ namespace INT_LKD_2.Controls
|
||||||
value = item.CHECK_LANE.ToString();
|
value = item.CHECK_LANE.ToString();
|
||||||
if (this.labelCheckLane.Text != value)
|
if (this.labelCheckLane.Text != value)
|
||||||
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()
|
public void DisplayRefresh()
|
||||||
|
@ -148,7 +192,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelLcdDataPeriod.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -176,7 +220,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelChattering.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -204,7 +248,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelCutWait.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -232,7 +276,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelBuzzer.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -260,7 +304,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelSbDiffFilter.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -288,7 +332,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelEquipmentLane.Text;
|
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)
|
if (myKeypad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -316,7 +360,7 @@ namespace INT_LKD_2.Controls
|
||||||
string value = "", before = "", after = "";
|
string value = "", before = "", after = "";
|
||||||
|
|
||||||
before = this.labelCheckLane.Text;
|
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)
|
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);
|
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)
|
private void smartTimerMessageShow_Tick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1479,7 +1479,7 @@ namespace INT_LKD_2.Controls
|
||||||
private void buttonInspection_Click(object sender, EventArgs e)
|
private void buttonInspection_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
this.InitializeData();
|
this.InitializeData();
|
||||||
this.ParentForm.Child_System_Equipment10.InitializeData();
|
this.ParentForm.Child_System_Equipment10_1.InitializeData();
|
||||||
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
|
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
|
||||||
}
|
}
|
||||||
private void buttonDisplay_Click(object sender, EventArgs e)
|
private void buttonDisplay_Click(object sender, EventArgs e)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -202,6 +202,16 @@ namespace INT_LKD_2.Controls
|
||||||
this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
|
this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
|
||||||
this.smartDraw2.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()
|
private void InitializeMeasuringData()
|
||||||
{
|
{
|
||||||
// Measuring : 1 Lane
|
// Measuring : 1 Lane
|
||||||
|
@ -444,7 +454,7 @@ namespace INT_LKD_2.Controls
|
||||||
//this.labelStop.Visible = true;
|
//this.labelStop.Visible = true;
|
||||||
|
|
||||||
this.InitializeData();
|
this.InitializeData();
|
||||||
this.ParentForm.Child_System_Equipment10_1.InitializeData();
|
this.ParentForm.Child_System_Equipment10.InitializeData();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1288,7 +1298,7 @@ namespace INT_LKD_2.Controls
|
||||||
|
|
||||||
// 화면 데이터 초기화
|
// 화면 데이터 초기화
|
||||||
this.InitializeData();
|
this.InitializeData();
|
||||||
this.ParentForm.Child_System_Equipment10_1.InitializeData();
|
this.ParentForm.Child_System_Equipment10.InitializeData();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1344,7 +1354,7 @@ namespace INT_LKD_2.Controls
|
||||||
private void buttonInspection_Click(object sender, EventArgs e)
|
private void buttonInspection_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
this.InitializeData();
|
this.InitializeData();
|
||||||
this.ParentForm.Child_System_Equipment10_1.InitializeData();
|
this.ParentForm.Child_System_Equipment10.InitializeData();
|
||||||
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
|
this.ParentForm.ParentForm.TransferData_Master(CommunicationCommand.CutInpupt, CommunicationID.MainBoardMaster);
|
||||||
}
|
}
|
||||||
private void buttonDisplay_Click(object sender, EventArgs e)
|
private void buttonDisplay_Click(object sender, EventArgs e)
|
||||||
|
|
|
@ -120,9 +120,6 @@
|
||||||
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="smartDraw_ChartChannelPenStyle1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>264, 17</value>
|
<value>264, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
@ -30,8 +30,11 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserGroupEditor));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuUserGroupEditor));
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.labelTitleMenuEthernet = new SmartX.SmartLabel();
|
||||||
this.smartKeyboard = new SmartX.SmartKeyboard();
|
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.buttonGroupNameChange = new SmartX.SmartButton();
|
||||||
this.labelTitleMenuUserGroupEditor = new SmartX.SmartLabel();
|
this.labelTitleMenuUserGroupEditor = new SmartX.SmartLabel();
|
||||||
this.groupBoxDefault = new SmartX.SmartGroupBox();
|
this.groupBoxDefault = new SmartX.SmartGroupBox();
|
||||||
|
@ -51,7 +54,6 @@
|
||||||
this.groupBoxLevel3 = new SmartX.SmartGroupBox();
|
this.groupBoxLevel3 = new SmartX.SmartGroupBox();
|
||||||
this.checkBoxL3MenuEthernet = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuEthernet = new SmartX.SmartCheckBox();
|
||||||
this.textBoxLevel3 = new System.Windows.Forms.TextBox();
|
this.textBoxLevel3 = new System.Windows.Forms.TextBox();
|
||||||
this.checkBoxL3MenuUserGroupEditor = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL3MainProductChange = new SmartX.SmartCheckBox();
|
this.checkBoxL3MainProductChange = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuUserSetting = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuUserSetting = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuProduct = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuProduct = new SmartX.SmartCheckBox();
|
||||||
|
@ -60,13 +62,11 @@
|
||||||
this.checkBoxL3MainClear = new SmartX.SmartCheckBox();
|
this.checkBoxL3MainClear = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuHistoryLog = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuHistoryLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuInspectionLog = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuInspectionLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuEquipment = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL3MenuAlarmLog = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuAlarmLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL3MenuInformation = new SmartX.SmartCheckBox();
|
this.checkBoxL3MenuInformation = new SmartX.SmartCheckBox();
|
||||||
this.groupBoxLevel2 = new SmartX.SmartGroupBox();
|
this.groupBoxLevel2 = new SmartX.SmartGroupBox();
|
||||||
this.checkBoxL2MenuEthernet = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuEthernet = new SmartX.SmartCheckBox();
|
||||||
this.textBoxLevel2 = new System.Windows.Forms.TextBox();
|
this.textBoxLevel2 = new System.Windows.Forms.TextBox();
|
||||||
this.checkBoxL2MenuUserGroupEditor = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL2MainProductChange = new SmartX.SmartCheckBox();
|
this.checkBoxL2MainProductChange = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuUserSetting = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuUserSetting = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuProduct = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuProduct = new SmartX.SmartCheckBox();
|
||||||
|
@ -75,13 +75,11 @@
|
||||||
this.checkBoxL2MainClear = new SmartX.SmartCheckBox();
|
this.checkBoxL2MainClear = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuHistoryLog = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuHistoryLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuInspectionLog = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuInspectionLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuEquipment = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL2MenuAlarmLog = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuAlarmLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL2MenuInformation = new SmartX.SmartCheckBox();
|
this.checkBoxL2MenuInformation = new SmartX.SmartCheckBox();
|
||||||
this.groupBoxLevel1 = new SmartX.SmartGroupBox();
|
this.groupBoxLevel1 = new SmartX.SmartGroupBox();
|
||||||
this.checkBoxL1MenuEthernet = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuEthernet = new SmartX.SmartCheckBox();
|
||||||
this.textBoxLevel1 = new System.Windows.Forms.TextBox();
|
this.textBoxLevel1 = new System.Windows.Forms.TextBox();
|
||||||
this.checkBoxL1MenuUserGroupEditor = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL1MainProductChange = new SmartX.SmartCheckBox();
|
this.checkBoxL1MainProductChange = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuUserSetting = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuUserSetting = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuProduct = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuProduct = new SmartX.SmartCheckBox();
|
||||||
|
@ -90,12 +88,14 @@
|
||||||
this.checkBoxL1MainClear = new SmartX.SmartCheckBox();
|
this.checkBoxL1MainClear = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuHistoryLog = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuHistoryLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuInspectionLog = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuInspectionLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuEquipment = new SmartX.SmartCheckBox();
|
|
||||||
this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox();
|
||||||
this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox();
|
this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox();
|
||||||
this.labelTitleMenuEquipment = new SmartX.SmartLabel();
|
this.labelTitleMenuEquipment = new SmartX.SmartLabel();
|
||||||
this.labelTitleMenuInformation = new SmartX.SmartLabel();
|
this.labelTitleMenuInformation = new SmartX.SmartLabel();
|
||||||
this.labelTitleMenuAlarmLog = 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.labelTitleMenuInspectionLog = new SmartX.SmartLabel();
|
||||||
this.labelTitleMenuHistoryLog = new SmartX.SmartLabel();
|
this.labelTitleMenuHistoryLog = new SmartX.SmartLabel();
|
||||||
this.labelTitleMenuIOTest = new SmartX.SmartLabel();
|
this.labelTitleMenuIOTest = new SmartX.SmartLabel();
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
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.smartKeyboard);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuUserGroupEditor);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL3MenuUserGroupEditor);
|
||||||
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuUserGroupEditor);
|
this.smartGroupBox1.Controls.Add(this.checkBoxL2MenuUserGroupEditor);
|
||||||
|
@ -160,28 +160,28 @@
|
||||||
this.smartGroupBox1.Text = "User > Group Editor";
|
this.smartGroupBox1.Text = "User > Group Editor";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// labelTitleMenuEthernet
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackGround = null;
|
this.labelTitleMenuEthernet.BackGround = null;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.labelTitleMenuEthernet.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.labelTitleMenuEthernet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleMenuEthernet.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
this.labelTitleMenuEthernet.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.labelTitleMenuEthernet.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(158, 486);
|
this.labelTitleMenuEthernet.Location = new System.Drawing.Point(158, 486);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.labelTitleMenuEthernet.Name = "labelTitleMenuEthernet";
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
this.labelTitleMenuEthernet.OverlapOptimize = true;
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
this.labelTitleMenuEthernet.PasswordChar = '\0';
|
||||||
this.smartLabel1.Radius = 3;
|
this.labelTitleMenuEthernet.Radius = 3;
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleMenuEthernet.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(132, 23);
|
this.labelTitleMenuEthernet.Size = new System.Drawing.Size(132, 23);
|
||||||
this.smartLabel1.TabIndex = 223;
|
this.labelTitleMenuEthernet.TabIndex = 223;
|
||||||
this.smartLabel1.Text = "Ethernet";
|
this.labelTitleMenuEthernet.Text = "Ethernet";
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
this.labelTitleMenuEthernet.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleMenuEthernet.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelTitleMenuEthernet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleMenuEthernet.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel1.Wordwrap = false;
|
this.labelTitleMenuEthernet.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartKeyboard
|
// smartKeyboard
|
||||||
//
|
//
|
||||||
|
@ -227,6 +227,78 @@
|
||||||
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
|
||||||
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
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
|
// buttonGroupNameChange
|
||||||
//
|
//
|
||||||
this.buttonGroupNameChange.BackGround = null;
|
this.buttonGroupNameChange.BackGround = null;
|
||||||
|
@ -680,30 +752,6 @@
|
||||||
this.textBoxLevel3.Visible = false;
|
this.textBoxLevel3.Visible = false;
|
||||||
this.textBoxLevel3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel3_KeyPress);
|
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
|
// checkBoxL3MainProductChange
|
||||||
//
|
//
|
||||||
this.checkBoxL3MainProductChange.BackGround = this.groupBoxLevel3;
|
this.checkBoxL3MainProductChange.BackGround = this.groupBoxLevel3;
|
||||||
|
@ -886,30 +934,6 @@
|
||||||
this.checkBoxL3MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL3MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
this.checkBoxL3MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
|
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
|
// checkBoxL3MenuAlarmLog
|
||||||
//
|
//
|
||||||
this.checkBoxL3MenuAlarmLog.BackGround = this.groupBoxLevel3;
|
this.checkBoxL3MenuAlarmLog.BackGround = this.groupBoxLevel3;
|
||||||
|
@ -1021,30 +1045,6 @@
|
||||||
this.textBoxLevel2.Visible = false;
|
this.textBoxLevel2.Visible = false;
|
||||||
this.textBoxLevel2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel2_KeyPress);
|
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
|
// checkBoxL2MainProductChange
|
||||||
//
|
//
|
||||||
this.checkBoxL2MainProductChange.BackGround = this.groupBoxLevel2;
|
this.checkBoxL2MainProductChange.BackGround = this.groupBoxLevel2;
|
||||||
|
@ -1227,30 +1227,6 @@
|
||||||
this.checkBoxL2MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL2MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
this.checkBoxL2MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
|
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
|
// checkBoxL2MenuAlarmLog
|
||||||
//
|
//
|
||||||
this.checkBoxL2MenuAlarmLog.BackGround = this.groupBoxLevel2;
|
this.checkBoxL2MenuAlarmLog.BackGround = this.groupBoxLevel2;
|
||||||
|
@ -1362,30 +1338,6 @@
|
||||||
this.textBoxLevel1.Visible = false;
|
this.textBoxLevel1.Visible = false;
|
||||||
this.textBoxLevel1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLevel1_KeyPress);
|
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
|
// checkBoxL1MainProductChange
|
||||||
//
|
//
|
||||||
this.checkBoxL1MainProductChange.BackGround = this.groupBoxLevel1;
|
this.checkBoxL1MainProductChange.BackGround = this.groupBoxLevel1;
|
||||||
|
@ -1568,30 +1520,6 @@
|
||||||
this.checkBoxL1MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL1MenuInspectionLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
this.checkBoxL1MenuInspectionLog.Click += new System.EventHandler(this.checkBox_Click);
|
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
|
// checkBoxL1MenuAlarmLog
|
||||||
//
|
//
|
||||||
this.checkBoxL1MenuAlarmLog.BackGround = this.groupBoxLevel1;
|
this.checkBoxL1MenuAlarmLog.BackGround = this.groupBoxLevel1;
|
||||||
|
@ -1708,6 +1636,78 @@
|
||||||
this.labelTitleMenuAlarmLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleMenuAlarmLog.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitleMenuAlarmLog.Wordwrap = false;
|
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
|
// labelTitleMenuInspectionLog
|
||||||
//
|
//
|
||||||
this.labelTitleMenuInspectionLog.BackGround = null;
|
this.labelTitleMenuInspectionLog.BackGround = null;
|
||||||
|
@ -2065,7 +2065,7 @@
|
||||||
private System.Windows.Forms.TextBox textBoxLevel3;
|
private System.Windows.Forms.TextBox textBoxLevel3;
|
||||||
private System.Windows.Forms.TextBox textBoxLevel2;
|
private System.Windows.Forms.TextBox textBoxLevel2;
|
||||||
private SmartX.SmartKeyboard smartKeyboard;
|
private SmartX.SmartKeyboard smartKeyboard;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelTitleMenuEthernet;
|
||||||
private SmartX.SmartCheckBox checkBoxL3MenuEthernet;
|
private SmartX.SmartCheckBox checkBoxL3MenuEthernet;
|
||||||
private SmartX.SmartCheckBox checkBoxL2MenuEthernet;
|
private SmartX.SmartCheckBox checkBoxL2MenuEthernet;
|
||||||
private SmartX.SmartCheckBox checkBoxL1MenuEthernet;
|
private SmartX.SmartCheckBox checkBoxL1MenuEthernet;
|
||||||
|
|
|
@ -41,6 +41,58 @@ namespace INT_LKD_2.Controls
|
||||||
{
|
{
|
||||||
this.smartGroupBox1.Text = "User > GroupEditor";
|
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()
|
private void KeyboardClose()
|
||||||
{
|
{
|
||||||
|
|
|
@ -35,11 +35,11 @@
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
this.smartLabel4 = new SmartX.SmartLabel();
|
||||||
this.textBoxNewPassword = new System.Windows.Forms.TextBox();
|
this.textBoxNewPassword = new System.Windows.Forms.TextBox();
|
||||||
this.labelIDBackGround = new SmartX.SmartLabel();
|
this.labelIDBackGround = new SmartX.SmartLabel();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.labelTitleVerify = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelTitleNew = new SmartX.SmartLabel();
|
||||||
this.labelID = new SmartX.SmartLabel();
|
this.labelID = new SmartX.SmartLabel();
|
||||||
this.labelTitleID = new SmartX.SmartLabel();
|
this.labelTitleID = new SmartX.SmartLabel();
|
||||||
this.buttonSave = new SmartX.SmartButton();
|
this.buttonChange = new SmartX.SmartButton();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -53,11 +53,11 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
||||||
this.smartGroupBox1.Controls.Add(this.textBoxNewPassword);
|
this.smartGroupBox1.Controls.Add(this.textBoxNewPassword);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelIDBackGround);
|
this.smartGroupBox1.Controls.Add(this.labelIDBackGround);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
this.smartGroupBox1.Controls.Add(this.labelTitleVerify);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
this.smartGroupBox1.Controls.Add(this.labelTitleNew);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelID);
|
this.smartGroupBox1.Controls.Add(this.labelID);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelTitleID);
|
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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.FrameLineThickness = 2;
|
this.smartGroupBox1.FrameLineThickness = 2;
|
||||||
|
@ -183,49 +183,49 @@
|
||||||
this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelIDBackGround.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelIDBackGround.Wordwrap = false;
|
this.labelIDBackGround.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// labelTitleVerify
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackGround = null;
|
this.labelTitleVerify.BackGround = null;
|
||||||
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleVerify.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.labelTitleVerify.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleVerify.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.labelTitleVerify.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(102, 216);
|
this.labelTitleVerify.Location = new System.Drawing.Point(102, 216);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.labelTitleVerify.Name = "labelTitleVerify";
|
||||||
this.smartLabel3.OverlapOptimize = true;
|
this.labelTitleVerify.OverlapOptimize = true;
|
||||||
this.smartLabel3.PasswordChar = '\0';
|
this.labelTitleVerify.PasswordChar = '\0';
|
||||||
this.smartLabel3.Radius = 3;
|
this.labelTitleVerify.Radius = 3;
|
||||||
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleVerify.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(155, 34);
|
this.labelTitleVerify.Size = new System.Drawing.Size(155, 34);
|
||||||
this.smartLabel3.TabIndex = 85;
|
this.labelTitleVerify.TabIndex = 85;
|
||||||
this.smartLabel3.Text = "Verify Password";
|
this.labelTitleVerify.Text = "Verify Password";
|
||||||
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
this.labelTitleVerify.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleVerify.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleVerify.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleVerify.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.labelTitleVerify.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelTitleNew
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackGround = null;
|
this.labelTitleNew.BackGround = null;
|
||||||
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.labelTitleNew.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.labelTitleNew.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTitleNew.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelTitleNew.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(102, 173);
|
this.labelTitleNew.Location = new System.Drawing.Point(102, 173);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelTitleNew.Name = "labelTitleNew";
|
||||||
this.smartLabel2.OverlapOptimize = true;
|
this.labelTitleNew.OverlapOptimize = true;
|
||||||
this.smartLabel2.PasswordChar = '\0';
|
this.labelTitleNew.PasswordChar = '\0';
|
||||||
this.smartLabel2.Radius = 3;
|
this.labelTitleNew.Radius = 3;
|
||||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelTitleNew.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(155, 34);
|
this.labelTitleNew.Size = new System.Drawing.Size(155, 34);
|
||||||
this.smartLabel2.TabIndex = 84;
|
this.labelTitleNew.TabIndex = 84;
|
||||||
this.smartLabel2.Text = "New Password";
|
this.labelTitleNew.Text = "New Password";
|
||||||
this.smartLabel2.TextColor = System.Drawing.Color.White;
|
this.labelTitleNew.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelTitleNew.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleNew.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleNew.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelTitleNew.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelID
|
// labelID
|
||||||
//
|
//
|
||||||
|
@ -272,40 +272,40 @@
|
||||||
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitleID.Wordwrap = false;
|
this.labelTitleID.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonSave
|
// buttonChange
|
||||||
//
|
//
|
||||||
this.buttonSave.BackGround = null;
|
this.buttonChange.BackGround = null;
|
||||||
this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
this.buttonChange.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.buttonChange.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonChange.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
this.buttonSave.ButtonImageAutoSize = true;
|
this.buttonChange.ButtonImageAutoSize = true;
|
||||||
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||||
this.buttonSave.ButtonText = "Change";
|
this.buttonChange.ButtonText = "Change";
|
||||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonSave.GroupID = 0;
|
this.buttonChange.GroupID = 0;
|
||||||
this.buttonSave.ImageDisable = null;
|
this.buttonChange.ImageDisable = null;
|
||||||
this.buttonSave.ImageDown = null;
|
this.buttonChange.ImageDown = null;
|
||||||
this.buttonSave.ImageUp = null;
|
this.buttonChange.ImageUp = null;
|
||||||
this.buttonSave.Location = new System.Drawing.Point(715, 174);
|
this.buttonChange.Location = new System.Drawing.Point(715, 174);
|
||||||
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonSave.Name = "buttonSave";
|
this.buttonChange.Name = "buttonChange";
|
||||||
this.buttonSave.NestedClickEventPrevent = false;
|
this.buttonChange.NestedClickEventPrevent = false;
|
||||||
this.buttonSave.OutlinePixel = 2;
|
this.buttonChange.OutlinePixel = 2;
|
||||||
this.buttonSave.OverlapOptimize = true;
|
this.buttonChange.OverlapOptimize = true;
|
||||||
this.buttonSave.RepeatInterval = 200;
|
this.buttonChange.RepeatInterval = 200;
|
||||||
this.buttonSave.RepeatIntervalAccelerate = null;
|
this.buttonChange.RepeatIntervalAccelerate = null;
|
||||||
this.buttonSave.RoundSize = 20;
|
this.buttonChange.RoundSize = 20;
|
||||||
this.buttonSave.SafeInterval = 200;
|
this.buttonChange.SafeInterval = 200;
|
||||||
this.buttonSave.Size = new System.Drawing.Size(100, 77);
|
this.buttonChange.Size = new System.Drawing.Size(100, 77);
|
||||||
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonSave.TabIndex = 79;
|
this.buttonChange.TabIndex = 79;
|
||||||
this.buttonSave.Text = null;
|
this.buttonChange.Text = null;
|
||||||
this.buttonSave.TextColor = System.Drawing.Color.White;
|
this.buttonChange.TextColor = System.Drawing.Color.White;
|
||||||
this.buttonSave.TextColorDisable = System.Drawing.Color.Gray;
|
this.buttonChange.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
this.buttonChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||||
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonSave.Click += new System.EventHandler(this.buttonChangePassword_Click);
|
this.buttonChange.Click += new System.EventHandler(this.buttonChangePassword_Click);
|
||||||
//
|
//
|
||||||
// ControlMenuUserMyPage
|
// ControlMenuUserMyPage
|
||||||
//
|
//
|
||||||
|
@ -322,11 +322,11 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
private SmartX.SmartButton buttonSave;
|
private SmartX.SmartButton buttonChange;
|
||||||
private SmartX.SmartLabel labelTitleID;
|
private SmartX.SmartLabel labelTitleID;
|
||||||
private SmartX.SmartLabel labelID;
|
private SmartX.SmartLabel labelID;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel labelTitleVerify;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
private SmartX.SmartLabel labelTitleNew;
|
||||||
private System.Windows.Forms.TextBox textBoxVerifyPassword;
|
private System.Windows.Forms.TextBox textBoxVerifyPassword;
|
||||||
private SmartX.SmartLabel smartLabel4;
|
private SmartX.SmartLabel smartLabel4;
|
||||||
private System.Windows.Forms.TextBox textBoxNewPassword;
|
private System.Windows.Forms.TextBox textBoxNewPassword;
|
||||||
|
|
|
@ -56,6 +56,24 @@ namespace INT_LKD_2.Controls
|
||||||
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
||||||
this.smartKeyboard.Show();
|
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()
|
private void UpdateDisplayID()
|
||||||
{
|
{
|
||||||
|
|
|
@ -63,6 +63,88 @@ namespace INT_LKD_2.Controls
|
||||||
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
||||||
this.smartKeyboard.Show();
|
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 = "<Items applicable to all users>";
|
||||||
|
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 = "<Items applicable to all users>";
|
||||||
|
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)
|
private bool UI_Invoke(ThreadStart invoker)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
|
@ -150,6 +150,7 @@ namespace INT_LKD_2.DataStore
|
||||||
{
|
{
|
||||||
Korean,
|
Korean,
|
||||||
English,
|
English,
|
||||||
|
Chinese,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum E_MessageBoxIcon
|
public enum E_MessageBoxIcon
|
||||||
|
@ -245,6 +246,8 @@ namespace INT_LKD_2.DataStore
|
||||||
TCPServerPort,
|
TCPServerPort,
|
||||||
Mod_Role,
|
Mod_Role,
|
||||||
Mod_StartAddr,
|
Mod_StartAddr,
|
||||||
|
|
||||||
|
Language,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum E_TrackingAlarm
|
public enum E_TrackingAlarm
|
||||||
|
|
|
@ -68,15 +68,20 @@ namespace INT_LKD_2.DialogForms
|
||||||
|
|
||||||
private void InitializeDesign(Define.E_LanguageID language)
|
private void InitializeDesign(Define.E_LanguageID language)
|
||||||
{
|
{
|
||||||
if (language == Define.E_LanguageID.English)
|
switch (language)
|
||||||
{
|
{
|
||||||
this.buttonCancel.Text = "ESC";
|
case Define.E_LanguageID.Chinese:
|
||||||
this.buttonEnter.Text = "Enter";
|
break;
|
||||||
}
|
case Define.E_LanguageID.English:
|
||||||
else
|
this.buttonCancel.Text = "ESC";
|
||||||
{
|
this.buttonEnter.Text = "Enter";
|
||||||
this.buttonCancel.Text = "ESC";
|
break;
|
||||||
this.buttonEnter.Text = "Enter";
|
case Define.E_LanguageID.Korean:
|
||||||
|
this.buttonCancel.Text = "ESC";
|
||||||
|
this.buttonEnter.Text = "Enter";
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
|
|
|
@ -127,7 +127,17 @@ namespace INT_LKD_2.Forms
|
||||||
|
|
||||||
private void InitializeDesign()
|
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()
|
private void InitializeControl()
|
||||||
{
|
{
|
||||||
|
|
|
@ -81,15 +81,20 @@ namespace INT_LKD_2.DialogForms
|
||||||
|
|
||||||
private void InitializeDesign(Define.E_LanguageID language)
|
private void InitializeDesign(Define.E_LanguageID language)
|
||||||
{
|
{
|
||||||
if (language == Define.E_LanguageID.English)
|
switch (language)
|
||||||
{
|
{
|
||||||
this.buttonCancel.Text = "ESC";
|
case Define.E_LanguageID.Chinese:
|
||||||
this.buttonEnter.Text = "Enter";
|
break;
|
||||||
}
|
case Define.E_LanguageID.English:
|
||||||
else
|
this.buttonCancel.Text = "ESC";
|
||||||
{
|
this.buttonEnter.Text = "Enter";
|
||||||
this.buttonCancel.Text = "ESC";
|
break;
|
||||||
this.buttonEnter.Text = "Enter";
|
case Define.E_LanguageID.Korean:
|
||||||
|
this.buttonCancel.Text = "ESC";
|
||||||
|
this.buttonEnter.Text = "Enter";
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
|
|
|
@ -212,6 +212,16 @@ namespace INT_LKD_2.DialogForms
|
||||||
this.OldFilePath = "SD Card\\Run\\";
|
this.OldFilePath = "SD Card\\Run\\";
|
||||||
this.RemoveFolderPath = "SD Card\\RemoveFile\\";
|
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
|
#region Display Update
|
||||||
private void ProgramUpdateDisplay()
|
private void ProgramUpdateDisplay()
|
||||||
|
|
|
@ -62,7 +62,7 @@ namespace INT_LKD_2.Forms
|
||||||
|
|
||||||
this.DefaultSetting();
|
this.DefaultSetting();
|
||||||
this.InitializeData();
|
this.InitializeData();
|
||||||
this.InitializeLanguage();
|
this.InitializeDesign();
|
||||||
this.InitializeProcessStatus();
|
this.InitializeProcessStatus();
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
@ -243,7 +243,7 @@ namespace INT_LKD_2.Forms
|
||||||
this.SetLabelNumberColor(i, this.ColorNumberUnSelected);
|
this.SetLabelNumberColor(i, this.ColorNumberUnSelected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void InitializeLanguage()
|
public void InitializeDesign()
|
||||||
{
|
{
|
||||||
switch (this.ParentForm.SystemConfig.LANGUAGE)
|
switch (this.ParentForm.SystemConfig.LANGUAGE)
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,24 +23,24 @@ namespace INT_LKD_2.Forms
|
||||||
private FormMain m_ParentForm;
|
private FormMain m_ParentForm;
|
||||||
|
|
||||||
// Recipe
|
// Recipe
|
||||||
private ControlMenuRecipeSetting Child_Recipe_Setting;
|
public ControlMenuRecipeSetting Child_Recipe_Setting;
|
||||||
// User
|
// User
|
||||||
private ControlMenuUserUserEditor Child_User_UserEditor;
|
public ControlMenuUserUserEditor Child_User_UserEditor;
|
||||||
private ControlMenuUserMyPage Child_User_MyPage;
|
public ControlMenuUserMyPage Child_User_MyPage;
|
||||||
private ControlMenuUserGroupEditor Child_User_GroupEditor;
|
public ControlMenuUserGroupEditor Child_User_GroupEditor;
|
||||||
// Manual
|
// Manual
|
||||||
private ControlMenuManualIoTest Child_Manual_IoTest_Master;
|
public ControlMenuManualIoTest Child_Manual_IoTest_Master;
|
||||||
private ControlMenuManualIoTest Child_Manual_IoTest_Slave;
|
public ControlMenuManualIoTest Child_Manual_IoTest_Slave;
|
||||||
// Log
|
// Log
|
||||||
private ControlMenuLogHistory Child_Log_History;
|
public ControlMenuLogHistory Child_Log_History;
|
||||||
private ControlMenuLogInspection Child_Log_Inspection;
|
public ControlMenuLogInspection Child_Log_Inspection;
|
||||||
private ControlMenuLogAlarm Child_Log_Alarm;
|
public ControlMenuLogAlarm Child_Log_Alarm;
|
||||||
// System
|
// System
|
||||||
private ControlMenuSystemInformation Child_System_Information;
|
public ControlMenuSystemInformation Child_System_Information;
|
||||||
public ControlMenuSystemEthernet Child_System_Ethernet;
|
public ControlMenuSystemEthernet Child_System_Ethernet;
|
||||||
public ControlMenuSystemStatus Child_System_Equipment10_1;
|
public ControlMenuSystemStatus Child_System_Equipment10;
|
||||||
public ControlMenuSystemStatus1 Child_System_Equipment10;
|
public ControlMenuSystemStatus1 Child_System_Equipment10_1;
|
||||||
private ControlMenuSystemSetting Child_System_Setting;
|
public ControlMenuSystemSetting Child_System_Setting;
|
||||||
|
|
||||||
public Define.E_TopMenuStore SelectedTopMenu;
|
public Define.E_TopMenuStore SelectedTopMenu;
|
||||||
public Define.E_MenuRecipeStore SelectedMenuRecipe;
|
public Define.E_MenuRecipeStore SelectedMenuRecipe;
|
||||||
|
@ -81,6 +81,16 @@ namespace INT_LKD_2.Forms
|
||||||
this.SelectedMenuLog = Define.E_MenuLogStore._0_None;
|
this.SelectedMenuLog = Define.E_MenuLogStore._0_None;
|
||||||
this.SelectedMenuSystem = Define.E_MenuSystemStore._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()
|
private void CreateChildControls()
|
||||||
{
|
{
|
||||||
this.Child_Recipe_Setting = new ControlMenuRecipeSetting(this);
|
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_Inspection = new ControlMenuLogInspection(this);
|
||||||
this.Child_Log_Alarm = new ControlMenuLogAlarm(this);
|
this.Child_Log_Alarm = new ControlMenuLogAlarm(this);
|
||||||
this.Child_System_Information = new ControlMenuSystemInformation(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_Ethernet = new ControlMenuSystemEthernet(this);
|
||||||
this.Child_System_Setting = new ControlMenuSystemSetting(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_History);
|
||||||
this.Controls.Add(this.Child_Log_Inspection);
|
this.Controls.Add(this.Child_Log_Inspection);
|
||||||
this.Controls.Add(this.Child_System_Information);
|
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_Ethernet);
|
||||||
this.Controls.Add(this.Child_System_Setting);
|
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_History.Location = new Point(0, 39);
|
||||||
this.Child_Log_Inspection.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_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_Ethernet.Location = new Point(0, 39);
|
||||||
this.Child_System_Setting.Location = new Point(0, 39);
|
this.Child_System_Setting.Location = new Point(0, 39);
|
||||||
|
|
||||||
this.Child_System_Equipment10 = new ControlMenuSystemStatus1(this);
|
this.Child_System_Equipment10_1 = new ControlMenuSystemStatus1(this);
|
||||||
this.Controls.Add(this.Child_System_Equipment10);
|
this.Controls.Add(this.Child_System_Equipment10_1);
|
||||||
this.Child_System_Equipment10.Location = new Point(0, 39);
|
this.Child_System_Equipment10_1.Location = new Point(0, 39);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateButtonColor()
|
public void UpdateButtonColor()
|
||||||
|
@ -716,8 +726,8 @@ namespace INT_LKD_2.Forms
|
||||||
this.buttonBottom4.ButtonUp();
|
this.buttonBottom4.ButtonUp();
|
||||||
break;
|
break;
|
||||||
case Define.E_MenuSystemStore._2_Equipment:
|
case Define.E_MenuSystemStore._2_Equipment:
|
||||||
this.Child_System_Equipment10.DisplayRefresh();
|
this.Child_System_Equipment10_1.DisplayRefresh();
|
||||||
this.Child_System_Equipment10.BringToFront();
|
this.Child_System_Equipment10_1.BringToFront();
|
||||||
|
|
||||||
this.buttonBottom1.ButtonUp();
|
this.buttonBottom1.ButtonUp();
|
||||||
this.buttonBottom2.ButtonUp();
|
this.buttonBottom2.ButtonUp();
|
||||||
|
@ -734,8 +744,8 @@ namespace INT_LKD_2.Forms
|
||||||
this.buttonBottom4.ButtonUp();
|
this.buttonBottom4.ButtonUp();
|
||||||
break;
|
break;
|
||||||
case Define.E_MenuSystemStore._4_Equipment1:
|
case Define.E_MenuSystemStore._4_Equipment1:
|
||||||
this.Child_System_Equipment10_1.DisplayRefresh();
|
this.Child_System_Equipment10.DisplayRefresh();
|
||||||
this.Child_System_Equipment10_1.BringToFront();
|
this.Child_System_Equipment10.BringToFront();
|
||||||
|
|
||||||
this.buttonBottom1.ButtonUp();
|
this.buttonBottom1.ButtonUp();
|
||||||
this.buttonBottom2.ButtonUp();
|
this.buttonBottom2.ButtonUp();
|
||||||
|
@ -778,7 +788,7 @@ namespace INT_LKD_2.Forms
|
||||||
this.Set_Equipment_ButtonEnable(true);
|
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)
|
public void Set_Equipment_ButtonEnable(bool data)
|
||||||
{
|
{
|
||||||
|
@ -934,7 +944,7 @@ namespace INT_LKD_2.Forms
|
||||||
}
|
}
|
||||||
public void UpdateDisplay_Equipment_AlarmView(AlarmList data)
|
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)
|
public void UpdateDisplay_Equipment_ProcessStatus(Define.E_ProcessStatus status)
|
||||||
{
|
{
|
||||||
|
@ -965,8 +975,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayProcessStatus(status);
|
this.Child_System_Equipment10.UpdateDisplayProcessStatus(status);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayProcessStatus(status);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1000,7 +1010,7 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring1(status, lane);
|
this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring1(status, lane);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1034,7 +1044,7 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10.UpdateDisplayProcessStatusMeasuring2(status, lane);
|
this.Child_System_Equipment10_1.UpdateDisplayProcessStatusMeasuring2(status, lane);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1070,8 +1080,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData1(data);
|
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData1(data);
|
this.Child_System_Equipment10_1.UpdateDisplayDispData1(data);
|
||||||
|
this.Child_System_Equipment10.UpdateDisplayDispData1(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1106,8 +1116,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData2(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData2(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData2(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData2(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1142,8 +1152,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData3(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData3(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData3(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData3(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1178,8 +1188,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData4(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData4(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData4(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData4(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1214,8 +1224,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData5(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData5(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData5(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData5(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1250,8 +1260,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData6(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData6(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData6(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData6(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1286,8 +1296,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData7(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData7(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData7(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData7(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1322,8 +1332,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData8(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData8(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData8(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData8(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1358,8 +1368,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData9(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData9(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData9(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData9(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1394,8 +1404,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData10(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData10(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData10(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData10(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1430,8 +1440,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData11(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData11(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData11(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData11(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1466,8 +1476,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDispData12(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDispData12(data);
|
this.Child_System_Equipment10.UpdateDisplayDispData12(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDispData12(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1503,8 +1513,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData1(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData1(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData1(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1539,8 +1549,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData2(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData2(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData2(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1575,8 +1585,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData3(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData3(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData3(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1611,8 +1621,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData4(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData4(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData4(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1647,8 +1657,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData5(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData5(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData5(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1683,8 +1693,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData6(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData6(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData6(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1719,8 +1729,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData7(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData7(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData7(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1755,8 +1765,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData8(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData8(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData8(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1791,8 +1801,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData9(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData9(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData9(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1827,8 +1837,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData10(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData10(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData10(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1863,8 +1873,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData11(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData11(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData11(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1899,8 +1909,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayDiffData12(data);
|
this.Child_System_Equipment10.UpdateDisplayDiffData12(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayDiffData12(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1936,8 +1946,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData1(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData1(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData1(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData1(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -1972,8 +1982,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData2(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData2(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData2(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData2(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2008,8 +2018,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData3(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData3(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData3(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData3(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2044,8 +2054,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData4(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData4(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData4(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData4(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2080,8 +2090,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData5(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData5(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData5(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData5(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2116,8 +2126,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData6(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData6(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData6(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData6(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2152,8 +2162,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData7(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData7(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData7(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData7(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2188,8 +2198,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData8(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData8(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData8(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData8(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2224,8 +2234,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData9(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData9(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData9(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData9(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2260,8 +2270,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData10(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData10(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData10(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData10(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2296,8 +2306,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData11(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData11(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData11(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData11(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2332,8 +2342,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayPresData12(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayPresData12(data);
|
this.Child_System_Equipment10.UpdateDisplayPresData12(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayPresData12(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2369,8 +2379,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData1(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData1(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData1(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2405,8 +2415,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData2(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData2(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData2(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2441,8 +2451,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData3(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData3(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData3(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2477,8 +2487,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData4(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData4(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData4(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2513,8 +2523,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData5(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData5(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData5(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2549,8 +2559,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData6(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData6(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData6(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2585,8 +2595,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData7(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData7(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData7(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2621,8 +2631,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData8(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData8(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData8(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2657,8 +2667,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData9(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData9(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData9(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2693,8 +2703,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData10(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData10(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData10(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2729,8 +2739,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData11(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData11(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData11(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2765,8 +2775,8 @@ namespace INT_LKD_2.Forms
|
||||||
break;
|
break;
|
||||||
case Define.E_DisplayModeStore.Equipment:
|
case Define.E_DisplayModeStore.Equipment:
|
||||||
case Define.E_DisplayModeStore.Equipment1:
|
case Define.E_DisplayModeStore.Equipment1:
|
||||||
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data);
|
|
||||||
this.Child_System_Equipment10.UpdateDisplayJudgmentData12(data);
|
this.Child_System_Equipment10.UpdateDisplayJudgmentData12(data);
|
||||||
|
this.Child_System_Equipment10_1.UpdateDisplayJudgmentData12(data);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -51,17 +51,17 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsCE.Forms" />
|
<Reference Include="Microsoft.WindowsCE.Forms" />
|
||||||
<Reference Include="mscorlib" />
|
<Reference Include="mscorlib" />
|
||||||
<Reference Include="SmartXNCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXNCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartXNFDCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXNFDCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartXN_IEC1000, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXN_IEC1000, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>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</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
@ -73,6 +73,18 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Controls\Bottom\ControlBottomManual.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\Bottom\ControlBottomManual.Designer.cs">
|
||||||
|
<DependentUpon>ControlBottomManual.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\Bottom\ControlBottomSetting.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\Bottom\ControlBottomSetting.Designer.cs">
|
||||||
|
<DependentUpon>ControlBottomSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Controls\MainDisplay\ControlMainDisplay12.cs">
|
<Compile Include="Controls\MainDisplay\ControlMainDisplay12.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -251,6 +263,12 @@
|
||||||
<Compile Include="Forms\FormMainDisplay.Designer.cs">
|
<Compile Include="Forms\FormMainDisplay.Designer.cs">
|
||||||
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormConfiguration.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormConfiguration.Designer.cs">
|
||||||
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Forms\FormMain.cs">
|
<Compile Include="Forms\FormMain.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -377,6 +395,10 @@
|
||||||
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormConfiguration.resx">
|
||||||
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Forms\FormMain.resx">
|
<EmbeddedResource Include="Forms\FormMain.resx">
|
||||||
<DependentUpon>FormMain.cs</DependentUpon>
|
<DependentUpon>FormMain.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
@ -402,9 +424,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Version.txt" />
|
<Content Include="Version.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Controls\Bottom\" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|
|
@ -24,6 +24,13 @@
|
||||||
리크디텍터 12열 분리타입 (1~6 , 7~12)
|
리크디텍터 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
|
@ Ver 1.1.1 by CJY
|
||||||
- 2025.04.08
|
- 2025.04.08
|
||||||
- V1.1.0 Modify
|
- V1.1.0 Modify
|
||||||
|
|
Loading…
Reference in New Issue