알람 부가 기능 추가

main
DESKTOP-S459P9R\LSJ 2026-03-05 10:34:10 +09:00
parent 5f9359583c
commit df8f3c2586
14 changed files with 2325 additions and 963 deletions

Binary file not shown.

View File

@ -161,6 +161,25 @@
this.labelPressureWorking1 = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel();
this.smartTimerProgressBar = new SmartX.SmartTimer();
this.buttonDisplayChange = new SmartX.SmartButton();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine7 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine10 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine11 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine12 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine13 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine14 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine15 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine16 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine17 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine18 = new SmartX.SmartSeparatorLine();
this.groupBoxProcess.SuspendLayout();
this.groupBoxResult.SuspendLayout();
this.groupBoxInfo.SuspendLayout();
@ -213,19 +232,18 @@
// labelInspectionReady
//
this.labelInspectionReady.BackGround = null;
this.labelInspectionReady.BackGroundColor = System.Drawing.Color.Red;
this.labelInspectionReady.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelInspectionReady.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelInspectionReady.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelInspectionReady.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelInspectionReady.LineSpacing = 0F;
this.labelInspectionReady.Location = new System.Drawing.Point(5, 56);
this.labelInspectionReady.Location = new System.Drawing.Point(28, 38);
this.labelInspectionReady.Name = "labelInspectionReady";
this.labelInspectionReady.OverlapOptimize = true;
this.labelInspectionReady.PasswordChar = '\0';
this.labelInspectionReady.Radius = 3;
this.labelInspectionReady.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelInspectionReady.Size = new System.Drawing.Size(84, 99);
this.labelInspectionReady.Radius = 30;
this.labelInspectionReady.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.labelInspectionReady.Size = new System.Drawing.Size(30, 30);
this.labelInspectionReady.TabIndex = 653;
this.labelInspectionReady.Text = "Ready";
this.labelInspectionReady.TextColor = System.Drawing.Color.Black;
this.labelInspectionReady.TextColorDisable = System.Drawing.Color.Gray;
this.labelInspectionReady.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -285,7 +303,7 @@
this.labelProcess.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelProcess.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelProcess.LineSpacing = 0F;
this.labelProcess.Location = new System.Drawing.Point(5, 3);
this.labelProcess.Location = new System.Drawing.Point(0, 152);
this.labelProcess.Name = "labelProcess";
this.labelProcess.OverlapOptimize = true;
this.labelProcess.PasswordChar = '\0';
@ -653,6 +671,7 @@
this.groupBoxResult.BackGround = null;
this.groupBoxResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.groupBoxResult.BackImage = null;
this.groupBoxResult.Controls.Add(this.buttonDisplayChange);
this.groupBoxResult.Controls.Add(this.labelResultDisp6);
this.groupBoxResult.Controls.Add(this.labelResultDiff6);
this.groupBoxResult.Controls.Add(this.labelResultProcess6);
@ -685,7 +704,7 @@
this.groupBoxResult.Location = new System.Drawing.Point(602, 192);
this.groupBoxResult.Name = "groupBoxResult";
this.groupBoxResult.RoundRadius = 5;
this.groupBoxResult.Size = new System.Drawing.Size(295, 417);
this.groupBoxResult.Size = new System.Drawing.Size(295, 420);
this.groupBoxResult.TabIndex = 667;
this.groupBoxResult.Text = "Result";
this.groupBoxResult.TextColor = System.Drawing.Color.White;
@ -1247,6 +1266,24 @@
this.groupBoxInfo.BackGround = null;
this.groupBoxInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.groupBoxInfo.BackImage = null;
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine16);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine17);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine18);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine13);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine14);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine15);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine10);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine11);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine12);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine7);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine8);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine9);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine3);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine4);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine6);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine5);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine2);
this.groupBoxInfo.Controls.Add(this.smartSeparatorLine1);
this.groupBoxInfo.Controls.Add(this.labelDispDiff6);
this.groupBoxInfo.Controls.Add(this.labelDispHeight6);
this.groupBoxInfo.Controls.Add(this.smartLabel43);
@ -1333,7 +1370,7 @@
this.groupBoxInfo.Location = new System.Drawing.Point(17, 192);
this.groupBoxInfo.Name = "groupBoxInfo";
this.groupBoxInfo.RoundRadius = 5;
this.groupBoxInfo.Size = new System.Drawing.Size(579, 417);
this.groupBoxInfo.Size = new System.Drawing.Size(579, 420);
this.groupBoxInfo.TabIndex = 666;
this.groupBoxInfo.Text = "Measurement value";
this.groupBoxInfo.TextColor = System.Drawing.Color.White;
@ -1341,7 +1378,7 @@
// labelDispDiff6
//
this.labelDispDiff6.BackGround = this.groupBoxInfo;
this.labelDispDiff6.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1364,7 +1401,7 @@
// labelDispHeight6
//
this.labelDispHeight6.BackGround = this.groupBoxInfo;
this.labelDispHeight6.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1387,7 +1424,7 @@
// smartLabel43
//
this.smartLabel43.BackGround = this.groupBoxInfo;
this.smartLabel43.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel43.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel43.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel43.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel43.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1410,7 +1447,7 @@
// smartLabel46
//
this.smartLabel46.BackGround = this.groupBoxInfo;
this.smartLabel46.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel46.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel46.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel46.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel46.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1433,7 +1470,7 @@
// labelDispDiff5
//
this.labelDispDiff5.BackGround = this.groupBoxInfo;
this.labelDispDiff5.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1456,7 +1493,7 @@
// labelDispHeight5
//
this.labelDispHeight5.BackGround = this.groupBoxInfo;
this.labelDispHeight5.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1479,7 +1516,7 @@
// smartLabel53
//
this.smartLabel53.BackGround = this.groupBoxInfo;
this.smartLabel53.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1502,7 +1539,7 @@
// smartLabel56
//
this.smartLabel56.BackGround = this.groupBoxInfo;
this.smartLabel56.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel56.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel56.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel56.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1525,7 +1562,7 @@
// labelDispDiff4
//
this.labelDispDiff4.BackGround = this.groupBoxInfo;
this.labelDispDiff4.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1548,7 +1585,7 @@
// labelDispHeight4
//
this.labelDispHeight4.BackGround = this.groupBoxInfo;
this.labelDispHeight4.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1571,7 +1608,7 @@
// smartLabel62
//
this.smartLabel62.BackGround = this.groupBoxInfo;
this.smartLabel62.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel62.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel62.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel62.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1594,7 +1631,7 @@
// smartLabel63
//
this.smartLabel63.BackGround = this.groupBoxInfo;
this.smartLabel63.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel63.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel63.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel63.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1617,7 +1654,7 @@
// labelDispDiff3
//
this.labelDispDiff3.BackGround = this.groupBoxInfo;
this.labelDispDiff3.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1640,7 +1677,7 @@
// labelDispHeight3
//
this.labelDispHeight3.BackGround = this.groupBoxInfo;
this.labelDispHeight3.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1663,7 +1700,7 @@
// smartLabel10
//
this.smartLabel10.BackGround = this.groupBoxInfo;
this.smartLabel10.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1686,7 +1723,7 @@
// smartLabel13
//
this.smartLabel13.BackGround = this.groupBoxInfo;
this.smartLabel13.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1709,7 +1746,7 @@
// labelDispDiff2
//
this.labelDispDiff2.BackGround = this.groupBoxInfo;
this.labelDispDiff2.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1732,7 +1769,7 @@
// labelDispHeight2
//
this.labelDispHeight2.BackGround = this.groupBoxInfo;
this.labelDispHeight2.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1755,7 +1792,7 @@
// smartLabel21
//
this.smartLabel21.BackGround = this.groupBoxInfo;
this.smartLabel21.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel21.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1778,7 +1815,7 @@
// smartLabel23
//
this.smartLabel23.BackGround = this.groupBoxInfo;
this.smartLabel23.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1801,7 +1838,7 @@
// labelDispDiff1
//
this.labelDispDiff1.BackGround = this.groupBoxInfo;
this.labelDispDiff1.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispDiff1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispDiff1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispDiff1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispDiff1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1824,7 +1861,7 @@
// labelDispHeight1
//
this.labelDispHeight1.BackGround = this.groupBoxInfo;
this.labelDispHeight1.BackGroundColor = System.Drawing.Color.Gray;
this.labelDispHeight1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelDispHeight1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDispHeight1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelDispHeight1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1847,7 +1884,7 @@
// smartLabel33
//
this.smartLabel33.BackGround = this.groupBoxInfo;
this.smartLabel33.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1870,7 +1907,7 @@
// smartLabel36
//
this.smartLabel36.BackGround = this.groupBoxInfo;
this.smartLabel36.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1893,7 +1930,7 @@
// labelPressureWorking6
//
this.labelPressureWorking6.BackGround = this.groupBoxInfo;
this.labelPressureWorking6.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1916,7 +1953,7 @@
// smartLabel32
//
this.smartLabel32.BackGround = this.groupBoxInfo;
this.smartLabel32.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1939,7 +1976,7 @@
// labelPressureWorking5
//
this.labelPressureWorking5.BackGround = this.groupBoxInfo;
this.labelPressureWorking5.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1962,7 +1999,7 @@
// smartLabel34
//
this.smartLabel34.BackGround = this.groupBoxInfo;
this.smartLabel34.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -1985,7 +2022,7 @@
// labelPressureWorking4
//
this.labelPressureWorking4.BackGround = this.groupBoxInfo;
this.labelPressureWorking4.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2008,7 +2045,7 @@
// smartLabel37
//
this.smartLabel37.BackGround = this.groupBoxInfo;
this.smartLabel37.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel37.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel37.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2054,7 +2091,7 @@
// labelLrJudg6
//
this.labelLrJudg6.BackGround = this.groupBoxInfo;
this.labelLrJudg6.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2077,7 +2114,7 @@
// labelLrSec6
//
this.labelLrSec6.BackGround = this.groupBoxInfo;
this.labelLrSec6.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2100,7 +2137,7 @@
// smartLabel41
//
this.smartLabel41.BackGround = this.groupBoxInfo;
this.smartLabel41.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2123,7 +2160,7 @@
// smartLabel42
//
this.smartLabel42.BackGround = this.groupBoxInfo;
this.smartLabel42.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel42.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel42.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel42.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2146,7 +2183,7 @@
// labelPressureMaster6
//
this.labelPressureMaster6.BackGround = this.groupBoxInfo;
this.labelPressureMaster6.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2169,7 +2206,7 @@
// smartLabel44
//
this.smartLabel44.BackGround = this.groupBoxInfo;
this.smartLabel44.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel44.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel44.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel44.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2215,7 +2252,7 @@
// labelLrJudg5
//
this.labelLrJudg5.BackGround = this.groupBoxInfo;
this.labelLrJudg5.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2238,7 +2275,7 @@
// labelLrSec5
//
this.labelLrSec5.BackGround = this.groupBoxInfo;
this.labelLrSec5.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2261,7 +2298,7 @@
// smartLabel48
//
this.smartLabel48.BackGround = this.groupBoxInfo;
this.smartLabel48.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2284,7 +2321,7 @@
// smartLabel49
//
this.smartLabel49.BackGround = this.groupBoxInfo;
this.smartLabel49.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel49.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel49.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2307,7 +2344,7 @@
// labelPressureMaster5
//
this.labelPressureMaster5.BackGround = this.groupBoxInfo;
this.labelPressureMaster5.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2330,7 +2367,7 @@
// smartLabel51
//
this.smartLabel51.BackGround = this.groupBoxInfo;
this.smartLabel51.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel51.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel51.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel51.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel51.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2376,7 +2413,7 @@
// labelLrJudg4
//
this.labelLrJudg4.BackGround = this.groupBoxInfo;
this.labelLrJudg4.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2399,7 +2436,7 @@
// labelLrSec4
//
this.labelLrSec4.BackGround = this.groupBoxInfo;
this.labelLrSec4.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2422,7 +2459,7 @@
// smartLabel57
//
this.smartLabel57.BackGround = this.groupBoxInfo;
this.smartLabel57.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel57.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2445,7 +2482,7 @@
// smartLabel58
//
this.smartLabel58.BackGround = this.groupBoxInfo;
this.smartLabel58.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel58.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel58.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel58.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel58.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2468,7 +2505,7 @@
// labelPressureMaster4
//
this.labelPressureMaster4.BackGround = this.groupBoxInfo;
this.labelPressureMaster4.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2491,7 +2528,7 @@
// smartLabel60
//
this.smartLabel60.BackGround = this.groupBoxInfo;
this.smartLabel60.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel60.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel60.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel60.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2514,7 +2551,7 @@
// labelPressureWorking3
//
this.labelPressureWorking3.BackGround = this.groupBoxInfo;
this.labelPressureWorking3.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2537,7 +2574,7 @@
// smartLabel22
//
this.smartLabel22.BackGround = this.groupBoxInfo;
this.smartLabel22.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel22.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2560,7 +2597,7 @@
// labelPressureWorking2
//
this.labelPressureWorking2.BackGround = this.groupBoxInfo;
this.labelPressureWorking2.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2583,7 +2620,7 @@
// smartLabel27
//
this.smartLabel27.BackGround = this.groupBoxInfo;
this.smartLabel27.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel27.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2606,7 +2643,7 @@
// labelPressureMaster1
//
this.labelPressureMaster1.BackGround = this.groupBoxInfo;
this.labelPressureMaster1.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2629,7 +2666,7 @@
// smartLabel29
//
this.smartLabel29.BackGround = this.groupBoxInfo;
this.smartLabel29.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2675,7 +2712,7 @@
// labelLrJudg3
//
this.labelLrJudg3.BackGround = this.groupBoxInfo;
this.labelLrJudg3.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2698,7 +2735,7 @@
// labelLrSec3
//
this.labelLrSec3.BackGround = this.groupBoxInfo;
this.labelLrSec3.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2721,7 +2758,7 @@
// smartLabel17
//
this.smartLabel17.BackGround = this.groupBoxInfo;
this.smartLabel17.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2744,7 +2781,7 @@
// smartLabel18
//
this.smartLabel18.BackGround = this.groupBoxInfo;
this.smartLabel18.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2767,7 +2804,7 @@
// labelPressureMaster3
//
this.labelPressureMaster3.BackGround = this.groupBoxInfo;
this.labelPressureMaster3.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2790,7 +2827,7 @@
// smartLabel20
//
this.smartLabel20.BackGround = this.groupBoxInfo;
this.smartLabel20.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel20.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2836,7 +2873,7 @@
// labelLrJudg2
//
this.labelLrJudg2.BackGround = this.groupBoxInfo;
this.labelLrJudg2.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2859,7 +2896,7 @@
// labelLrSec2
//
this.labelLrSec2.BackGround = this.groupBoxInfo;
this.labelLrSec2.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2882,7 +2919,7 @@
// smartLabel8
//
this.smartLabel8.BackGround = this.groupBoxInfo;
this.smartLabel8.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2905,7 +2942,7 @@
// smartLabel9
//
this.smartLabel9.BackGround = this.groupBoxInfo;
this.smartLabel9.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2928,7 +2965,7 @@
// labelPressureMaster2
//
this.labelPressureMaster2.BackGround = this.groupBoxInfo;
this.labelPressureMaster2.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureMaster2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureMaster2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureMaster2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureMaster2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2951,7 +2988,7 @@
// smartLabel11
//
this.smartLabel11.BackGround = this.groupBoxInfo;
this.smartLabel11.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -2997,7 +3034,7 @@
// labelLrJudg1
//
this.labelLrJudg1.BackGround = this.groupBoxInfo;
this.labelLrJudg1.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrJudg1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrJudg1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrJudg1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrJudg1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3020,7 +3057,7 @@
// labelLrSec1
//
this.labelLrSec1.BackGround = this.groupBoxInfo;
this.labelLrSec1.BackGroundColor = System.Drawing.Color.Gray;
this.labelLrSec1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLrSec1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLrSec1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3043,7 +3080,7 @@
// smartLabel55
//
this.smartLabel55.BackGround = this.groupBoxInfo;
this.smartLabel55.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel55.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel55.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel55.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel55.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3066,7 +3103,7 @@
// smartLabel54
//
this.smartLabel54.BackGround = this.groupBoxInfo;
this.smartLabel54.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel54.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel54.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel54.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3089,7 +3126,7 @@
// labelPressureWorking1
//
this.labelPressureWorking1.BackGround = this.groupBoxInfo;
this.labelPressureWorking1.BackGroundColor = System.Drawing.Color.Gray;
this.labelPressureWorking1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPressureWorking1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPressureWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPressureWorking1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3112,7 +3149,7 @@
// smartLabel4
//
this.smartLabel4.BackGround = this.groupBoxInfo;
this.smartLabel4.BackGroundColor = System.Drawing.Color.Gray;
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
@ -3141,6 +3178,275 @@
this.smartTimerProgressBar.TimeFormStringSeparator = ":";
this.smartTimerProgressBar.Tick += new System.EventHandler(this.smartTimerProgressBar_Tick);
//
// buttonDisplayChange
//
this.buttonDisplayChange.BackGround = this.groupBoxResult;
this.buttonDisplayChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.buttonDisplayChange.ButtonColor = System.Drawing.Color.Gray;
this.buttonDisplayChange.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonDisplayChange.ButtonImageAutoSize = true;
this.buttonDisplayChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDisplayChange.ButtonText = "◀▶";
this.buttonDisplayChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDisplayChange.GroupID = 0;
this.buttonDisplayChange.ImageDisable = null;
this.buttonDisplayChange.ImageDown = null;
this.buttonDisplayChange.ImageUp = null;
this.buttonDisplayChange.Location = new System.Drawing.Point(232, 3);
this.buttonDisplayChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDisplayChange.Name = "buttonDisplayChange";
this.buttonDisplayChange.NestedClickEventPrevent = false;
this.buttonDisplayChange.OutlinePixel = 2;
this.buttonDisplayChange.OverlapOptimize = true;
this.buttonDisplayChange.RepeatInterval = 200;
this.buttonDisplayChange.RepeatIntervalAccelerate = null;
this.buttonDisplayChange.RoundSize = 10;
this.buttonDisplayChange.SafeInterval = 200;
this.buttonDisplayChange.Size = new System.Drawing.Size(60, 30);
this.buttonDisplayChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDisplayChange.TabIndex = 41;
this.buttonDisplayChange.Text = null;
this.buttonDisplayChange.TextColor = System.Drawing.Color.White;
this.buttonDisplayChange.TextColorDisable = System.Drawing.Color.Gray;
this.buttonDisplayChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonDisplayChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplayChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDisplayChange.Click += new System.EventHandler(this.buttonDisplayChange_Click);
//
// smartSeparatorLine1
//
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine1.Location = new System.Drawing.Point(4, 66);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine1.TabIndex = 88;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// smartSeparatorLine2
//
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine2.Line1Width = 1F;
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine2.Line2Width = 1F;
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine2.Location = new System.Drawing.Point(186, 66);
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
this.smartSeparatorLine2.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine2.TabIndex = 89;
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
//
// smartSeparatorLine5
//
this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine5.Line1Width = 1F;
this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine5.Line2Width = 1F;
this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine5.Location = new System.Drawing.Point(4, 224);
this.smartSeparatorLine5.Name = "smartSeparatorLine5";
this.smartSeparatorLine5.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine5.TabIndex = 92;
this.smartSeparatorLine5.Text = "smartSeparatorLine5";
//
// smartSeparatorLine3
//
this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine3.Line1Width = 1F;
this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine3.Line2Width = 1F;
this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine3.Location = new System.Drawing.Point(196, 224);
this.smartSeparatorLine3.Name = "smartSeparatorLine3";
this.smartSeparatorLine3.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine3.TabIndex = 95;
this.smartSeparatorLine3.Text = "smartSeparatorLine3";
//
// smartSeparatorLine4
//
this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine4.Line1Width = 1F;
this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine4.Line2Width = 1F;
this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine4.Location = new System.Drawing.Point(378, 66);
this.smartSeparatorLine4.Name = "smartSeparatorLine4";
this.smartSeparatorLine4.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine4.TabIndex = 94;
this.smartSeparatorLine4.Text = "smartSeparatorLine4";
//
// smartSeparatorLine6
//
this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine6.Line1Width = 1F;
this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine6.Line2Width = 1F;
this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine6.Location = new System.Drawing.Point(196, 66);
this.smartSeparatorLine6.Name = "smartSeparatorLine6";
this.smartSeparatorLine6.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine6.TabIndex = 93;
this.smartSeparatorLine6.Text = "smartSeparatorLine6";
//
// smartSeparatorLine7
//
this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine7.Line1Width = 1F;
this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine7.Line2Width = 1F;
this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine7.Location = new System.Drawing.Point(388, 225);
this.smartSeparatorLine7.Name = "smartSeparatorLine7";
this.smartSeparatorLine7.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine7.TabIndex = 98;
this.smartSeparatorLine7.Text = "smartSeparatorLine7";
//
// smartSeparatorLine8
//
this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine8.Line1Width = 1F;
this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine8.Line2Width = 1F;
this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine8.Location = new System.Drawing.Point(570, 67);
this.smartSeparatorLine8.Name = "smartSeparatorLine8";
this.smartSeparatorLine8.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine8.TabIndex = 97;
this.smartSeparatorLine8.Text = "smartSeparatorLine8";
//
// smartSeparatorLine9
//
this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine9.Line1Width = 1F;
this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine9.Line2Width = 1F;
this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine9.Location = new System.Drawing.Point(388, 67);
this.smartSeparatorLine9.Name = "smartSeparatorLine9";
this.smartSeparatorLine9.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine9.TabIndex = 96;
this.smartSeparatorLine9.Text = "smartSeparatorLine9";
//
// smartSeparatorLine10
//
this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine10.Line1Width = 1F;
this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine10.Line2Width = 1F;
this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine10.Location = new System.Drawing.Point(4, 412);
this.smartSeparatorLine10.Name = "smartSeparatorLine10";
this.smartSeparatorLine10.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine10.TabIndex = 101;
this.smartSeparatorLine10.Text = "smartSeparatorLine10";
//
// smartSeparatorLine11
//
this.smartSeparatorLine11.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine11.Line1Width = 1F;
this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine11.Line2Width = 1F;
this.smartSeparatorLine11.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine11.Location = new System.Drawing.Point(186, 254);
this.smartSeparatorLine11.Name = "smartSeparatorLine11";
this.smartSeparatorLine11.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine11.TabIndex = 100;
this.smartSeparatorLine11.Text = "smartSeparatorLine11";
//
// smartSeparatorLine12
//
this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine12.Line1Width = 1F;
this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine12.Line2Width = 1F;
this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine12.Location = new System.Drawing.Point(4, 254);
this.smartSeparatorLine12.Name = "smartSeparatorLine12";
this.smartSeparatorLine12.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine12.TabIndex = 99;
this.smartSeparatorLine12.Text = "smartSeparatorLine12";
//
// smartSeparatorLine13
//
this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine13.Line1Width = 1F;
this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine13.Line2Width = 1F;
this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine13.Location = new System.Drawing.Point(196, 412);
this.smartSeparatorLine13.Name = "smartSeparatorLine13";
this.smartSeparatorLine13.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine13.TabIndex = 104;
this.smartSeparatorLine13.Text = "smartSeparatorLine13";
//
// smartSeparatorLine14
//
this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine14.Line1Width = 1F;
this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine14.Line2Width = 1F;
this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine14.Location = new System.Drawing.Point(378, 254);
this.smartSeparatorLine14.Name = "smartSeparatorLine14";
this.smartSeparatorLine14.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine14.TabIndex = 103;
this.smartSeparatorLine14.Text = "smartSeparatorLine14";
//
// smartSeparatorLine15
//
this.smartSeparatorLine15.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine15.Line1Width = 1F;
this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine15.Line2Width = 1F;
this.smartSeparatorLine15.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine15.Location = new System.Drawing.Point(196, 254);
this.smartSeparatorLine15.Name = "smartSeparatorLine15";
this.smartSeparatorLine15.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine15.TabIndex = 102;
this.smartSeparatorLine15.Text = "smartSeparatorLine15";
//
// smartSeparatorLine16
//
this.smartSeparatorLine16.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine16.Line1Width = 1F;
this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine16.Line2Width = 1F;
this.smartSeparatorLine16.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine16.Location = new System.Drawing.Point(388, 412);
this.smartSeparatorLine16.Name = "smartSeparatorLine16";
this.smartSeparatorLine16.Size = new System.Drawing.Size(184, 2);
this.smartSeparatorLine16.TabIndex = 107;
this.smartSeparatorLine16.Text = "smartSeparatorLine16";
//
// smartSeparatorLine17
//
this.smartSeparatorLine17.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine17.Line1Width = 1F;
this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine17.Line2Width = 1F;
this.smartSeparatorLine17.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine17.Location = new System.Drawing.Point(570, 254);
this.smartSeparatorLine17.Name = "smartSeparatorLine17";
this.smartSeparatorLine17.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine17.TabIndex = 106;
this.smartSeparatorLine17.Text = "smartSeparatorLine17";
//
// smartSeparatorLine18
//
this.smartSeparatorLine18.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.smartSeparatorLine18.Line1Width = 1F;
this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.smartSeparatorLine18.Line2Width = 1F;
this.smartSeparatorLine18.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine18.Location = new System.Drawing.Point(388, 254);
this.smartSeparatorLine18.Name = "smartSeparatorLine18";
this.smartSeparatorLine18.Size = new System.Drawing.Size(2, 158);
this.smartSeparatorLine18.TabIndex = 105;
this.smartSeparatorLine18.Text = "smartSeparatorLine18";
//
// ControlMainDisplay_1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -3292,5 +3598,24 @@
private SmartX.SmartLabel smartLabel36;
private SmartX.SmartTimer smartTimerProgressBar;
private SmartX.SmartLabel labelInspectionReady;
private SmartX.SmartButton buttonDisplayChange;
private SmartX.SmartSeparatorLine smartSeparatorLine5;
private SmartX.SmartSeparatorLine smartSeparatorLine2;
private SmartX.SmartSeparatorLine smartSeparatorLine1;
private SmartX.SmartSeparatorLine smartSeparatorLine16;
private SmartX.SmartSeparatorLine smartSeparatorLine17;
private SmartX.SmartSeparatorLine smartSeparatorLine18;
private SmartX.SmartSeparatorLine smartSeparatorLine13;
private SmartX.SmartSeparatorLine smartSeparatorLine14;
private SmartX.SmartSeparatorLine smartSeparatorLine15;
private SmartX.SmartSeparatorLine smartSeparatorLine10;
private SmartX.SmartSeparatorLine smartSeparatorLine11;
private SmartX.SmartSeparatorLine smartSeparatorLine12;
private SmartX.SmartSeparatorLine smartSeparatorLine7;
private SmartX.SmartSeparatorLine smartSeparatorLine8;
private SmartX.SmartSeparatorLine smartSeparatorLine9;
private SmartX.SmartSeparatorLine smartSeparatorLine3;
private SmartX.SmartSeparatorLine smartSeparatorLine4;
private SmartX.SmartSeparatorLine smartSeparatorLine6;
}
}

View File

@ -74,7 +74,7 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
this.ColorResultNG = Color.FromArgb(255, 128, 128);
this.ColorResultNone = Color.FromArgb(224, 224, 224);
this.labelInspectionReady.BackGroundColor = this.ColorResultNG;
this.labelInspectionReady.RoundRectFillColor = this.ColorResultNG;
}
private void Initialize()
{
@ -291,9 +291,9 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
public void UpdateDisplayInspectionReadStatus(SystemStatus status)
{
if (status.InspectionReady == false)
this.labelInspectionReady.BackGroundColor = this.ColorResultNG;
this.labelInspectionReady.RoundRectFillColor = this.ColorResultNG;
else
this.labelInspectionReady.BackGroundColor = this.ColorResultPass;
this.labelInspectionReady.RoundRectFillColor = this.ColorResultPass;
}
// 진행상태 데이터
@ -770,7 +770,11 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
else
this.progressBar1.Value++;
}
}
}
private void buttonDisplayChange_Click(object sender, EventArgs e)
{
this.ParentForm.UpdateDisplayListChange(true);
}
#endregion
}
}

View File

@ -37,6 +37,10 @@
this.smartLabel6 = new SmartX.SmartLabel();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelLeakTotalCNT = new SmartX.SmartLabel();
this.labelPassTotalCNT = new SmartX.SmartLabel();
this.smartLabel11 = new SmartX.SmartLabel();
this.smartLabel10 = new SmartX.SmartLabel();
this.smartButton6 = new SmartX.SmartButton();
this.smartButton5 = new SmartX.SmartButton();
this.smartButton4 = new SmartX.SmartButton();
@ -57,10 +61,7 @@
this.labelPassCNT1 = new SmartX.SmartLabel();
this.smartLabel9 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel();
this.smartLabel10 = new SmartX.SmartLabel();
this.smartLabel11 = new SmartX.SmartLabel();
this.labelPassTotalCNT = new SmartX.SmartLabel();
this.labelLeakTotalCNT = new SmartX.SmartLabel();
this.buttonDisplayChange = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -79,7 +80,7 @@
this.listBoxTime.ItemOffsetY = 0;
this.listBoxTime.ItemTextOffsetX = 0;
this.listBoxTime.ItemTextOffsetY = 1;
this.listBoxTime.Location = new System.Drawing.Point(12, 43);
this.listBoxTime.Location = new System.Drawing.Point(12, 75);
this.listBoxTime.MouseMoveEventSpace = 3;
this.listBoxTime.MouseMoveSpace = 10;
this.listBoxTime.Name = "listBoxTime";
@ -172,7 +173,7 @@
this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxTime.SeparationlineVisibleBottom = true;
this.listBoxTime.SeparationlineVisibleTop = true;
this.listBoxTime.Size = new System.Drawing.Size(856, 270);
this.listBoxTime.Size = new System.Drawing.Size(856, 250);
this.listBoxTime.TabIndex = 0;
this.listBoxTime.Text = "smartListBox1";
this.listBoxTime.TextColor = System.Drawing.Color.White;
@ -187,7 +188,7 @@
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(12, 7);
this.smartLabel1.Location = new System.Drawing.Point(12, 43);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.OverlapOptimize = true;
this.smartLabel1.PasswordChar = '\0';
@ -210,7 +211,7 @@
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(148, 7);
this.smartLabel2.Location = new System.Drawing.Point(148, 43);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.OverlapOptimize = true;
this.smartLabel2.PasswordChar = '\0';
@ -233,7 +234,7 @@
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(268, 7);
this.smartLabel3.Location = new System.Drawing.Point(268, 43);
this.smartLabel3.Name = "smartLabel3";
this.smartLabel3.OverlapOptimize = true;
this.smartLabel3.PasswordChar = '\0';
@ -256,7 +257,7 @@
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(388, 7);
this.smartLabel4.Location = new System.Drawing.Point(388, 43);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.OverlapOptimize = true;
this.smartLabel4.PasswordChar = '\0';
@ -279,7 +280,7 @@
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(508, 7);
this.smartLabel5.Location = new System.Drawing.Point(508, 43);
this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.OverlapOptimize = true;
this.smartLabel5.PasswordChar = '\0';
@ -302,7 +303,7 @@
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel6.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(628, 7);
this.smartLabel6.Location = new System.Drawing.Point(628, 43);
this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0';
@ -325,7 +326,7 @@
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(748, 7);
this.smartLabel7.Location = new System.Drawing.Point(748, 43);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0';
@ -345,6 +346,7 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.BackImage = null;
this.smartGroupBox1.Controls.Add(this.buttonDisplayChange);
this.smartGroupBox1.Controls.Add(this.labelLeakTotalCNT);
this.smartGroupBox1.Controls.Add(this.labelPassTotalCNT);
this.smartGroupBox1.Controls.Add(this.smartLabel11);
@ -377,19 +379,111 @@
this.smartGroupBox1.Controls.Add(this.smartLabel5);
this.smartGroupBox1.Controls.Add(this.smartLabel3);
this.smartGroupBox1.Controls.Add(this.smartLabel4);
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)(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.None;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox1.HeaderHeightOffset = 12;
this.smartGroupBox1.Location = new System.Drawing.Point(17, 11);
this.smartGroupBox1.Location = new System.Drawing.Point(17, 3);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(880, 410);
this.smartGroupBox1.Size = new System.Drawing.Size(880, 420);
this.smartGroupBox1.TabIndex = 8;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.Text = "Result List";
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
//
// labelLeakTotalCNT
//
this.labelLeakTotalCNT.BackGround = null;
this.labelLeakTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLeakTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelLeakTotalCNT.LineSpacing = 0F;
this.labelLeakTotalCNT.Location = new System.Drawing.Point(630, 388);
this.labelLeakTotalCNT.Name = "labelLeakTotalCNT";
this.labelLeakTotalCNT.OverlapOptimize = true;
this.labelLeakTotalCNT.PasswordChar = '\0';
this.labelLeakTotalCNT.Radius = 3;
this.labelLeakTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakTotalCNT.Size = new System.Drawing.Size(240, 25);
this.labelLeakTotalCNT.TabIndex = 39;
this.labelLeakTotalCNT.Text = "0";
this.labelLeakTotalCNT.TextColor = System.Drawing.Color.Red;
this.labelLeakTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelLeakTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLeakTotalCNT.Wordwrap = false;
//
// labelPassTotalCNT
//
this.labelPassTotalCNT.BackGround = null;
this.labelPassTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPassTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelPassTotalCNT.LineSpacing = 0F;
this.labelPassTotalCNT.Location = new System.Drawing.Point(198, 388);
this.labelPassTotalCNT.Name = "labelPassTotalCNT";
this.labelPassTotalCNT.OverlapOptimize = true;
this.labelPassTotalCNT.PasswordChar = '\0';
this.labelPassTotalCNT.Radius = 3;
this.labelPassTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassTotalCNT.Size = new System.Drawing.Size(240, 25);
this.labelPassTotalCNT.TabIndex = 38;
this.labelPassTotalCNT.Text = "0";
this.labelPassTotalCNT.TextColor = System.Drawing.Color.Green;
this.labelPassTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelPassTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassTotalCNT.Wordwrap = false;
//
// smartLabel11
//
this.smartLabel11.BackGround = null;
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel11.LineSpacing = 0F;
this.smartLabel11.Location = new System.Drawing.Point(444, 388);
this.smartLabel11.Name = "smartLabel11";
this.smartLabel11.OverlapOptimize = true;
this.smartLabel11.PasswordChar = '\0';
this.smartLabel11.Radius = 3;
this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel11.Size = new System.Drawing.Size(180, 25);
this.smartLabel11.TabIndex = 37;
this.smartLabel11.Text = "Leak";
this.smartLabel11.TextColor = System.Drawing.Color.Red;
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel11.Wordwrap = false;
//
// smartLabel10
//
this.smartLabel10.BackGround = null;
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(12, 388);
this.smartLabel10.Name = "smartLabel10";
this.smartLabel10.OverlapOptimize = true;
this.smartLabel10.PasswordChar = '\0';
this.smartLabel10.Radius = 3;
this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel10.Size = new System.Drawing.Size(180, 25);
this.smartLabel10.TabIndex = 36;
this.smartLabel10.Text = "Pass";
this.smartLabel10.TextColor = System.Drawing.Color.Green;
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel10.Wordwrap = false;
//
// smartButton6
//
this.smartButton6.BackGround = this.smartGroupBox1;
@ -404,7 +498,7 @@
this.smartButton6.ImageDisable = null;
this.smartButton6.ImageDown = null;
this.smartButton6.ImageUp = null;
this.smartButton6.Location = new System.Drawing.Point(725, 283);
this.smartButton6.Location = new System.Drawing.Point(725, 300);
this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton6.Name = "smartButton6";
this.smartButton6.NestedClickEventPrevent = false;
@ -440,7 +534,7 @@
this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null;
this.smartButton5.Location = new System.Drawing.Point(619, 283);
this.smartButton5.Location = new System.Drawing.Point(619, 300);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false;
@ -476,7 +570,7 @@
this.smartButton4.ImageDisable = null;
this.smartButton4.ImageDown = null;
this.smartButton4.ImageUp = null;
this.smartButton4.Location = new System.Drawing.Point(513, 283);
this.smartButton4.Location = new System.Drawing.Point(513, 300);
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton4.Name = "smartButton4";
this.smartButton4.NestedClickEventPrevent = false;
@ -512,7 +606,7 @@
this.smartButton3.ImageDisable = null;
this.smartButton3.ImageDown = null;
this.smartButton3.ImageUp = null;
this.smartButton3.Location = new System.Drawing.Point(297, 283);
this.smartButton3.Location = new System.Drawing.Point(297, 300);
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton3.Name = "smartButton3";
this.smartButton3.NestedClickEventPrevent = false;
@ -548,7 +642,7 @@
this.smartButton2.ImageDisable = null;
this.smartButton2.ImageDown = null;
this.smartButton2.ImageUp = null;
this.smartButton2.Location = new System.Drawing.Point(169, 283);
this.smartButton2.Location = new System.Drawing.Point(169, 300);
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton2.Name = "smartButton2";
this.smartButton2.NestedClickEventPrevent = false;
@ -584,7 +678,7 @@
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(27, 278);
this.smartButton1.Location = new System.Drawing.Point(27, 295);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
@ -614,7 +708,7 @@
this.labelLeakCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT6.LineSpacing = 0F;
this.labelLeakCNT6.Location = new System.Drawing.Point(748, 340);
this.labelLeakCNT6.Location = new System.Drawing.Point(748, 357);
this.labelLeakCNT6.Name = "labelLeakCNT6";
this.labelLeakCNT6.OverlapOptimize = true;
this.labelLeakCNT6.PasswordChar = '\0';
@ -637,7 +731,7 @@
this.labelPassCNT6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT6.LineSpacing = 0F;
this.labelPassCNT6.Location = new System.Drawing.Point(748, 314);
this.labelPassCNT6.Location = new System.Drawing.Point(748, 331);
this.labelPassCNT6.Name = "labelPassCNT6";
this.labelPassCNT6.OverlapOptimize = true;
this.labelPassCNT6.PasswordChar = '\0';
@ -660,7 +754,7 @@
this.labelLeakCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT5.LineSpacing = 0F;
this.labelLeakCNT5.Location = new System.Drawing.Point(628, 340);
this.labelLeakCNT5.Location = new System.Drawing.Point(628, 357);
this.labelLeakCNT5.Name = "labelLeakCNT5";
this.labelLeakCNT5.OverlapOptimize = true;
this.labelLeakCNT5.PasswordChar = '\0';
@ -683,7 +777,7 @@
this.labelPassCNT5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT5.LineSpacing = 0F;
this.labelPassCNT5.Location = new System.Drawing.Point(628, 314);
this.labelPassCNT5.Location = new System.Drawing.Point(628, 331);
this.labelPassCNT5.Name = "labelPassCNT5";
this.labelPassCNT5.OverlapOptimize = true;
this.labelPassCNT5.PasswordChar = '\0';
@ -706,7 +800,7 @@
this.labelLeakCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT4.LineSpacing = 0F;
this.labelLeakCNT4.Location = new System.Drawing.Point(508, 340);
this.labelLeakCNT4.Location = new System.Drawing.Point(508, 357);
this.labelLeakCNT4.Name = "labelLeakCNT4";
this.labelLeakCNT4.OverlapOptimize = true;
this.labelLeakCNT4.PasswordChar = '\0';
@ -729,7 +823,7 @@
this.labelPassCNT4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT4.LineSpacing = 0F;
this.labelPassCNT4.Location = new System.Drawing.Point(508, 314);
this.labelPassCNT4.Location = new System.Drawing.Point(508, 331);
this.labelPassCNT4.Name = "labelPassCNT4";
this.labelPassCNT4.OverlapOptimize = true;
this.labelPassCNT4.PasswordChar = '\0';
@ -752,7 +846,7 @@
this.labelLeakCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT3.LineSpacing = 0F;
this.labelLeakCNT3.Location = new System.Drawing.Point(388, 340);
this.labelLeakCNT3.Location = new System.Drawing.Point(388, 357);
this.labelLeakCNT3.Name = "labelLeakCNT3";
this.labelLeakCNT3.OverlapOptimize = true;
this.labelLeakCNT3.PasswordChar = '\0';
@ -775,7 +869,7 @@
this.labelPassCNT3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT3.LineSpacing = 0F;
this.labelPassCNT3.Location = new System.Drawing.Point(388, 314);
this.labelPassCNT3.Location = new System.Drawing.Point(388, 331);
this.labelPassCNT3.Name = "labelPassCNT3";
this.labelPassCNT3.OverlapOptimize = true;
this.labelPassCNT3.PasswordChar = '\0';
@ -798,7 +892,7 @@
this.labelLeakCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT2.LineSpacing = 0F;
this.labelLeakCNT2.Location = new System.Drawing.Point(268, 340);
this.labelLeakCNT2.Location = new System.Drawing.Point(268, 357);
this.labelLeakCNT2.Name = "labelLeakCNT2";
this.labelLeakCNT2.OverlapOptimize = true;
this.labelLeakCNT2.PasswordChar = '\0';
@ -821,7 +915,7 @@
this.labelPassCNT2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT2.LineSpacing = 0F;
this.labelPassCNT2.Location = new System.Drawing.Point(268, 314);
this.labelPassCNT2.Location = new System.Drawing.Point(268, 331);
this.labelPassCNT2.Name = "labelPassCNT2";
this.labelPassCNT2.OverlapOptimize = true;
this.labelPassCNT2.PasswordChar = '\0';
@ -844,7 +938,7 @@
this.labelLeakCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelLeakCNT1.LineSpacing = 0F;
this.labelLeakCNT1.Location = new System.Drawing.Point(148, 340);
this.labelLeakCNT1.Location = new System.Drawing.Point(148, 357);
this.labelLeakCNT1.Name = "labelLeakCNT1";
this.labelLeakCNT1.OverlapOptimize = true;
this.labelLeakCNT1.PasswordChar = '\0';
@ -867,7 +961,7 @@
this.labelPassCNT1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassCNT1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelPassCNT1.LineSpacing = 0F;
this.labelPassCNT1.Location = new System.Drawing.Point(148, 314);
this.labelPassCNT1.Location = new System.Drawing.Point(148, 331);
this.labelPassCNT1.Name = "labelPassCNT1";
this.labelPassCNT1.OverlapOptimize = true;
this.labelPassCNT1.PasswordChar = '\0';
@ -890,7 +984,7 @@
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel9.LineSpacing = 0F;
this.smartLabel9.Location = new System.Drawing.Point(12, 340);
this.smartLabel9.Location = new System.Drawing.Point(12, 357);
this.smartLabel9.Name = "smartLabel9";
this.smartLabel9.OverlapOptimize = true;
this.smartLabel9.PasswordChar = '\0';
@ -913,7 +1007,7 @@
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel8.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(12, 314);
this.smartLabel8.Location = new System.Drawing.Point(12, 331);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
@ -928,97 +1022,40 @@
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false;
//
// smartLabel10
// buttonDisplayChange
//
this.smartLabel10.BackGround = null;
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel10.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(12, 371);
this.smartLabel10.Name = "smartLabel10";
this.smartLabel10.OverlapOptimize = true;
this.smartLabel10.PasswordChar = '\0';
this.smartLabel10.Radius = 3;
this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel10.Size = new System.Drawing.Size(180, 30);
this.smartLabel10.TabIndex = 36;
this.smartLabel10.Text = "Pass";
this.smartLabel10.TextColor = System.Drawing.Color.Green;
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel10.Wordwrap = false;
//
// smartLabel11
//
this.smartLabel11.BackGround = null;
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel11.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel11.LineSpacing = 0F;
this.smartLabel11.Location = new System.Drawing.Point(444, 371);
this.smartLabel11.Name = "smartLabel11";
this.smartLabel11.OverlapOptimize = true;
this.smartLabel11.PasswordChar = '\0';
this.smartLabel11.Radius = 3;
this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel11.Size = new System.Drawing.Size(180, 30);
this.smartLabel11.TabIndex = 37;
this.smartLabel11.Text = "Leak";
this.smartLabel11.TextColor = System.Drawing.Color.Red;
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel11.Wordwrap = false;
//
// labelPassTotalCNT
//
this.labelPassTotalCNT.BackGround = null;
this.labelPassTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelPassTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelPassTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPassTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelPassTotalCNT.LineSpacing = 0F;
this.labelPassTotalCNT.Location = new System.Drawing.Point(198, 371);
this.labelPassTotalCNT.Name = "labelPassTotalCNT";
this.labelPassTotalCNT.OverlapOptimize = true;
this.labelPassTotalCNT.PasswordChar = '\0';
this.labelPassTotalCNT.Radius = 3;
this.labelPassTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelPassTotalCNT.Size = new System.Drawing.Size(240, 30);
this.labelPassTotalCNT.TabIndex = 38;
this.labelPassTotalCNT.Text = "0";
this.labelPassTotalCNT.TextColor = System.Drawing.Color.Green;
this.labelPassTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
this.labelPassTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelPassTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassTotalCNT.Wordwrap = false;
//
// labelLeakTotalCNT
//
this.labelLeakTotalCNT.BackGround = null;
this.labelLeakTotalCNT.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelLeakTotalCNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelLeakTotalCNT.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelLeakTotalCNT.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelLeakTotalCNT.LineSpacing = 0F;
this.labelLeakTotalCNT.Location = new System.Drawing.Point(630, 371);
this.labelLeakTotalCNT.Name = "labelLeakTotalCNT";
this.labelLeakTotalCNT.OverlapOptimize = true;
this.labelLeakTotalCNT.PasswordChar = '\0';
this.labelLeakTotalCNT.Radius = 3;
this.labelLeakTotalCNT.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.labelLeakTotalCNT.Size = new System.Drawing.Size(240, 30);
this.labelLeakTotalCNT.TabIndex = 39;
this.labelLeakTotalCNT.Text = "0";
this.labelLeakTotalCNT.TextColor = System.Drawing.Color.Red;
this.labelLeakTotalCNT.TextColorDisable = System.Drawing.Color.Gray;
this.labelLeakTotalCNT.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelLeakTotalCNT.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelLeakTotalCNT.Wordwrap = false;
this.buttonDisplayChange.BackGround = this.smartGroupBox1;
this.buttonDisplayChange.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.buttonDisplayChange.ButtonColor = System.Drawing.Color.Gray;
this.buttonDisplayChange.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.buttonDisplayChange.ButtonImageAutoSize = true;
this.buttonDisplayChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDisplayChange.ButtonText = "◀▶";
this.buttonDisplayChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDisplayChange.GroupID = 0;
this.buttonDisplayChange.ImageDisable = null;
this.buttonDisplayChange.ImageDown = null;
this.buttonDisplayChange.ImageUp = null;
this.buttonDisplayChange.Location = new System.Drawing.Point(817, 3);
this.buttonDisplayChange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDisplayChange.Name = "buttonDisplayChange";
this.buttonDisplayChange.NestedClickEventPrevent = false;
this.buttonDisplayChange.OutlinePixel = 2;
this.buttonDisplayChange.OverlapOptimize = true;
this.buttonDisplayChange.RepeatInterval = 200;
this.buttonDisplayChange.RepeatIntervalAccelerate = null;
this.buttonDisplayChange.RoundSize = 10;
this.buttonDisplayChange.SafeInterval = 200;
this.buttonDisplayChange.Size = new System.Drawing.Size(60, 30);
this.buttonDisplayChange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonDisplayChange.TabIndex = 40;
this.buttonDisplayChange.Text = null;
this.buttonDisplayChange.TextColor = System.Drawing.Color.White;
this.buttonDisplayChange.TextColorDisable = System.Drawing.Color.Gray;
this.buttonDisplayChange.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonDisplayChange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplayChange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDisplayChange.Click += new System.EventHandler(this.buttonDisplayChange_Click);
//
// ControlMainDisplay_4
//
@ -1027,7 +1064,7 @@
this.BackColor = System.Drawing.Color.Black;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlMainDisplay_4";
this.Size = new System.Drawing.Size(910, 428);
this.Size = new System.Drawing.Size(910, 432);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
@ -1068,5 +1105,6 @@
private SmartX.SmartLabel smartLabel10;
private SmartX.SmartLabel labelLeakTotalCNT;
private SmartX.SmartLabel labelPassTotalCNT;
private SmartX.SmartButton buttonDisplayChange;
}
}

View File

@ -192,7 +192,11 @@ namespace INT_LKD_PTB6_DW.Controls.MainDisplay
private void listBox_SelectedIndexChanged(object sender, EventArgs e)
{
this.listBoxTime.SelectItemIndex = -1;
}
}
private void buttonDisplayChange_Click(object sender, EventArgs e)
{
this.ParentForm.UpdateDisplayListChange(false);
}
#endregion
private void smartButton1_Click(object sender, EventArgs e)

File diff suppressed because it is too large Load Diff

View File

@ -195,13 +195,25 @@ namespace INT_LKD_PTB6_DW.Controls
this.comboBoxEquipmentType.SelectedIndexChanged += new EventHandler(this.comboBoxEquipmentType_SelectedIndexChanged);
}
}
private void UpdateDisplayAlarmActionSetting(AlarmActionSetting item)
{
if (this.checkBoxA1_BZ.Checked != item.A1_Buzzer)
this.checkBoxA1_BZ.Checked = item.A1_Buzzer;
if (this.checkBoxA2_BZ.Checked != item.A2_Buzzer)
this.checkBoxA2_BZ.Checked = item.A2_Buzzer;
if (this.checkBoxA5_BZ.Checked != item.A5_Buzzer)
this.checkBoxA5_BZ.Checked = item.A5_Buzzer;
}
public void DisplayRefresh()
{
this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu);
this.UpdateDisplayControlData(this.ParentForm.ParentForm.SystemConfig);
this.UpdateDisplayUser(this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser);
this.UpdateDisplayControlData(this.ParentForm.ParentForm.SystemConfig);
this.UpdateDisplayAlarmActionSetting(this.ParentForm.ParentForm.CurrentAlarmActionSetting);
}
#endregion
@ -480,6 +492,34 @@ namespace INT_LKD_PTB6_DW.Controls
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.Language, "", before, after);
}
private void checkBoxA1_BZ_Click(object sender, EventArgs e)
{
if (this.ParentForm.ParentForm.CurrentAlarmActionSetting.A1_Buzzer != this.checkBoxA1_BZ.Checked)
{
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A1_Buzzer = this.checkBoxA1_BZ.Checked;
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A1_Message = this.checkBoxA1_BZ.Checked;
this.ParentForm.ParentForm.SaveAlarmActionSettingFile(this.ParentForm.ParentForm.CurrentAlarmActionSetting);
}
}
private void checkBoxA2_BZ_Click(object sender, EventArgs e)
{
if (this.ParentForm.ParentForm.CurrentAlarmActionSetting.A2_Buzzer != this.checkBoxA2_BZ.Checked)
{
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A2_Buzzer = this.checkBoxA2_BZ.Checked;
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A2_Message = this.checkBoxA2_BZ.Checked;
this.ParentForm.ParentForm.SaveAlarmActionSettingFile(this.ParentForm.ParentForm.CurrentAlarmActionSetting);
}
}
private void checkBoxA5_BZ_Click(object sender, EventArgs e)
{
if (this.ParentForm.ParentForm.CurrentAlarmActionSetting.A5_Buzzer != this.checkBoxA5_BZ.Checked)
{
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A5_Buzzer = this.checkBoxA5_BZ.Checked;
this.ParentForm.ParentForm.CurrentAlarmActionSetting.A5_Message = this.checkBoxA5_BZ.Checked;
this.ParentForm.ParentForm.SaveAlarmActionSettingFile(this.ParentForm.ParentForm.CurrentAlarmActionSetting);
}
}
private void smartTimerMessageShow_Tick(object sender, EventArgs e)
{
this.smartTimerMessageShow.Stop();

View File

@ -2,6 +2,7 @@
using System.Linq;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.InteropServices;
using System.Text;
namespace INT_LKD_PTB6_DW.DataStore
@ -9,33 +10,33 @@ namespace INT_LKD_PTB6_DW.DataStore
public class AlarmList
{
#region Field
private bool m_A1_ServoUnlock;
private bool m_A1_EmergencyStop;
private bool m_A2_PressureError;
private bool m_A3_EmergencyStop;
private bool m_A4_ServoOrigin;
private bool m_A3_;
private bool m_A4_;
private bool m_A5_ServoAlarm1;
private bool m_A6_ServoTorqueAlarm1;
private bool m_A7_ServoAlarm2;
private bool m_A8_ServoTorqueAlarm2;
private bool m_A5_ServoAlarm;
private bool m_A6_ServoTorqueAlarm;
private bool m_A7_;
private bool m_A8_;
private bool m_A9_PressureSensorError1;
private bool m_A10_PressureSensorError2;
private bool m_A9_PressureSensorError;
private bool m_A10_;
private bool m_A11_;
private bool m_A12_;
private bool m_A13_DiffSensorError1;
private bool m_A14_DiffSensorError2;
private bool m_A13_DiffSensorError;
private bool m_A14_;
private bool m_A15_;
private bool m_A16_;
private bool m_A17_DispSensorError1;
private bool m_A18_DispSensorError2;
private bool m_A17_DispSensorError;
private bool m_A18_;
private bool m_A19_;
private bool m_A20_;
private bool m_A21_FeederKey;
private bool m_A22_ChamberMoveError;
private bool m_A21_;
private bool m_A22_;
private bool m_A23_;
private bool m_A24_;
@ -50,57 +51,57 @@ namespace INT_LKD_PTB6_DW.DataStore
#endregion
#region Property
public bool A1_ServoUnlock
public bool A1_EmergencyStop
{
get { return this.m_A1_ServoUnlock; }
private set { this.m_A1_ServoUnlock = value; }
get { return this.m_A1_EmergencyStop; }
private set { this.m_A1_EmergencyStop = value; }
}
public bool A2_PressureError
{
get { return this.m_A2_PressureError; }
private set { this.m_A2_PressureError = value; }
}
public bool A3_EmergencyStop
public bool A3_
{
get { return this.m_A3_EmergencyStop; }
private set { this.m_A3_EmergencyStop = value; }
get { return this.m_A3_; }
private set { this.m_A3_ = value; }
}
public bool A4_ServoOrigin
public bool A4_
{
get { return this.m_A4_ServoOrigin; }
set { this.m_A4_ServoOrigin = value; }
get { return this.m_A4_; }
set { this.m_A4_ = value; }
}
public bool A5_ServoAlarm1
public bool A5_ServoAlarm
{
get { return this.m_A5_ServoAlarm1; }
private set { this.m_A5_ServoAlarm1 = value; }
get { return this.m_A5_ServoAlarm; }
private set { this.m_A5_ServoAlarm = value; }
}
public bool A6_ServoTorqueAlarm1
public bool A6_ServoTorqueAlarm
{
get { return this.m_A6_ServoTorqueAlarm1; }
private set { this.m_A6_ServoTorqueAlarm1 = value; }
get { return this.m_A6_ServoTorqueAlarm; }
private set { this.m_A6_ServoTorqueAlarm = value; }
}
public bool A7_ServoAlarm2
public bool A7_
{
get { return this.m_A7_ServoAlarm2; }
private set { this.m_A7_ServoAlarm2 = value; }
get { return this.m_A7_; }
private set { this.m_A7_ = value; }
}
public bool A8_ServoTorqueAlarm2
public bool A8_
{
get { return this.m_A8_ServoTorqueAlarm2; }
private set { this.m_A8_ServoTorqueAlarm2 = value; }
get { return this.m_A8_; }
private set { this.m_A8_ = value; }
}
public bool A9_PressureSensorError1
public bool A9_PressureSensorError
{
get { return this.m_A9_PressureSensorError1; }
private set { this.m_A9_PressureSensorError1 = value; }
get { return this.m_A9_PressureSensorError; }
private set { this.m_A9_PressureSensorError = value; }
}
public bool A10_PressureSensorError2
public bool A10_
{
get { return this.m_A10_PressureSensorError2; }
private set { this.m_A10_PressureSensorError2 = value; }
get { return this.m_A10_; }
private set { this.m_A10_ = value; }
}
public bool A11_
{
@ -113,15 +114,15 @@ namespace INT_LKD_PTB6_DW.DataStore
set { this.m_A12_ = value; }
}
public bool A13_DiffSensorError1
public bool A13_DiffSensorError
{
get { return this.m_A13_DiffSensorError1; }
private set { this.m_A13_DiffSensorError1 = value; }
get { return this.m_A13_DiffSensorError; }
private set { this.m_A13_DiffSensorError = value; }
}
public bool A14_DiffSensorError2
public bool A14_
{
get { return this.m_A14_DiffSensorError2; }
private set { this.m_A14_DiffSensorError2 = value; }
get { return this.m_A14_; }
private set { this.m_A14_ = value; }
}
public bool A15_
{
@ -134,15 +135,15 @@ namespace INT_LKD_PTB6_DW.DataStore
set { this.m_A16_ = value; }
}
public bool A17_DispSensorError1
public bool A17_DispSensorError
{
get { return this.m_A17_DispSensorError1; }
private set { this.m_A17_DispSensorError1 = value; }
get { return this.m_A17_DispSensorError; }
private set { this.m_A17_DispSensorError = value; }
}
public bool A18_DispSensorError2
public bool A18_
{
get { return this.m_A18_DispSensorError2; }
private set { this.m_A18_DispSensorError2 = value; }
get { return this.m_A18_; }
private set { this.m_A18_ = value; }
}
public bool A19_
{
@ -155,15 +156,15 @@ namespace INT_LKD_PTB6_DW.DataStore
set { this.m_A20_ = value; }
}
public bool A21_FeederKey
public bool A21_
{
get { return this.m_A21_FeederKey; }
set { this.m_A21_FeederKey = value; }
get { return this.m_A21_; }
set { this.m_A21_ = value; }
}
public bool A22_ChamberMoveError
public bool A22_
{
get { return this.m_A22_ChamberMoveError; }
set { this.m_A22_ChamberMoveError = value; }
get { return this.m_A22_; }
set { this.m_A22_ = value; }
}
public bool A23_
{
@ -180,33 +181,33 @@ namespace INT_LKD_PTB6_DW.DataStore
#region Method
private void Initialize()
{
this.A1_ServoUnlock = false;
this.A1_EmergencyStop = false;
this.A2_PressureError = false;
this.A3_EmergencyStop = false;
this.A4_ServoOrigin = false;
this.A3_ = false;
this.A4_ = false;
this.A5_ServoAlarm1 = false;
this.A6_ServoTorqueAlarm1 = false;
this.A7_ServoAlarm2 = false;
this.A8_ServoTorqueAlarm2 = false;
this.A5_ServoAlarm = false;
this.A6_ServoTorqueAlarm = false;
this.A7_ = false;
this.A8_ = false;
this.A9_PressureSensorError1 = false;
this.A10_PressureSensorError2 = false;
this.A9_PressureSensorError = false;
this.A10_ = false;
this.A11_ = false;
this.A12_ = false;
this.A13_DiffSensorError1 = false;
this.A14_DiffSensorError2 = false;
this.A13_DiffSensorError = false;
this.A14_ = false;
this.A15_ = false;
this.A16_ = false;
this.A17_DispSensorError1 = false;
this.A18_DispSensorError2 = false;
this.A17_DispSensorError = false;
this.A18_ = false;
this.A19_ = false;
this.A20_ = false;
this.A21_FeederKey = false;
this.A22_ChamberMoveError = false;
this.A21_ = false;
this.A22_ = false;
this.A23_ = false;
this.A24_ = false;
}
@ -241,39 +242,19 @@ namespace INT_LKD_PTB6_DW.DataStore
else
{
}
// 알람 22-챔버이동 에러
// 알람 22-
if (sValue6[2] == '0')
{
if (this.A22_ChamberMoveError != false)
{
this.A22_ChamberMoveError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a22_ChamberMoveError, "OFF");
}
}
else
{
if (this.A22_ChamberMoveError != true)
{
this.A22_ChamberMoveError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a22_ChamberMoveError, "ON");
}
}
// 알람 21-Feeder Key
// 알람 21-
if (sValue6[3] == '0')
{
if (this.A21_FeederKey != false)
{
this.A21_FeederKey = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a21_FeederKey, "OFF");
}
}
else
{
if (this.A21_FeederKey != true)
{
this.A21_FeederKey = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a21_FeederKey, "ON");
}
}
// 알람 20-
@ -290,28 +271,28 @@ namespace INT_LKD_PTB6_DW.DataStore
else
{
}
// 알람 18-변위센서에러2
// 알람 18-
if (sValue5[2] == '0')
{
}
else
{
}
// 알람 17-변위센서에러1
// 알람 17-변위센서에러
if (sValue5[3] == '0')
{
if (this.A17_DispSensorError1 != false)
if (this.A17_DispSensorError != false)
{
this.A17_DispSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
this.A17_DispSensorError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "OFF");
}
}
else
{
if (this.A17_DispSensorError1 != true)
if (this.A17_DispSensorError != true)
{
this.A17_DispSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
this.A17_DispSensorError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError, "ON");
}
}
@ -329,28 +310,28 @@ namespace INT_LKD_PTB6_DW.DataStore
else
{
}
// 알람 14-차압센서에러2
// 알람 14-
if (sValue4[2] == '0')
{
}
else
{
}
// 알람 13-차압센서에러1
// 알람 13-차압센서에러
if (sValue4[3] == '0')
{
if (this.A13_DiffSensorError1 != false)
if (this.A13_DiffSensorError != false)
{
this.A13_DiffSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
this.A13_DiffSensorError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "OFF");
}
}
else
{
if (this.A13_DiffSensorError1 != true)
if (this.A13_DiffSensorError != true)
{
this.A13_DiffSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
this.A13_DiffSensorError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError, "ON");
}
}
@ -368,113 +349,93 @@ namespace INT_LKD_PTB6_DW.DataStore
else
{
}
// 알람 10-압력센서에러2
// 알람 10-
if (sValue3[2] == '0')
{
}
else
{
}
// 알람 9-압력센서에러1
// 알람 9-압력센서에러
if (sValue3[3] == '0')
{
if (this.A9_PressureSensorError1 != false)
if (this.A9_PressureSensorError != false)
{
this.A9_PressureSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
this.A9_PressureSensorError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "OFF");
}
}
else
{
if (this.A9_PressureSensorError1 != true)
if (this.A9_PressureSensorError != true)
{
this.A9_PressureSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
this.A9_PressureSensorError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError, "ON");
}
}
// 알람 8-서보토크알람2
// 알람 8-
if (sValue2[0] == '0')
{
}
else
{
}
// 알람 7-서보알람2
// 알람 7-
if (sValue2[1] == '0')
{
}
else
{
}
// 알람 6-서보토크알람1
// 알람 6-서보토크알람
if (sValue2[2] == '0')
{
if (this.A6_ServoTorqueAlarm1 != false)
if (this.A6_ServoTorqueAlarm != false)
{
this.A6_ServoTorqueAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
this.A6_ServoTorqueAlarm = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm, "OFF");
}
}
else
{
if (this.A6_ServoTorqueAlarm1 != true)
if (this.A6_ServoTorqueAlarm != true)
{
this.A6_ServoTorqueAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
this.A6_ServoTorqueAlarm = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm, "ON");
}
}
// 알람 5-서보알람1
// 알람 5-서보알람
if (sValue2[3] == '0')
{
if (this.A5_ServoAlarm1 != false)
if (this.A5_ServoAlarm != false)
{
this.A5_ServoAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
this.A5_ServoAlarm = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm, "OFF");
}
}
else
{
if (this.A5_ServoAlarm1 != true)
if (this.A5_ServoAlarm != true)
{
this.A5_ServoAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
this.A5_ServoAlarm = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm, "ON");
}
}
// 알람 4-Servo Origin
// 알람 4-
if (sValue1[0] == '0')
{
if (this.A4_ServoOrigin != false)
{
this.A4_ServoOrigin = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a4_ServoOrigin, "OFF");
}
}
else
{
if (this.A4_ServoOrigin != true)
{
this.A4_ServoOrigin = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a4_ServoOrigin, "ON");
}
}
// 알람 3-EmergencyStop
// 알람 3-
if (sValue1[1] == '0')
{
if (this.A3_EmergencyStop != false)
{
this.A3_EmergencyStop = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_EmergencyStop, "OFF");
}
}
else
{
if (this.A3_EmergencyStop != true)
{
this.A3_EmergencyStop = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_EmergencyStop, "ON");
}
}
// 알람 2-공압 에러
if (sValue1[2] == '0')
@ -493,24 +454,478 @@ namespace INT_LKD_PTB6_DW.DataStore
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
}
}
// 알람 1-서보Lock
// 알람 1-EmergencyStop
if (sValue1[3] == '0')
{
if (this.A1_ServoUnlock != false)
if (this.A1_EmergencyStop != false)
{
this.A1_ServoUnlock = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoLock, "OFF");
this.A1_EmergencyStop = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_EmergencyStop, "OFF");
}
}
else
{
if (this.A1_ServoUnlock != true)
if (this.A1_EmergencyStop != true)
{
this.A1_ServoUnlock = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoLock, "ON");
this.A1_EmergencyStop = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_EmergencyStop, "ON");
}
}
}
#endregion
}
public class AlarmActionSetting
{
#region Field
private bool m_A1_Buzzer;
private bool m_A2_Buzzer;
private bool m_A3_Buzzer;
private bool m_A4_Buzzer;
private bool m_A5_Buzzer;
private bool m_A6_Buzzer;
private bool m_A7_Buzzer;
private bool m_A8_Buzzer;
private bool m_A9_Buzzer;
private bool m_A10_Buzzer;
private bool m_A11_Buzzer;
private bool m_A12_Buzzer;
private bool m_A13_Buzzer;
private bool m_A14_Buzzer;
private bool m_A15_Buzzer;
private bool m_A16_Buzzer;
private bool m_A17_Buzzer;
private bool m_A18_Buzzer;
private bool m_A19_Buzzer;
private bool m_A20_Buzzer;
private bool m_A21_Buzzer;
private bool m_A22_Buzzer;
private bool m_A23_Buzzer;
private bool m_A24_Buzzer;
private bool m_A1_Message;
private bool m_A2_Message;
private bool m_A3_Message;
private bool m_A4_Message;
private bool m_A5_Message;
private bool m_A6_Message;
private bool m_A7_Message;
private bool m_A8_Message;
private bool m_A9_Message;
private bool m_A10_Message;
private bool m_A11_Message;
private bool m_A12_Message;
private bool m_A13_Message;
private bool m_A14_Message;
private bool m_A15_Message;
private bool m_A16_Message;
private bool m_A17_Message;
private bool m_A18_Message;
private bool m_A19_Message;
private bool m_A20_Message;
private bool m_A21_Message;
private bool m_A22_Message;
private bool m_A23_Message;
private bool m_A24_Message;
#endregion
#region Constructor
public AlarmActionSetting()
{
this.Initialize();
}
#endregion
#region Property
public bool A1_Buzzer
{
get { return this.m_A1_Buzzer; }
set { this.m_A1_Buzzer = value; }
}
public bool A2_Buzzer
{
get { return this.m_A2_Buzzer; }
set { this.m_A2_Buzzer = value; }
}
public bool A3_Buzzer
{
get { return this.m_A3_Buzzer; }
set { this.m_A3_Buzzer = value; }
}
public bool A4_Buzzer
{
get { return this.m_A4_Buzzer; }
set { this.m_A4_Buzzer = value; }
}
public bool A5_Buzzer
{
get { return this.m_A5_Buzzer; }
set { this.m_A5_Buzzer = value; }
}
public bool A6_Buzzer
{
get { return this.m_A6_Buzzer; }
set { this.m_A6_Buzzer = value; }
}
public bool A7_Buzzer
{
get { return this.m_A7_Buzzer; }
set { this.m_A7_Buzzer = value; }
}
public bool A8_Buzzer
{
get { return this.m_A8_Buzzer; }
set { this.m_A8_Buzzer = value; }
}
public bool A9_Buzzer
{
get { return this.m_A9_Buzzer; }
set { this.m_A9_Buzzer = value; }
}
public bool A10_Buzzer
{
get { return this.m_A10_Buzzer; }
set { this.m_A10_Buzzer = value; }
}
public bool A11_Buzzer
{
get { return this.m_A11_Buzzer; }
set { this.m_A11_Buzzer = value; }
}
public bool A12_Buzzer
{
get { return this.m_A12_Buzzer; }
set { this.m_A12_Buzzer = value; }
}
public bool A13_Buzzer
{
get { return this.m_A13_Buzzer; }
set { this.m_A13_Buzzer = value; }
}
public bool A14_Buzzer
{
get { return this.m_A14_Buzzer; }
set { this.m_A14_Buzzer = value; }
}
public bool A15_Buzzer
{
get { return this.m_A15_Buzzer; }
set { this.m_A15_Buzzer = value; }
}
public bool A16_Buzzer
{
get { return this.m_A16_Buzzer; }
set { this.m_A16_Buzzer = value; }
}
public bool A17_Buzzer
{
get { return this.m_A17_Buzzer; }
set { this.m_A17_Buzzer = value; }
}
public bool A18_Buzzer
{
get { return this.m_A18_Buzzer; }
set { this.m_A18_Buzzer = value; }
}
public bool A19_Buzzer
{
get { return this.m_A19_Buzzer; }
set { this.m_A19_Buzzer = value; }
}
public bool A20_Buzzer
{
get { return this.m_A20_Buzzer; }
set { this.m_A20_Buzzer = value; }
}
public bool A21_Buzzer
{
get { return this.m_A21_Buzzer; }
set { this.m_A21_Buzzer = value; }
}
public bool A22_Buzzer
{
get { return this.m_A22_Buzzer; }
set { this.m_A22_Buzzer = value; }
}
public bool A23_Buzzer
{
get { return this.m_A23_Buzzer; }
set { this.m_A23_Buzzer = value; }
}
public bool A24_Buzzer
{
get { return this.m_A24_Buzzer; }
set { this.m_A24_Buzzer = value; }
}
public bool A1_Message
{
get { return this.m_A1_Message; }
set { this.m_A1_Message = value; }
}
public bool A2_Message
{
get { return this.m_A2_Message; }
set { this.m_A2_Message = value; }
}
public bool A3_Message
{
get { return this.m_A3_Message; }
set { this.m_A3_Message = value; }
}
public bool A4_Message
{
get { return this.m_A4_Message; }
set { this.m_A4_Message = value; }
}
public bool A5_Message
{
get { return this.m_A5_Message; }
set { this.m_A5_Message = value; }
}
public bool A6_Message
{
get { return this.m_A6_Message; }
set { this.m_A6_Message = value; }
}
public bool A7_Message
{
get { return this.m_A7_Message; }
set { this.m_A7_Message = value; }
}
public bool A8_Message
{
get { return this.m_A8_Message; }
set { this.m_A8_Message = value; }
}
public bool A9_Message
{
get { return this.m_A9_Message; }
set { this.m_A9_Message = value; }
}
public bool A10_Message
{
get { return this.m_A10_Message; }
set { this.m_A10_Message = value; }
}
public bool A11_Message
{
get { return this.m_A11_Message; }
set { this.m_A11_Message = value; }
}
public bool A12_Message
{
get { return this.m_A12_Message; }
set { this.m_A12_Message = value; }
}
public bool A13_Message
{
get { return this.m_A13_Message; }
set { this.m_A13_Message = value; }
}
public bool A14_Message
{
get { return this.m_A14_Message; }
set { this.m_A14_Message = value; }
}
public bool A15_Message
{
get { return this.m_A15_Message; }
set { this.m_A15_Message = value; }
}
public bool A16_Message
{
get { return this.m_A16_Message; }
set { this.m_A16_Message = value; }
}
public bool A17_Message
{
get { return this.m_A17_Message; }
set { this.m_A17_Message = value; }
}
public bool A18_Message
{
get { return this.m_A18_Message; }
set { this.m_A18_Message = value; }
}
public bool A19_Message
{
get { return this.m_A19_Message; }
set { this.m_A19_Message = value; }
}
public bool A20_Message
{
get { return this.m_A20_Message; }
set { this.m_A20_Message = value; }
}
public bool A21_Message
{
get { return this.m_A21_Message; }
set { this.m_A21_Message = value; }
}
public bool A22_Message
{
get { return this.m_A22_Message; }
set { this.m_A22_Message = value; }
}
public bool A23_Message
{
get { return this.m_A23_Message; }
set { this.m_A23_Message = value; }
}
public bool A24_Message
{
get { return this.m_A24_Message; }
set { this.m_A24_Message = value; }
}
#endregion
#region Method
private void Initialize()
{
this.A1_Buzzer = false;
this.A2_Buzzer = false;
this.A3_Buzzer = false;
this.A4_Buzzer = false;
this.A5_Buzzer = false;
this.A6_Buzzer = false;
this.A7_Buzzer = false;
this.A8_Buzzer = false;
this.A9_Buzzer = false;
this.A10_Buzzer = false;
this.A11_Buzzer = false;
this.A12_Buzzer = false;
this.A13_Buzzer = false;
this.A14_Buzzer = false;
this.A15_Buzzer = false;
this.A16_Buzzer = false;
this.A17_Buzzer = false;
this.A18_Buzzer = false;
this.A19_Buzzer = false;
this.A20_Buzzer = false;
this.A21_Buzzer = false;
this.A22_Buzzer = false;
this.A23_Buzzer = false;
this.A24_Buzzer = false;
this.A1_Message = false;
this.A2_Message = false;
this.A3_Message = false;
this.A4_Message = false;
this.A5_Message = false;
this.A6_Message = false;
this.A7_Message = false;
this.A8_Message = false;
this.A9_Message = false;
this.A10_Message = false;
this.A11_Message = false;
this.A12_Message = false;
this.A13_Message = false;
this.A14_Message = false;
this.A15_Message = false;
this.A16_Message = false;
this.A17_Message = false;
this.A18_Message = false;
this.A19_Message = false;
this.A20_Message = false;
this.A21_Message = false;
this.A22_Message = false;
this.A23_Message = false;
this.A24_Message = false;
}
#endregion
}
[StructLayout(LayoutKind.Sequential)]
public struct StructAlarmActionSetting
{
public bool A1_Buzzer;
public bool A2_Buzzer;
public bool A3_Buzzer;
public bool A4_Buzzer;
public bool A5_Buzzer;
public bool A6_Buzzer;
public bool A7_Buzzer;
public bool A8_Buzzer;
public bool A9_Buzzer;
public bool A10_Buzzer;
public bool A11_Buzzer;
public bool A12_Buzzer;
public bool A13_Buzzer;
public bool A14_Buzzer;
public bool A15_Buzzer;
public bool A16_Buzzer;
public bool A17_Buzzer;
public bool A18_Buzzer;
public bool A19_Buzzer;
public bool A20_Buzzer;
public bool A21_Buzzer;
public bool A22_Buzzer;
public bool A23_Buzzer;
public bool A24_Buzzer;
public bool A1_Message;
public bool A2_Message;
public bool A3_Message;
public bool A4_Message;
public bool A5_Message;
public bool A6_Message;
public bool A7_Message;
public bool A8_Message;
public bool A9_Message;
public bool A10_Message;
public bool A11_Message;
public bool A12_Message;
public bool A13_Message;
public bool A14_Message;
public bool A15_Message;
public bool A16_Message;
public bool A17_Message;
public bool A18_Message;
public bool A19_Message;
public bool A20_Message;
public bool A21_Message;
public bool A22_Message;
public bool A23_Message;
public bool A24_Message;
}
}

View File

@ -7,6 +7,9 @@ namespace INT_LKD_PTB6_DW.DataStore
{
public class CommunicationCommand
{
// 부저
public static readonly string Buzzer = "Cae0";
// 노멀 모드 : 메인화면, Status 화면
public static readonly string ModeNormal = "Csn00";
// 메뉴 모드 : 메뉴화면

View File

@ -277,33 +277,33 @@ namespace INT_LKD_PTB6_DW.DataStore
public enum E_TrackingAlarm
{
None,
a1_ServoLock,
a1_EmergencyStop,
a2_PressureError,
a3_EmergencyStop,
a4_ServoOrigin,
a3_,
a4_,
a5_ServoAlarm1,
a6_ServoToruqeAlarm1,
a7_ServoAlarm2,
a8_ServoTorqueAlarm2,
a5_ServoAlarm,
a6_ServoToruqeAlarm,
a7_,
a8_,
a9_PressureSensorError1,
a10_PressureSensorError2,
a9_PressureSensorError,
a10_,
a11_,
a12_,
a13_DiffSensorError1,
a14_DiffSensorError2,
a13_DiffSensorError,
a14_,
a15_,
a16_,
a17_DispSensorError1,
a18_DispSensorError2,
a17_DispSensorError,
a18_,
a19_,
a20_,
a21_FeederKey,
a22_ChamberMoveError,
a21_,
a22_,
a23_,
a24_,
}

View File

@ -68,6 +68,8 @@ namespace INT_LKD_PTB6_DW.Forms
private Collection<string> CollectionIOTest_InputData;
// 알람
private AlarmList CurrentAlarmList;
// 알람 동작 설정
public AlarmActionSetting CurrentAlarmActionSetting;
// Modbus
public Modbus Modbus;
@ -218,6 +220,7 @@ namespace INT_LKD_PTB6_DW.Forms
this.ColorButtonEnabled = Color.Teal;
this.ColorButtonDisabled = Color.Gray;
this.CurrentAlarmActionSetting = new AlarmActionSetting();
this.CurrentAlarmList = new AlarmList();
this.CurrentAlarmList.EventAlarmStateChange += new Define.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change);
@ -1623,6 +1626,261 @@ namespace INT_LKD_PTB6_DW.Forms
}
#endregion
#region AlarmActionSetting File
private void CreateAlarmActionSettingFile()
{
StructAlarmActionSetting structItem;
structItem.A1_Buzzer = false;
structItem.A2_Buzzer = false;
structItem.A3_Buzzer = false;
structItem.A4_Buzzer = false;
structItem.A5_Buzzer = false;
structItem.A6_Buzzer = false;
structItem.A7_Buzzer = false;
structItem.A8_Buzzer = false;
structItem.A9_Buzzer = false;
structItem.A10_Buzzer = false;
structItem.A11_Buzzer = false;
structItem.A12_Buzzer = false;
structItem.A13_Buzzer = false;
structItem.A14_Buzzer = false;
structItem.A15_Buzzer = false;
structItem.A16_Buzzer = false;
structItem.A17_Buzzer = false;
structItem.A18_Buzzer = false;
structItem.A19_Buzzer = false;
structItem.A20_Buzzer = false;
structItem.A21_Buzzer = false;
structItem.A22_Buzzer = false;
structItem.A23_Buzzer = false;
structItem.A24_Buzzer = false;
structItem.A1_Message = false;
structItem.A2_Message = false;
structItem.A3_Message = false;
structItem.A4_Message = false;
structItem.A5_Message = false;
structItem.A6_Message = false;
structItem.A7_Message = false;
structItem.A8_Message = false;
structItem.A9_Message = false;
structItem.A10_Message = false;
structItem.A11_Message = false;
structItem.A12_Message = false;
structItem.A13_Message = false;
structItem.A14_Message = false;
structItem.A15_Message = false;
structItem.A16_Message = false;
structItem.A17_Message = false;
structItem.A18_Message = false;
structItem.A19_Message = false;
structItem.A20_Message = false;
structItem.A21_Message = false;
structItem.A22_Message = false;
structItem.A23_Message = false;
structItem.A24_Message = false;
this.smartFileIO.StructType.Write(structItem, 0, SmartFile.WriteMode.Overwrite);
}
public void SaveAlarmActionSettingFile(AlarmActionSetting item)
{
string fullFilePath = "";
bool fileCheck = false;
StructAlarmActionSetting structItem;
fullFilePath = this.PathSystemFileFolder + "alarmActionSetting.int";
this.smartFileIO.FilePathName = fullFilePath;
FileInfo fileInfo = new FileInfo(fullFilePath);
fileCheck = fileInfo.Exists;
if (fileCheck == true)
{
this.smartFileIO.Open();
this.smartFileIO.StructType.SetStructType(typeof(StructAlarmActionSetting));
}
else
{
this.smartFileIO.Open();
this.smartFileIO.StructType.SetStructType(typeof(StructAlarmActionSetting));
this.CreateAlarmActionSettingFile();
}
structItem.A1_Buzzer = item.A1_Buzzer;
structItem.A2_Buzzer = item.A2_Buzzer;
structItem.A3_Buzzer = item.A3_Buzzer;
structItem.A4_Buzzer = item.A4_Buzzer;
structItem.A5_Buzzer = item.A5_Buzzer;
structItem.A6_Buzzer = item.A6_Buzzer;
structItem.A7_Buzzer = item.A7_Buzzer;
structItem.A8_Buzzer = item.A8_Buzzer;
structItem.A9_Buzzer = item.A9_Buzzer;
structItem.A10_Buzzer = item.A10_Buzzer;
structItem.A11_Buzzer = item.A11_Buzzer;
structItem.A12_Buzzer = item.A12_Buzzer;
structItem.A13_Buzzer = item.A13_Buzzer;
structItem.A14_Buzzer = item.A14_Buzzer;
structItem.A15_Buzzer = item.A15_Buzzer;
structItem.A16_Buzzer = item.A16_Buzzer;
structItem.A17_Buzzer = item.A17_Buzzer;
structItem.A18_Buzzer = item.A18_Buzzer;
structItem.A19_Buzzer = item.A19_Buzzer;
structItem.A20_Buzzer = item.A20_Buzzer;
structItem.A21_Buzzer = item.A21_Buzzer;
structItem.A22_Buzzer = item.A22_Buzzer;
structItem.A23_Buzzer = item.A23_Buzzer;
structItem.A24_Buzzer = item.A24_Buzzer;
structItem.A1_Message = item.A1_Message;
structItem.A2_Message = item.A2_Message;
structItem.A3_Message = item.A3_Message;
structItem.A4_Message = item.A4_Message;
structItem.A5_Message = item.A5_Message;
structItem.A6_Message = item.A6_Message;
structItem.A7_Message = item.A7_Message;
structItem.A8_Message = item.A8_Message;
structItem.A9_Message = item.A9_Message;
structItem.A10_Message = item.A10_Message;
structItem.A11_Message = item.A11_Message;
structItem.A12_Message = item.A12_Message;
structItem.A13_Message = item.A13_Message;
structItem.A14_Message = item.A14_Message;
structItem.A15_Message = item.A15_Message;
structItem.A16_Message = item.A16_Message;
structItem.A17_Message = item.A17_Message;
structItem.A18_Message = item.A18_Message;
structItem.A19_Message = item.A19_Message;
structItem.A20_Message = item.A20_Message;
structItem.A21_Message = item.A21_Message;
structItem.A22_Message = item.A22_Message;
structItem.A23_Message = item.A23_Message;
structItem.A24_Message = item.A24_Message;
this.smartFileIO.StructType.Write(structItem, 0, SmartFile.WriteMode.Overwrite);
this.smartFileIO.Close();
}
public void LoadAlarmActionSettingFile(ref AlarmActionSetting item)
{
string fullFilePath = "";
bool fileCheck = false;
StructAlarmActionSetting structItem;
fullFilePath = this.PathSystemFileFolder + "alarmActionSetting.int";
this.smartFileIO.FilePathName = fullFilePath;
FileInfo fileInfo = new FileInfo(fullFilePath);
fileCheck = fileInfo.Exists;
if (fileCheck == true)
{
this.smartFileIO.Open();
this.smartFileIO.StructType.SetStructType(typeof(StructAlarmActionSetting));
}
else
{
this.smartFileIO.Open();
this.smartFileIO.StructType.SetStructType(typeof(StructAlarmActionSetting));
this.CreateAlarmActionSettingFile();
}
try
{
structItem = (StructAlarmActionSetting)this.smartFileIO.StructType.Read(0);
item.A1_Buzzer = structItem.A1_Buzzer;
item.A2_Buzzer = structItem.A2_Buzzer;
item.A3_Buzzer = structItem.A3_Buzzer;
item.A4_Buzzer = structItem.A4_Buzzer;
item.A5_Buzzer = structItem.A5_Buzzer;
item.A6_Buzzer = structItem.A6_Buzzer;
item.A7_Buzzer = structItem.A7_Buzzer;
item.A8_Buzzer = structItem.A8_Buzzer;
item.A9_Buzzer = structItem.A9_Buzzer;
item.A10_Buzzer = structItem.A10_Buzzer;
item.A11_Buzzer = structItem.A11_Buzzer;
item.A12_Buzzer = structItem.A12_Buzzer;
item.A13_Buzzer = structItem.A13_Buzzer;
item.A14_Buzzer = structItem.A14_Buzzer;
item.A15_Buzzer = structItem.A15_Buzzer;
item.A16_Buzzer = structItem.A16_Buzzer;
item.A17_Buzzer = structItem.A17_Buzzer;
item.A18_Buzzer = structItem.A18_Buzzer;
item.A19_Buzzer = structItem.A19_Buzzer;
item.A20_Buzzer = structItem.A20_Buzzer;
item.A21_Buzzer = structItem.A21_Buzzer;
item.A22_Buzzer = structItem.A22_Buzzer;
item.A23_Buzzer = structItem.A23_Buzzer;
item.A24_Buzzer = structItem.A24_Buzzer;
item.A1_Message = structItem.A1_Message;
item.A2_Message = structItem.A2_Message;
item.A3_Message = structItem.A3_Message;
item.A4_Message = structItem.A4_Message;
item.A5_Message = structItem.A5_Message;
item.A6_Message = structItem.A6_Message;
item.A7_Message = structItem.A7_Message;
item.A8_Message = structItem.A8_Message;
item.A9_Message = structItem.A9_Message;
item.A10_Message = structItem.A10_Message;
item.A11_Message = structItem.A11_Message;
item.A12_Message = structItem.A12_Message;
item.A13_Message = structItem.A13_Message;
item.A14_Message = structItem.A14_Message;
item.A15_Message = structItem.A15_Message;
item.A16_Message = structItem.A16_Message;
item.A17_Message = structItem.A17_Message;
item.A18_Message = structItem.A18_Message;
item.A19_Message = structItem.A19_Message;
item.A20_Message = structItem.A20_Message;
item.A21_Message = structItem.A21_Message;
item.A22_Message = structItem.A22_Message;
item.A23_Message = structItem.A23_Message;
item.A24_Message = structItem.A24_Message;
}
catch
{
DialogFormMessage myMsg = new DialogFormMessage(17, this.SystemConfig.LANGUAGE);
myMsg.ShowDialog();
this.smartFileIO.Close();
}
this.smartFileIO.Close();
}
#endregion
#region Uart Communication
public void OpenSmartUartLink()
{
@ -3682,6 +3940,8 @@ namespace INT_LKD_PTB6_DW.Forms
this.DefaultSetting();
// SystemConfiguration 파일 읽기
this.LoadSystemConfigurationFile();
// AlarmActionSetting 파일 읽기
this.LoadAlarmActionSettingFile(ref this.CurrentAlarmActionSetting);
// Recipe 파일 읽기
this.LoadRecipeFile(ref this.CurrentRecipe, this.SystemConfig.RECIPE_NUMBER - 1);
// Counter 파일 읽기

View File

@ -31,7 +31,6 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
this.smartForm1 = new SmartX.SmartForm();
this.buttonInfinity = new SmartX.SmartButton();
this.smartButton1 = new SmartX.SmartButton();
this.labelTitleLeakDetetor = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel();
this.buttonDischarge = new SmartX.SmartButton();
@ -60,6 +59,7 @@
this.smartTimerMessageShow = new SmartX.SmartTimer();
this.smartTimerLogin = new SmartX.SmartTimer();
this.timerServer = new SmartX.SmartTimer();
this.smartButton2 = new SmartX.SmartButton();
this.smartForm1.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
@ -70,8 +70,8 @@
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.smartButton2);
this.smartForm1.Controls.Add(this.buttonInfinity);
this.smartForm1.Controls.Add(this.smartButton1);
this.smartForm1.Controls.Add(this.labelTitleLeakDetetor);
this.smartForm1.Controls.Add(this.labelTitleTime);
this.smartForm1.Controls.Add(this.buttonDischarge);
@ -147,42 +147,6 @@
this.buttonInfinity.Visible = false;
this.buttonInfinity.Click += new System.EventHandler(this.buttonInfinity_Click);
//
// smartButton1
//
this.smartButton1.BackGround = this.smartForm1;
this.smartButton1.BackGroundColor = System.Drawing.Color.Gray;
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 = "EXIT";
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton1.Font = new System.Drawing.Font("New Gulim", 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, 615);
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, 39);
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton1.TabIndex = 626;
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.Click += new System.EventHandler(this.smartButton1_Click);
//
// labelTitleLeakDetetor
//
this.labelTitleLeakDetetor.BackGround = null;
@ -832,6 +796,42 @@
this.timerServer.TimeFormStringSeparator = ":";
this.timerServer.Tick += new System.EventHandler(this.timerServer_Tick);
//
// smartButton2
//
this.smartButton2.BackGround = this.smartForm1;
this.smartButton2.BackGroundColor = System.Drawing.Color.Gray;
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 = "BZ OFF";
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton2.Font = new System.Drawing.Font("New Gulim", 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, 570);
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, 39);
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton2.TabIndex = 634;
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.Click += new System.EventHandler(this.smartButton2_Click);
//
// FormMainDisplay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -880,7 +880,7 @@
private SmartX.SmartLabel labelTitleTime;
private SmartX.SmartLabel labelTitleAlarm;
private SmartX.SmartLabel labelTitleLeakDetetor;
private SmartX.SmartButton smartButton1;
private SmartX.SmartButton buttonInfinity;
private SmartX.SmartButton smartButton2;
}
}

View File

@ -27,6 +27,7 @@ namespace INT_LKD_PTB6_DW.Forms
private string MessageBoxRange;
private int testIndex;
private bool IsTestMode;
private bool FlagIsBuzzerOn;
private FormMain m_ParentForm;
@ -63,6 +64,7 @@ namespace INT_LKD_PTB6_DW.Forms
this.IsTestMode = false;
this.FlagIgnoreCNT = 0;
this.FlagIsBuzzerOn = false;
this.MessageBoxRange = "";
this.ChildModbus = new ControlMainModbus(this);
@ -76,18 +78,18 @@ namespace INT_LKD_PTB6_DW.Forms
this.ChildMainDisplay_1.Location = new Point(0, 147);
this.ChildMainDisplay_1.BringToFront();
this.ChildMainDisplay_3 = new ControlMainDisplay_4(this);
this.Controls.Add(this.ChildMainDisplay_3);
this.ChildMainDisplay_3.Location = new Point(0, 336);
this.ChildMainDisplay_3.BringToFront();
this.ChildMainDisplay_3.Visible = false;
this.ChildMainDisplay_2 = new ControlMainDisplay_2(this);
this.Controls.Add(this.ChildMainDisplay_2);
this.ChildMainDisplay_2.Location = new Point(0, 147);
this.ChildMainDisplay_2.BringToFront();
this.ChildMainDisplay_2.Visible = false;
this.ChildMainDisplay_3 = new ControlMainDisplay_4(this);
this.Controls.Add(this.ChildMainDisplay_3);
this.ChildMainDisplay_3.Location = new Point(0, 339);
this.ChildMainDisplay_3.BringToFront();
this.ChildMainDisplay_3.Visible = false;
this.buttonRecipeNo.ButtonText = this.ParentForm.SystemConfig.RECIPE_NUMBER.ToString();
this.UpdateDisplayUser(this.ParentForm.CurrentSystemStatus.CurrentUser);
}
@ -673,39 +675,60 @@ namespace INT_LKD_PTB6_DW.Forms
public void UpdateDisplayAlarmView(AlarmList alarm)
{
string value = "";
bool buzzer = false, msg = false;
// A1_ServoLock
if (alarm.A1_ServoUnlock == true)
value = "a1_SV Unlock ";
if (alarm.A1_EmergencyStop == true)
{
value = "a1_EM/Stop ";
if (this.ParentForm.CurrentAlarmActionSetting.A1_Buzzer == true)
buzzer = true;
}
// A2_PressureError
if (alarm.A2_PressureError == true)
{
value += "a2_Pressure ";
// A3_EmergencyStop
if (alarm.A3_EmergencyStop == true)
value += "a3_EM/Stop ";
if (this.ParentForm.CurrentAlarmActionSetting.A2_Buzzer == true)
buzzer = true;
}
// A3_
if (alarm.A3_ == true)
value += "";
// A4_ServoOrigin
if (alarm.A4_ServoOrigin == true)
value += "a4_SV Origin ";
if (alarm.A4_ == true)
value += "a4_SV ORG ";
// A5_ServoAlarm1
if (alarm.A5_ServoAlarm1 == true)
value += "a5_SV1 ";
// A6_ServoTorqueAlarm1
if (alarm.A6_ServoTorqueAlarm1 == true)
value += "a6_SV Torque1 ";
// A7_ServoAlarm2
if (alarm.A7_ServoAlarm2 == true)
value += "a7_SV2 ";
// A8_ServoTorqueAlarm2
if (alarm.A8_ServoTorqueAlarm2 == true)
value += "a8_SV Torque2 ";
// A5_ServoAlarm
if (alarm.A5_ServoAlarm == true)
{
value += "a5_SV ALM ";
if (this.ParentForm.CurrentAlarmActionSetting.A5_Buzzer == true)
buzzer = true;
}
// A6_ServoTorqueAlarm
if (alarm.A6_ServoTorqueAlarm == true)
{
value += "a6_SV TQ ";
if (this.ParentForm.CurrentAlarmActionSetting.A6_Buzzer == true)
buzzer = true;
}
// A7_
if (alarm.A7_ == true)
value += "";
// A8_
if (alarm.A8_ == true)
value += "";
// A9_PressureSensorError1
if (alarm.A9_PressureSensorError1 == true)
value += "a9_Pressure Sensor1 ";
// A10_PressureSensorError2
if (alarm.A10_PressureSensorError2 == true)
value += "a10_Pressure Sensor2 ";
// A9_PressureSensorError
if (alarm.A9_PressureSensorError == true)
value += "a9_P-Sensor ";
// A10_
if (alarm.A10_ == true)
value += "";
// A11_
if (alarm.A11_ == true)
value += "";
@ -713,12 +736,12 @@ namespace INT_LKD_PTB6_DW.Forms
if (alarm.A12_ == true)
value += "";
// A13_차압센서에러1
if (alarm.A13_DiffSensorError1 == true)
value += "a13_Diff Sensor1 ";
// A14_차압센서에러2
if (alarm.A14_DiffSensorError2 == true)
value += "a14_Diff Sensor2 ";
// A13_차압센서에러
if (alarm.A13_DiffSensorError == true)
value += "a13_D-Sensor ";
// A14_
if (alarm.A14_ == true)
value += "";
// A15_
if (alarm.A15_ == true)
value += "";
@ -726,12 +749,12 @@ namespace INT_LKD_PTB6_DW.Forms
if (alarm.A16_ == true)
value += "";
// A17_변위센서에러1
if (alarm.A17_DispSensorError1 == true)
value += "a17_Disp Sensor1 ";
// A18_변위센서에러2
if (alarm.A18_DispSensorError2 == true)
value += "a18_Disp Sensor2 ";
// A17_변위센서에러
if (alarm.A17_DispSensorError == true)
value += "a17_Disp Sensor ";
// A18_
if (alarm.A18_ == true)
value += "";
// A19_
if (alarm.A19_ == true)
value += "";
@ -739,12 +762,12 @@ namespace INT_LKD_PTB6_DW.Forms
if (alarm.A20_ == true)
value += "";
// A21_FeederKey
if (alarm.A21_FeederKey == true)
value += "a21_Feeder ";
// A22_ChamberMoveError
if (alarm.A22_ChamberMoveError == true)
value += "a22_Chamber Move ";
// A21_
if (alarm.A21_ == true)
value += "";
// A22_
if (alarm.A22_ == true)
value += "";
// A23_
if (alarm.A23_ == true)
value += "";
@ -766,6 +789,21 @@ namespace INT_LKD_PTB6_DW.Forms
// this.smartTimerAlarm.Stop();
// this.labelAlarm.Location = new Point(3, 26);
//}
if (this.FlagIsBuzzerOn == false)
{
if (buzzer == true)
{
StringBuilder sb = new StringBuilder();
sb.Append(CommunicationCommand.Buzzer);
sb.Append("1");
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
this.FlagIsBuzzerOn = true;
}
}
}
// Inspection Ready 상태
@ -863,6 +901,10 @@ namespace INT_LKD_PTB6_DW.Forms
{
this.labelTime.Text = time.ToString("yyyy-MM-dd HH:mm:ss");
}
public void UpdateDisplayListChange(bool list)
{
this.ChildMainDisplay_3.Visible = list;
}
public void DisplayRefresh()
{
@ -1067,13 +1109,17 @@ namespace INT_LKD_PTB6_DW.Forms
}
}
#endregion
private void smartButton1_Click(object sender, EventArgs e)
private void smartButton2_Click(object sender, EventArgs e)
{
if (this.ChildMainDisplay_3.Visible == false)
this.ChildMainDisplay_3.Visible = true;
else
this.ChildMainDisplay_3.Visible = false;
StringBuilder sb = new StringBuilder();
sb.Append(CommunicationCommand.Buzzer);
sb.Append("0");
this.ParentForm.TransferData(sb.ToString(), CommunicationID.MainBoard);
this.FlagIsBuzzerOn = false;
}
}
}

View File

@ -211,36 +211,36 @@ namespace INT_LKD_PTB6_DW.Forms
string value = "";
// A1_ServoLock
if (alarm.A1_ServoUnlock == true)
if (alarm.A1_EmergencyStop == true)
value = "a1_SV Unlock ";
// A2_PressureError
if (alarm.A2_PressureError == true)
value += "a2_Pressure ";
// A3_EmergencyStop
if (alarm.A3_EmergencyStop == true)
if (alarm.A3_ == true)
value += "a3_EM/Stop ";
// A4_ServoOrigin
if (alarm.A4_ServoOrigin == true)
if (alarm.A4_ == true)
value += "a4_SV Origin ";
// A5_ServoAlarm1
if (alarm.A5_ServoAlarm1 == true)
if (alarm.A5_ServoAlarm == true)
value += "a5_SV1 ";
// A6_ServoTorqueAlarm1
if (alarm.A6_ServoTorqueAlarm1 == true)
if (alarm.A6_ServoTorqueAlarm == true)
value += "a6_SV Torque1 ";
// A7_ServoAlarm2
if (alarm.A7_ServoAlarm2 == true)
if (alarm.A7_ == true)
value += "a7_SV2 ";
// A8_ServoTorqueAlarm2
if (alarm.A8_ServoTorqueAlarm2 == true)
if (alarm.A8_ == true)
value += "a8_SV Torque2 ";
// A9_PressureSensorError1
if (alarm.A9_PressureSensorError1 == true)
if (alarm.A9_PressureSensorError == true)
value += "a9_Pressure Sensor1 ";
// A10_PressureSensorError2
if (alarm.A10_PressureSensorError2 == true)
if (alarm.A10_ == true)
value += "a10_Pressure Sensor2 ";
// A11_
if (alarm.A11_ == true)
@ -250,10 +250,10 @@ namespace INT_LKD_PTB6_DW.Forms
value += "";
// A13_차압센서에러1
if (alarm.A13_DiffSensorError1 == true)
if (alarm.A13_DiffSensorError == true)
value += "a13_Diff Sensor1 ";
// A14_차압센서에러2
if (alarm.A14_DiffSensorError2 == true)
if (alarm.A14_ == true)
value += "a14_Diff Sensor2 ";
// A15_
if (alarm.A15_ == true)
@ -263,10 +263,10 @@ namespace INT_LKD_PTB6_DW.Forms
value += "";
// A17_변위센서에러1
if (alarm.A17_DispSensorError1 == true)
if (alarm.A17_DispSensorError == true)
value += "a17_Disp Sensor1 ";
// A18_변위센서에러2
if (alarm.A18_DispSensorError2 == true)
if (alarm.A18_ == true)
value += "a18_Disp Sensor2 ";
// A19_
if (alarm.A19_ == true)
@ -276,10 +276,10 @@ namespace INT_LKD_PTB6_DW.Forms
value += "";
// A21_FeederKey
if (alarm.A21_FeederKey == true)
if (alarm.A21_ == true)
value += "a21_Feeder ";
// A22_ChamberMoveError
if (alarm.A22_ChamberMoveError == true)
if (alarm.A22_ == true)
value += "a22_Chamber Move ";
// A23_
if (alarm.A23_ == true)