버그 수정

main
DESKTOP-999R8N3\CJY 2023-04-11 18:01:18 +09:00
parent e4ec44441f
commit c7091e80fa
17 changed files with 2160 additions and 2013 deletions

View File

@ -29,6 +29,9 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = 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();
@ -46,9 +49,6 @@
this.buttonBackup = new SmartX.SmartButton(); this.buttonBackup = new SmartX.SmartButton();
this.labelCount = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel();
this.smartFile1 = new SmartX.SmartFile(); this.smartFile1 = new SmartX.SmartFile();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -57,15 +57,15 @@
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.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
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.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartLabel9); this.smartGroupBox1.Controls.Add(this.smartLabel9);
this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.buttonUp);
@ -89,6 +89,63 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White; this.smartGroupBox1.TextColor = System.Drawing.Color.White;
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(845, 371);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 142;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(845, 382);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 141;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(845, 347);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 140;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// listBoxDetail // listBoxDetail
// //
this.listBoxDetail.BackGround = null; this.listBoxDetail.BackGround = null;
@ -769,7 +826,6 @@
this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
this.labelFileName.Size = new System.Drawing.Size(541, 33); this.labelFileName.Size = new System.Drawing.Size(541, 33);
this.labelFileName.TabIndex = 85; this.labelFileName.TabIndex = 85;
this.labelFileName.Text = "00";
this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; this.labelFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -838,63 +894,6 @@
// //
this.smartFile1.FilePathName = ""; this.smartFile1.FilePathName = "";
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(845, 371);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 142;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(845, 382);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 141;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(845, 347);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 140;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// ControlMenuLogAlarm // ControlMenuLogAlarm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -191,8 +191,7 @@ namespace INT_PT002.Controls
this.treeView.Nodes.Add(node); this.treeView.Nodes.Add(node);
} }
} }
this.labelCount.Text = fileCount.ToString();
this.labelCount.Text = string.Format("{0} ", fileCount);
} }
private List<string> DayAlarmDirectorySort(FileInfo[] files) private List<string> DayAlarmDirectorySort(FileInfo[] files)

View File

@ -30,6 +30,9 @@
{ {
this.smartFile1 = new SmartX.SmartFile(); this.smartFile1 = new SmartX.SmartFile();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.labelFileName = new SmartX.SmartLabel(); this.labelFileName = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel(); this.smartLabel13 = new SmartX.SmartLabel();
this.smartLabel12 = new SmartX.SmartLabel(); this.smartLabel12 = new SmartX.SmartLabel();
@ -52,9 +55,6 @@
this.buttonBackup = new SmartX.SmartButton(); this.buttonBackup = 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.labelRemainIndex = new SmartX.SmartLabel();
this.labelTotalIndex = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -67,6 +67,12 @@
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.smartLabel6);
this.smartGroupBox1.Controls.Add(this.smartLabel5);
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.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);
@ -80,12 +86,6 @@
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.smartLabel7);
this.smartGroupBox1.Controls.Add(this.smartLabel6);
this.smartGroupBox1.Controls.Add(this.smartLabel5);
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartLabel9); this.smartGroupBox1.Controls.Add(this.smartLabel9);
this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.buttonUp);
@ -105,6 +105,63 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White; this.smartGroupBox1.TextColor = System.Drawing.Color.White;
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(845, 371);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 139;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(845, 382);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 138;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(845, 347);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 137;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// labelFileName // labelFileName
// //
this.labelFileName.BackGround = this.smartGroupBox1; this.labelFileName.BackGround = this.smartGroupBox1;
@ -121,8 +178,7 @@
this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
this.labelFileName.Size = new System.Drawing.Size(541, 33); this.labelFileName.Size = new System.Drawing.Size(541, 33);
this.labelFileName.TabIndex = 136; this.labelFileName.TabIndex = 136;
this.labelFileName.Text = "00"; this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelFileName.TextColor = System.Drawing.Color.White;
this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; this.labelFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -189,7 +245,7 @@
this.labelCount.Size = new System.Drawing.Size(187, 18); this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.TabIndex = 133; this.labelCount.TabIndex = 133;
this.labelCount.Text = "00"; this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.White; this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelCount.TextColorDisable = System.Drawing.Color.Gray; this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -208,7 +264,7 @@
this.listBoxAfter.ItemOffsetX = 1; this.listBoxAfter.ItemOffsetX = 1;
this.listBoxAfter.ItemOffsetY = 0; this.listBoxAfter.ItemOffsetY = 0;
this.listBoxAfter.ItemTextOffsetY = 1; this.listBoxAfter.ItemTextOffsetY = 1;
this.listBoxAfter.Location = new System.Drawing.Point(683, 136); this.listBoxAfter.Location = new System.Drawing.Point(713, 136);
this.listBoxAfter.MouseMoveEventSpace = 3; this.listBoxAfter.MouseMoveEventSpace = 3;
this.listBoxAfter.MouseMoveSpace = 10; this.listBoxAfter.MouseMoveSpace = 10;
this.listBoxAfter.Name = "listBoxAfter"; this.listBoxAfter.Name = "listBoxAfter";
@ -301,7 +357,7 @@
this.listBoxAfter.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxAfter.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxAfter.SeparationlineVisibleBottom = true; this.listBoxAfter.SeparationlineVisibleBottom = true;
this.listBoxAfter.SeparationlineVisibleTop = true; this.listBoxAfter.SeparationlineVisibleTop = true;
this.listBoxAfter.Size = new System.Drawing.Size(70, 502); this.listBoxAfter.Size = new System.Drawing.Size(50, 502);
this.listBoxAfter.TabIndex = 121; this.listBoxAfter.TabIndex = 121;
this.listBoxAfter.Text = "smartListBox1"; this.listBoxAfter.Text = "smartListBox1";
this.listBoxAfter.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxAfter.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -320,7 +376,7 @@
this.listBoxBefore.ItemOffsetX = 1; this.listBoxBefore.ItemOffsetX = 1;
this.listBoxBefore.ItemOffsetY = 0; this.listBoxBefore.ItemOffsetY = 0;
this.listBoxBefore.ItemTextOffsetY = 1; this.listBoxBefore.ItemTextOffsetY = 1;
this.listBoxBefore.Location = new System.Drawing.Point(614, 136); this.listBoxBefore.Location = new System.Drawing.Point(664, 136);
this.listBoxBefore.MouseMoveEventSpace = 3; this.listBoxBefore.MouseMoveEventSpace = 3;
this.listBoxBefore.MouseMoveSpace = 10; this.listBoxBefore.MouseMoveSpace = 10;
this.listBoxBefore.Name = "listBoxBefore"; this.listBoxBefore.Name = "listBoxBefore";
@ -413,7 +469,7 @@
this.listBoxBefore.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxBefore.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxBefore.SeparationlineVisibleBottom = true; this.listBoxBefore.SeparationlineVisibleBottom = true;
this.listBoxBefore.SeparationlineVisibleTop = true; this.listBoxBefore.SeparationlineVisibleTop = true;
this.listBoxBefore.Size = new System.Drawing.Size(70, 502); this.listBoxBefore.Size = new System.Drawing.Size(50, 502);
this.listBoxBefore.TabIndex = 120; this.listBoxBefore.TabIndex = 120;
this.listBoxBefore.Text = "smartListBox1"; this.listBoxBefore.Text = "smartListBox1";
this.listBoxBefore.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxBefore.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -432,7 +488,7 @@
this.listBoxType.ItemOffsetX = 1; this.listBoxType.ItemOffsetX = 1;
this.listBoxType.ItemOffsetY = 0; this.listBoxType.ItemOffsetY = 0;
this.listBoxType.ItemTextOffsetY = 1; this.listBoxType.ItemTextOffsetY = 1;
this.listBoxType.Location = new System.Drawing.Point(752, 136); this.listBoxType.Location = new System.Drawing.Point(762, 136);
this.listBoxType.MouseMoveEventSpace = 3; this.listBoxType.MouseMoveEventSpace = 3;
this.listBoxType.MouseMoveSpace = 10; this.listBoxType.MouseMoveSpace = 10;
this.listBoxType.Name = "listBoxType"; this.listBoxType.Name = "listBoxType";
@ -525,7 +581,7 @@
this.listBoxType.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxType.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxType.SeparationlineVisibleBottom = true; this.listBoxType.SeparationlineVisibleBottom = true;
this.listBoxType.SeparationlineVisibleTop = true; this.listBoxType.SeparationlineVisibleTop = true;
this.listBoxType.Size = new System.Drawing.Size(90, 502); this.listBoxType.Size = new System.Drawing.Size(80, 502);
this.listBoxType.TabIndex = 119; this.listBoxType.TabIndex = 119;
this.listBoxType.Text = "smartListBox1"; this.listBoxType.Text = "smartListBox1";
this.listBoxType.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxType.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -544,7 +600,7 @@
this.listBoxDetail.ItemOffsetX = 1; this.listBoxDetail.ItemOffsetX = 1;
this.listBoxDetail.ItemOffsetY = 0; this.listBoxDetail.ItemOffsetY = 0;
this.listBoxDetail.ItemTextOffsetY = 1; this.listBoxDetail.ItemTextOffsetY = 1;
this.listBoxDetail.Location = new System.Drawing.Point(508, 136); this.listBoxDetail.Location = new System.Drawing.Point(540, 136);
this.listBoxDetail.MouseMoveEventSpace = 3; this.listBoxDetail.MouseMoveEventSpace = 3;
this.listBoxDetail.MouseMoveSpace = 10; this.listBoxDetail.MouseMoveSpace = 10;
this.listBoxDetail.Name = "listBoxDetail"; this.listBoxDetail.Name = "listBoxDetail";
@ -637,7 +693,7 @@
this.listBoxDetail.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxDetail.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxDetail.SeparationlineVisibleBottom = true; this.listBoxDetail.SeparationlineVisibleBottom = true;
this.listBoxDetail.SeparationlineVisibleTop = true; this.listBoxDetail.SeparationlineVisibleTop = true;
this.listBoxDetail.Size = new System.Drawing.Size(107, 502); this.listBoxDetail.Size = new System.Drawing.Size(125, 502);
this.listBoxDetail.TabIndex = 118; this.listBoxDetail.TabIndex = 118;
this.listBoxDetail.Text = "smartListBox1"; this.listBoxDetail.Text = "smartListBox1";
this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -749,7 +805,7 @@
this.listBoxEvent.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxEvent.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxEvent.SeparationlineVisibleBottom = true; this.listBoxEvent.SeparationlineVisibleBottom = true;
this.listBoxEvent.SeparationlineVisibleTop = true; this.listBoxEvent.SeparationlineVisibleTop = true;
this.listBoxEvent.Size = new System.Drawing.Size(80, 502); this.listBoxEvent.Size = new System.Drawing.Size(112, 502);
this.listBoxEvent.TabIndex = 117; this.listBoxEvent.TabIndex = 117;
this.listBoxEvent.Text = "smartListBox1"; this.listBoxEvent.Text = "smartListBox1";
this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -768,7 +824,7 @@
this.listBoxLoginID.ItemOffsetX = 1; this.listBoxLoginID.ItemOffsetX = 1;
this.listBoxLoginID.ItemOffsetY = 0; this.listBoxLoginID.ItemOffsetY = 0;
this.listBoxLoginID.ItemTextOffsetY = 1; this.listBoxLoginID.ItemTextOffsetY = 1;
this.listBoxLoginID.Location = new System.Drawing.Point(350, 136); this.listBoxLoginID.Location = new System.Drawing.Point(340, 136);
this.listBoxLoginID.MouseMoveEventSpace = 3; this.listBoxLoginID.MouseMoveEventSpace = 3;
this.listBoxLoginID.MouseMoveSpace = 10; this.listBoxLoginID.MouseMoveSpace = 10;
this.listBoxLoginID.Name = "listBoxLoginID"; this.listBoxLoginID.Name = "listBoxLoginID";
@ -861,7 +917,7 @@
this.listBoxLoginID.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxLoginID.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxLoginID.SeparationlineVisibleBottom = true; this.listBoxLoginID.SeparationlineVisibleBottom = true;
this.listBoxLoginID.SeparationlineVisibleTop = true; this.listBoxLoginID.SeparationlineVisibleTop = true;
this.listBoxLoginID.Size = new System.Drawing.Size(80, 502); this.listBoxLoginID.Size = new System.Drawing.Size(90, 502);
this.listBoxLoginID.TabIndex = 116; this.listBoxLoginID.TabIndex = 116;
this.listBoxLoginID.Text = "smartListBox1"; this.listBoxLoginID.Text = "smartListBox1";
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)))));
@ -875,13 +931,13 @@
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel7.LineSpacing = 1F; this.smartLabel7.LineSpacing = 1F;
this.smartLabel7.Location = new System.Drawing.Point(752, 108); this.smartLabel7.Location = new System.Drawing.Point(762, 108);
this.smartLabel7.Name = "smartLabel7"; this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.OverlapOptimize = true; this.smartLabel7.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0'; this.smartLabel7.PasswordChar = '\0';
this.smartLabel7.Radius = 3; this.smartLabel7.Radius = 3;
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel7.Size = new System.Drawing.Size(90, 29); this.smartLabel7.Size = new System.Drawing.Size(80, 29);
this.smartLabel7.TabIndex = 115; this.smartLabel7.TabIndex = 115;
this.smartLabel7.Text = "Type"; this.smartLabel7.Text = "Type";
this.smartLabel7.TextColor = System.Drawing.Color.White; this.smartLabel7.TextColor = System.Drawing.Color.White;
@ -898,13 +954,13 @@
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 1F; this.smartLabel6.LineSpacing = 1F;
this.smartLabel6.Location = new System.Drawing.Point(683, 108); this.smartLabel6.Location = new System.Drawing.Point(713, 108);
this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.OverlapOptimize = true; this.smartLabel6.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0'; this.smartLabel6.PasswordChar = '\0';
this.smartLabel6.Radius = 3; this.smartLabel6.Radius = 3;
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel6.Size = new System.Drawing.Size(70, 29); this.smartLabel6.Size = new System.Drawing.Size(50, 29);
this.smartLabel6.TabIndex = 114; this.smartLabel6.TabIndex = 114;
this.smartLabel6.Text = "After"; this.smartLabel6.Text = "After";
this.smartLabel6.TextColor = System.Drawing.Color.White; this.smartLabel6.TextColor = System.Drawing.Color.White;
@ -921,13 +977,13 @@
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel5.LineSpacing = 1F; this.smartLabel5.LineSpacing = 1F;
this.smartLabel5.Location = new System.Drawing.Point(614, 108); this.smartLabel5.Location = new System.Drawing.Point(664, 108);
this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.OverlapOptimize = true; this.smartLabel5.OverlapOptimize = true;
this.smartLabel5.PasswordChar = '\0'; this.smartLabel5.PasswordChar = '\0';
this.smartLabel5.Radius = 3; this.smartLabel5.Radius = 3;
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel5.Size = new System.Drawing.Size(70, 29); this.smartLabel5.Size = new System.Drawing.Size(50, 29);
this.smartLabel5.TabIndex = 113; this.smartLabel5.TabIndex = 113;
this.smartLabel5.Text = "Before"; this.smartLabel5.Text = "Before";
this.smartLabel5.TextColor = System.Drawing.Color.White; this.smartLabel5.TextColor = System.Drawing.Color.White;
@ -944,13 +1000,13 @@
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 1F; this.smartLabel1.LineSpacing = 1F;
this.smartLabel1.Location = new System.Drawing.Point(508, 108); this.smartLabel1.Location = new System.Drawing.Point(540, 108);
this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.OverlapOptimize = true; this.smartLabel1.OverlapOptimize = true;
this.smartLabel1.PasswordChar = '\0'; this.smartLabel1.PasswordChar = '\0';
this.smartLabel1.Radius = 3; this.smartLabel1.Radius = 3;
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel1.Size = new System.Drawing.Size(107, 29); this.smartLabel1.Size = new System.Drawing.Size(125, 29);
this.smartLabel1.TabIndex = 112; this.smartLabel1.TabIndex = 112;
this.smartLabel1.Text = "Detail"; this.smartLabel1.Text = "Detail";
this.smartLabel1.TextColor = System.Drawing.Color.White; this.smartLabel1.TextColor = System.Drawing.Color.White;
@ -973,7 +1029,7 @@
this.smartLabel2.PasswordChar = '\0'; this.smartLabel2.PasswordChar = '\0';
this.smartLabel2.Radius = 3; this.smartLabel2.Radius = 3;
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel2.Size = new System.Drawing.Size(80, 29); this.smartLabel2.Size = new System.Drawing.Size(112, 29);
this.smartLabel2.TabIndex = 111; this.smartLabel2.TabIndex = 111;
this.smartLabel2.Text = "Event"; this.smartLabel2.Text = "Event";
this.smartLabel2.TextColor = System.Drawing.Color.White; this.smartLabel2.TextColor = System.Drawing.Color.White;
@ -990,13 +1046,13 @@
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle; this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular); this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 1F; this.smartLabel8.LineSpacing = 1F;
this.smartLabel8.Location = new System.Drawing.Point(350, 108); this.smartLabel8.Location = new System.Drawing.Point(340, 108);
this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true; this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0'; this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3; this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(80, 29); this.smartLabel8.Size = new System.Drawing.Size(90, 29);
this.smartLabel8.TabIndex = 110; this.smartLabel8.TabIndex = 110;
this.smartLabel8.Text = "Login ID"; this.smartLabel8.Text = "Login ID";
this.smartLabel8.TextColor = System.Drawing.Color.White; this.smartLabel8.TextColor = System.Drawing.Color.White;
@ -1019,7 +1075,7 @@
this.smartLabel9.PasswordChar = '\0'; this.smartLabel9.PasswordChar = '\0';
this.smartLabel9.Radius = 3; this.smartLabel9.Radius = 3;
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel9.Size = new System.Drawing.Size(80, 29); this.smartLabel9.Size = new System.Drawing.Size(70, 29);
this.smartLabel9.TabIndex = 109; this.smartLabel9.TabIndex = 109;
this.smartLabel9.Text = "Time"; this.smartLabel9.Text = "Time";
this.smartLabel9.TextColor = System.Drawing.Color.White; this.smartLabel9.TextColor = System.Drawing.Color.White;
@ -1241,7 +1297,7 @@
this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxTime.SeparationlineVisibleBottom = true; this.listBoxTime.SeparationlineVisibleBottom = true;
this.listBoxTime.SeparationlineVisibleTop = true; this.listBoxTime.SeparationlineVisibleTop = true;
this.listBoxTime.Size = new System.Drawing.Size(80, 502); this.listBoxTime.Size = new System.Drawing.Size(70, 502);
this.listBoxTime.TabIndex = 82; this.listBoxTime.TabIndex = 82;
this.listBoxTime.Text = "smartListBox1"; this.listBoxTime.Text = "smartListBox1";
this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -1255,63 +1311,6 @@
this.treeView.TabIndex = 81; this.treeView.TabIndex = 81;
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewHistory_AfterSelect); this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewHistory_AfterSelect);
// //
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(845, 347);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 137;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(845, 382);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 138;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(845, 371);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 139;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// ControlMenuLogHistory // ControlMenuLogHistory
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -29,6 +29,9 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel(); this.smartLabel13 = new SmartX.SmartLabel();
this.smartLabel12 = new SmartX.SmartLabel(); this.smartLabel12 = new SmartX.SmartLabel();
this.labelCount = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel();
@ -82,9 +85,6 @@
this.buttonBackup = new SmartX.SmartButton(); this.buttonBackup = new SmartX.SmartButton();
this.listBoxTime = new SmartX.SmartListBox(); this.listBoxTime = new SmartX.SmartListBox();
this.smartFile1 = new SmartX.SmartFile(); this.smartFile1 = new SmartX.SmartFile();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -161,6 +161,63 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White; this.smartGroupBox1.TextColor = System.Drawing.Color.White;
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(846, 349);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 142;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(846, 360);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 141;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(846, 325);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 140;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// smartLabel13 // smartLabel13
// //
this.smartLabel13.BackGround = this.smartGroupBox1; this.smartLabel13.BackGround = this.smartGroupBox1;
@ -222,7 +279,7 @@
this.labelCount.Size = new System.Drawing.Size(187, 18); this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.TabIndex = 130; this.labelCount.TabIndex = 130;
this.labelCount.Text = "00"; this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.White; this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelCount.TextColorDisable = System.Drawing.Color.Gray; this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -748,7 +805,7 @@
this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
this.labelFileName.Size = new System.Drawing.Size(541, 33); this.labelFileName.Size = new System.Drawing.Size(541, 33);
this.labelFileName.TabIndex = 107; this.labelFileName.TabIndex = 107;
this.labelFileName.TextColor = System.Drawing.Color.White; this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; this.labelFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -2369,63 +2426,6 @@
// //
this.smartFile1.FilePathName = ""; this.smartFile1.FilePathName = "";
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(846, 349);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2);
this.smartSeparatorLine1.TabIndex = 142;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// labelTotalIndex
//
this.labelTotalIndex.BackGround = this.smartGroupBox1;
this.labelTotalIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
this.labelTotalIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTotalIndex.LineSpacing = 0F;
this.labelTotalIndex.Location = new System.Drawing.Point(846, 360);
this.labelTotalIndex.Name = "labelTotalIndex";
this.labelTotalIndex.OverlapOptimize = true;
this.labelTotalIndex.PasswordChar = '\0';
this.labelTotalIndex.Radius = 3;
this.labelTotalIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTotalIndex.Size = new System.Drawing.Size(50, 18);
this.labelTotalIndex.TabIndex = 141;
this.labelTotalIndex.Text = "0";
this.labelTotalIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelTotalIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalIndex.Wordwrap = false;
//
// labelRemainIndex
//
this.labelRemainIndex.BackGround = this.smartGroupBox1;
this.labelRemainIndex.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelRemainIndex.BorderColor = System.Drawing.Color.Black;
this.labelRemainIndex.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelRemainIndex.LineSpacing = 0F;
this.labelRemainIndex.Location = new System.Drawing.Point(846, 325);
this.labelRemainIndex.Name = "labelRemainIndex";
this.labelRemainIndex.OverlapOptimize = true;
this.labelRemainIndex.PasswordChar = '\0';
this.labelRemainIndex.Radius = 3;
this.labelRemainIndex.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelRemainIndex.Size = new System.Drawing.Size(50, 18);
this.labelRemainIndex.TabIndex = 140;
this.labelRemainIndex.Text = "0";
this.labelRemainIndex.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelRemainIndex.TextColorDisable = System.Drawing.Color.Gray;
this.labelRemainIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRemainIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRemainIndex.Wordwrap = false;
//
// ControlMenuLogInspection // ControlMenuLogInspection
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -560,6 +560,8 @@ namespace INT_PT002.Controls
this.smartTimer.Stop(); this.smartTimer.Stop();
this.ServoParameterAllRead(); this.ServoParameterAllRead();
this.ParentForm.UpdateButtonColor();
} }
#endregion #endregion
} }

View File

@ -18,6 +18,7 @@ namespace INT_PT002.Controls
{ {
#region Field #region Field
private FormMenu m_ParentForm; private FormMenu m_ParentForm;
private Define.E_ProcessStatus PreviousStageNum;
private Color ColorProgressOn; private Color ColorProgressOn;
private Color ColorProgressOff; private Color ColorProgressOff;
@ -279,6 +280,40 @@ namespace INT_PT002.Controls
public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status) public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status)
{ {
switch (this.PreviousStageNum)
{
case Define.E_ProcessStatus._0_None:
break;
case Define.E_ProcessStatus._1_Initial:
this.UnselectProcessLabelRefresh(0);
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(1);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(2);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(3);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(4);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(5);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(6);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(7);
break;
default:
break;
}
switch (status) switch (status)
{ {
case Define.E_ProcessStatus._0_None: case Define.E_ProcessStatus._0_None:
@ -304,40 +339,34 @@ namespace INT_PT002.Controls
//} //}
break; break;
case Define.E_ProcessStatus._2_ProductEntry: case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(0);
this.SelectProcessLabelRefresh(1); this.SelectProcessLabelRefresh(1);
this.ParentForm.Set_Equipment_ButtonEnable(false); this.ParentForm.Set_Equipment_ButtonEnable(false);
break; break;
case Define.E_ProcessStatus._3_ChamberConbined: case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(1);
this.SelectProcessLabelRefresh(2); this.SelectProcessLabelRefresh(2);
break; break;
case Define.E_ProcessStatus._4_VacuumStart: case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(2);
this.SelectProcessLabelRefresh(3); this.SelectProcessLabelRefresh(3);
break; break;
case Define.E_ProcessStatus._5_VacuumHold: case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(3);
this.SelectProcessLabelRefresh(4); this.SelectProcessLabelRefresh(4);
break; break;
case Define.E_ProcessStatus._6_Judgment: case Define.E_ProcessStatus._6_Judgment:
break; break;
case Define.E_ProcessStatus._7_VacuumBreak: case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(4);
this.SelectProcessLabelRefresh(5); this.SelectProcessLabelRefresh(5);
break; break;
case Define.E_ProcessStatus._8_ChamberSeparation: case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(5);
this.SelectProcessLabelRefresh(6); this.SelectProcessLabelRefresh(6);
break; break;
case Define.E_ProcessStatus._9_ProductRelease: case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(6);
this.SelectProcessLabelRefresh(7); this.SelectProcessLabelRefresh(7);
break; break;
default: default:
break; break;
} }
this.PreviousStageNum = status;
} }
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff) private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
{ {

View File

@ -88,14 +88,14 @@
this.checkBoxL1MenuStatus = new SmartX.SmartCheckBox(); this.checkBoxL1MenuStatus = new SmartX.SmartCheckBox();
this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox(); this.checkBoxL1MenuAlarmLog = new SmartX.SmartCheckBox();
this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox(); this.checkBoxL1MenuInformation = new SmartX.SmartCheckBox();
this.labelTitleMenuStatus = 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.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();
this.labelTitleMenuUserSetting = new SmartX.SmartLabel(); this.labelTitleMenuUserSetting = new SmartX.SmartLabel();
this.labelTitleMenuProduct = new SmartX.SmartLabel(); this.labelTitleMenuRecipe = new SmartX.SmartLabel();
this.labelTitleMainSubMenu = new SmartX.SmartLabel(); this.labelTitleMainSubMenu = new SmartX.SmartLabel();
this.labelTitleMainClear = new SmartX.SmartLabel(); this.labelTitleMainClear = new SmartX.SmartLabel();
this.labelTitleMainProductChange = new SmartX.SmartLabel(); this.labelTitleMainProductChange = new SmartX.SmartLabel();
@ -121,14 +121,14 @@
this.smartGroupBox1.Controls.Add(this.groupBoxLevel3); this.smartGroupBox1.Controls.Add(this.groupBoxLevel3);
this.smartGroupBox1.Controls.Add(this.groupBoxLevel2); this.smartGroupBox1.Controls.Add(this.groupBoxLevel2);
this.smartGroupBox1.Controls.Add(this.groupBoxLevel1); this.smartGroupBox1.Controls.Add(this.groupBoxLevel1);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuStatus); this.smartGroupBox1.Controls.Add(this.labelTitleMenuEquipment);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuInformation); this.smartGroupBox1.Controls.Add(this.labelTitleMenuInformation);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuAlarmLog); this.smartGroupBox1.Controls.Add(this.labelTitleMenuAlarmLog);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuInspectionLog); this.smartGroupBox1.Controls.Add(this.labelTitleMenuInspectionLog);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuHistoryLog); this.smartGroupBox1.Controls.Add(this.labelTitleMenuHistoryLog);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuIOTest); this.smartGroupBox1.Controls.Add(this.labelTitleMenuIOTest);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuUserSetting); this.smartGroupBox1.Controls.Add(this.labelTitleMenuUserSetting);
this.smartGroupBox1.Controls.Add(this.labelTitleMenuProduct); this.smartGroupBox1.Controls.Add(this.labelTitleMenuRecipe);
this.smartGroupBox1.Controls.Add(this.labelTitleMainSubMenu); this.smartGroupBox1.Controls.Add(this.labelTitleMainSubMenu);
this.smartGroupBox1.Controls.Add(this.labelTitleMainClear); this.smartGroupBox1.Controls.Add(this.labelTitleMainClear);
this.smartGroupBox1.Controls.Add(this.labelTitleMainProductChange); this.smartGroupBox1.Controls.Add(this.labelTitleMainProductChange);
@ -732,6 +732,7 @@
this.checkBoxL3MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.checkBoxL3MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL3MainSubMenu.TextColorDisable = System.Drawing.Color.Gray; this.checkBoxL3MainSubMenu.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL3MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MainSubMenu.Visible = false;
this.checkBoxL3MainSubMenu.Click += new System.EventHandler(this.checkBox_Click); this.checkBoxL3MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MainClear // checkBoxL3MainClear
@ -1048,6 +1049,7 @@
this.checkBoxL2MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.checkBoxL2MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL2MainSubMenu.TextColorDisable = System.Drawing.Color.Gray; this.checkBoxL2MainSubMenu.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL2MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MainSubMenu.Visible = false;
this.checkBoxL2MainSubMenu.Click += new System.EventHandler(this.checkBox_Click); this.checkBoxL2MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MainClear // checkBoxL2MainClear
@ -1364,6 +1366,7 @@
this.checkBoxL1MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.checkBoxL1MainSubMenu.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.checkBoxL1MainSubMenu.TextColorDisable = System.Drawing.Color.Gray; this.checkBoxL1MainSubMenu.TextColorDisable = System.Drawing.Color.Gray;
this.checkBoxL1MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MainSubMenu.Visible = false;
this.checkBoxL1MainSubMenu.Click += new System.EventHandler(this.checkBox_Click); this.checkBoxL1MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MainClear // checkBoxL1MainClear
@ -1503,28 +1506,28 @@
this.checkBoxL1MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuInformation.Click += new System.EventHandler(this.checkBox_Click); this.checkBoxL1MenuInformation.Click += new System.EventHandler(this.checkBox_Click);
// //
// labelTitleMenuStatus // labelTitleMenuEquipment
// //
this.labelTitleMenuStatus.BackGround = null; this.labelTitleMenuEquipment.BackGround = null;
this.labelTitleMenuStatus.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleMenuEquipment.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleMenuStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleMenuEquipment.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleMenuStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleMenuEquipment.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMenuStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelTitleMenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuStatus.LineSpacing = 0F; this.labelTitleMenuEquipment.LineSpacing = 0F;
this.labelTitleMenuStatus.Location = new System.Drawing.Point(158, 515); this.labelTitleMenuEquipment.Location = new System.Drawing.Point(158, 515);
this.labelTitleMenuStatus.Name = "labelTitleMenuStatus"; this.labelTitleMenuEquipment.Name = "labelTitleMenuEquipment";
this.labelTitleMenuStatus.OverlapOptimize = true; this.labelTitleMenuEquipment.OverlapOptimize = true;
this.labelTitleMenuStatus.PasswordChar = '\0'; this.labelTitleMenuEquipment.PasswordChar = '\0';
this.labelTitleMenuStatus.Radius = 3; this.labelTitleMenuEquipment.Radius = 3;
this.labelTitleMenuStatus.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleMenuEquipment.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMenuStatus.Size = new System.Drawing.Size(132, 23); this.labelTitleMenuEquipment.Size = new System.Drawing.Size(132, 23);
this.labelTitleMenuStatus.TabIndex = 137; this.labelTitleMenuEquipment.TabIndex = 137;
this.labelTitleMenuStatus.Text = "Status"; this.labelTitleMenuEquipment.Text = "Equipment";
this.labelTitleMenuStatus.TextColor = System.Drawing.Color.White; this.labelTitleMenuEquipment.TextColor = System.Drawing.Color.White;
this.labelTitleMenuStatus.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMenuEquipment.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMenuEquipment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMenuStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMenuEquipment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMenuStatus.Wordwrap = false; this.labelTitleMenuEquipment.Wordwrap = false;
// //
// labelTitleMenuInformation // labelTitleMenuInformation
// //
@ -1565,7 +1568,7 @@
this.labelTitleMenuAlarmLog.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleMenuAlarmLog.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMenuAlarmLog.Size = new System.Drawing.Size(132, 23); this.labelTitleMenuAlarmLog.Size = new System.Drawing.Size(132, 23);
this.labelTitleMenuAlarmLog.TabIndex = 134; this.labelTitleMenuAlarmLog.TabIndex = 134;
this.labelTitleMenuAlarmLog.Text = "Alarm log"; this.labelTitleMenuAlarmLog.Text = "Log_Alarm";
this.labelTitleMenuAlarmLog.TextColor = System.Drawing.Color.White; this.labelTitleMenuAlarmLog.TextColor = System.Drawing.Color.White;
this.labelTitleMenuAlarmLog.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMenuAlarmLog.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuAlarmLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMenuAlarmLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -1588,7 +1591,7 @@
this.labelTitleMenuInspectionLog.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleMenuInspectionLog.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMenuInspectionLog.Size = new System.Drawing.Size(132, 23); this.labelTitleMenuInspectionLog.Size = new System.Drawing.Size(132, 23);
this.labelTitleMenuInspectionLog.TabIndex = 133; this.labelTitleMenuInspectionLog.TabIndex = 133;
this.labelTitleMenuInspectionLog.Text = "Inspection log"; this.labelTitleMenuInspectionLog.Text = "Log_Inspection";
this.labelTitleMenuInspectionLog.TextColor = System.Drawing.Color.White; this.labelTitleMenuInspectionLog.TextColor = System.Drawing.Color.White;
this.labelTitleMenuInspectionLog.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMenuInspectionLog.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuInspectionLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMenuInspectionLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -1611,7 +1614,7 @@
this.labelTitleMenuHistoryLog.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleMenuHistoryLog.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMenuHistoryLog.Size = new System.Drawing.Size(132, 23); this.labelTitleMenuHistoryLog.Size = new System.Drawing.Size(132, 23);
this.labelTitleMenuHistoryLog.TabIndex = 132; this.labelTitleMenuHistoryLog.TabIndex = 132;
this.labelTitleMenuHistoryLog.Text = "History log"; this.labelTitleMenuHistoryLog.Text = "Log_History";
this.labelTitleMenuHistoryLog.TextColor = System.Drawing.Color.White; this.labelTitleMenuHistoryLog.TextColor = System.Drawing.Color.White;
this.labelTitleMenuHistoryLog.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMenuHistoryLog.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuHistoryLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMenuHistoryLog.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -1664,28 +1667,28 @@
this.labelTitleMenuUserSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMenuUserSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMenuUserSetting.Wordwrap = false; this.labelTitleMenuUserSetting.Wordwrap = false;
// //
// labelTitleMenuProduct // labelTitleMenuRecipe
// //
this.labelTitleMenuProduct.BackGround = null; this.labelTitleMenuRecipe.BackGround = null;
this.labelTitleMenuProduct.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleMenuRecipe.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleMenuProduct.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleMenuRecipe.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleMenuProduct.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleMenuRecipe.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMenuProduct.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.labelTitleMenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleMenuProduct.LineSpacing = 0F; this.labelTitleMenuRecipe.LineSpacing = 0F;
this.labelTitleMenuProduct.Location = new System.Drawing.Point(158, 283); this.labelTitleMenuRecipe.Location = new System.Drawing.Point(158, 283);
this.labelTitleMenuProduct.Name = "labelTitleMenuProduct"; this.labelTitleMenuRecipe.Name = "labelTitleMenuRecipe";
this.labelTitleMenuProduct.OverlapOptimize = true; this.labelTitleMenuRecipe.OverlapOptimize = true;
this.labelTitleMenuProduct.PasswordChar = '\0'; this.labelTitleMenuRecipe.PasswordChar = '\0';
this.labelTitleMenuProduct.Radius = 3; this.labelTitleMenuRecipe.Radius = 3;
this.labelTitleMenuProduct.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleMenuRecipe.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelTitleMenuProduct.Size = new System.Drawing.Size(132, 23); this.labelTitleMenuRecipe.Size = new System.Drawing.Size(132, 23);
this.labelTitleMenuProduct.TabIndex = 126; this.labelTitleMenuRecipe.TabIndex = 126;
this.labelTitleMenuProduct.Text = "Product setting"; this.labelTitleMenuRecipe.Text = "Recipe setting";
this.labelTitleMenuProduct.TextColor = System.Drawing.Color.White; this.labelTitleMenuRecipe.TextColor = System.Drawing.Color.White;
this.labelTitleMenuProduct.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMenuRecipe.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMenuProduct.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMenuRecipe.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMenuProduct.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMenuRecipe.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMenuProduct.Wordwrap = false; this.labelTitleMenuRecipe.Wordwrap = false;
// //
// labelTitleMainSubMenu // labelTitleMainSubMenu
// //
@ -1708,6 +1711,7 @@
this.labelTitleMainSubMenu.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleMainSubMenu.TextColorDisable = System.Drawing.Color.Gray;
this.labelTitleMainSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMainSubMenu.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleMainSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMainSubMenu.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleMainSubMenu.Visible = false;
this.labelTitleMainSubMenu.Wordwrap = false; this.labelTitleMainSubMenu.Wordwrap = false;
// //
// labelTitleMainClear // labelTitleMainClear
@ -1871,14 +1875,14 @@
private SmartX.SmartCheckBox checkBoxL1MainClear; private SmartX.SmartCheckBox checkBoxL1MainClear;
private SmartX.SmartCheckBox checkBoxL1MainProductChange; private SmartX.SmartCheckBox checkBoxL1MainProductChange;
private SmartX.SmartLabel labelTitleMainProductChange; private SmartX.SmartLabel labelTitleMainProductChange;
private SmartX.SmartLabel labelTitleMenuStatus; private SmartX.SmartLabel labelTitleMenuEquipment;
private SmartX.SmartLabel labelTitleMenuInformation; private SmartX.SmartLabel labelTitleMenuInformation;
private SmartX.SmartLabel labelTitleMenuAlarmLog; private SmartX.SmartLabel labelTitleMenuAlarmLog;
private SmartX.SmartLabel labelTitleMenuInspectionLog; private SmartX.SmartLabel labelTitleMenuInspectionLog;
private SmartX.SmartLabel labelTitleMenuHistoryLog; private SmartX.SmartLabel labelTitleMenuHistoryLog;
private SmartX.SmartLabel labelTitleMenuIOTest; private SmartX.SmartLabel labelTitleMenuIOTest;
private SmartX.SmartLabel labelTitleMenuUserSetting; private SmartX.SmartLabel labelTitleMenuUserSetting;
private SmartX.SmartLabel labelTitleMenuProduct; private SmartX.SmartLabel labelTitleMenuRecipe;
private SmartX.SmartLabel labelTitleMainSubMenu; private SmartX.SmartLabel labelTitleMainSubMenu;
private SmartX.SmartLabel labelTitleMainClear; private SmartX.SmartLabel labelTitleMainClear;
private SmartX.SmartGroupBox groupBoxDefault; private SmartX.SmartGroupBox groupBoxDefault;

View File

@ -137,15 +137,15 @@
this.smartKeyboard.HanYoungKeyDisable = true; this.smartKeyboard.HanYoungKeyDisable = true;
this.smartKeyboard.KeyBoardBackImage = null; this.smartKeyboard.KeyBoardBackImage = null;
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(198)))), ((int)(((byte)(225))))); this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(198)))), ((int)(((byte)(225))))); this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.smartKeyboard.KeyOutLineWidth = 1; this.smartKeyboard.KeyOutLineWidth = 1;
this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(28)))), ((int)(((byte)(58))))); this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1"))); this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1")));
this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2"))); this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2")));
this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3"))); this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3")));
this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(198)))), ((int)(((byte)(225))))); this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold); this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1"))); this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
@ -158,7 +158,7 @@
this.smartKeyboard.OverlapOptimize = true; this.smartKeyboard.OverlapOptimize = true;
this.smartKeyboard.Radius = 5; this.smartKeyboard.Radius = 5;
this.smartKeyboard.RoundedCorners = false; this.smartKeyboard.RoundedCorners = false;
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(21)))), ((int)(((byte)(50)))));
this.smartKeyboard.Size = new System.Drawing.Size(16, 11); this.smartKeyboard.Size = new System.Drawing.Size(16, 11);
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(897, 352); this.smartKeyboard.SizeRunTime = new System.Drawing.Size(897, 352);
this.smartKeyboard.TabIndex = 119; this.smartKeyboard.TabIndex = 119;
@ -167,7 +167,7 @@
this.smartKeyboard.Text = "smartKeyboard1"; this.smartKeyboard.Text = "smartKeyboard1";
this.smartKeyboard.TextColor = System.Drawing.Color.Black; this.smartKeyboard.TextColor = System.Drawing.Color.Black;
this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray; this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray;
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1; this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.STANDARD4;
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick); this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
// //
// buttonPasswordEdit // buttonPasswordEdit
@ -930,7 +930,7 @@
this.checkBoxMainProductChange.OverlapOptimize = true; this.checkBoxMainProductChange.OverlapOptimize = true;
this.checkBoxMainProductChange.Size = new System.Drawing.Size(150, 23); this.checkBoxMainProductChange.Size = new System.Drawing.Size(150, 23);
this.checkBoxMainProductChange.TabIndex = 0; this.checkBoxMainProductChange.TabIndex = 0;
this.checkBoxMainProductChange.Text = "Change No"; this.checkBoxMainProductChange.Text = "Change No.";
this.checkBoxMainProductChange.TextColor = System.Drawing.Color.LightGray; this.checkBoxMainProductChange.TextColor = System.Drawing.Color.LightGray;
this.checkBoxMainProductChange.TextColorDisable = System.Drawing.Color.LightGray; this.checkBoxMainProductChange.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMainProductChange.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxMainProductChange.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;

View File

@ -767,6 +767,13 @@ namespace INT_PT002.Controls
this.listBoxUserList.SelectItemIndex = -1; this.listBoxUserList.SelectItemIndex = -1;
this.listBoxUserList.SelectedIndexChanged += new EventHandler(this.listBoxUserList_SelectedIndexChanged); this.listBoxUserList.SelectedIndexChanged += new EventHandler(this.listBoxUserList_SelectedIndexChanged);
this.smartKeyboard.Hide();
this.buttonRegister.Enabled = true;
this.buttonDelete.Enabled = true;
this.listBoxUserList.Enabled = true;
this.SetEnablePassword(true);
this.SetEnableID(true);
if (this.buttonSave.Visible == true) if (this.buttonSave.Visible == true)
this.buttonSave.Visible = false; this.buttonSave.Visible = false;
} }
@ -892,7 +899,7 @@ namespace INT_PT002.Controls
private void buttonIDEdit_Click(object sender, EventArgs e) private void buttonIDEdit_Click(object sender, EventArgs e)
{ {
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Location = new Point(5, 139); this.smartKeyboard.Location = new Point(5, 125);
this.smartKeyboard.Size = new Size(897, 352); this.smartKeyboard.Size = new Size(897, 352);
this.smartKeyboard.Hide(); this.smartKeyboard.Hide();
@ -905,13 +912,12 @@ namespace INT_PT002.Controls
this.buttonDelete.Enabled = false; this.buttonDelete.Enabled = false;
this.groupBoxAccessRight.Enabled = false; this.groupBoxAccessRight.Enabled = false;
this.listBoxUserList.Enabled = false; this.listBoxUserList.Enabled = false;
this.buttonIDEdit.Enabled = false;
this.SetEnablePassword(false); this.SetEnablePassword(false);
} }
private void buttonPasswordEdit_Click(object sender, EventArgs e) private void buttonPasswordEdit_Click(object sender, EventArgs e)
{ {
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Location = new Point(5, 139); this.smartKeyboard.Location = new Point(5, 125);
this.smartKeyboard.Size = new Size(897, 352); this.smartKeyboard.Size = new Size(897, 352);
this.smartKeyboard.Hide(); this.smartKeyboard.Hide();
@ -924,7 +930,6 @@ namespace INT_PT002.Controls
this.buttonDelete.Enabled = false; this.buttonDelete.Enabled = false;
this.groupBoxAccessRight.Enabled = false; this.groupBoxAccessRight.Enabled = false;
this.listBoxUserList.Enabled = false; this.listBoxUserList.Enabled = false;
this.buttonPasswordEdit.Enabled = false;
this.SetEnableID(false); this.SetEnableID(false);
} }
private void labelExpiryDateOfAccount_Click(object sender, EventArgs e) private void labelExpiryDateOfAccount_Click(object sender, EventArgs e)

View File

@ -20,6 +20,8 @@ namespace INT_PT002.DataStore
public static readonly string CutInpupt = "Cbc00"; public static readonly string CutInpupt = "Cbc00";
// 공장초기화 // 공장초기화
public static readonly string Initialization = "Cbi00"; public static readonly string Initialization = "Cbi00";
// Mainboard Reboot
public static readonly string MainboardReboot = "Cbr00";
// 운전 // 운전
public static readonly string Start = "Cbs00"; public static readonly string Start = "Cbs00";
// 정지 // 정지

View File

@ -27,6 +27,7 @@ namespace INT_PT002.DialogForms
private string OldFilePath = ""; private string OldFilePath = "";
private string RemoveFolderPath = ""; private string RemoveFolderPath = "";
FileInfo[] NewFiles; FileInfo[] NewFiles;
public bool IsCommunicationLogOpen;
// 업데이트 메인보드 // 업데이트 메인보드
public UpdateForMainBoard UpdateForMain; public UpdateForMainBoard UpdateForMain;
@ -47,6 +48,7 @@ namespace INT_PT002.DialogForms
this.Code = code; this.Code = code;
this.Language = language; this.Language = language;
this.buttonCancel.Visible = false;
//this.ParentForm = parent; //this.ParentForm = parent;
if (language == Define.E_LanguageID.Korean) if (language == Define.E_LanguageID.Korean)
@ -241,17 +243,44 @@ namespace INT_PT002.DialogForms
catch catch
{ {
} }
fullPath = "SD Card\\DataBackup\\UpdateLog.txt";
fullPath = "SD Card\\DataBackup\\Communicationlog.txt";
this.smartFileCommunicationLog.FilePathName = fullPath; this.smartFileCommunicationLog.FilePathName = fullPath;
this.smartFileCommunicationLog.Open(); this.smartFileCommunicationLog.Open();
this.IsCommunicationLogOpen = true;
} }
public void CloseSerialPort2() public void CloseSerialPort2()
{ {
if (this.IsCommunicationLogOpen == true)
{
this.IsCommunicationLogOpen = false;
this.smartFileCommunicationLog.Close(); this.smartFileCommunicationLog.Close();
}
this.smartSerialPort2.Close(); this.smartSerialPort2.Close();
} }
public int TransferData(string command, string id)
{
int ret = 0;
string chkSum = "cc";
StringBuilder sb = new StringBuilder();
sb.Append(command);
sb.Append(id);
chkSum = this.Checksumcalculator(sb.ToString());
sb.Append(chkSum);
if (this.smartSerialPort2.IsOpen == true)
this.smartSerialPort2.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
// 통신 확인 로그
if (this.IsCommunicationLogOpen == true)
this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
return ret;
}
private string Checksumcalculator(string strTemp) private string Checksumcalculator(string strTemp)
{ {
string chkSum = ""; string chkSum = "";
@ -485,9 +514,7 @@ namespace INT_PT002.DialogForms
break; break;
} }
} }
#endregion private void UpdateFinish(Define.E_LanguageID language)
private void UpdateMainBoardFinish(Define.E_LanguageID language)
{ {
switch (language) switch (language)
{ {
@ -503,10 +530,14 @@ namespace INT_PT002.DialogForms
break; break;
} }
this.Refresh(); this.Refresh();
if(this.Code ==1)
this.TransferData(CommunicationCommand.MainboardReboot, CommunicationID.MainBoard);
this.smartTimerReboot.Start(); this.smartTimerReboot.Start();
} }
#endregion #endregion
#endregion
#region Override Member #region Override Member
protected override void OnLoad(EventArgs e) protected override void OnLoad(EventArgs e)
{ {
@ -558,7 +589,7 @@ namespace INT_PT002.DialogForms
error = strTemp.Substring(4, 1); error = strTemp.Substring(4, 1);
// 로그 // 로그
//if (this.IsCommunicationLogOpen == true) if (this.IsCommunicationLogOpen == true)
this.smartFileCommunicationLog.StringType.Write(string.Format("Update Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp)); this.smartFileCommunicationLog.StringType.Write(string.Format("Update Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp));
switch (cmd) switch (cmd)
@ -570,7 +601,7 @@ namespace INT_PT002.DialogForms
{ {
this.CloseSerialPort2(); this.CloseSerialPort2();
this.progressBarUpdate.Value += 100; this.progressBarUpdate.Value += 100;
this.UpdateMainBoardFinish(Language); this.UpdateFinish(Language);
} }
break; break;
default: default:
@ -582,6 +613,7 @@ namespace INT_PT002.DialogForms
address = strTemp.Substring(10, 4); address = strTemp.Substring(10, 4);
receiveData = strTemp.Substring(14, strTemp.Length - 16); receiveData = strTemp.Substring(14, strTemp.Length - 16);
if (this.IsCommunicationLogOpen == true)
this.smartFileCommunicationLog.StringType.Write(string.Format("Update Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp.Substring(0, 14))); this.smartFileCommunicationLog.StringType.Write(string.Format("Update Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp.Substring(0, 14)));
switch (address) switch (address)
@ -681,6 +713,8 @@ namespace INT_PT002.DialogForms
this.TreatmentCopyNewFile(this.NewFiles); this.TreatmentCopyNewFile(this.NewFiles);
this.progressBarUpdate.Value += 100; this.progressBarUpdate.Value += 100;
this.UpdateFinish(Language);
} }
} }
else if (this.Code == 2) else if (this.Code == 2)

View File

@ -29,6 +29,9 @@ namespace INT_PT002.Forms
public Color ColorLogOff; public Color ColorLogOff;
public Color ColorLogOn; public Color ColorLogOn;
private Color ColorButtonEnabled;
private Color ColorButtonDisabled;
// 파일 위치 // 파일 위치
private string m_PathLaunchFolder; private string m_PathLaunchFolder;
private string m_PathSystemFileFolder; private string m_PathSystemFileFolder;
@ -182,7 +185,10 @@ namespace INT_PT002.Forms
this.PathDataAlarmFolder = this.PathDataFolder + "Alarm\\"; this.PathDataAlarmFolder = this.PathDataFolder + "Alarm\\";
this.ColorLogOff = Color.Red; this.ColorLogOff = Color.Red;
this.ColorLogOn = Color.Green; this.ColorLogOn = Color.FromArgb(39, 200, 64);
this.ColorButtonEnabled = Color.Teal;
this.ColorButtonDisabled = Color.Gray;
this.CurrentAlarmList = new AlarmList(); this.CurrentAlarmList = new AlarmList();
this.CurrentAlarmList.EventAlarmStateChange += new Define.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change); this.CurrentAlarmList.EventAlarmStateChange += new Define.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change);
@ -295,6 +301,13 @@ namespace INT_PT002.Forms
{ {
this.smartForm1.Show(index); this.smartForm1.Show(index);
} }
public Color ButtonColorChange(bool bValue)
{
if (bValue == false)
return this.ColorButtonDisabled;
else
return this.ColorButtonEnabled;
}
private bool UI_Invoke(ThreadStart invoker) private bool UI_Invoke(ThreadStart invoker)
{ {
try try

View File

@ -30,6 +30,16 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.labelResult9 = new SmartX.SmartLabel();
this.labelResult4 = new SmartX.SmartLabel();
this.labelResult10 = new SmartX.SmartLabel();
this.labelResult8 = new SmartX.SmartLabel();
this.labelResult7 = new SmartX.SmartLabel();
this.labelResult6 = new SmartX.SmartLabel();
this.labelResult5 = new SmartX.SmartLabel();
this.labelResult3 = new SmartX.SmartLabel();
this.labelResult2 = new SmartX.SmartLabel();
this.labelResult1 = new SmartX.SmartLabel();
this.pictureBoxProgress7Selected = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress7Selected = new System.Windows.Forms.PictureBox();
this.labelProgress7_1 = new SmartX.SmartLabel(); this.labelProgress7_1 = new SmartX.SmartLabel();
this.pictureBoxProgress7 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress7 = new System.Windows.Forms.PictureBox();
@ -114,16 +124,6 @@
this.labelPressure4 = new SmartX.SmartLabel(); this.labelPressure4 = new SmartX.SmartLabel();
this.labelPressure3 = new SmartX.SmartLabel(); this.labelPressure3 = new SmartX.SmartLabel();
this.labelPressure2 = new SmartX.SmartLabel(); this.labelPressure2 = new SmartX.SmartLabel();
this.labelResult9 = new SmartX.SmartLabel();
this.labelResult4 = new SmartX.SmartLabel();
this.labelResult10 = new SmartX.SmartLabel();
this.labelResult8 = new SmartX.SmartLabel();
this.labelResult7 = new SmartX.SmartLabel();
this.labelResult6 = new SmartX.SmartLabel();
this.labelResult5 = new SmartX.SmartLabel();
this.labelResult3 = new SmartX.SmartLabel();
this.labelResult2 = new SmartX.SmartLabel();
this.labelResult1 = new SmartX.SmartLabel();
this.buttonUser = new SmartX.SmartButton(); this.buttonUser = new SmartX.SmartButton();
this.labelStop = new SmartX.SmartLabel(); this.labelStop = new SmartX.SmartLabel();
this.labelStart = new SmartX.SmartLabel(); this.labelStart = new SmartX.SmartLabel();
@ -154,6 +154,8 @@
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false; this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.labelResult9); this.smartForm1.Controls.Add(this.labelResult9);
this.smartForm1.Controls.Add(this.labelUserID);
this.smartForm1.Controls.Add(this.labelUserLevel);
this.smartForm1.Controls.Add(this.labelResult4); this.smartForm1.Controls.Add(this.labelResult4);
this.smartForm1.Controls.Add(this.labelResult10); this.smartForm1.Controls.Add(this.labelResult10);
this.smartForm1.Controls.Add(this.labelResult8); this.smartForm1.Controls.Add(this.labelResult8);
@ -180,8 +182,6 @@
this.smartForm1.Controls.Add(this.buttonRecipeNo); this.smartForm1.Controls.Add(this.buttonRecipeNo);
this.smartForm1.Controls.Add(this.pictureBoxProgress0Selected); this.smartForm1.Controls.Add(this.pictureBoxProgress0Selected);
this.smartForm1.Controls.Add(this.labelCommunicationStatus); this.smartForm1.Controls.Add(this.labelCommunicationStatus);
this.smartForm1.Controls.Add(this.labelUserLevel);
this.smartForm1.Controls.Add(this.labelUserID);
this.smartForm1.Controls.Add(this.smartLabel32); this.smartForm1.Controls.Add(this.smartLabel32);
this.smartForm1.Controls.Add(this.smartLabel33); this.smartForm1.Controls.Add(this.smartLabel33);
this.smartForm1.Controls.Add(this.smartLabel34); this.smartForm1.Controls.Add(this.smartLabel34);
@ -274,6 +274,246 @@
this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false; this.smartForm1.UseMainMenu = false;
// //
// labelResult9
//
this.labelResult9.BackGround = null;
this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.labelResult9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResult9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult9.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult9.LineSpacing = 0F;
this.labelResult9.Location = new System.Drawing.Point(590, 680);
this.labelResult9.Name = "labelResult9";
this.labelResult9.OverlapOptimize = true;
this.labelResult9.PasswordChar = '\0';
this.labelResult9.Radius = 3;
this.labelResult9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult9.Size = new System.Drawing.Size(123, 63);
this.labelResult9.TabIndex = 120;
this.labelResult9.Text = "Leak";
this.labelResult9.TextColor = System.Drawing.Color.White;
this.labelResult9.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult9.Visible = false;
this.labelResult9.Wordwrap = false;
//
// labelResult4
//
this.labelResult4.BackGround = null;
this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult4.LineSpacing = 0F;
this.labelResult4.Location = new System.Drawing.Point(590, 609);
this.labelResult4.Name = "labelResult4";
this.labelResult4.OverlapOptimize = true;
this.labelResult4.PasswordChar = '\0';
this.labelResult4.Radius = 3;
this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult4.Size = new System.Drawing.Size(123, 63);
this.labelResult4.TabIndex = 115;
this.labelResult4.Text = "Pass";
this.labelResult4.TextColor = System.Drawing.Color.White;
this.labelResult4.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult4.Visible = false;
this.labelResult4.Wordwrap = false;
//
// labelResult10
//
this.labelResult10.BackGround = null;
this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.labelResult10.BorderColor = System.Drawing.Color.Black;
this.labelResult10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult10.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult10.LineSpacing = 0F;
this.labelResult10.Location = new System.Drawing.Point(759, 680);
this.labelResult10.Name = "labelResult10";
this.labelResult10.OverlapOptimize = true;
this.labelResult10.PasswordChar = '\0';
this.labelResult10.Radius = 3;
this.labelResult10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult10.Size = new System.Drawing.Size(123, 63);
this.labelResult10.TabIndex = 121;
this.labelResult10.Text = "Leak";
this.labelResult10.TextColor = System.Drawing.Color.White;
this.labelResult10.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult10.Visible = false;
this.labelResult10.Wordwrap = false;
//
// labelResult8
//
this.labelResult8.BackGround = null;
this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult8.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult8.LineSpacing = 0F;
this.labelResult8.Location = new System.Drawing.Point(420, 680);
this.labelResult8.Name = "labelResult8";
this.labelResult8.OverlapOptimize = true;
this.labelResult8.PasswordChar = '\0';
this.labelResult8.Radius = 3;
this.labelResult8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult8.Size = new System.Drawing.Size(123, 63);
this.labelResult8.TabIndex = 119;
this.labelResult8.Text = "Pass";
this.labelResult8.TextColor = System.Drawing.Color.White;
this.labelResult8.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult8.Visible = false;
this.labelResult8.Wordwrap = false;
//
// labelResult7
//
this.labelResult7.BackGround = null;
this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult7.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult7.LineSpacing = 0F;
this.labelResult7.Location = new System.Drawing.Point(250, 680);
this.labelResult7.Name = "labelResult7";
this.labelResult7.OverlapOptimize = true;
this.labelResult7.PasswordChar = '\0';
this.labelResult7.Radius = 3;
this.labelResult7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult7.Size = new System.Drawing.Size(123, 63);
this.labelResult7.TabIndex = 118;
this.labelResult7.Text = "Pass";
this.labelResult7.TextColor = System.Drawing.Color.White;
this.labelResult7.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult7.Visible = false;
this.labelResult7.Wordwrap = false;
//
// labelResult6
//
this.labelResult6.BackGround = null;
this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult6.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult6.LineSpacing = 0F;
this.labelResult6.Location = new System.Drawing.Point(80, 680);
this.labelResult6.Name = "labelResult6";
this.labelResult6.OverlapOptimize = true;
this.labelResult6.PasswordChar = '\0';
this.labelResult6.Radius = 3;
this.labelResult6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult6.Size = new System.Drawing.Size(123, 63);
this.labelResult6.TabIndex = 117;
this.labelResult6.Text = "Pass";
this.labelResult6.TextColor = System.Drawing.Color.White;
this.labelResult6.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult6.Visible = false;
this.labelResult6.Wordwrap = false;
//
// labelResult5
//
this.labelResult5.BackGround = null;
this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult5.BorderColor = System.Drawing.Color.Black;
this.labelResult5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult5.LineSpacing = 0F;
this.labelResult5.Location = new System.Drawing.Point(759, 609);
this.labelResult5.Name = "labelResult5";
this.labelResult5.OverlapOptimize = true;
this.labelResult5.PasswordChar = '\0';
this.labelResult5.Radius = 3;
this.labelResult5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult5.Size = new System.Drawing.Size(123, 63);
this.labelResult5.TabIndex = 116;
this.labelResult5.Text = "Pass";
this.labelResult5.TextColor = System.Drawing.Color.White;
this.labelResult5.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult5.Visible = false;
this.labelResult5.Wordwrap = false;
//
// labelResult3
//
this.labelResult3.BackGround = null;
this.labelResult3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult3.LineSpacing = 0F;
this.labelResult3.Location = new System.Drawing.Point(420, 610);
this.labelResult3.Name = "labelResult3";
this.labelResult3.OverlapOptimize = true;
this.labelResult3.PasswordChar = '\0';
this.labelResult3.Radius = 3;
this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult3.Size = new System.Drawing.Size(123, 63);
this.labelResult3.TabIndex = 114;
this.labelResult3.Text = "Pass";
this.labelResult3.TextColor = System.Drawing.Color.White;
this.labelResult3.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult3.Visible = false;
this.labelResult3.Wordwrap = false;
//
// labelResult2
//
this.labelResult2.BackGround = null;
this.labelResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult2.LineSpacing = 0F;
this.labelResult2.Location = new System.Drawing.Point(250, 610);
this.labelResult2.Name = "labelResult2";
this.labelResult2.OverlapOptimize = true;
this.labelResult2.PasswordChar = '\0';
this.labelResult2.Radius = 3;
this.labelResult2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult2.Size = new System.Drawing.Size(123, 63);
this.labelResult2.TabIndex = 113;
this.labelResult2.Text = "Pass";
this.labelResult2.TextColor = System.Drawing.Color.White;
this.labelResult2.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult2.Visible = false;
this.labelResult2.Wordwrap = false;
//
// labelResult1
//
this.labelResult1.BackGround = null;
this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult1.BorderColor = System.Drawing.Color.Black;
this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult1.LineSpacing = 0F;
this.labelResult1.Location = new System.Drawing.Point(80, 610);
this.labelResult1.Name = "labelResult1";
this.labelResult1.OverlapOptimize = true;
this.labelResult1.PasswordChar = '\0';
this.labelResult1.Radius = 3;
this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult1.Size = new System.Drawing.Size(123, 63);
this.labelResult1.TabIndex = 112;
this.labelResult1.Text = "Pass";
this.labelResult1.TextColor = System.Drawing.Color.White;
this.labelResult1.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult1.Visible = false;
this.labelResult1.Wordwrap = false;
//
// pictureBoxProgress7Selected // pictureBoxProgress7Selected
// //
this.pictureBoxProgress7Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress7Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
@ -476,7 +716,7 @@
this.smartButton5.ImageDisable = null; this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null; this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null; this.smartButton5.ImageUp = null;
this.smartButton5.Location = new System.Drawing.Point(917, 471); this.smartButton5.Location = new System.Drawing.Point(917, 609);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5"; this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false; this.smartButton5.NestedClickEventPrevent = false;
@ -623,9 +863,9 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue; this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F; this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(917, 627); this.labelUserLevel.Location = new System.Drawing.Point(787, 119);
this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true; this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0'; this.labelUserLevel.PasswordChar = '\0';
@ -646,9 +886,9 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue; this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F; this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(917, 601); this.labelUserID.Location = new System.Drawing.Point(787, 93);
this.labelUserID.Name = "labelUserID"; this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true; this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0'; this.labelUserID.PasswordChar = '\0';
@ -1352,9 +1592,9 @@
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F; this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(147, 119); this.labelTime.Location = new System.Drawing.Point(141, 119);
this.labelTime.Name = "labelTime"; this.labelTime.Name = "labelTime";
this.labelTime.OverlapOptimize = true; this.labelTime.OverlapOptimize = true;
this.labelTime.PasswordChar = '\0'; this.labelTime.PasswordChar = '\0';
@ -1754,7 +1994,7 @@
this.smartButton1.ImageDisable = null; this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null; this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null; this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 422); this.smartButton1.Location = new System.Drawing.Point(917, 560);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1"; this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false; this.smartButton1.NestedClickEventPrevent = false;
@ -1773,7 +2013,7 @@
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton1.Click += new System.EventHandler(this.smartButton5_Click); this.smartButton1.Click += new System.EventHandler(this.smartButton4_Click);
// //
// smartGroupBox1 // smartGroupBox1
// //
@ -1786,10 +2026,10 @@
this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameLineThickness = 2;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.HeaderHeightOffset = 12; this.smartGroupBox1.HeaderHeightOffset = 12;
this.smartGroupBox1.Location = new System.Drawing.Point(343, 88); this.smartGroupBox1.Location = new System.Drawing.Point(343, 90);
this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(550, 50); this.smartGroupBox1.Size = new System.Drawing.Size(405, 50);
this.smartGroupBox1.TabIndex = 134; this.smartGroupBox1.TabIndex = 134;
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White; this.smartGroupBox1.TextColor = System.Drawing.Color.White;
@ -1799,9 +2039,9 @@
this.labelAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelAlarm.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.labelAlarm.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.labelAlarm.ForeColor = System.Drawing.Color.White; this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(3, 27); this.labelAlarm.Location = new System.Drawing.Point(3, 31);
this.labelAlarm.Name = "labelAlarm"; this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(466, 25); this.labelAlarm.Size = new System.Drawing.Size(366, 20);
// //
// labelPressure10 // labelPressure10
// //
@ -2010,246 +2250,6 @@
this.labelPressure2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPressure2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPressure2.Wordwrap = false; this.labelPressure2.Wordwrap = false;
// //
// labelResult9
//
this.labelResult9.BackGround = null;
this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.labelResult9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResult9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult9.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult9.LineSpacing = 0F;
this.labelResult9.Location = new System.Drawing.Point(590, 680);
this.labelResult9.Name = "labelResult9";
this.labelResult9.OverlapOptimize = true;
this.labelResult9.PasswordChar = '\0';
this.labelResult9.Radius = 3;
this.labelResult9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult9.Size = new System.Drawing.Size(123, 63);
this.labelResult9.TabIndex = 120;
this.labelResult9.Text = "Leak";
this.labelResult9.TextColor = System.Drawing.Color.White;
this.labelResult9.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult9.Visible = false;
this.labelResult9.Wordwrap = false;
//
// labelResult4
//
this.labelResult4.BackGround = null;
this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult4.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult4.LineSpacing = 0F;
this.labelResult4.Location = new System.Drawing.Point(590, 609);
this.labelResult4.Name = "labelResult4";
this.labelResult4.OverlapOptimize = true;
this.labelResult4.PasswordChar = '\0';
this.labelResult4.Radius = 3;
this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult4.Size = new System.Drawing.Size(123, 63);
this.labelResult4.TabIndex = 115;
this.labelResult4.Text = "Pass";
this.labelResult4.TextColor = System.Drawing.Color.White;
this.labelResult4.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult4.Visible = false;
this.labelResult4.Wordwrap = false;
//
// labelResult10
//
this.labelResult10.BackGround = null;
this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.labelResult10.BorderColor = System.Drawing.Color.Black;
this.labelResult10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult10.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult10.LineSpacing = 0F;
this.labelResult10.Location = new System.Drawing.Point(759, 680);
this.labelResult10.Name = "labelResult10";
this.labelResult10.OverlapOptimize = true;
this.labelResult10.PasswordChar = '\0';
this.labelResult10.Radius = 3;
this.labelResult10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult10.Size = new System.Drawing.Size(123, 63);
this.labelResult10.TabIndex = 121;
this.labelResult10.Text = "Leak";
this.labelResult10.TextColor = System.Drawing.Color.White;
this.labelResult10.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult10.Visible = false;
this.labelResult10.Wordwrap = false;
//
// labelResult8
//
this.labelResult8.BackGround = null;
this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult8.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult8.LineSpacing = 0F;
this.labelResult8.Location = new System.Drawing.Point(420, 680);
this.labelResult8.Name = "labelResult8";
this.labelResult8.OverlapOptimize = true;
this.labelResult8.PasswordChar = '\0';
this.labelResult8.Radius = 3;
this.labelResult8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult8.Size = new System.Drawing.Size(123, 63);
this.labelResult8.TabIndex = 119;
this.labelResult8.Text = "Pass";
this.labelResult8.TextColor = System.Drawing.Color.White;
this.labelResult8.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult8.Visible = false;
this.labelResult8.Wordwrap = false;
//
// labelResult7
//
this.labelResult7.BackGround = null;
this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult7.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult7.LineSpacing = 0F;
this.labelResult7.Location = new System.Drawing.Point(250, 680);
this.labelResult7.Name = "labelResult7";
this.labelResult7.OverlapOptimize = true;
this.labelResult7.PasswordChar = '\0';
this.labelResult7.Radius = 3;
this.labelResult7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult7.Size = new System.Drawing.Size(123, 63);
this.labelResult7.TabIndex = 118;
this.labelResult7.Text = "Pass";
this.labelResult7.TextColor = System.Drawing.Color.White;
this.labelResult7.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult7.Visible = false;
this.labelResult7.Wordwrap = false;
//
// labelResult6
//
this.labelResult6.BackGround = null;
this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult6.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult6.LineSpacing = 0F;
this.labelResult6.Location = new System.Drawing.Point(80, 680);
this.labelResult6.Name = "labelResult6";
this.labelResult6.OverlapOptimize = true;
this.labelResult6.PasswordChar = '\0';
this.labelResult6.Radius = 3;
this.labelResult6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult6.Size = new System.Drawing.Size(123, 63);
this.labelResult6.TabIndex = 117;
this.labelResult6.Text = "Pass";
this.labelResult6.TextColor = System.Drawing.Color.White;
this.labelResult6.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult6.Visible = false;
this.labelResult6.Wordwrap = false;
//
// labelResult5
//
this.labelResult5.BackGround = null;
this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult5.BorderColor = System.Drawing.Color.Black;
this.labelResult5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult5.LineSpacing = 0F;
this.labelResult5.Location = new System.Drawing.Point(759, 609);
this.labelResult5.Name = "labelResult5";
this.labelResult5.OverlapOptimize = true;
this.labelResult5.PasswordChar = '\0';
this.labelResult5.Radius = 3;
this.labelResult5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult5.Size = new System.Drawing.Size(123, 63);
this.labelResult5.TabIndex = 116;
this.labelResult5.Text = "Pass";
this.labelResult5.TextColor = System.Drawing.Color.White;
this.labelResult5.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult5.Visible = false;
this.labelResult5.Wordwrap = false;
//
// labelResult3
//
this.labelResult3.BackGround = null;
this.labelResult3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult3.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult3.LineSpacing = 0F;
this.labelResult3.Location = new System.Drawing.Point(420, 610);
this.labelResult3.Name = "labelResult3";
this.labelResult3.OverlapOptimize = true;
this.labelResult3.PasswordChar = '\0';
this.labelResult3.Radius = 3;
this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult3.Size = new System.Drawing.Size(123, 63);
this.labelResult3.TabIndex = 114;
this.labelResult3.Text = "Pass";
this.labelResult3.TextColor = System.Drawing.Color.White;
this.labelResult3.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult3.Visible = false;
this.labelResult3.Wordwrap = false;
//
// labelResult2
//
this.labelResult2.BackGround = null;
this.labelResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult2.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult2.LineSpacing = 0F;
this.labelResult2.Location = new System.Drawing.Point(250, 610);
this.labelResult2.Name = "labelResult2";
this.labelResult2.OverlapOptimize = true;
this.labelResult2.PasswordChar = '\0';
this.labelResult2.Radius = 3;
this.labelResult2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult2.Size = new System.Drawing.Size(123, 63);
this.labelResult2.TabIndex = 113;
this.labelResult2.Text = "Pass";
this.labelResult2.TextColor = System.Drawing.Color.White;
this.labelResult2.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult2.Visible = false;
this.labelResult2.Wordwrap = false;
//
// labelResult1
//
this.labelResult1.BackGround = null;
this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64)))));
this.labelResult1.BorderColor = System.Drawing.Color.Black;
this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelResult1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelResult1.LineSpacing = 0F;
this.labelResult1.Location = new System.Drawing.Point(80, 610);
this.labelResult1.Name = "labelResult1";
this.labelResult1.OverlapOptimize = true;
this.labelResult1.PasswordChar = '\0';
this.labelResult1.Radius = 3;
this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelResult1.Size = new System.Drawing.Size(123, 63);
this.labelResult1.TabIndex = 112;
this.labelResult1.Text = "Pass";
this.labelResult1.TextColor = System.Drawing.Color.White;
this.labelResult1.TextColorDisable = System.Drawing.Color.Gray;
this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelResult1.Visible = false;
this.labelResult1.Wordwrap = false;
//
// buttonUser // buttonUser
// //
this.buttonUser.BackGround = this.smartForm1; this.buttonUser.BackGround = this.smartForm1;
@ -2339,7 +2339,7 @@
this.buttonExit.BackGround = this.smartForm1; this.buttonExit.BackGround = this.smartForm1;
this.buttonExit.BackGroundColor = System.Drawing.Color.Gray; this.buttonExit.BackGroundColor = System.Drawing.Color.Gray;
this.buttonExit.ButtonColor = System.Drawing.Color.Teal; this.buttonExit.ButtonColor = System.Drawing.Color.Teal;
this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkGray; this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonExit.ButtonImageAutoSize = true; this.buttonExit.ButtonImageAutoSize = true;
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonExit.ButtonText = "EXIT"; this.buttonExit.ButtonText = "EXIT";
@ -2364,8 +2364,8 @@
this.buttonExit.TabIndex = 22; this.buttonExit.TabIndex = 22;
this.buttonExit.Text = null; this.buttonExit.Text = null;
this.buttonExit.TextColor = System.Drawing.Color.White; this.buttonExit.TextColor = System.Drawing.Color.White;
this.buttonExit.TextColorDisable = System.Drawing.Color.Gray; this.buttonExit.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonExit.TextDownColor = System.Drawing.Color.Gainsboro; this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click); this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);

View File

@ -23,6 +23,8 @@ namespace INT_PT002.Forms
private int FlagIgnoreCNT; private int FlagIgnoreCNT;
private string MessageBoxRange; private string MessageBoxRange;
// 이전 단계 번호(Index 아님) 저장용 변수
private Define.E_ProcessStatus PreviousStageNum;
int testIndex; int testIndex;
private Define.E_ProcessStatus ProcessStatus; private Define.E_ProcessStatus ProcessStatus;
@ -81,6 +83,7 @@ namespace INT_PT002.Forms
this.FlagIgnoreCNT = 0; this.FlagIgnoreCNT = 0;
this.MessageBoxRange = ""; this.MessageBoxRange = "";
this.ProcessStatus = Define.E_ProcessStatus._0_None; this.ProcessStatus = Define.E_ProcessStatus._0_None;
this.PreviousStageNum = Define.E_ProcessStatus._0_None;
this.ColorProgressOff = Color.FromArgb(231, 231, 231); this.ColorProgressOff = Color.FromArgb(231, 231, 231);
this.SizeProgressOff = new Size(155, 140); this.SizeProgressOff = new Size(155, 140);
@ -384,7 +387,7 @@ namespace INT_PT002.Forms
break; break;
case Define.E_UserStatus.LogOff: case Define.E_UserStatus.LogOff:
id = "LogOff"; id = "LogOff";
group = ""; group = "LogOff";
if (this.labelUserLevel.TextColor != this.ParentForm.ColorLogOff) if (this.labelUserLevel.TextColor != this.ParentForm.ColorLogOff)
this.labelUserLevel.TextColor = this.labelUserID.TextColor = this.ParentForm.ColorLogOff; this.labelUserLevel.TextColor = this.labelUserID.TextColor = this.ParentForm.ColorLogOff;
@ -399,6 +402,11 @@ namespace INT_PT002.Forms
break; break;
} }
this.buttonRecipeNo.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipeNo.Enabled);
this.buttonClear.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonClear.Enabled);
this.buttonInspection.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonInspection.Enabled);
this.buttonMenu.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonMenu.Enabled);
if (this.labelUserLevel.Text != group) if (this.labelUserLevel.Text != group)
this.labelUserLevel.Text = group; this.labelUserLevel.Text = group;
if (this.labelUserID.Text != id) if (this.labelUserID.Text != id)
@ -583,6 +591,43 @@ namespace INT_PT002.Forms
{ {
this.ProcessStatus = status; this.ProcessStatus = status;
switch (this.PreviousStageNum)
{
case Define.E_ProcessStatus._0_None:
break;
case Define.E_ProcessStatus._1_Initial:
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
this.CollectionLabelProgress[i].Location = this.CollectionLabelPoint[i];
this.UnselectProcessLabelRefresh(0);
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(1);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(2);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(3);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(4);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(5);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(6);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(7);
break;
default:
break;
}
switch (status) switch (status)
{ {
case Define.E_ProcessStatus._0_None: case Define.E_ProcessStatus._0_None:
@ -591,43 +636,36 @@ namespace INT_PT002.Forms
for (int i = 0; i < this.CollectionLabelProgress.Count; i++) for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
this.CollectionLabelProgress[i].Location = this.CollectionLabelPoint[i]; this.CollectionLabelProgress[i].Location = this.CollectionLabelPoint[i];
this.UnselectProcessLabelRefresh(this.CollectionLabelProgress.Count - 1);
this.SelectProcessLabelRefresh(0); this.SelectProcessLabelRefresh(0);
break; break;
case Define.E_ProcessStatus._2_ProductEntry: case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(0);
this.SelectProcessLabelRefresh(1); this.SelectProcessLabelRefresh(1);
break; break;
case Define.E_ProcessStatus._3_ChamberConbined: case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(1);
this.SelectProcessLabelRefresh(2); this.SelectProcessLabelRefresh(2);
break; break;
case Define.E_ProcessStatus._4_VacuumStart: case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(2);
this.SelectProcessLabelRefresh(3); this.SelectProcessLabelRefresh(3);
break; break;
case Define.E_ProcessStatus._5_VacuumHold: case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(3);
this.SelectProcessLabelRefresh(4); this.SelectProcessLabelRefresh(4);
break; break;
case Define.E_ProcessStatus._6_Judgment: case Define.E_ProcessStatus._6_Judgment:
break; break;
case Define.E_ProcessStatus._7_VacuumBreak: case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(4);
this.SelectProcessLabelRefresh(5); this.SelectProcessLabelRefresh(5);
break; break;
case Define.E_ProcessStatus._8_ChamberSeparation: case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(5);
this.SelectProcessLabelRefresh(6); this.SelectProcessLabelRefresh(6);
break; break;
case Define.E_ProcessStatus._9_ProductRelease: case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(6);
this.SelectProcessLabelRefresh(7); this.SelectProcessLabelRefresh(7);
break; break;
default: default:
break; break;
} }
this.PreviousStageNum = status;
this.ProgressBarSetting(status); this.ProgressBarSetting(status);
} }
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff) private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
@ -723,10 +761,10 @@ namespace INT_PT002.Forms
this.CollectionLabelSbAlarm[9].Visible = alarm.CollectionIsSensorBoardError[9]; this.CollectionLabelSbAlarm[9].Visible = alarm.CollectionIsSensorBoardError[9];
value = value.Trim(); value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20); this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Text = value; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 548) if (this.labelAlarm.Width > 400)
{ {
if (this.labelAlarm.Text != "") if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); this.smartTimerAlarm.Start();
@ -734,7 +772,7 @@ namespace INT_PT002.Forms
else else
{ {
this.smartTimerAlarm.Stop(); this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 27); this.labelAlarm.Location = new Point(3, 26);
} }
} }
public void UpdateDisplayDiffData(Collection<DiffData> datas) public void UpdateDisplayDiffData(Collection<DiffData> datas)
@ -992,10 +1030,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure "; //value += "a6_Pressure ";
value = value.Trim(); value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20); this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Text = value; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 548) if (this.labelAlarm.Width > 400)
{ {
if (this.labelAlarm.Text != "") if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); this.smartTimerAlarm.Start();
@ -1003,7 +1041,7 @@ namespace INT_PT002.Forms
else else
{ {
this.smartTimerAlarm.Stop(); this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 27); this.labelAlarm.Location = new Point(3, 26);
} }
} }
@ -1021,10 +1059,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure "; //value += "a6_Pressure ";
value = value.Trim(); value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20); this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Text = value; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 548) if (this.labelAlarm.Width > 400)
{ {
if (this.labelAlarm.Text != "") if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); this.smartTimerAlarm.Start();
@ -1032,7 +1070,7 @@ namespace INT_PT002.Forms
else else
{ {
this.smartTimerAlarm.Stop(); this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 27); this.labelAlarm.Location = new Point(3, 26);
} }
} }
@ -1050,10 +1088,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure "; //value += "a6_Pressure ";
value = value.Trim(); value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20); this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Text = value; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 548) if (this.labelAlarm.Width > 400)
{ {
if (this.labelAlarm.Text != "") if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); this.smartTimerAlarm.Start();
@ -1061,7 +1099,7 @@ namespace INT_PT002.Forms
else else
{ {
this.smartTimerAlarm.Stop(); this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 27); this.labelAlarm.Location = new Point(3, 26);
} }
} }
@ -1075,14 +1113,14 @@ namespace INT_PT002.Forms
value += "a2_Servo1 "; value += "a2_Servo1 ";
value += "a3_Servo2 "; value += "a3_Servo2 ";
value += "a4_Servo1 Torque "; value += "a4_Servo1 Torque ";
//value += "a5_Servo2 Torque "; value += "a5_Servo2 Torque ";
//value += "a6_Pressure "; //value += "a6_Pressure ";
value = value.Trim(); value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 20); this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Text = value; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 548) if (this.labelAlarm.Width > 400)
{ {
if (this.labelAlarm.Text != "") if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); this.smartTimerAlarm.Start();
@ -1090,7 +1128,7 @@ namespace INT_PT002.Forms
else else
{ {
this.smartTimerAlarm.Stop(); this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 27); this.labelAlarm.Location = new Point(3, 26);
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -176,7 +176,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.Black; this.labelUserID.BackGroundColor = System.Drawing.Color.Black;
this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F; this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(703, 13); this.labelUserID.Location = new System.Drawing.Point(703, 13);
this.labelUserID.Name = "labelUserID"; this.labelUserID.Name = "labelUserID";
@ -199,7 +199,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black; this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black;
this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F; this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(809, 13); this.labelUserLevel.Location = new System.Drawing.Point(809, 13);
this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.Name = "labelUserLevel";
@ -229,7 +229,7 @@
this.smartLabel1.BackGroundColor = System.Drawing.Color.Black; this.smartLabel1.BackGroundColor = System.Drawing.Color.Black;
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(62, 3); this.smartLabel1.Location = new System.Drawing.Point(62, 3);
this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Name = "smartLabel1";
@ -564,7 +564,7 @@
this.buttonHome.TabIndex = 71; this.buttonHome.TabIndex = 71;
this.buttonHome.Text = null; this.buttonHome.Text = null;
this.buttonHome.TextColor = System.Drawing.Color.White; this.buttonHome.TextColor = System.Drawing.Color.White;
this.buttonHome.TextColorDisable = System.Drawing.Color.Gray; this.buttonHome.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
@ -607,13 +607,9 @@
private SmartX.SmartForm smartForm1; private SmartX.SmartForm smartForm1;
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonHome; private SmartX.SmartButton buttonHome;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartLabel labelStop; private SmartX.SmartLabel labelStop;
private SmartX.SmartButton buttonBottom1; private SmartX.SmartButton buttonBottom1;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonBottom4; private SmartX.SmartButton buttonBottom4;
private SmartX.SmartButton buttonBottom3; private SmartX.SmartButton buttonBottom3;
private SmartX.SmartButton buttonBottom2; private SmartX.SmartButton buttonBottom2;
@ -621,7 +617,11 @@
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel labelUserID; private SmartX.SmartLabel labelUserID;
private SmartX.SmartLabel labelUserLevel; private SmartX.SmartLabel labelUserLevel;
private SmartX.SmartButton buttonUser;
private SmartX.SmartLabel labelStart; private SmartX.SmartLabel labelStart;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonUser;
} }
} }

View File

@ -109,6 +109,15 @@ namespace INT_PT002.Forms
this.Child_System_Status.Location = new Point(0, 39); this.Child_System_Status.Location = new Point(0, 39);
} }
public void UpdateButtonColor()
{
this.buttonRecipe.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipe.Enabled);
this.buttonUser.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonUser.Enabled);
this.buttonManual.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonManual.Enabled);
this.buttonLog.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonLog.Enabled);
this.buttonSystem.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonSystem.Enabled);
}
private void UpdateDisplayUser(UserItem user) private void UpdateDisplayUser(UserItem user)
{ {
string id = "", group = ""; string id = "", group = "";
@ -169,6 +178,8 @@ namespace INT_PT002.Forms
break; break;
} }
this.UpdateButtonColor();
if (this.labelUserLevel.Text != group) if (this.labelUserLevel.Text != group)
this.labelUserLevel.Text = group; this.labelUserLevel.Text = group;
if (this.labelUserID.Text != id) if (this.labelUserID.Text != id)
@ -455,6 +466,8 @@ namespace INT_PT002.Forms
this.buttonBottom4.Visible = false; this.buttonBottom4.Visible = false;
break; break;
} }
this.UpdateButtonColor();
} }
private void SetBottomMenuRecipe(Define.E_MenuRecipeStore menu) private void SetBottomMenuRecipe(Define.E_MenuRecipeStore menu)
{ {
@ -630,6 +643,8 @@ namespace INT_PT002.Forms
this.buttonHome.Enabled = false; this.buttonHome.Enabled = false;
} }
this.UpdateButtonColor();
} }
// Menu Recipe // Menu Recipe