Compare commits

..

10 Commits

Author SHA1 Message Date
Seonjae f521eb3b1d MainDisplay3 추가 2024-03-27 10:53:00 +09:00
Seonjae e37288262c 메인화면 수정 2023-04-17 10:59:29 +09:00
DESKTOP-999R8N3\CJY d9b19e2021 - 메뉴 상단 Alarm 라벨 안보이는 버그 2023-04-14 14:48:07 +09:00
DESKTOP-999R8N3\CJY 342918bd89 - Log 줄 수 버그 수정
- Measurement 오타수정
- Equipment 화면에서 Start 시 우측/하단 버튼 Disable
2023-04-14 11:03:30 +09:00
DESKTOP-999R8N3\CJY 12d9ad9e59 버그 등 수정 2023-04-14 09:40:45 +09:00
DESKTOP-999R8N3\CJY c7091e80fa 버그 수정 2023-04-11 18:01:18 +09:00
DESKTOP-999R8N3\CJY e4ec44441f Main 업데이트부분 완료 2023-04-10 15:48:48 +09:00
DESKTOP-999R8N3\CJY e0db61600d Merge branch 'main' of https://gitlab.com/IntechkoreaLCD/int_pt002
# Conflicts:
#	INT_PT002/DialogForms/DialogFormYesNo.cs
2023-04-07 18:00:55 +09:00
DESKTOP-999R8N3\CJY 133bdf9e46 메인보드 다운로드 부분 수정 중 2023-04-07 18:00:00 +09:00
Seonjae b8fc4fee66 유저설정 수정 2023-04-07 15:00:57 +09:00
54 changed files with 11600 additions and 2586 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -157,8 +157,11 @@ namespace INT_PT002.Controls
} }
private void UpdateListBoxCount() private void UpdateListBoxCount()
{ {
this.labelTotalIndex.Text = this.ListBoxCount.ToString(); this.labelTotalIndex.Text = (this.ListBoxCount - 1).ToString();
this.labelRemainIndex.Text = (this.ListBoxCount - this.listBoxTime.ViewRemainCount).ToString(); if (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount < 0)
this.labelRemainIndex.Text = "0";
else
this.labelRemainIndex.Text = (this.ListBoxCount - 1 - this.listBoxTime.ViewRemainCount).ToString();
} }
private void UpdateListBoxDataDisplay(string data) private void UpdateListBoxDataDisplay(string data)
{ {
@ -309,6 +312,12 @@ namespace INT_PT002.Controls
this.labelRemainIndex.Text = "0"; this.labelRemainIndex.Text = "0";
this.labelTotalIndex.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) if (int.Parse(this.labelCount.Text) == 0)
{ {

View File

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

View File

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

View File

@ -120,6 +120,9 @@
<metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="smartTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </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"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value> <value>WEBPAD</value>
</metadata> </metadata>

View File

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

View File

@ -200,6 +200,7 @@ namespace INT_PT002.Controls
private void MainboardProgramUpdateCheck(DialogResult result) private void MainboardProgramUpdateCheck(DialogResult result)
{ {
Define.E_UpdateCheck check = Define.E_UpdateCheck.Fail; Define.E_UpdateCheck check = Define.E_UpdateCheck.Fail;
this.UpdateFileMainboardPath = this.USBPath + "UpdateFilesMain\\";
if (result == DialogResult.Yes) 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress8.LineSpacing = 0F; this.labelProgress8.LineSpacing = 0F;
this.labelProgress8.Location = new System.Drawing.Point(676, 37); this.labelProgress8.Location = new System.Drawing.Point(711, 37);
this.labelProgress8.Name = "labelProgress8"; this.labelProgress8.Name = "labelProgress8";
this.labelProgress8.OverlapOptimize = true; this.labelProgress8.OverlapOptimize = true;
this.labelProgress8.PasswordChar = '\0'; this.labelProgress8.PasswordChar = '\0';
this.labelProgress8.Radius = 3; this.labelProgress8.Radius = 3;
this.labelProgress8.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress8.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress8.Size = new System.Drawing.Size(90, 40); this.labelProgress8.Size = new System.Drawing.Size(95, 40);
this.labelProgress8.TabIndex = 89; this.labelProgress8.TabIndex = 89;
this.labelProgress8.Text = "Release"; this.labelProgress8.Text = "Release";
this.labelProgress8.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress7.LineSpacing = 0F; this.labelProgress7.LineSpacing = 0F;
this.labelProgress7.Location = new System.Drawing.Point(580, 37); this.labelProgress7.Location = new System.Drawing.Point(610, 37);
this.labelProgress7.Name = "labelProgress7"; this.labelProgress7.Name = "labelProgress7";
this.labelProgress7.OverlapOptimize = true; this.labelProgress7.OverlapOptimize = true;
this.labelProgress7.PasswordChar = '\0'; this.labelProgress7.PasswordChar = '\0';
this.labelProgress7.Radius = 3; this.labelProgress7.Radius = 3;
this.labelProgress7.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress7.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress7.Size = new System.Drawing.Size(90, 40); this.labelProgress7.Size = new System.Drawing.Size(95, 40);
this.labelProgress7.TabIndex = 88; this.labelProgress7.TabIndex = 88;
this.labelProgress7.Text = "Separation"; this.labelProgress7.Text = "Separation";
this.labelProgress7.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress6.LineSpacing = 0F; this.labelProgress6.LineSpacing = 0F;
this.labelProgress6.Location = new System.Drawing.Point(484, 37); this.labelProgress6.Location = new System.Drawing.Point(509, 37);
this.labelProgress6.Name = "labelProgress6"; this.labelProgress6.Name = "labelProgress6";
this.labelProgress6.OverlapOptimize = true; this.labelProgress6.OverlapOptimize = true;
this.labelProgress6.PasswordChar = '\0'; this.labelProgress6.PasswordChar = '\0';
this.labelProgress6.Radius = 3; this.labelProgress6.Radius = 3;
this.labelProgress6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress6.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress6.Size = new System.Drawing.Size(90, 40); this.labelProgress6.Size = new System.Drawing.Size(95, 40);
this.labelProgress6.TabIndex = 87; this.labelProgress6.TabIndex = 87;
this.labelProgress6.Text = "V. Break"; this.labelProgress6.Text = "V. Break";
this.labelProgress6.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress4.LineSpacing = 0F; this.labelProgress4.LineSpacing = 0F;
this.labelProgress4.Location = new System.Drawing.Point(388, 37); this.labelProgress4.Location = new System.Drawing.Point(408, 37);
this.labelProgress4.Name = "labelProgress4"; this.labelProgress4.Name = "labelProgress4";
this.labelProgress4.OverlapOptimize = true; this.labelProgress4.OverlapOptimize = true;
this.labelProgress4.PasswordChar = '\0'; this.labelProgress4.PasswordChar = '\0';
this.labelProgress4.Radius = 3; this.labelProgress4.Radius = 3;
this.labelProgress4.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress4.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress4.Size = new System.Drawing.Size(90, 40); this.labelProgress4.Size = new System.Drawing.Size(95, 40);
this.labelProgress4.TabIndex = 86; this.labelProgress4.TabIndex = 86;
this.labelProgress4.Text = "Measuerment"; this.labelProgress4.Text = "Measurement";
this.labelProgress4.TextColor = System.Drawing.Color.Black; this.labelProgress4.TextColor = System.Drawing.Color.Black;
this.labelProgress4.TextColorDisable = System.Drawing.Color.Gray; this.labelProgress4.TextColorDisable = System.Drawing.Color.Gray;
this.labelProgress4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress3.LineSpacing = 0F; this.labelProgress3.LineSpacing = 0F;
this.labelProgress3.Location = new System.Drawing.Point(292, 37); this.labelProgress3.Location = new System.Drawing.Point(307, 37);
this.labelProgress3.Name = "labelProgress3"; this.labelProgress3.Name = "labelProgress3";
this.labelProgress3.OverlapOptimize = true; this.labelProgress3.OverlapOptimize = true;
this.labelProgress3.PasswordChar = '\0'; this.labelProgress3.PasswordChar = '\0';
this.labelProgress3.Radius = 3; this.labelProgress3.Radius = 3;
this.labelProgress3.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress3.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress3.Size = new System.Drawing.Size(90, 40); this.labelProgress3.Size = new System.Drawing.Size(95, 40);
this.labelProgress3.TabIndex = 85; this.labelProgress3.TabIndex = 85;
this.labelProgress3.Text = "V. Start"; this.labelProgress3.Text = "V. Start";
this.labelProgress3.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress2.LineSpacing = 0F; this.labelProgress2.LineSpacing = 0F;
this.labelProgress2.Location = new System.Drawing.Point(196, 37); this.labelProgress2.Location = new System.Drawing.Point(206, 37);
this.labelProgress2.Name = "labelProgress2"; this.labelProgress2.Name = "labelProgress2";
this.labelProgress2.OverlapOptimize = true; this.labelProgress2.OverlapOptimize = true;
this.labelProgress2.PasswordChar = '\0'; this.labelProgress2.PasswordChar = '\0';
this.labelProgress2.Radius = 3; this.labelProgress2.Radius = 3;
this.labelProgress2.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress2.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress2.Size = new System.Drawing.Size(90, 40); this.labelProgress2.Size = new System.Drawing.Size(95, 40);
this.labelProgress2.TabIndex = 84; this.labelProgress2.TabIndex = 84;
this.labelProgress2.Text = "Linkage"; this.labelProgress2.Text = "Linkage";
this.labelProgress2.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress1.LineSpacing = 0F; this.labelProgress1.LineSpacing = 0F;
this.labelProgress1.Location = new System.Drawing.Point(100, 37); this.labelProgress1.Location = new System.Drawing.Point(105, 37);
this.labelProgress1.Name = "labelProgress1"; this.labelProgress1.Name = "labelProgress1";
this.labelProgress1.OverlapOptimize = true; this.labelProgress1.OverlapOptimize = true;
this.labelProgress1.PasswordChar = '\0'; this.labelProgress1.PasswordChar = '\0';
this.labelProgress1.Radius = 3; this.labelProgress1.Radius = 3;
this.labelProgress1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress1.Size = new System.Drawing.Size(90, 40); this.labelProgress1.Size = new System.Drawing.Size(95, 40);
this.labelProgress1.TabIndex = 83; this.labelProgress1.TabIndex = 83;
this.labelProgress1.Text = "Entry"; this.labelProgress1.Text = "Entry";
this.labelProgress1.TextColor = System.Drawing.Color.Black; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProgress0.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelProgress0.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.labelProgress0.LineSpacing = 0F; this.labelProgress0.LineSpacing = 0F;
this.labelProgress0.Location = new System.Drawing.Point(4, 37); this.labelProgress0.Location = new System.Drawing.Point(4, 37);
this.labelProgress0.Name = "labelProgress0"; this.labelProgress0.Name = "labelProgress0";
@ -3964,7 +3964,7 @@
this.labelProgress0.PasswordChar = '\0'; this.labelProgress0.PasswordChar = '\0';
this.labelProgress0.Radius = 3; this.labelProgress0.Radius = 3;
this.labelProgress0.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelProgress0.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelProgress0.Size = new System.Drawing.Size(90, 40); this.labelProgress0.Size = new System.Drawing.Size(95, 40);
this.labelProgress0.TabIndex = 82; this.labelProgress0.TabIndex = 82;
this.labelProgress0.Text = "Ready"; this.labelProgress0.Text = "Ready";
this.labelProgress0.TextColor = System.Drawing.Color.Black; this.labelProgress0.TextColor = System.Drawing.Color.Black;

View File

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

View File

@ -0,0 +1,67 @@
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

@ -0,0 +1,19 @@
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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff

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,6 +30,13 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu));
this.smartForm1 = new SmartX.SmartForm(); 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.labelStop = new SmartX.SmartLabel();
this.labelStart = new SmartX.SmartLabel(); this.labelStart = new SmartX.SmartLabel();
this.buttonUser = new SmartX.SmartButton(); this.buttonUser = new SmartX.SmartButton();
@ -47,7 +54,9 @@
this.buttonRecipe = new SmartX.SmartButton(); this.buttonRecipe = new SmartX.SmartButton();
this.buttonHome = new SmartX.SmartButton(); this.buttonHome = new SmartX.SmartButton();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartTimerAlarm = new SmartX.SmartTimer();
this.smartForm1.SuspendLayout(); this.smartForm1.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -56,6 +65,12 @@
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
this.smartForm1.BackImage = null; this.smartForm1.BackImage = null;
this.smartForm1.CenterLocation = false; 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.labelStop);
this.smartForm1.Controls.Add(this.labelStart); this.smartForm1.Controls.Add(this.labelStart);
this.smartForm1.Controls.Add(this.buttonUser); this.smartForm1.Controls.Add(this.buttonUser);
@ -86,6 +101,213 @@
this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false; 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 // labelStop
// //
this.labelStop.BackGround = null; this.labelStop.BackGround = null;
@ -178,7 +400,7 @@
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F; this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(703, 13); this.labelUserID.Location = new System.Drawing.Point(705, 13);
this.labelUserID.Name = "labelUserID"; this.labelUserID.Name = "labelUserID";
this.labelUserID.OverlapOptimize = true; this.labelUserID.OverlapOptimize = true;
this.labelUserID.PasswordChar = '\0'; this.labelUserID.PasswordChar = '\0';
@ -201,7 +423,7 @@
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F; this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(809, 13); this.labelUserLevel.Location = new System.Drawing.Point(811, 13);
this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.Name = "labelUserLevel";
this.labelUserLevel.OverlapOptimize = true; this.labelUserLevel.OverlapOptimize = true;
this.labelUserLevel.PasswordChar = '\0'; this.labelUserLevel.PasswordChar = '\0';
@ -237,7 +459,7 @@
this.smartLabel1.PasswordChar = '\0'; this.smartLabel1.PasswordChar = '\0';
this.smartLabel1.Radius = 3; this.smartLabel1.Radius = 3;
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue; this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel1.Size = new System.Drawing.Size(200, 30); this.smartLabel1.Size = new System.Drawing.Size(166, 30);
this.smartLabel1.TabIndex = 0; this.smartLabel1.TabIndex = 0;
this.smartLabel1.Text = "2023-02-13 16:30:25"; this.smartLabel1.Text = "2023-02-13 16:30:25";
this.smartLabel1.TextColor = System.Drawing.Color.White; this.smartLabel1.TextColor = System.Drawing.Color.White;
@ -564,7 +786,7 @@
this.buttonHome.TabIndex = 71; this.buttonHome.TabIndex = 71;
this.buttonHome.Text = null; this.buttonHome.Text = null;
this.buttonHome.TextColor = System.Drawing.Color.White; this.buttonHome.TextColor = System.Drawing.Color.White;
this.buttonHome.TextColorDisable = System.Drawing.Color.Gray; this.buttonHome.TextColorDisable = System.Drawing.Color.Gainsboro;
this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
@ -588,6 +810,15 @@
this.smartGroupBox1.Text = "기본 > "; this.smartGroupBox1.Text = "기본 > ";
this.smartGroupBox1.TextColor = System.Drawing.Color.White; 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 // FormMenu
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -599,6 +830,7 @@
this.Name = "FormMenu"; this.Name = "FormMenu";
this.Text = "FormMenu"; this.Text = "FormMenu";
this.smartForm1.ResumeLayout(false); this.smartForm1.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -607,13 +839,9 @@
private SmartX.SmartForm smartForm1; private SmartX.SmartForm smartForm1;
private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonHome; private SmartX.SmartButton buttonHome;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartLabel labelStop; private SmartX.SmartLabel labelStop;
private SmartX.SmartButton buttonBottom1; private SmartX.SmartButton buttonBottom1;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonBottom4; private SmartX.SmartButton buttonBottom4;
private SmartX.SmartButton buttonBottom3; private SmartX.SmartButton buttonBottom3;
private SmartX.SmartButton buttonBottom2; private SmartX.SmartButton buttonBottom2;
@ -621,7 +849,19 @@
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel labelUserID; private SmartX.SmartLabel labelUserID;
private SmartX.SmartLabel labelUserLevel; private SmartX.SmartLabel labelUserLevel;
private SmartX.SmartButton buttonUser;
private SmartX.SmartLabel labelStart; private SmartX.SmartLabel labelStart;
private SmartX.SmartButton buttonRecipe;
private SmartX.SmartButton buttonLog;
private SmartX.SmartButton buttonManual;
private SmartX.SmartButton buttonSystem;
private SmartX.SmartButton buttonUser;
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;
} }
} }

View File

@ -109,6 +109,15 @@ namespace INT_PT002.Forms
this.Child_System_Status.Location = new Point(0, 39); this.Child_System_Status.Location = new Point(0, 39);
} }
public void UpdateButtonColor()
{
this.buttonRecipe.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipe.Enabled);
this.buttonUser.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonUser.Enabled);
this.buttonManual.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonManual.Enabled);
this.buttonLog.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonLog.Enabled);
this.buttonSystem.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonSystem.Enabled);
}
private void UpdateDisplayUser(UserItem user) private void UpdateDisplayUser(UserItem user)
{ {
string id = "", group = ""; string id = "", group = "";
@ -169,11 +178,51 @@ namespace INT_PT002.Forms
break; break;
} }
this.UpdateButtonColor();
if (this.labelUserLevel.Text != group) if (this.labelUserLevel.Text != group)
this.labelUserLevel.Text = group; this.labelUserLevel.Text = group;
if (this.labelUserID.Text != id) if (this.labelUserID.Text != id)
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 #region Log
// FileCopy // FileCopy
@ -455,6 +504,8 @@ namespace INT_PT002.Forms
this.buttonBottom4.Visible = false; this.buttonBottom4.Visible = false;
break; break;
} }
this.UpdateButtonColor();
} }
private void SetBottomMenuRecipe(Define.E_MenuRecipeStore menu) private void SetBottomMenuRecipe(Define.E_MenuRecipeStore menu)
{ {
@ -589,6 +640,8 @@ namespace INT_PT002.Forms
this.labelStart.Visible = true; this.labelStart.Visible = true;
this.labelStop.Visible = false; this.labelStop.Visible = false;
#endregion #endregion
this.Set_Equipment_ButtonEnable(false);
} }
else else
{ {
@ -596,6 +649,8 @@ namespace INT_PT002.Forms
this.labelStart.Visible = false; this.labelStart.Visible = false;
this.labelStop.Visible = true; this.labelStop.Visible = true;
#endregion #endregion
this.Set_Equipment_ButtonEnable(true);
} }
} }
public void Set_Equipment_ButtonEnable(bool data) public void Set_Equipment_ButtonEnable(bool data)
@ -630,6 +685,8 @@ namespace INT_PT002.Forms
this.buttonHome.Enabled = false; this.buttonHome.Enabled = false;
} }
this.UpdateButtonColor();
} }
// Menu Recipe // Menu Recipe
@ -904,6 +961,129 @@ namespace INT_PT002.Forms
if (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.Equipment) if (this.ParentForm.CurrentSystemStatus.CurrentDisplayMode == Define.E_DisplayModeStore.Equipment)
this.ParentForm.TransferData(CommunicationCommand.Start, CommunicationID.MainBoard); 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 #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,10 +199,16 @@
X43YVTGzAr2LMHWepKzsHxq3vd+iPTE2AAAAAElFTkSuQmCC X43YVTGzAr2LMHWepKzsHxq3vd+iPTE2AAAAAElFTkSuQmCC
</value> </value>
</data> </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"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value> <value>WEBPAD</value>
</metadata> </metadata>
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value> <value>False</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>39</value>
</metadata>
</root> </root>

View File

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