Compare commits

..

No commits in common. "f521eb3b1d594cfa7c94ba88ae2bc0cc19e9fec7" and "6f347ea71469150c5f0146fb4b61f2a64e5cceac" have entirely different histories.

54 changed files with 2586 additions and 11600 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -29,9 +29,6 @@
private void InitializeComponent()
{
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.listBoxEvent = new SmartX.SmartListBox();
this.listBoxLoginID = new SmartX.SmartListBox();
@ -49,6 +46,9 @@
this.buttonBackup = new SmartX.SmartButton();
this.labelCount = new SmartX.SmartLabel();
this.smartFile1 = new SmartX.SmartFile();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -57,15 +57,15 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
this.smartGroupBox1.Controls.Add(this.listBoxLoginID);
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartLabel9);
this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
@ -89,63 +89,6 @@
this.smartGroupBox1.Text = "smartGroupBox1";
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
//
this.listBoxDetail.BackGround = null;
@ -826,6 +769,7 @@
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.TabIndex = 85;
this.labelFileName.Text = "00";
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.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -894,6 +838,63 @@
//
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -100,11 +100,8 @@ namespace INT_PT002.Controls
}
private void UpdateListBoxCount()
{
this.labelTotalIndex.Text = (this.ListBoxCount - 1).ToString();
if (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount < 0)
this.labelRemainIndex.Text = "0";
else
this.labelRemainIndex.Text = (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount).ToString();
this.labelTotalIndex.Text = this.ListBoxCount.ToString();
this.labelRemainIndex.Text = (this.ListBoxCount - this.listBoxTime.ViewRemainCount).ToString();
}
private void UpdateListBoxDataDisplay(string data)
{
@ -194,7 +191,8 @@ namespace INT_PT002.Controls
this.treeView.Nodes.Add(node);
}
}
this.labelCount.Text = fileCount.ToString();
this.labelCount.Text = string.Format("{0} ", fileCount);
}
private List<string> DayAlarmDirectorySort(FileInfo[] files)

View File

@ -30,15 +30,6 @@
{
this.smartFile1 = new SmartX.SmartFile();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.labelFileName = new SmartX.SmartLabel();
this.smartLabel13 = new SmartX.SmartLabel();
this.smartLabel12 = new SmartX.SmartLabel();
@ -49,12 +40,21 @@
this.listBoxDetail = new SmartX.SmartListBox();
this.listBoxEvent = new SmartX.SmartListBox();
this.listBoxLoginID = new SmartX.SmartListBox();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartLabel9 = new SmartX.SmartLabel();
this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton();
this.buttonBackup = new SmartX.SmartButton();
this.listBoxTime = new SmartX.SmartListBox();
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.SuspendLayout();
//
@ -67,12 +67,6 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.smartLabel7);
this.smartGroupBox1.Controls.Add(this.smartLabel6);
this.smartGroupBox1.Controls.Add(this.smartLabel5);
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel8);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.labelTotalIndex);
this.smartGroupBox1.Controls.Add(this.labelRemainIndex);
@ -86,6 +80,12 @@
this.smartGroupBox1.Controls.Add(this.listBoxDetail);
this.smartGroupBox1.Controls.Add(this.listBoxEvent);
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.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp);
@ -105,201 +105,6 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// smartLabel7
//
this.smartLabel7.BackGround = this.smartGroupBox1;
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel7.LineSpacing = 1F;
this.smartLabel7.Location = new System.Drawing.Point(763, 108);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0';
this.smartLabel7.Radius = 3;
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel7.Size = new System.Drawing.Size(78, 29);
this.smartLabel7.TabIndex = 115;
this.smartLabel7.Text = "Type";
this.smartLabel7.TextColor = System.Drawing.Color.White;
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false;
//
// smartLabel6
//
this.smartLabel6.BackGround = this.smartGroupBox1;
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 1F;
this.smartLabel6.Location = new System.Drawing.Point(709, 108);
this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0';
this.smartLabel6.Radius = 3;
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel6.Size = new System.Drawing.Size(55, 29);
this.smartLabel6.TabIndex = 114;
this.smartLabel6.Text = "After";
this.smartLabel6.TextColor = System.Drawing.Color.White;
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false;
//
// smartLabel5
//
this.smartLabel5.BackGround = this.smartGroupBox1;
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel5.LineSpacing = 1F;
this.smartLabel5.Location = new System.Drawing.Point(655, 108);
this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.OverlapOptimize = true;
this.smartLabel5.PasswordChar = '\0';
this.smartLabel5.Radius = 3;
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel5.Size = new System.Drawing.Size(55, 29);
this.smartLabel5.TabIndex = 113;
this.smartLabel5.Text = "Before";
this.smartLabel5.TextColor = System.Drawing.Color.White;
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false;
//
// smartLabel1
//
this.smartLabel1.BackGround = this.smartGroupBox1;
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 1F;
this.smartLabel1.Location = new System.Drawing.Point(536, 108);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.OverlapOptimize = true;
this.smartLabel1.PasswordChar = '\0';
this.smartLabel1.Radius = 3;
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel1.Size = new System.Drawing.Size(120, 29);
this.smartLabel1.TabIndex = 112;
this.smartLabel1.Text = "Detail";
this.smartLabel1.TextColor = System.Drawing.Color.White;
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackGround = this.smartGroupBox1;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel2.LineSpacing = 1F;
this.smartLabel2.Location = new System.Drawing.Point(427, 108);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.OverlapOptimize = true;
this.smartLabel2.PasswordChar = '\0';
this.smartLabel2.Radius = 3;
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel2.Size = new System.Drawing.Size(110, 29);
this.smartLabel2.TabIndex = 111;
this.smartLabel2.Text = "Event";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
//
// smartLabel8
//
this.smartLabel8.BackGround = this.smartGroupBox1;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 1F;
this.smartLabel8.Location = new System.Drawing.Point(338, 108);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(90, 29);
this.smartLabel8.TabIndex = 110;
this.smartLabel8.Text = "Login ID";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
//
// 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
//
this.labelFileName.BackGround = this.smartGroupBox1;
@ -316,7 +121,8 @@
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.TabIndex = 136;
this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelFileName.Text = "00";
this.labelFileName.TextColor = System.Drawing.Color.White;
this.labelFileName.TextColorDisable = System.Drawing.Color.Gray;
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -383,7 +189,7 @@
this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.TabIndex = 133;
this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelCount.TextColor = System.Drawing.Color.White;
this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -402,7 +208,7 @@
this.listBoxAfter.ItemOffsetX = 1;
this.listBoxAfter.ItemOffsetY = 0;
this.listBoxAfter.ItemTextOffsetY = 1;
this.listBoxAfter.Location = new System.Drawing.Point(709, 136);
this.listBoxAfter.Location = new System.Drawing.Point(683, 136);
this.listBoxAfter.MouseMoveEventSpace = 3;
this.listBoxAfter.MouseMoveSpace = 10;
this.listBoxAfter.Name = "listBoxAfter";
@ -495,7 +301,7 @@
this.listBoxAfter.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxAfter.SeparationlineVisibleBottom = true;
this.listBoxAfter.SeparationlineVisibleTop = true;
this.listBoxAfter.Size = new System.Drawing.Size(55, 502);
this.listBoxAfter.Size = new System.Drawing.Size(70, 502);
this.listBoxAfter.TabIndex = 121;
this.listBoxAfter.Text = "smartListBox1";
this.listBoxAfter.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -514,7 +320,7 @@
this.listBoxBefore.ItemOffsetX = 1;
this.listBoxBefore.ItemOffsetY = 0;
this.listBoxBefore.ItemTextOffsetY = 1;
this.listBoxBefore.Location = new System.Drawing.Point(655, 136);
this.listBoxBefore.Location = new System.Drawing.Point(614, 136);
this.listBoxBefore.MouseMoveEventSpace = 3;
this.listBoxBefore.MouseMoveSpace = 10;
this.listBoxBefore.Name = "listBoxBefore";
@ -607,7 +413,7 @@
this.listBoxBefore.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxBefore.SeparationlineVisibleBottom = true;
this.listBoxBefore.SeparationlineVisibleTop = true;
this.listBoxBefore.Size = new System.Drawing.Size(55, 502);
this.listBoxBefore.Size = new System.Drawing.Size(70, 502);
this.listBoxBefore.TabIndex = 120;
this.listBoxBefore.Text = "smartListBox1";
this.listBoxBefore.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -626,7 +432,7 @@
this.listBoxType.ItemOffsetX = 1;
this.listBoxType.ItemOffsetY = 0;
this.listBoxType.ItemTextOffsetY = 1;
this.listBoxType.Location = new System.Drawing.Point(763, 136);
this.listBoxType.Location = new System.Drawing.Point(752, 136);
this.listBoxType.MouseMoveEventSpace = 3;
this.listBoxType.MouseMoveSpace = 10;
this.listBoxType.Name = "listBoxType";
@ -719,7 +525,7 @@
this.listBoxType.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxType.SeparationlineVisibleBottom = true;
this.listBoxType.SeparationlineVisibleTop = true;
this.listBoxType.Size = new System.Drawing.Size(78, 502);
this.listBoxType.Size = new System.Drawing.Size(90, 502);
this.listBoxType.TabIndex = 119;
this.listBoxType.Text = "smartListBox1";
this.listBoxType.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -738,7 +544,7 @@
this.listBoxDetail.ItemOffsetX = 1;
this.listBoxDetail.ItemOffsetY = 0;
this.listBoxDetail.ItemTextOffsetY = 1;
this.listBoxDetail.Location = new System.Drawing.Point(536, 136);
this.listBoxDetail.Location = new System.Drawing.Point(508, 136);
this.listBoxDetail.MouseMoveEventSpace = 3;
this.listBoxDetail.MouseMoveSpace = 10;
this.listBoxDetail.Name = "listBoxDetail";
@ -831,7 +637,7 @@
this.listBoxDetail.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxDetail.SeparationlineVisibleBottom = true;
this.listBoxDetail.SeparationlineVisibleTop = true;
this.listBoxDetail.Size = new System.Drawing.Size(120, 502);
this.listBoxDetail.Size = new System.Drawing.Size(107, 502);
this.listBoxDetail.TabIndex = 118;
this.listBoxDetail.Text = "smartListBox1";
this.listBoxDetail.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -850,7 +656,7 @@
this.listBoxEvent.ItemOffsetX = 1;
this.listBoxEvent.ItemOffsetY = 0;
this.listBoxEvent.ItemTextOffsetY = 1;
this.listBoxEvent.Location = new System.Drawing.Point(427, 136);
this.listBoxEvent.Location = new System.Drawing.Point(429, 136);
this.listBoxEvent.MouseMoveEventSpace = 3;
this.listBoxEvent.MouseMoveSpace = 10;
this.listBoxEvent.Name = "listBoxEvent";
@ -943,7 +749,7 @@
this.listBoxEvent.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxEvent.SeparationlineVisibleBottom = true;
this.listBoxEvent.SeparationlineVisibleTop = true;
this.listBoxEvent.Size = new System.Drawing.Size(110, 502);
this.listBoxEvent.Size = new System.Drawing.Size(80, 502);
this.listBoxEvent.TabIndex = 117;
this.listBoxEvent.Text = "smartListBox1";
this.listBoxEvent.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -962,7 +768,7 @@
this.listBoxLoginID.ItemOffsetX = 1;
this.listBoxLoginID.ItemOffsetY = 0;
this.listBoxLoginID.ItemTextOffsetY = 1;
this.listBoxLoginID.Location = new System.Drawing.Point(338, 136);
this.listBoxLoginID.Location = new System.Drawing.Point(350, 136);
this.listBoxLoginID.MouseMoveEventSpace = 3;
this.listBoxLoginID.MouseMoveSpace = 10;
this.listBoxLoginID.Name = "listBoxLoginID";
@ -1055,12 +861,150 @@
this.listBoxLoginID.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxLoginID.SeparationlineVisibleBottom = true;
this.listBoxLoginID.SeparationlineVisibleTop = true;
this.listBoxLoginID.Size = new System.Drawing.Size(90, 502);
this.listBoxLoginID.Size = new System.Drawing.Size(80, 502);
this.listBoxLoginID.TabIndex = 116;
this.listBoxLoginID.Text = "smartListBox1";
this.listBoxLoginID.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.listBoxLoginID.TextColorDisable = System.Drawing.Color.Gray;
//
// smartLabel7
//
this.smartLabel7.BackGround = this.smartGroupBox1;
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel7.LineSpacing = 1F;
this.smartLabel7.Location = new System.Drawing.Point(752, 108);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0';
this.smartLabel7.Radius = 3;
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel7.Size = new System.Drawing.Size(90, 29);
this.smartLabel7.TabIndex = 115;
this.smartLabel7.Text = "Type";
this.smartLabel7.TextColor = System.Drawing.Color.White;
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false;
//
// smartLabel6
//
this.smartLabel6.BackGround = this.smartGroupBox1;
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 1F;
this.smartLabel6.Location = new System.Drawing.Point(683, 108);
this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0';
this.smartLabel6.Radius = 3;
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel6.Size = new System.Drawing.Size(70, 29);
this.smartLabel6.TabIndex = 114;
this.smartLabel6.Text = "After";
this.smartLabel6.TextColor = System.Drawing.Color.White;
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false;
//
// smartLabel5
//
this.smartLabel5.BackGround = this.smartGroupBox1;
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel5.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel5.LineSpacing = 1F;
this.smartLabel5.Location = new System.Drawing.Point(614, 108);
this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.OverlapOptimize = true;
this.smartLabel5.PasswordChar = '\0';
this.smartLabel5.Radius = 3;
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel5.Size = new System.Drawing.Size(70, 29);
this.smartLabel5.TabIndex = 113;
this.smartLabel5.Text = "Before";
this.smartLabel5.TextColor = System.Drawing.Color.White;
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false;
//
// smartLabel1
//
this.smartLabel1.BackGround = this.smartGroupBox1;
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel1.LineSpacing = 1F;
this.smartLabel1.Location = new System.Drawing.Point(508, 108);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.OverlapOptimize = true;
this.smartLabel1.PasswordChar = '\0';
this.smartLabel1.Radius = 3;
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel1.Size = new System.Drawing.Size(107, 29);
this.smartLabel1.TabIndex = 112;
this.smartLabel1.Text = "Detail";
this.smartLabel1.TextColor = System.Drawing.Color.White;
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackGround = this.smartGroupBox1;
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel2.LineSpacing = 1F;
this.smartLabel2.Location = new System.Drawing.Point(429, 108);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.OverlapOptimize = true;
this.smartLabel2.PasswordChar = '\0';
this.smartLabel2.Radius = 3;
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel2.Size = new System.Drawing.Size(80, 29);
this.smartLabel2.TabIndex = 111;
this.smartLabel2.Text = "Event";
this.smartLabel2.TextColor = System.Drawing.Color.White;
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
//
// smartLabel8
//
this.smartLabel8.BackGround = this.smartGroupBox1;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
this.smartLabel8.LineSpacing = 1F;
this.smartLabel8.Location = new System.Drawing.Point(350, 108);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
this.smartLabel8.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(80, 29);
this.smartLabel8.TabIndex = 110;
this.smartLabel8.Text = "Login ID";
this.smartLabel8.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
//
// smartLabel9
//
this.smartLabel9.BackGround = this.smartGroupBox1;
@ -1075,7 +1019,7 @@
this.smartLabel9.PasswordChar = '\0';
this.smartLabel9.Radius = 3;
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel9.Size = new System.Drawing.Size(68, 29);
this.smartLabel9.Size = new System.Drawing.Size(80, 29);
this.smartLabel9.TabIndex = 109;
this.smartLabel9.Text = "Time";
this.smartLabel9.TextColor = System.Drawing.Color.White;
@ -1297,7 +1241,7 @@
this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxTime.SeparationlineVisibleBottom = true;
this.listBoxTime.SeparationlineVisibleTop = true;
this.listBoxTime.Size = new System.Drawing.Size(68, 502);
this.listBoxTime.Size = new System.Drawing.Size(80, 502);
this.listBoxTime.TabIndex = 82;
this.listBoxTime.Text = "smartListBox1";
this.listBoxTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@ -1311,6 +1255,63 @@
this.treeView.TabIndex = 81;
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -104,11 +104,8 @@ namespace INT_PT002.Controls
}
private void UpdateListBoxCount()
{
this.labelTotalIndex.Text = (this.ListBoxCount - 1).ToString();
if (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount < 0)
this.labelRemainIndex.Text = "0";
else
this.labelRemainIndex.Text = (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount).ToString();
this.labelTotalIndex.Text = this.ListBoxCount.ToString();
this.labelRemainIndex.Text = (this.ListBoxCount - this.listBoxTime.ViewRemainCount).ToString();
}
private void UpdateListBoxDataDisplay(string data)
{

View File

@ -29,9 +29,6 @@
private void InitializeComponent()
{
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.smartLabel12 = new SmartX.SmartLabel();
this.labelCount = new SmartX.SmartLabel();
@ -85,6 +82,9 @@
this.buttonBackup = new SmartX.SmartButton();
this.listBoxTime = new SmartX.SmartListBox();
this.smartFile1 = new SmartX.SmartFile();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.labelTotalIndex = new SmartX.SmartLabel();
this.labelRemainIndex = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -161,63 +161,6 @@
this.smartGroupBox1.Text = "smartGroupBox1";
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
//
this.smartLabel13.BackGround = this.smartGroupBox1;
@ -279,7 +222,7 @@
this.labelCount.Size = new System.Drawing.Size(187, 18);
this.labelCount.TabIndex = 130;
this.labelCount.Text = "00";
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
this.labelCount.TextColor = System.Drawing.Color.White;
this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -345,7 +288,7 @@
this.labelPassCount10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount10.Size = new System.Drawing.Size(50, 20);
this.labelPassCount10.TabIndex = 127;
this.labelPassCount10.Text = "0";
this.labelPassCount10.Text = "00";
this.labelPassCount10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount10.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -368,7 +311,7 @@
this.labelLeakCount10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount10.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount10.TabIndex = 126;
this.labelLeakCount10.Text = "0";
this.labelLeakCount10.Text = "00";
this.labelLeakCount10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount10.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -391,7 +334,7 @@
this.labelPassCount9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount9.Size = new System.Drawing.Size(50, 20);
this.labelPassCount9.TabIndex = 125;
this.labelPassCount9.Text = "0";
this.labelPassCount9.Text = "00";
this.labelPassCount9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount9.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -414,7 +357,7 @@
this.labelLeakCount9.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount9.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount9.TabIndex = 124;
this.labelLeakCount9.Text = "0";
this.labelLeakCount9.Text = "00";
this.labelLeakCount9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount9.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -437,7 +380,7 @@
this.labelPassCount8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount8.Size = new System.Drawing.Size(50, 20);
this.labelPassCount8.TabIndex = 123;
this.labelPassCount8.Text = "0";
this.labelPassCount8.Text = "00";
this.labelPassCount8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount8.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -460,7 +403,7 @@
this.labelLeakCount8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount8.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount8.TabIndex = 122;
this.labelLeakCount8.Text = "0";
this.labelLeakCount8.Text = "00";
this.labelLeakCount8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount8.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -483,7 +426,7 @@
this.labelPassCount7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount7.Size = new System.Drawing.Size(50, 20);
this.labelPassCount7.TabIndex = 121;
this.labelPassCount7.Text = "0";
this.labelPassCount7.Text = "00";
this.labelPassCount7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount7.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -506,7 +449,7 @@
this.labelLeakCount7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount7.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount7.TabIndex = 120;
this.labelLeakCount7.Text = "0";
this.labelLeakCount7.Text = "00";
this.labelLeakCount7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount7.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -529,7 +472,7 @@
this.labelPassCount6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount6.Size = new System.Drawing.Size(50, 20);
this.labelPassCount6.TabIndex = 119;
this.labelPassCount6.Text = "0";
this.labelPassCount6.Text = "00";
this.labelPassCount6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount6.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -552,7 +495,7 @@
this.labelLeakCount6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount6.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount6.TabIndex = 118;
this.labelLeakCount6.Text = "0";
this.labelLeakCount6.Text = "00";
this.labelLeakCount6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount6.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -575,7 +518,7 @@
this.labelPassCount5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount5.Size = new System.Drawing.Size(50, 20);
this.labelPassCount5.TabIndex = 117;
this.labelPassCount5.Text = "0";
this.labelPassCount5.Text = "00";
this.labelPassCount5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount5.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -598,7 +541,7 @@
this.labelLeakCount5.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount5.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount5.TabIndex = 116;
this.labelLeakCount5.Text = "0";
this.labelLeakCount5.Text = "00";
this.labelLeakCount5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount5.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -621,7 +564,7 @@
this.labelPassCount4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount4.Size = new System.Drawing.Size(50, 20);
this.labelPassCount4.TabIndex = 115;
this.labelPassCount4.Text = "0";
this.labelPassCount4.Text = "00";
this.labelPassCount4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount4.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -644,7 +587,7 @@
this.labelLeakCount4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount4.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount4.TabIndex = 114;
this.labelLeakCount4.Text = "0";
this.labelLeakCount4.Text = "00";
this.labelLeakCount4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount4.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -667,7 +610,7 @@
this.labelPassCount3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount3.Size = new System.Drawing.Size(50, 20);
this.labelPassCount3.TabIndex = 113;
this.labelPassCount3.Text = "0";
this.labelPassCount3.Text = "00";
this.labelPassCount3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount3.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -690,7 +633,7 @@
this.labelLeakCount3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount3.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount3.TabIndex = 112;
this.labelLeakCount3.Text = "0";
this.labelLeakCount3.Text = "00";
this.labelLeakCount3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount3.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -713,7 +656,7 @@
this.labelPassCount2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount2.Size = new System.Drawing.Size(50, 20);
this.labelPassCount2.TabIndex = 111;
this.labelPassCount2.Text = "0";
this.labelPassCount2.Text = "00";
this.labelPassCount2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount2.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -736,7 +679,7 @@
this.labelLeakCount2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount2.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount2.TabIndex = 110;
this.labelLeakCount2.Text = "0";
this.labelLeakCount2.Text = "00";
this.labelLeakCount2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount2.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -759,7 +702,7 @@
this.labelPassCount1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassCount1.Size = new System.Drawing.Size(50, 20);
this.labelPassCount1.TabIndex = 109;
this.labelPassCount1.Text = "0";
this.labelPassCount1.Text = "00";
this.labelPassCount1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassCount1.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -782,7 +725,7 @@
this.labelLeakCount1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakCount1.Size = new System.Drawing.Size(50, 20);
this.labelLeakCount1.TabIndex = 108;
this.labelLeakCount1.Text = "0";
this.labelLeakCount1.Text = "00";
this.labelLeakCount1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakCount1.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -805,7 +748,7 @@
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.TabIndex = 107;
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.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
@ -2426,6 +2369,63 @@
//
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -157,11 +157,8 @@ namespace INT_PT002.Controls
}
private void UpdateListBoxCount()
{
this.labelTotalIndex.Text = (this.ListBoxCount - 1).ToString();
if (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount < 0)
this.labelRemainIndex.Text = "0";
else
this.labelRemainIndex.Text = (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount).ToString();
this.labelTotalIndex.Text = this.ListBoxCount.ToString();
this.labelRemainIndex.Text = (this.ListBoxCount - this.listBoxTime.ViewRemainCount).ToString();
}
private void UpdateListBoxDataDisplay(string data)
{
@ -312,12 +309,6 @@ namespace INT_PT002.Controls
this.labelRemainIndex.Text = "0";
this.labelTotalIndex.Text = "0";
this.ListBoxCount = 0;
for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
{
this.CollectionPassCount[i].Text = "0";
this.CollectionLeakCount[i].Text = "0";
}
if (int.Parse(this.labelCount.Text) == 0)
{

View File

@ -2035,7 +2035,7 @@
this.labelMotor2Turn.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelMotor2Turn.Size = new System.Drawing.Size(100, 30);
this.labelMotor2Turn.TabIndex = 114;
this.labelMotor2Turn.Text = "0";
this.labelMotor2Turn.Text = "12345";
this.labelMotor2Turn.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMotor2Turn.TextColorDisable = System.Drawing.Color.Gray;
this.labelMotor2Turn.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -2081,7 +2081,7 @@
this.labelMotor2Origin.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelMotor2Origin.Size = new System.Drawing.Size(100, 30);
this.labelMotor2Origin.TabIndex = 112;
this.labelMotor2Origin.Text = "0";
this.labelMotor2Origin.Text = "12345";
this.labelMotor2Origin.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMotor2Origin.TextColorDisable = System.Drawing.Color.Gray;
this.labelMotor2Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -2127,7 +2127,7 @@
this.labelMotor1Front2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelMotor1Front2.Size = new System.Drawing.Size(100, 30);
this.labelMotor1Front2.TabIndex = 110;
this.labelMotor1Front2.Text = "0";
this.labelMotor1Front2.Text = "12345";
this.labelMotor1Front2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMotor1Front2.TextColorDisable = System.Drawing.Color.Gray;
this.labelMotor1Front2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -2173,7 +2173,7 @@
this.labelMotor1Front1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelMotor1Front1.Size = new System.Drawing.Size(100, 30);
this.labelMotor1Front1.TabIndex = 108;
this.labelMotor1Front1.Text = "0";
this.labelMotor1Front1.Text = "12345";
this.labelMotor1Front1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMotor1Front1.TextColorDisable = System.Drawing.Color.Gray;
this.labelMotor1Front1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -2219,7 +2219,7 @@
this.labelMotor1Origin.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelMotor1Origin.Size = new System.Drawing.Size(100, 30);
this.labelMotor1Origin.TabIndex = 106;
this.labelMotor1Origin.Text = "0";
this.labelMotor1Origin.Text = "12345";
this.labelMotor1Origin.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMotor1Origin.TextColorDisable = System.Drawing.Color.Gray;
this.labelMotor1Origin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;

View File

@ -439,8 +439,6 @@ namespace INT_PT002.Controls
before = myKeyPad.StringValue;
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.M1_Origin, "", before, after);
this.ParentForm.ParentForm.ServoMotorWrite1(1, ServoMotorAddress.SaveAllParameters, ServoMotorAddress.EEPROM);
}
}
}
@ -465,8 +463,6 @@ namespace INT_PT002.Controls
after = myKeyPad.StringValue;
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.M1_Front1, "", before, after);
this.ParentForm.ParentForm.ServoMotorWrite1(1, ServoMotorAddress.SaveAllParameters, ServoMotorAddress.EEPROM);
}
}
}
@ -491,8 +487,6 @@ namespace INT_PT002.Controls
after = myKeyPad.StringValue;
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.M1_Front2, "", before, after);
this.ParentForm.ParentForm.ServoMotorWrite1(1, ServoMotorAddress.SaveAllParameters, ServoMotorAddress.EEPROM);
}
}
}
@ -533,8 +527,6 @@ namespace INT_PT002.Controls
after = myKeyPad.StringValue;
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.M2_Origin, "", before, after);
this.ParentForm.ParentForm.ServoMotorWrite1(2, ServoMotorAddress.SaveAllParameters, ServoMotorAddress.EEPROM);
}
}
}
@ -555,12 +547,10 @@ namespace INT_PT002.Controls
}
else
{
this.ParentForm.ParentForm.ServoMotorWrite2(2, ServoMotorAddress.CMD25, myKeyPad.IntValue, this.labelMotor2Turn);
this.ParentForm.ParentForm.ServoMotorWrite2(1, ServoMotorAddress.CMD25, myKeyPad.IntValue, this.labelMotor2Turn);
after = myKeyPad.StringValue;
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.M2_Turn, "", before, after);
this.ParentForm.ParentForm.ServoMotorWrite1(2, ServoMotorAddress.SaveAllParameters, ServoMotorAddress.EEPROM);
}
}
}
@ -570,8 +560,6 @@ namespace INT_PT002.Controls
this.smartTimer.Stop();
this.ServoParameterAllRead();
this.ParentForm.UpdateButtonColor();
}
#endregion
}

View File

@ -120,9 +120,6 @@
<metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>50</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>

View File

@ -1246,7 +1246,6 @@
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton1.Visible = false;
this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
//
// smartLabel3

View File

@ -200,7 +200,6 @@ namespace INT_PT002.Controls
private void MainboardProgramUpdateCheck(DialogResult result)
{
Define.E_UpdateCheck check = Define.E_UpdateCheck.Fail;
this.UpdateFileMainboardPath = this.USBPath + "UpdateFilesMain\\";
if (result == DialogResult.Yes)
{

View File

@ -3795,15 +3795,15 @@
this.labelProgress8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress8.LineSpacing = 0F;
this.labelProgress8.Location = new System.Drawing.Point(711, 37);
this.labelProgress8.Location = new System.Drawing.Point(676, 37);
this.labelProgress8.Name = "labelProgress8";
this.labelProgress8.OverlapOptimize = true;
this.labelProgress8.PasswordChar = '\0';
this.labelProgress8.Radius = 3;
this.labelProgress8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress8.Size = new System.Drawing.Size(95, 40);
this.labelProgress8.Size = new System.Drawing.Size(90, 40);
this.labelProgress8.TabIndex = 89;
this.labelProgress8.Text = "Release";
this.labelProgress8.TextColor = System.Drawing.Color.Black;
@ -3818,15 +3818,15 @@
this.labelProgress7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress7.LineSpacing = 0F;
this.labelProgress7.Location = new System.Drawing.Point(610, 37);
this.labelProgress7.Location = new System.Drawing.Point(580, 37);
this.labelProgress7.Name = "labelProgress7";
this.labelProgress7.OverlapOptimize = true;
this.labelProgress7.PasswordChar = '\0';
this.labelProgress7.Radius = 3;
this.labelProgress7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress7.Size = new System.Drawing.Size(95, 40);
this.labelProgress7.Size = new System.Drawing.Size(90, 40);
this.labelProgress7.TabIndex = 88;
this.labelProgress7.Text = "Separation";
this.labelProgress7.TextColor = System.Drawing.Color.Black;
@ -3841,15 +3841,15 @@
this.labelProgress6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress6.LineSpacing = 0F;
this.labelProgress6.Location = new System.Drawing.Point(509, 37);
this.labelProgress6.Location = new System.Drawing.Point(484, 37);
this.labelProgress6.Name = "labelProgress6";
this.labelProgress6.OverlapOptimize = true;
this.labelProgress6.PasswordChar = '\0';
this.labelProgress6.Radius = 3;
this.labelProgress6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress6.Size = new System.Drawing.Size(95, 40);
this.labelProgress6.Size = new System.Drawing.Size(90, 40);
this.labelProgress6.TabIndex = 87;
this.labelProgress6.Text = "V. Break";
this.labelProgress6.TextColor = System.Drawing.Color.Black;
@ -3864,17 +3864,17 @@
this.labelProgress4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress4.LineSpacing = 0F;
this.labelProgress4.Location = new System.Drawing.Point(408, 37);
this.labelProgress4.Location = new System.Drawing.Point(388, 37);
this.labelProgress4.Name = "labelProgress4";
this.labelProgress4.OverlapOptimize = true;
this.labelProgress4.PasswordChar = '\0';
this.labelProgress4.Radius = 3;
this.labelProgress4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress4.Size = new System.Drawing.Size(95, 40);
this.labelProgress4.Size = new System.Drawing.Size(90, 40);
this.labelProgress4.TabIndex = 86;
this.labelProgress4.Text = "Measurement";
this.labelProgress4.Text = "Measuerment";
this.labelProgress4.TextColor = System.Drawing.Color.Black;
this.labelProgress4.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -3887,15 +3887,15 @@
this.labelProgress3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress3.LineSpacing = 0F;
this.labelProgress3.Location = new System.Drawing.Point(307, 37);
this.labelProgress3.Location = new System.Drawing.Point(292, 37);
this.labelProgress3.Name = "labelProgress3";
this.labelProgress3.OverlapOptimize = true;
this.labelProgress3.PasswordChar = '\0';
this.labelProgress3.Radius = 3;
this.labelProgress3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress3.Size = new System.Drawing.Size(95, 40);
this.labelProgress3.Size = new System.Drawing.Size(90, 40);
this.labelProgress3.TabIndex = 85;
this.labelProgress3.Text = "V. Start";
this.labelProgress3.TextColor = System.Drawing.Color.Black;
@ -3910,15 +3910,15 @@
this.labelProgress2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress2.LineSpacing = 0F;
this.labelProgress2.Location = new System.Drawing.Point(206, 37);
this.labelProgress2.Location = new System.Drawing.Point(196, 37);
this.labelProgress2.Name = "labelProgress2";
this.labelProgress2.OverlapOptimize = true;
this.labelProgress2.PasswordChar = '\0';
this.labelProgress2.Radius = 3;
this.labelProgress2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress2.Size = new System.Drawing.Size(95, 40);
this.labelProgress2.Size = new System.Drawing.Size(90, 40);
this.labelProgress2.TabIndex = 84;
this.labelProgress2.Text = "Linkage";
this.labelProgress2.TextColor = System.Drawing.Color.Black;
@ -3933,15 +3933,15 @@
this.labelProgress1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress1.LineSpacing = 0F;
this.labelProgress1.Location = new System.Drawing.Point(105, 37);
this.labelProgress1.Location = new System.Drawing.Point(100, 37);
this.labelProgress1.Name = "labelProgress1";
this.labelProgress1.OverlapOptimize = true;
this.labelProgress1.PasswordChar = '\0';
this.labelProgress1.Radius = 3;
this.labelProgress1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress1.Size = new System.Drawing.Size(95, 40);
this.labelProgress1.Size = new System.Drawing.Size(90, 40);
this.labelProgress1.TabIndex = 83;
this.labelProgress1.Text = "Entry";
this.labelProgress1.TextColor = System.Drawing.Color.Black;
@ -3956,7 +3956,7 @@
this.labelProgress0.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress0.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress0.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress0.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelProgress0.LineSpacing = 0F;
this.labelProgress0.Location = new System.Drawing.Point(4, 37);
this.labelProgress0.Name = "labelProgress0";
@ -3964,7 +3964,7 @@
this.labelProgress0.PasswordChar = '\0';
this.labelProgress0.Radius = 3;
this.labelProgress0.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress0.Size = new System.Drawing.Size(95, 40);
this.labelProgress0.Size = new System.Drawing.Size(90, 40);
this.labelProgress0.TabIndex = 82;
this.labelProgress0.Text = "Ready";
this.labelProgress0.TextColor = System.Drawing.Color.Black;

View File

@ -18,7 +18,6 @@ namespace INT_PT002.Controls
{
#region Field
private FormMenu m_ParentForm;
private Define.E_ProcessStatus PreviousStageNum;
private Color ColorProgressOn;
private Color ColorProgressOff;
@ -71,7 +70,7 @@ namespace INT_PT002.Controls
this.ColorProgressOn = Color.Lime;
this.ColorResultPass = Color.Green;
this.ColorResultNG = Color.Red;
this.ColorResultNone = Color.White;
this.ColorResultNone = Color.Black;
this.CollectionLabelProgress = new Collection<SmartLabel>();
this.CollectionLabelProgress.Clear();
@ -280,40 +279,6 @@ namespace INT_PT002.Controls
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)
{
case Define.E_ProcessStatus._0_None:
@ -325,6 +290,8 @@ namespace INT_PT002.Controls
this.timerOn.Stop();
this.timerOff.Stop();
this.ParentForm.Set_Equipment_ButtonEnable(true);
//if (this.CollectionLabelResult[0].Text == "Measuring..")
//{
// for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
@ -337,32 +304,40 @@ namespace INT_PT002.Controls
//}
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(0);
this.SelectProcessLabelRefresh(1);
this.ParentForm.Set_Equipment_ButtonEnable(false);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(1);
this.SelectProcessLabelRefresh(2);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(2);
this.SelectProcessLabelRefresh(3);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(3);
this.SelectProcessLabelRefresh(4);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(4);
this.SelectProcessLabelRefresh(5);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(5);
this.SelectProcessLabelRefresh(6);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(6);
this.SelectProcessLabelRefresh(7);
break;
default:
break;
}
this.PreviousStageNum = status;
}
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
{

View File

@ -1,67 +0,0 @@
namespace INT_PT002.Controls
{
partial class ControlMenuSystemStatus1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox1.FrameLineThickness = 2;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox1.HeaderHeightOffset = 9;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
this.smartGroupBox1.TabIndex = 0;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// ControlMenuSystemStatus1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlMenuSystemStatus1";
this.Size = new System.Drawing.Size(909, 664);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
}
}

View File

@ -1,19 +0,0 @@
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace INT_PT002.Controls
{
public partial class ControlMenuSystemStatus1 : UserControl
{
public ControlMenuSystemStatus1()
{
InitializeComponent();
}
}
}

View File

@ -1,123 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
</root>

View File

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

View File

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

View File

@ -111,6 +111,7 @@ namespace INT_PT002.Controls
this.labelExpiryDateOfAccount.Enabled = true;
this.labelExpiryDateOfPassword.Enabled = true;
this.labelAutomaticLogoutTime.Enabled = true;
this.SetEnableID(true);
this.SetEnablePassword(true);
}
@ -284,9 +285,6 @@ namespace INT_PT002.Controls
this.buttonLevel2.ButtonUp();
this.buttonLevel3.ButtonUp();
this.buttonLevel1.ButtonDown();
this.buttonLevel1.Enabled = true;
this.buttonLevel2.Enabled = true;
this.buttonLevel3.Enabled = true;
this.labelAccessRight.Text = this.ParentForm.ParentForm.SystemConfig.LEVEL1_NAME;
@ -308,9 +306,6 @@ namespace INT_PT002.Controls
this.buttonLevel1.ButtonUp();
this.buttonLevel3.ButtonUp();
this.buttonLevel2.ButtonDown();
this.buttonLevel1.Enabled = true;
this.buttonLevel2.Enabled = true;
this.buttonLevel3.Enabled = true;
this.labelAccessRight.Text = this.ParentForm.ParentForm.SystemConfig.LEVEL2_NAME;
@ -332,9 +327,6 @@ namespace INT_PT002.Controls
this.buttonLevel1.ButtonUp();
this.buttonLevel2.ButtonUp();
this.buttonLevel3.ButtonDown();
this.buttonLevel1.Enabled = true;
this.buttonLevel2.Enabled = true;
this.buttonLevel3.Enabled = true;
this.labelAccessRight.Text = this.ParentForm.ParentForm.SystemConfig.LEVEL3_NAME;
@ -356,9 +348,6 @@ namespace INT_PT002.Controls
this.buttonLevel1.ButtonUp();
this.buttonLevel2.ButtonUp();
this.buttonLevel3.ButtonUp();
this.buttonLevel1.Enabled = false;
this.buttonLevel2.Enabled = false;
this.buttonLevel3.Enabled = false;
this.labelAccessRight.Text = "Admin";
@ -380,9 +369,6 @@ namespace INT_PT002.Controls
this.buttonLevel1.ButtonUp();
this.buttonLevel2.ButtonUp();
this.buttonLevel3.ButtonUp();
this.buttonLevel1.Enabled = true;
this.buttonLevel2.Enabled = true;
this.buttonLevel3.Enabled = true;
this.labelAccessRight.Text = "";
@ -610,6 +596,8 @@ namespace INT_PT002.Controls
this.labelExpiryDateOfAccount.BackColor = Color.Silver;
this.labelExpiryDateOfPassword.Enabled = false;
this.labelExpiryDateOfPassword.BackColor = Color.Silver;
this.labelAutomaticLogoutTime.Enabled = false;
this.labelAutomaticLogoutTime.BackColor = Color.Silver;
this.buttonDelete.Enabled = true;
DialogFormMessage dlg = new DialogFormMessage(Define.E_MessageBoxIcon.Asterisk, code, message1, message2, 0);
@ -767,13 +755,6 @@ namespace INT_PT002.Controls
this.listBoxUserList.SelectItemIndex = -1;
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)
this.buttonSave.Visible = false;
}
@ -899,7 +880,7 @@ namespace INT_PT002.Controls
private void buttonIDEdit_Click(object sender, EventArgs e)
{
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Location = new Point(5, 125);
this.smartKeyboard.Location = new Point(5, 139);
this.smartKeyboard.Size = new Size(897, 352);
this.smartKeyboard.Hide();
@ -912,12 +893,13 @@ namespace INT_PT002.Controls
this.buttonDelete.Enabled = false;
this.groupBoxAccessRight.Enabled = false;
this.listBoxUserList.Enabled = false;
this.buttonIDEdit.Enabled = false;
this.SetEnablePassword(false);
}
private void buttonPasswordEdit_Click(object sender, EventArgs e)
{
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Location = new Point(5, 125);
this.smartKeyboard.Location = new Point(5, 139);
this.smartKeyboard.Size = new Size(897, 352);
this.smartKeyboard.Hide();
@ -930,6 +912,7 @@ namespace INT_PT002.Controls
this.buttonDelete.Enabled = false;
this.groupBoxAccessRight.Enabled = false;
this.listBoxUserList.Enabled = false;
this.buttonPasswordEdit.Enabled = false;
this.SetEnableID(false);
}
private void labelExpiryDateOfAccount_Click(object sender, EventArgs e)

View File

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

View File

@ -161,7 +161,7 @@ namespace INT_PT002.DataStore
this.MAINBOARD_VERSION = "000";
this.RECIPE_NUMBER = 1;
this.LANGUAGE = Define.E_LanguageID.English;
this.LANGUAGE = Define.E_LanguageID.Korean;
this.CHART1_DRAW_STEP = 4;
this.CHART2_DRAW_STEP = 2;

View File

@ -439,12 +439,12 @@ namespace INT_PT002.DataStore
{
this.IsUpdate = false;
this.ID = "";
this.Password = "";
this.ID = "-";
this.Password = "-";
this.PreviousPassword1 = "";
this.PreviousPassword2 = "";
this.PreviousPassword3 = "";
this.PreviousPassword1 = "-";
this.PreviousPassword2 = "-";
this.PreviousPassword3 = "-";
this.ExpireAccount = 0;
this.ExpirePassword = 0;

View File

@ -45,7 +45,7 @@
// buttonOK
//
this.buttonOK.BackGround = null;
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonImageAutoSize = true;
@ -56,7 +56,7 @@
this.buttonOK.ImageDisable = null;
this.buttonOK.ImageDown = null;
this.buttonOK.ImageUp = null;
this.buttonOK.Location = new System.Drawing.Point(345, 122);
this.buttonOK.Location = new System.Drawing.Point(345, 126);
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOK.Name = "buttonOK";
this.buttonOK.NestedClickEventPrevent = false;
@ -83,7 +83,7 @@
this.labelMessage1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(76, 61);
this.labelMessage1.Name = "labelMessage1";
@ -106,7 +106,7 @@
this.labelMessage2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(76, 87);
this.labelMessage2.Name = "labelMessage2";

View File

@ -724,7 +724,7 @@ namespace INT_PT002.DialogForms
this.Location = new Point(x, y);
this.Size = new Size(452, 157);
this.Size = new Size(450, 155);
}
private void PictureBoxVisible(bool bValue)
@ -742,6 +742,7 @@ namespace INT_PT002.DialogForms
base.OnLoad(e);
this.InitializeControl();
this.Size = new Size(450, 155);
}
#endregion

View File

@ -30,7 +30,7 @@
{
this.components = new System.ComponentModel.Container();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonCancel = new SmartX.SmartButton();
this.buttonOK = new SmartX.SmartButton();
this.labelMessage2 = new SmartX.SmartLabel();
this.progressBarUpdate = new SmartX.SmartProgressBar();
this.labelMessage1 = new SmartX.SmartLabel();
@ -39,7 +39,6 @@
this.smartSerialPort2 = new SmartX.SmartSerialPort(this.components);
this.timerForMainBoard = new SmartX.SmartTimer();
this.smartTimerReboot = new SmartX.SmartTimer();
this.smartFileCommunicationLog = new SmartX.SmartFile();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -48,7 +47,7 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.buttonCancel);
this.smartGroupBox1.Controls.Add(this.buttonOK);
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.progressBarUpdate);
this.smartGroupBox1.Controls.Add(this.labelMessage1);
@ -65,40 +64,41 @@
this.smartGroupBox1.Text = "Update";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// buttonCancel
// buttonOK
//
this.buttonCancel.BackGround = null;
this.buttonCancel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonCancel.ButtonColor = System.Drawing.Color.Silver;
this.buttonCancel.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonCancel.ButtonImageAutoSize = true;
this.buttonCancel.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonCancel.ButtonText = "Cancel";
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.GroupID = 0;
this.buttonCancel.ImageDisable = null;
this.buttonCancel.ImageDown = null;
this.buttonCancel.ImageUp = null;
this.buttonCancel.Location = new System.Drawing.Point(179, 158);
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.NestedClickEventPrevent = false;
this.buttonCancel.OutlinePixel = 2;
this.buttonCancel.OverlapOptimize = true;
this.buttonCancel.RepeatInterval = 200;
this.buttonCancel.RepeatIntervalAccelerate = null;
this.buttonCancel.RoundSize = 10;
this.buttonCancel.SafeInterval = 200;
this.buttonCancel.Size = new System.Drawing.Size(90, 25);
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = null;
this.buttonCancel.TextColor = System.Drawing.Color.Black;
this.buttonCancel.TextColorDisable = System.Drawing.Color.Gray;
this.buttonCancel.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
this.buttonOK.BackGround = null;
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonOK.ButtonImageAutoSize = true;
this.buttonOK.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
this.buttonOK.ButtonText = "OK";
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOK.GroupID = 0;
this.buttonOK.ImageDisable = null;
this.buttonOK.ImageDown = null;
this.buttonOK.ImageUp = null;
this.buttonOK.Location = new System.Drawing.Point(179, 153);
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOK.Name = "buttonOK";
this.buttonOK.NestedClickEventPrevent = false;
this.buttonOK.OutlinePixel = 2;
this.buttonOK.OverlapOptimize = true;
this.buttonOK.RepeatInterval = 200;
this.buttonOK.RepeatIntervalAccelerate = null;
this.buttonOK.RoundSize = 10;
this.buttonOK.SafeInterval = 200;
this.buttonOK.Size = new System.Drawing.Size(90, 25);
this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOK.TabIndex = 7;
this.buttonOK.Text = null;
this.buttonOK.TextColor = System.Drawing.Color.Black;
this.buttonOK.TextColorDisable = System.Drawing.Color.Gray;
this.buttonOK.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOK.Visible = false;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// labelMessage2
//
@ -106,9 +106,9 @@
this.labelMessage2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(43, 90);
this.labelMessage2.Location = new System.Drawing.Point(43, 84);
this.labelMessage2.Name = "labelMessage2";
this.labelMessage2.OverlapOptimize = true;
this.labelMessage2.PasswordChar = '\0';
@ -135,7 +135,7 @@
this.progressBarUpdate.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal;
this.progressBarUpdate.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
this.progressBarUpdate.FormatString = "";
this.progressBarUpdate.Location = new System.Drawing.Point(25, 119);
this.progressBarUpdate.Location = new System.Drawing.Point(25, 117);
this.progressBarUpdate.Maximum = new decimal(new int[] {
100,
0,
@ -170,9 +170,9 @@
this.labelMessage1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.labelMessage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelMessage1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(43, 68);
this.labelMessage1.Location = new System.Drawing.Point(43, 62);
this.labelMessage1.Name = "labelMessage1";
this.labelMessage1.OverlapOptimize = true;
this.labelMessage1.PasswordChar = '\0';
@ -213,7 +213,7 @@
this.smartSerialPort2.ErrorCode_Location = SmartX.SmartSerialPort.ERRORCODELOCATION.HEADER;
this.smartSerialPort2.ETXCode = ((byte)(3));
this.smartSerialPort2.ETXCodes = null;
this.smartSerialPort2.FrameBufferSize = ((uint)(1024u));
this.smartSerialPort2.FrameBufferSize = ((uint)(2048u));
this.smartSerialPort2.FrameSeparationType = SmartX.SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX;
this.smartSerialPort2.HeadErrorCodeOffset = 0;
this.smartSerialPort2.PortNo = SmartX.SmartSerialPort.COMPORTNO.COM2;
@ -244,10 +244,6 @@
this.smartTimerReboot.TimeFormStringSeparator = ":";
this.smartTimerReboot.Tick += new System.EventHandler(this.smartTimerReboot_Tick);
//
// smartFileCommunicationLog
//
this.smartFileCommunicationLog.FilePathName = "";
//
// DialogFormProgressBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -274,9 +270,8 @@
private SmartX.SmartTimer timerUpdate;
private SmartX.SmartTimer smartTimerUpdate;
private SmartX.SmartSerialPort smartSerialPort2;
private SmartX.SmartButton buttonCancel;
private SmartX.SmartButton buttonOK;
private SmartX.SmartTimer timerForMainBoard;
private SmartX.SmartTimer smartTimerReboot;
private SmartX.SmartFile smartFileCommunicationLog;
}
}

View File

@ -27,7 +27,6 @@ namespace INT_PT002.DialogForms
private string OldFilePath = "";
private string RemoveFolderPath = "";
FileInfo[] NewFiles;
public bool IsCommunicationLogOpen;
// 업데이트 메인보드
public UpdateForMainBoard UpdateForMain;
@ -48,7 +47,6 @@ namespace INT_PT002.DialogForms
this.Code = code;
this.Language = language;
this.buttonCancel.Visible = false;
//this.ParentForm = parent;
if (language == Define.E_LanguageID.Korean)
@ -184,7 +182,7 @@ namespace INT_PT002.DialogForms
this.USBPath = "하드 디스크\\";
this.UpdateFileDisplayPath = this.USBPath + "UpdateFiles\\";
this.UpdateFileMainboardPath = this.USBPath + "UpdateFilesMain\\ibd902m.bin";
this.UpdateFileMainboardPath = this.USBPath + "UpdateFilesMain\\";
//this.OldFilePath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\";
this.OldFilePath = "SD Card\\Run\\";
this.RemoveFolderPath = "SD Card\\RemoveFile\\";
@ -243,42 +241,117 @@ namespace INT_PT002.DialogForms
catch
{
}
fullPath = "SD Card\\DataBackup\\UpdateLog.txt";
this.smartFileCommunicationLog.FilePathName = fullPath;
this.smartFileCommunicationLog.Open();
this.IsCommunicationLogOpen = true;
#region Test 용 통신 로그
//fullPath = this.PathDataBackupFolder + "UpdateMainboard.txt";
//this.smartFileCommunicationLog.FilePathName = fullPath;
//this.smartFileCommunicationLog.Open();
//this.IsCommunicationLogOpen = true;
#endregion
}
public void CloseSerialPort2()
{
if (this.IsCommunicationLogOpen == true)
{
this.IsCommunicationLogOpen = false;
this.smartFileCommunicationLog.Close();
}
this.smartSerialPort2.Close();
}
public int TransferData(string command, string id)
private void smartSerialPort2_OnReadQueueEvent()
{
int ret = 0;
string chkSum = "cc";
StringBuilder sb = new StringBuilder();
int ret = 0, index = 0;
byte[] beforeData;
string ack = "", data = "";
string cmd = "", address = "", lane = "", receiveData = "";
string strTemp = "";
byte[] readByte;
Define.E_ResponseData response = Define.E_ResponseData.NAK;
sb.Append(command);
sb.Append(id);
SmartSerialPort.FRAMEDATAREADSTATUS receiveDataState = SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY;
chkSum = this.Checksumcalculator(sb.ToString());
try
{
receiveDataState = this.smartSerialPort2.ReadQueue(out readByte);
strTemp = Encoding.Default.GetString(readByte, 0, readByte.Length);
}
catch
{
return;
}
sb.Append(chkSum);
if ((receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY) || (receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.FAILDATA))
{
return;
}
if (this.smartSerialPort2.IsOpen == true)
this.smartSerialPort2.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
cmd = strTemp.Substring(0, 3);
lane = strTemp.Substring(5, 1);
address = strTemp.Substring(10, 4);
receiveData = strTemp.Substring(14, strTemp.Length - 16);
// 통신 확인 로그
if (this.IsCommunicationLogOpen == true)
this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
try
{
switch (address)
{
case "1651":
#region 업데이트
#region Value Assign
try
{
index = int.Parse(receiveData.Substring(0, 4));
}
catch
{
index = 0;
}
ack = receiveData.Substring(4, 4);
#endregion
return ret;
if (ack == "0001")
response = Define.E_ResponseData.ACK;
else
response = Define.E_ResponseData.NAK;
if (this.UpdateForMain.Index == index)
{
this.smartTimerUpdate.Stop();
if (response == Define.E_ResponseData.ACK)
{
beforeData = new byte[this.UpdateForMain.ByteData.Length];
for (int i = 0; i < this.UpdateForMain.ByteData.Length; i++)
beforeData[i] = this.UpdateForMain.ByteData[i];
if (this.UpdateForMain.IsLastData == false)
{
this.UpdateForMain.ByteData = new byte[beforeData.Length - 128];
for (int i = 0; i < beforeData.Length - 128; i++)
this.UpdateForMain.ByteData[i] = beforeData[128 + i];
this.UpdateForMain.Index++;
this.SendUpdateForMain(this.UpdateForMain.ByteData);
}
else
{
this.progressBarUpdate.Value += 5;
}
}
else
{
this.RetryUpdateForMain(this.UpdateForMain);
}
}
else
{
this.smartTimerUpdate.Stop();
this.UpdateMainBoardFail(this.Language);
}
#endregion
break;
default:
break;
}
}
catch
{
ret = -1;
}
}
private string Checksumcalculator(string strTemp)
@ -492,13 +565,15 @@ namespace INT_PT002.DialogForms
count = byteCount / 128;
this.UpdateForMain.SendDataCount = count;
this.UpdateLabelStatus(this.Language);
this.timerForMainBoard.Start();
}
public void UpdateMainBoardFail(Define.E_LanguageID language)
{
this.progressBarUpdate.Visible = false;
this.buttonCancel.Visible = true;
this.buttonOK.Visible = true;
switch (language)
{
@ -514,7 +589,9 @@ namespace INT_PT002.DialogForms
break;
}
}
private void UpdateFinish(Define.E_LanguageID language)
#endregion
private void UpdateLabelStatus(Define.E_LanguageID language)
{
switch (language)
{
@ -530,14 +607,10 @@ namespace INT_PT002.DialogForms
break;
}
this.Refresh();
if(this.Code ==1)
this.TransferData(CommunicationCommand.MainboardReboot, CommunicationID.MainBoard);
this.smartTimerReboot.Start();
}
#endregion
#endregion
#region Override Member
protected override void OnLoad(EventArgs e)
{
@ -552,144 +625,6 @@ namespace INT_PT002.DialogForms
#endregion
#region Event Handler
private void smartSerialPort2_OnReadQueueEvent()
{
int ret = 0, index = 0;
byte[] beforeData;
string ack = "", data = "";
string cmd = "", address = "", lane = "", receiveData = "", error = "";
string strTemp = "";
byte[] readByte;
Define.E_ResponseData response = Define.E_ResponseData.NAK;
SmartSerialPort.FRAMEDATAREADSTATUS receiveDataState = SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY;
try
{
receiveDataState = this.smartSerialPort2.ReadQueue(out readByte);
strTemp = Encoding.Default.GetString(readByte, 0, readByte.Length);
}
catch
{
return;
}
if ((receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY) || (receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.FAILDATA))
{
return;
}
cmd = strTemp.Substring(0, 3);
try
{
switch (strTemp[0])
{
case 'C':
error = strTemp.Substring(4, 1);
// 로그
if (this.IsCommunicationLogOpen == true)
this.smartFileCommunicationLog.StringType.Write(string.Format("Update Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp));
switch (cmd)
{
case "CBU":
if (error == "1")
this.UpdateMainBoardFail(Language);
else
{
this.CloseSerialPort2();
this.progressBarUpdate.Value += 100;
this.UpdateFinish(Language);
}
break;
default:
break;
}
break;
case 'P':
lane = strTemp.Substring(5, 1);
address = strTemp.Substring(10, 4);
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)));
switch (address)
{
case "1651":
#region 업데이트
#region Value Assign
try
{
index = int.Parse(receiveData.Substring(0, 4));
}
catch
{
index = 0;
}
ack = receiveData.Substring(4, 4);
#endregion
if (ack == "0001")
response = Define.E_ResponseData.ACK;
else
response = Define.E_ResponseData.NAK;
if (this.UpdateForMain.Index == index)
{
this.smartTimerUpdate.Stop();
if (response == Define.E_ResponseData.ACK)
{
beforeData = new byte[this.UpdateForMain.ByteData.Length];
for (int i = 0; i < this.UpdateForMain.ByteData.Length; i++)
beforeData[i] = this.UpdateForMain.ByteData[i];
if (this.UpdateForMain.IsLastData == false)
{
this.UpdateForMain.ByteData = new byte[beforeData.Length - 128];
for (int i = 0; i < beforeData.Length - 128; i++)
this.UpdateForMain.ByteData[i] = beforeData[128 + i];
this.UpdateForMain.Index++;
this.SendUpdateForMain(this.UpdateForMain.ByteData);
}
else
{
this.progressBarUpdate.Value += 10;
}
}
else
{
this.RetryUpdateForMain(this.UpdateForMain);
}
}
else
{
this.smartTimerUpdate.Stop();
this.UpdateMainBoardFail(this.Language);
}
#endregion
break;
default:
break;
}
break;
case 'S':
break;
default:
break;
}
}
catch
{
ret = -1;
}
}
private void timerUpdate_Tick(object sender, EventArgs e)
{
this.Check += 1;
@ -713,8 +648,6 @@ namespace INT_PT002.DialogForms
this.TreatmentCopyNewFile(this.NewFiles);
this.progressBarUpdate.Value += 100;
this.UpdateFinish(Language);
}
}
else if (this.Code == 2)
@ -724,8 +657,11 @@ namespace INT_PT002.DialogForms
}
if (this.progressBarUpdate.Value == 100)
{
this.UpdateLabelStatus(Language);
this.timerUpdate.Stop();
}
}
private void timerForMainBoard_Tick(object sender, EventArgs e)
{
this.timerForMainBoard.Stop();
@ -742,18 +678,19 @@ namespace INT_PT002.DialogForms
else
this.UpdateMainBoardFail(this.Language);
}
private void buttonOK_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.OK;
this.CloseSerialPort2();
this.Close();
}
#endregion
private void smartTimerReboot_Tick(object sender, EventArgs e)
{
this.smartTimerReboot.Stop();
SmartX.SmartConfigs.ReBoot();
}
private void buttonCancel_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.Cancel;
this.CloseSerialPort2();
this.Close();
}
#endregion
}
}

View File

@ -132,9 +132,6 @@
<metadata name="smartTimerReboot.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>595, 17</value>
</metadata>
<metadata name="smartFileCommunicationLog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>750, 17</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>

View File

@ -32,19 +32,19 @@
this.buttonYes = new SmartX.SmartButton();
this.buttonNo = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelMessage1 = new SmartX.SmartLabel();
this.labelMessage2 = new SmartX.SmartLabel();
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
this.labelMessage1 = new SmartX.SmartLabel();
this.labelMessage2 = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// buttonYes
//
this.buttonYes.BackGround = null;
this.buttonYes.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonYes.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonYes.ButtonColor = System.Drawing.Color.Silver;
this.buttonYes.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonYes.ButtonImageAutoSize = true;
@ -55,7 +55,7 @@
this.buttonYes.ImageDisable = null;
this.buttonYes.ImageDown = null;
this.buttonYes.ImageUp = null;
this.buttonYes.Location = new System.Drawing.Point(249, 122);
this.buttonYes.Location = new System.Drawing.Point(249, 126);
this.buttonYes.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonYes.Name = "buttonYes";
this.buttonYes.NestedClickEventPrevent = false;
@ -79,7 +79,7 @@
// buttonNo
//
this.buttonNo.BackGround = null;
this.buttonNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.buttonNo.ButtonColor = System.Drawing.Color.Silver;
this.buttonNo.ButtonDownColor = System.Drawing.Color.Silver;
this.buttonNo.ButtonImageAutoSize = true;
@ -90,7 +90,7 @@
this.buttonNo.ImageDisable = null;
this.buttonNo.ImageDown = null;
this.buttonNo.ImageUp = null;
this.buttonNo.Location = new System.Drawing.Point(345, 122);
this.buttonNo.Location = new System.Drawing.Point(345, 126);
this.buttonNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonNo.Name = "buttonNo";
this.buttonNo.NestedClickEventPrevent = false;
@ -116,14 +116,14 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.buttonYes);
this.smartGroupBox1.Controls.Add(this.buttonNo);
this.smartGroupBox1.Controls.Add(this.pictureBoxExclamation);
this.smartGroupBox1.Controls.Add(this.pictureBoxHand);
this.smartGroupBox1.Controls.Add(this.pictureBoxAsterisk);
this.smartGroupBox1.Controls.Add(this.pictureBoxQuestion);
this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.buttonNo);
this.smartGroupBox1.Controls.Add(this.buttonYes);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox1.FrameLineThickness = 2;
@ -137,34 +137,6 @@
this.smartGroupBox1.Text = "ErrorCode";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// pictureBoxExclamation
//
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
this.pictureBoxExclamation.Location = new System.Drawing.Point(20, 55);
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxHand
//
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
this.pictureBoxHand.Location = new System.Drawing.Point(20, 55);
this.pictureBoxHand.Name = "pictureBoxHand";
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxAsterisk
//
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
this.pictureBoxAsterisk.Location = new System.Drawing.Point(20, 55);
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxQuestion
//
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
this.pictureBoxQuestion.Location = new System.Drawing.Point(20, 55);
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
//
// labelMessage1
//
this.labelMessage1.BackGround = null;
@ -211,6 +183,34 @@
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelMessage2.Wordwrap = false;
//
// pictureBoxExclamation
//
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
this.pictureBoxExclamation.Location = new System.Drawing.Point(20, 55);
this.pictureBoxExclamation.Name = "pictureBoxExclamation";
this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxHand
//
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
this.pictureBoxHand.Location = new System.Drawing.Point(20, 55);
this.pictureBoxHand.Name = "pictureBoxHand";
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxAsterisk
//
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
this.pictureBoxAsterisk.Location = new System.Drawing.Point(20, 55);
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
//
// pictureBoxQuestion
//
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
this.pictureBoxQuestion.Location = new System.Drawing.Point(20, 55);
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
//
// DialogFormYesNo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -330,7 +330,6 @@ namespace INT_PT002.DialogForms
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
this.Location = new Point(x, y);
this.Size = new Size(452, 157);
}
#endregion
@ -340,6 +339,7 @@ namespace INT_PT002.DialogForms
base.OnLoad(e);
this.InitializeControl();
this.Size = new Size(450, 155);
}
#endregion

View File

@ -29,9 +29,6 @@ namespace INT_PT002.Forms
public Color ColorLogOff;
public Color ColorLogOn;
private Color ColorButtonEnabled;
private Color ColorButtonDisabled;
// 파일 위치
private string m_PathLaunchFolder;
private string m_PathSystemFileFolder;
@ -185,10 +182,7 @@ namespace INT_PT002.Forms
this.PathDataAlarmFolder = this.PathDataFolder + "Alarm\\";
this.ColorLogOff = Color.Red;
this.ColorLogOn = Color.FromArgb(39, 200, 64);
this.ColorButtonEnabled = Color.Teal;
this.ColorButtonDisabled = Color.Gray;
this.ColorLogOn = Color.Green;
this.CurrentAlarmList = new AlarmList();
this.CurrentAlarmList.EventAlarmStateChange += new Define.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change);
@ -301,13 +295,6 @@ namespace INT_PT002.Forms
{
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)
{
try
@ -684,8 +671,6 @@ namespace INT_PT002.Forms
}
public void CloseSmartUartLink()
{
this.IsCommunicationLogOpen = false;
this.smartFileCommunicationLog.Close();
this.smartSerialPortLink.Close();
}
@ -1400,14 +1385,9 @@ namespace INT_PT002.Forms
if (this.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.MainDisplay)
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
else
{
if (this.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.IOTest)
else if (this.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.IOTest)
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
}
break;
default:
break;

View File

@ -30,18 +30,6 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
this.smartForm1 = new SmartX.SmartForm();
this.labelResult9 = new SmartX.SmartLabel();
this.labelUserID = new SmartX.SmartLabel();
this.labelUserLevel = 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.labelProgress7_1 = new SmartX.SmartLabel();
this.pictureBoxProgress7 = new System.Windows.Forms.PictureBox();
@ -59,6 +47,8 @@
this.buttonRecipeNo = new SmartX.SmartButton();
this.pictureBoxProgress0Selected = new System.Windows.Forms.PictureBox();
this.labelCommunicationStatus = new SmartX.SmartLabel();
this.labelUserLevel = new SmartX.SmartLabel();
this.labelUserID = new SmartX.SmartLabel();
this.smartLabel32 = new SmartX.SmartLabel();
this.smartLabel33 = new SmartX.SmartLabel();
this.smartLabel34 = new SmartX.SmartLabel();
@ -124,6 +114,16 @@
this.labelPressure4 = new SmartX.SmartLabel();
this.labelPressure3 = 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.labelStop = new SmartX.SmartLabel();
this.labelStart = new SmartX.SmartLabel();
@ -154,8 +154,6 @@
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false;
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.labelResult10);
this.smartForm1.Controls.Add(this.labelResult8);
@ -182,6 +180,8 @@
this.smartForm1.Controls.Add(this.buttonRecipeNo);
this.smartForm1.Controls.Add(this.pictureBoxProgress0Selected);
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.smartLabel33);
this.smartForm1.Controls.Add(this.smartLabel34);
@ -274,292 +274,6 @@
this.smartForm1.SpecialFunctionClickPointSize = 100;
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;
//
// labelUserID
//
this.labelUserID.BackGround = this.smartForm1;
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.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(787, 93);
this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0';
this.labelUserID.Radius = 3;
this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserID.Size = new System.Drawing.Size(100, 20);
this.labelUserID.TabIndex = 267;
this.labelUserID.Text = "ABCDEFG";
this.labelUserID.TextColor = System.Drawing.Color.White;
this.labelUserID.TextColorDisable = System.Drawing.Color.Gray;
this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserID.Wordwrap = false;
//
// labelUserLevel
//
this.labelUserLevel.BackGround = this.smartForm1;
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.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(787, 119);
this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0';
this.labelUserLevel.Radius = 3;
this.labelUserLevel.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserLevel.Size = new System.Drawing.Size(100, 20);
this.labelUserLevel.TabIndex = 268;
this.labelUserLevel.Text = "ABCDEFG";
this.labelUserLevel.TextColor = System.Drawing.Color.White;
this.labelUserLevel.TextColorDisable = System.Drawing.Color.Gray;
this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserLevel.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
//
this.pictureBoxProgress7Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
@ -762,7 +476,7 @@
this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null;
this.smartButton5.Location = new System.Drawing.Point(917, 609);
this.smartButton5.Location = new System.Drawing.Point(917, 471);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false;
@ -781,7 +495,6 @@
this.smartButton5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton5.Visible = false;
this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click);
//
// pictureBoxProgress8Selected
@ -890,7 +603,7 @@
this.labelCommunicationStatus.BorderColor = System.Drawing.Color.Lime;
this.labelCommunicationStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelCommunicationStatus.LineSpacing = 0F;
this.labelCommunicationStatus.Location = new System.Drawing.Point(904, 13);
this.labelCommunicationStatus.Location = new System.Drawing.Point(904, 87);
this.labelCommunicationStatus.Name = "labelCommunicationStatus";
this.labelCommunicationStatus.OverlapOptimize = true;
this.labelCommunicationStatus.PasswordChar = '\0';
@ -904,6 +617,52 @@
this.labelCommunicationStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelCommunicationStatus.Wordwrap = false;
//
// labelUserLevel
//
this.labelUserLevel.BackGround = this.smartForm1;
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.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(917, 627);
this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0';
this.labelUserLevel.Radius = 3;
this.labelUserLevel.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserLevel.Size = new System.Drawing.Size(100, 20);
this.labelUserLevel.TabIndex = 268;
this.labelUserLevel.Text = "ABCDEFG";
this.labelUserLevel.TextColor = System.Drawing.Color.White;
this.labelUserLevel.TextColorDisable = System.Drawing.Color.Gray;
this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserLevel.Wordwrap = false;
//
// labelUserID
//
this.labelUserID.BackGround = this.smartForm1;
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.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(917, 601);
this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0';
this.labelUserID.Radius = 3;
this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelUserID.Size = new System.Drawing.Size(100, 20);
this.labelUserID.TabIndex = 267;
this.labelUserID.Text = "ABCDEFG";
this.labelUserID.TextColor = System.Drawing.Color.White;
this.labelUserID.TextColorDisable = System.Drawing.Color.Gray;
this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUserID.Wordwrap = false;
//
// smartLabel32
//
this.smartLabel32.BackGround = this.smartForm1;
@ -1595,7 +1354,7 @@
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(141, 119);
this.labelTime.Location = new System.Drawing.Point(147, 119);
this.labelTime.Name = "labelTime";
this.labelTime.OverlapOptimize = true;
this.labelTime.PasswordChar = '\0';
@ -1680,7 +1439,7 @@
this.labelProgress4_1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress4_1.Size = new System.Drawing.Size(150, 24);
this.labelProgress4_1.TabIndex = 198;
this.labelProgress4_1.Text = "Measurement";
this.labelProgress4_1.Text = "Measuerment";
this.labelProgress4_1.TextColor = System.Drawing.Color.Black;
this.labelProgress4_1.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress4_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -1995,7 +1754,7 @@
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 560);
this.smartButton1.Location = new System.Drawing.Point(917, 422);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
@ -2014,8 +1773,7 @@
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton1.Visible = false;
this.smartButton1.Click += new System.EventHandler(this.smartButton4_Click);
this.smartButton1.Click += new System.EventHandler(this.smartButton5_Click);
//
// smartGroupBox1
//
@ -2028,10 +1786,10 @@
this.smartGroupBox1.FrameLineThickness = 2;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.HeaderHeightOffset = 12;
this.smartGroupBox1.Location = new System.Drawing.Point(343, 90);
this.smartGroupBox1.Location = new System.Drawing.Point(343, 88);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(405, 50);
this.smartGroupBox1.Size = new System.Drawing.Size(550, 50);
this.smartGroupBox1.TabIndex = 134;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
@ -2041,9 +1799,9 @@
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.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(3, 31);
this.labelAlarm.Location = new System.Drawing.Point(3, 27);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(366, 20);
this.labelAlarm.Size = new System.Drawing.Size(466, 25);
//
// labelPressure10
//
@ -2252,6 +2010,246 @@
this.labelPressure2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
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
//
this.buttonUser.BackGround = this.smartForm1;
@ -2267,7 +2265,7 @@
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
this.buttonUser.ImageUp = null;
this.buttonUser.Location = new System.Drawing.Point(917, 286);
this.buttonUser.Location = new System.Drawing.Point(917, 356);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonUser.Name = "buttonUser";
this.buttonUser.NestedClickEventPrevent = false;
@ -2296,7 +2294,7 @@
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStop.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 12);
this.labelStop.Location = new System.Drawing.Point(917, 86);
this.labelStop.Name = "labelStop";
this.labelStop.OverlapOptimize = true;
this.labelStop.PasswordChar = '\0';
@ -2320,7 +2318,7 @@
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 12);
this.labelStart.Location = new System.Drawing.Point(917, 86);
this.labelStart.Name = "labelStart";
this.labelStart.OverlapOptimize = true;
this.labelStart.PasswordChar = '\0';
@ -2341,7 +2339,7 @@
this.buttonExit.BackGround = this.smartForm1;
this.buttonExit.BackGroundColor = System.Drawing.Color.Gray;
this.buttonExit.ButtonColor = System.Drawing.Color.Teal;
this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.buttonExit.ButtonDownColor = System.Drawing.Color.DarkGray;
this.buttonExit.ButtonImageAutoSize = true;
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonExit.ButtonText = "EXIT";
@ -2366,11 +2364,10 @@
this.buttonExit.TabIndex = 22;
this.buttonExit.Text = null;
this.buttonExit.TextColor = System.Drawing.Color.White;
this.buttonExit.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonExit.TextColorDisable = System.Drawing.Color.Gray;
this.buttonExit.TextDownColor = System.Drawing.Color.Gainsboro;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExit.Visible = false;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonInspection
@ -2388,7 +2385,7 @@
this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null;
this.buttonInspection.ImageUp = null;
this.buttonInspection.Location = new System.Drawing.Point(917, 88);
this.buttonInspection.Location = new System.Drawing.Point(917, 158);
this.buttonInspection.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonInspection.Name = "buttonInspection";
this.buttonInspection.NestedClickEventPrevent = false;
@ -2424,7 +2421,7 @@
this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null;
this.buttonClear.ImageUp = null;
this.buttonClear.Location = new System.Drawing.Point(917, 154);
this.buttonClear.Location = new System.Drawing.Point(917, 224);
this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonClear.Name = "buttonClear";
this.buttonClear.NestedClickEventPrevent = false;
@ -2496,7 +2493,7 @@
this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null;
this.buttonDisplay.ImageUp = null;
this.buttonDisplay.Location = new System.Drawing.Point(917, 220);
this.buttonDisplay.Location = new System.Drawing.Point(917, 290);
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDisplay.Name = "buttonDisplay";
this.buttonDisplay.NestedClickEventPrevent = false;

View File

@ -23,8 +23,6 @@ namespace INT_PT002.Forms
private int FlagIgnoreCNT;
private string MessageBoxRange;
// 이전 단계 번호(Index 아님) 저장용 변수
private Define.E_ProcessStatus PreviousStageNum;
int testIndex;
private Define.E_ProcessStatus ProcessStatus;
@ -83,7 +81,6 @@ namespace INT_PT002.Forms
this.FlagIgnoreCNT = 0;
this.MessageBoxRange = "";
this.ProcessStatus = Define.E_ProcessStatus._0_None;
this.PreviousStageNum = Define.E_ProcessStatus._0_None;
this.ColorProgressOff = Color.FromArgb(231, 231, 231);
this.SizeProgressOff = new Size(155, 140);
@ -215,8 +212,8 @@ namespace INT_PT002.Forms
for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
{
this.CollectionLabelResult[i].Visible = false;
this.CollectionLabelPressure[i].Text = "0.0";
this.CollectionLabelLeakRatePerSec[i].Text = "0.0";
//this.CollectionLabelPressure[i].Text = "0";
//this.CollectionLabelLeakRatePerSec[i].Text = "0";
this.CollectionLabelSbAlarm[i].Visible = false;
}
}
@ -239,7 +236,7 @@ namespace INT_PT002.Forms
this.labelProgress1_1.Text = "Entry";
this.labelProgress2_1.Text = "Linkage";
this.labelProgress3_1.Text = "V. Start";
this.labelProgress4_1.Text = "Measurement";
this.labelProgress4_1.Text = "Measuerment";
this.labelProgress6_1.Text = "V. Break";
this.labelProgress7_1.Text = "Separation";
this.labelProgress8_1.Text = "Release";
@ -386,8 +383,8 @@ namespace INT_PT002.Forms
this.buttonMenu.Enabled = true;
break;
case Define.E_UserStatus.LogOff:
id = "Log Off";
group = "-";
id = "LogOff";
group = "";
if (this.labelUserLevel.TextColor != this.ParentForm.ColorLogOff)
this.labelUserLevel.TextColor = this.labelUserID.TextColor = this.ParentForm.ColorLogOff;
@ -402,11 +399,6 @@ namespace INT_PT002.Forms
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)
this.labelUserLevel.Text = group;
if (this.labelUserID.Text != id)
@ -591,43 +583,6 @@ namespace INT_PT002.Forms
{
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)
{
case Define.E_ProcessStatus._0_None:
@ -636,36 +591,43 @@ namespace INT_PT002.Forms
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
this.CollectionLabelProgress[i].Location = this.CollectionLabelPoint[i];
this.UnselectProcessLabelRefresh(this.CollectionLabelProgress.Count - 1);
this.SelectProcessLabelRefresh(0);
break;
case Define.E_ProcessStatus._2_ProductEntry:
this.UnselectProcessLabelRefresh(0);
this.SelectProcessLabelRefresh(1);
break;
case Define.E_ProcessStatus._3_ChamberConbined:
this.UnselectProcessLabelRefresh(1);
this.SelectProcessLabelRefresh(2);
break;
case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectProcessLabelRefresh(2);
this.SelectProcessLabelRefresh(3);
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectProcessLabelRefresh(3);
this.SelectProcessLabelRefresh(4);
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectProcessLabelRefresh(4);
this.SelectProcessLabelRefresh(5);
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectProcessLabelRefresh(5);
this.SelectProcessLabelRefresh(6);
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectProcessLabelRefresh(6);
this.SelectProcessLabelRefresh(7);
break;
default:
break;
}
this.PreviousStageNum = status;
this.ProgressBarSetting(status);
}
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
@ -722,8 +684,6 @@ namespace INT_PT002.Forms
#region Stop
this.labelStart.Visible = false;
this.labelStop.Visible = true;
this.InitializeData();
#endregion
}
}
@ -763,10 +723,10 @@ namespace INT_PT002.Forms
this.CollectionLabelSbAlarm[9].Visible = alarm.CollectionIsSensorBoardError[9];
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
if (this.labelAlarm.Width > 548)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
@ -774,7 +734,7 @@ namespace INT_PT002.Forms
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
this.labelAlarm.Location = new Point(3, 27);
}
}
public void UpdateDisplayDiffData(Collection<DiffData> datas)
@ -789,7 +749,7 @@ namespace INT_PT002.Forms
public void UpdateDisplayPresData(Collection<PressureData> datas)
{
for (int i = 0; i < this.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
this.CollectionLabelPressure[i].Text = datas[i].WorkingChamber.Trim();
this.CollectionLabelPressure[i].Text = datas[i].WorkingChamber.Trim() + " kPa";
}
public void UpdateDisplayJudgmentData(LeakData datas)
{
@ -1032,10 +992,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
if (this.labelAlarm.Width > 548)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
@ -1043,7 +1003,7 @@ namespace INT_PT002.Forms
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
this.labelAlarm.Location = new Point(3, 27);
}
}
@ -1061,10 +1021,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
if (this.labelAlarm.Width > 548)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
@ -1072,7 +1032,7 @@ namespace INT_PT002.Forms
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
this.labelAlarm.Location = new Point(3, 27);
}
}
@ -1090,10 +1050,10 @@ namespace INT_PT002.Forms
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
if (this.labelAlarm.Width > 548)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
@ -1101,7 +1061,7 @@ namespace INT_PT002.Forms
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
this.labelAlarm.Location = new Point(3, 27);
}
}
@ -1115,14 +1075,14 @@ namespace INT_PT002.Forms
value += "a2_Servo1 ";
value += "a3_Servo2 ";
value += "a4_Servo1 Torque ";
value += "a5_Servo2 Torque ";
//value += "a5_Servo2 Torque ";
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 8, 20);
this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400)
if (this.labelAlarm.Width > 548)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
@ -1130,7 +1090,7 @@ namespace INT_PT002.Forms
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26);
this.labelAlarm.Location = new Point(3, 27);
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -30,13 +30,6 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu));
this.smartForm1 = new SmartX.SmartForm();
this.smartButton4 = new SmartX.SmartButton();
this.smartButton3 = new SmartX.SmartButton();
this.smartButton2 = new SmartX.SmartButton();
this.smartButton1 = new SmartX.SmartButton();
this.smartGroupBox3 = new SmartX.SmartGroupBox();
this.labelAlarm = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelStop = new SmartX.SmartLabel();
this.labelStart = new SmartX.SmartLabel();
this.buttonUser = new SmartX.SmartButton();
@ -54,9 +47,7 @@
this.buttonRecipe = new SmartX.SmartButton();
this.buttonHome = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartTimerAlarm = new SmartX.SmartTimer();
this.smartForm1.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
this.SuspendLayout();
//
// smartForm1
@ -65,12 +56,6 @@
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
this.smartForm1.BackImage = null;
this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.smartButton4);
this.smartForm1.Controls.Add(this.smartButton3);
this.smartForm1.Controls.Add(this.smartButton2);
this.smartForm1.Controls.Add(this.smartButton1);
this.smartForm1.Controls.Add(this.smartGroupBox3);
this.smartForm1.Controls.Add(this.smartGroupBox2);
this.smartForm1.Controls.Add(this.labelStop);
this.smartForm1.Controls.Add(this.labelStart);
this.smartForm1.Controls.Add(this.buttonUser);
@ -101,213 +86,6 @@
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
// smartButton4
//
this.smartButton4.BackGround = this.smartForm1;
this.smartButton4.BackGroundColor = System.Drawing.Color.Black;
this.smartButton4.ButtonColor = System.Drawing.Color.Teal;
this.smartButton4.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.smartButton4.ButtonImageAutoSize = true;
this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton4.ButtonText = "4";
this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.smartButton4.GroupID = 0;
this.smartButton4.ImageDisable = null;
this.smartButton4.ImageDown = null;
this.smartButton4.ImageUp = null;
this.smartButton4.Location = new System.Drawing.Point(917, 622);
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton4.Name = "smartButton4";
this.smartButton4.NestedClickEventPrevent = false;
this.smartButton4.OutlinePixel = 2;
this.smartButton4.OverlapOptimize = true;
this.smartButton4.RepeatInterval = 200;
this.smartButton4.RepeatIntervalAccelerate = null;
this.smartButton4.RoundSize = 10;
this.smartButton4.SafeInterval = 200;
this.smartButton4.Size = new System.Drawing.Size(100, 60);
this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton4.TabIndex = 95;
this.smartButton4.Text = null;
this.smartButton4.TextColor = System.Drawing.Color.White;
this.smartButton4.TextColorDisable = System.Drawing.Color.Gainsboro;
this.smartButton4.TextDownColor = System.Drawing.Color.Chartreuse;
this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton4.Visible = false;
this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click);
//
// smartButton3
//
this.smartButton3.BackGround = this.smartForm1;
this.smartButton3.BackGroundColor = System.Drawing.Color.Black;
this.smartButton3.ButtonColor = System.Drawing.Color.Teal;
this.smartButton3.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.smartButton3.ButtonImageAutoSize = true;
this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton3.ButtonText = "3";
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.smartButton3.GroupID = 0;
this.smartButton3.ImageDisable = null;
this.smartButton3.ImageDown = null;
this.smartButton3.ImageUp = null;
this.smartButton3.Location = new System.Drawing.Point(917, 556);
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton3.Name = "smartButton3";
this.smartButton3.NestedClickEventPrevent = false;
this.smartButton3.OutlinePixel = 2;
this.smartButton3.OverlapOptimize = true;
this.smartButton3.RepeatInterval = 200;
this.smartButton3.RepeatIntervalAccelerate = null;
this.smartButton3.RoundSize = 10;
this.smartButton3.SafeInterval = 200;
this.smartButton3.Size = new System.Drawing.Size(100, 60);
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton3.TabIndex = 94;
this.smartButton3.Text = null;
this.smartButton3.TextColor = System.Drawing.Color.White;
this.smartButton3.TextColorDisable = System.Drawing.Color.Gainsboro;
this.smartButton3.TextDownColor = System.Drawing.Color.Chartreuse;
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton3.Visible = false;
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
//
// smartButton2
//
this.smartButton2.BackGround = this.smartForm1;
this.smartButton2.BackGroundColor = System.Drawing.Color.Black;
this.smartButton2.ButtonColor = System.Drawing.Color.Teal;
this.smartButton2.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.smartButton2.ButtonImageAutoSize = true;
this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton2.ButtonText = "1";
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.smartButton2.GroupID = 0;
this.smartButton2.ImageDisable = null;
this.smartButton2.ImageDown = null;
this.smartButton2.ImageUp = null;
this.smartButton2.Location = new System.Drawing.Point(917, 424);
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton2.Name = "smartButton2";
this.smartButton2.NestedClickEventPrevent = false;
this.smartButton2.OutlinePixel = 2;
this.smartButton2.OverlapOptimize = true;
this.smartButton2.RepeatInterval = 200;
this.smartButton2.RepeatIntervalAccelerate = null;
this.smartButton2.RoundSize = 10;
this.smartButton2.SafeInterval = 200;
this.smartButton2.Size = new System.Drawing.Size(100, 60);
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton2.TabIndex = 93;
this.smartButton2.Text = null;
this.smartButton2.TextColor = System.Drawing.Color.White;
this.smartButton2.TextColorDisable = System.Drawing.Color.Gainsboro;
this.smartButton2.TextDownColor = System.Drawing.Color.Chartreuse;
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton2.Visible = false;
this.smartButton2.Click += new System.EventHandler(this.smartButton1_Click);
//
// smartButton1
//
this.smartButton1.BackGround = this.smartForm1;
this.smartButton1.BackGroundColor = System.Drawing.Color.Black;
this.smartButton1.ButtonColor = System.Drawing.Color.Teal;
this.smartButton1.ButtonDownColor = System.Drawing.Color.DarkSlateGray;
this.smartButton1.ButtonImageAutoSize = true;
this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.smartButton1.ButtonText = "2";
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.smartButton1.GroupID = 0;
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 490);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
this.smartButton1.OutlinePixel = 2;
this.smartButton1.OverlapOptimize = true;
this.smartButton1.RepeatInterval = 200;
this.smartButton1.RepeatIntervalAccelerate = null;
this.smartButton1.RoundSize = 10;
this.smartButton1.SafeInterval = 200;
this.smartButton1.Size = new System.Drawing.Size(100, 60);
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton1.TabIndex = 92;
this.smartButton1.Text = null;
this.smartButton1.TextColor = System.Drawing.Color.White;
this.smartButton1.TextColorDisable = System.Drawing.Color.Gainsboro;
this.smartButton1.TextDownColor = System.Drawing.Color.Chartreuse;
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton1.Visible = false;
this.smartButton1.Click += new System.EventHandler(this.smartButton2_Click);
//
// smartGroupBox3
//
this.smartGroupBox3.BackGround = null;
this.smartGroupBox3.BackGroundColor = System.Drawing.Color.Black;
this.smartGroupBox3.BackImage = null;
this.smartGroupBox3.Controls.Add(this.labelAlarm);
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox3.FrameLineThickness = 2;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox3.HeaderHeightOffset = 12;
this.smartGroupBox3.Location = new System.Drawing.Point(231, 3);
this.smartGroupBox3.Name = "smartGroupBox3";
this.smartGroupBox3.RoundRadius = 5;
this.smartGroupBox3.Size = new System.Drawing.Size(465, 30);
this.smartGroupBox3.TabIndex = 91;
this.smartGroupBox3.Text = "smartGroupBox3";
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
//
// labelAlarm
//
this.labelAlarm.BackGround = this.smartForm1;
this.labelAlarm.BackGroundColor = System.Drawing.Color.Black;
this.labelAlarm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelAlarm.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelAlarm.LineSpacing = 0F;
this.labelAlarm.Location = new System.Drawing.Point(0, 0);
this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.OverlapOptimize = true;
this.labelAlarm.PasswordChar = '\0';
this.labelAlarm.Radius = 3;
this.labelAlarm.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelAlarm.Size = new System.Drawing.Size(465, 30);
this.labelAlarm.TabIndex = 90;
this.labelAlarm.TextColor = System.Drawing.Color.White;
this.labelAlarm.TextColorDisable = System.Drawing.Color.Gray;
this.labelAlarm.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelAlarm.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAlarm.Wordwrap = false;
//
// smartGroupBox2
//
this.smartGroupBox2.BackGround = null;
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.Black;
this.smartGroupBox2.BackImage = null;
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox2.FrameLineThickness = 2;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox2.HeaderHeightOffset = 12;
this.smartGroupBox2.Location = new System.Drawing.Point(234, 3);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(465, 30);
this.smartGroupBox2.TabIndex = 90;
this.smartGroupBox2.Text = "smartGroupBox2";
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
//
// labelStop
//
this.labelStop.BackGround = null;
@ -400,7 +178,7 @@
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(705, 13);
this.labelUserID.Location = new System.Drawing.Point(703, 13);
this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0';
@ -423,7 +201,7 @@
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(811, 13);
this.labelUserLevel.Location = new System.Drawing.Point(809, 13);
this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0';
@ -459,7 +237,7 @@
this.smartLabel1.PasswordChar = '\0';
this.smartLabel1.Radius = 3;
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel1.Size = new System.Drawing.Size(166, 30);
this.smartLabel1.Size = new System.Drawing.Size(200, 30);
this.smartLabel1.TabIndex = 0;
this.smartLabel1.Text = "2023-02-13 16:30:25";
this.smartLabel1.TextColor = System.Drawing.Color.White;
@ -786,7 +564,7 @@
this.buttonHome.TabIndex = 71;
this.buttonHome.Text = null;
this.buttonHome.TextColor = System.Drawing.Color.White;
this.buttonHome.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonHome.TextColorDisable = System.Drawing.Color.Gray;
this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
@ -810,15 +588,6 @@
this.smartGroupBox1.Text = "기본 > ";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// smartTimerAlarm
//
this.smartTimerAlarm.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter;
this.smartTimerAlarm.Interval = 100;
this.smartTimerAlarm.IntervalSeries = null;
this.smartTimerAlarm.TimeCount = ((long)(1000000));
this.smartTimerAlarm.TimeFormStringSeparator = ":";
this.smartTimerAlarm.Tick += new System.EventHandler(this.smartTimerAlarm_Tick);
//
// FormMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -830,7 +599,6 @@
this.Name = "FormMenu";
this.Text = "FormMenu";
this.smartForm1.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
@ -839,9 +607,13 @@
private SmartX.SmartForm smartForm1;
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonHome;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartLabel labelStop;
private SmartX.SmartButton buttonBottom1;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonBottom4;
private SmartX.SmartButton buttonBottom3;
private SmartX.SmartButton buttonBottom2;
@ -849,19 +621,7 @@
private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel labelUserID;
private SmartX.SmartLabel labelUserLevel;
private SmartX.SmartLabel labelStart;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonUser;
private SmartX.SmartLabel labelAlarm;
private SmartX.SmartTimer smartTimerAlarm;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartGroupBox smartGroupBox3;
private SmartX.SmartButton smartButton4;
private SmartX.SmartButton smartButton3;
private SmartX.SmartButton smartButton2;
private SmartX.SmartButton smartButton1;
private SmartX.SmartLabel labelStart;
}
}

View File

@ -109,15 +109,6 @@ namespace INT_PT002.Forms
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)
{
string id = "", group = "";
@ -178,51 +169,11 @@ namespace INT_PT002.Forms
break;
}
this.UpdateButtonColor();
if (this.labelUserLevel.Text != group)
this.labelUserLevel.Text = group;
if (this.labelUserID.Text != id)
this.labelUserID.Text = id;
}
public void UpdateDisplayAlarmView(AlarmList alarm)
{
string value = "";
// ServoEmergencyStop
if (alarm.IsServoEmergencyStop == true)
value = "a1_Servo emergency stop ";
// Servo1Alarm
if (alarm.IsServo1Alarm == true)
value += "a2_Servo1 ";
// Servo2Alarm
if (alarm.IsServo2Alarm == true)
value += "a3_Servo2 ";
// ServoTorque1AlarmTorque
if (alarm.IsServoTorque1AlarmTorque == true)
value += "a4_Servo1 Torque ";
// ServoTorque2AlarmTorque
if (alarm.IsServoTorque2AlarmTorque == true)
value += "a5_Servo2 Torque ";
// PressureError
if (alarm.IsPressureError == true)
value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 0);
}
}
#region Log
// FileCopy
@ -504,8 +455,6 @@ namespace INT_PT002.Forms
this.buttonBottom4.Visible = false;
break;
}
this.UpdateButtonColor();
}
private void SetBottomMenuRecipe(Define.E_MenuRecipeStore menu)
{
@ -640,8 +589,6 @@ namespace INT_PT002.Forms
this.labelStart.Visible = true;
this.labelStop.Visible = false;
#endregion
this.Set_Equipment_ButtonEnable(false);
}
else
{
@ -649,8 +596,6 @@ namespace INT_PT002.Forms
this.labelStart.Visible = false;
this.labelStop.Visible = true;
#endregion
this.Set_Equipment_ButtonEnable(true);
}
}
public void Set_Equipment_ButtonEnable(bool data)
@ -685,8 +630,6 @@ namespace INT_PT002.Forms
this.buttonHome.Enabled = false;
}
this.UpdateButtonColor();
}
// Menu Recipe
@ -961,129 +904,6 @@ namespace INT_PT002.Forms
if (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.Equipment)
this.ParentForm.TransferData(CommunicationCommand.Start, CommunicationID.MainBoard);
}
private void smartTimerAlarm_Tick(object sender, EventArgs e)
{
this.labelAlarm.Left = this.labelAlarm.Left - 5;
if (this.labelAlarm.Left < 0 - this.labelAlarm.Width - 20)
this.labelAlarm.Left = this.smartGroupBox3.Width - 10;
}
#endregion
private void smartButton1_Click(object sender, EventArgs e)
{
string value = "";
this.smartTimerAlarm.Stop();
value = "a1_Servo emergency stop ";
//value += "a2_Servo1 ";
//value += "a3_Servo2 ";
//value += "a4_Servo1 Torque ";
//value += "a5_Servo2 Torque ";
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 0);
}
}
private void smartButton2_Click(object sender, EventArgs e)
{
string value = "";
this.smartTimerAlarm.Stop();
value = "a1_Servo emergency stop ";
value += "a2_Servo1 ";
//value += "a3_Servo2 ";
//value += "a4_Servo1 Torque ";
//value += "a5_Servo2 Torque ";
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 0);
}
}
private void smartButton3_Click(object sender, EventArgs e)
{
string value = "";
this.smartTimerAlarm.Stop();
value = "a1_Servo emergency stop ";
value += "a2_Servo1 ";
value += "a3_Servo2 ";
//value += "a4_Servo1 Torque ";
//value += "a5_Servo2 Torque ";
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 0);
}
}
private void smartButton4_Click(object sender, EventArgs e)
{
string value = "";
this.smartTimerAlarm.Stop();
value = "a1_Servo emergency stop ";
value += "a2_Servo1 ";
value += "a3_Servo2 ";
value += "a4_Servo1 Torque ";
value += "a5_Servo2 Torque ";
//value += "a6_Pressure ";
value = value.Trim();
this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465)
{
if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start();
}
else
{
this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0,0);
}
}
}
}

View File

@ -199,16 +199,10 @@
X43YVTGzAr2LMHWepKzsHxq3vd+iPTE2AAAAAElFTkSuQmCC
</value>
</data>
<metadata name="smartTimerAlarm.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 7</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>39</value>
</metadata>
</root>

View File

@ -347,11 +347,11 @@ namespace INT_PT002.Part11_UserManager
[MarshalAs(UnmanagedType.Struct)]
public DateTime_t expire_account_date;
[MarshalAs(UnmanagedType.I4)]
public Int32 active_level;
[MarshalAs(UnmanagedType.Struct)]
public MenuID_t menuID;
[MarshalAs(UnmanagedType.I4)]
public Int32 active_level;
}
#endregion