diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs
index cca0553..c0047fd 100644
--- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs
+++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs
@@ -227,6 +227,9 @@ namespace INT_PT002.Controls
this.UpdateDisplayFile();
this.treeView.ExpandAll();
+ this.labelRemainIndex.Text = "0";
+ this.labelTotalIndex.Text = "0";
+
if (int.Parse(this.labelCount.Text) == 0)
{
DialogFormMessage msg = new DialogFormMessage(36, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs
index c889dba..64d8896 100644
--- a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs
+++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs
@@ -230,6 +230,9 @@ namespace INT_PT002.Controls
this.UpdateDisplayFile();
this.treeView.ExpandAll();
+ this.labelRemainIndex.Text = "0";
+ this.labelTotalIndex.Text = "0";
+
if (int.Parse(this.labelCount.Text) == 0)
{
DialogFormMessage msg = new DialogFormMessage(36, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
diff --git a/INT_PT002/Controls/Log/ControlMenuLogInspection.cs b/INT_PT002/Controls/Log/ControlMenuLogInspection.cs
index 3ac4ca3..1ffffed 100644
--- a/INT_PT002/Controls/Log/ControlMenuLogInspection.cs
+++ b/INT_PT002/Controls/Log/ControlMenuLogInspection.cs
@@ -307,6 +307,9 @@ namespace INT_PT002.Controls
this.UpdateDisplayFile();
this.treeViewInspection.ExpandAll();
+ this.labelRemainIndex.Text = "0";
+ this.labelTotalIndex.Text = "0";
+
if (int.Parse(this.labelCount.Text) == 0)
{
DialogFormMessage msg = new DialogFormMessage(36, this.ParentForm.ParentForm.SystemConfig.LANGUAGE);
diff --git a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs
index 34559ba..92fe71c 100644
--- a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs
+++ b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs
@@ -55,6 +55,7 @@
this.smartLabel21 = new SmartX.SmartLabel();
this.smartLabel22 = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
+ this.smartButton1 = new SmartX.SmartButton();
this.smartLabel3 = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel();
this.buttonUpdateMainboard = new SmartX.SmartButton();
@@ -71,7 +72,6 @@
this.buttonUpdateDisplay = new SmartX.SmartButton();
this.smartKeyboard1 = new SmartX.SmartKeyboard();
this.timer = new SmartX.SmartTimer();
- this.smartButton1 = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.smartGroupBox4.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
@@ -121,7 +121,7 @@
this.smartGroupBox4.FrameLineThickness = 2;
this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox4.HeaderHeightOffset = 12;
- this.smartGroupBox4.Location = new System.Drawing.Point(67, 238);
+ this.smartGroupBox4.Location = new System.Drawing.Point(67, 486);
this.smartGroupBox4.Name = "smartGroupBox4";
this.smartGroupBox4.RoundRadius = 5;
this.smartGroupBox4.Size = new System.Drawing.Size(774, 162);
@@ -135,7 +135,7 @@
this.labelCurrentTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.labelCurrentTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelCurrentTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelCurrentTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelCurrentTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelCurrentTime.LineSpacing = 0F;
this.labelCurrentTime.Location = new System.Drawing.Point(84, 5);
this.labelCurrentTime.Name = "labelCurrentTime";
@@ -895,7 +895,7 @@
this.smartGroupBox3.FrameLineThickness = 2;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
this.smartGroupBox3.HeaderHeightOffset = 12;
- this.smartGroupBox3.Location = new System.Drawing.Point(67, 418);
+ this.smartGroupBox3.Location = new System.Drawing.Point(67, 234);
this.smartGroupBox3.Name = "smartGroupBox3";
this.smartGroupBox3.RoundRadius = 5;
this.smartGroupBox3.Size = new System.Drawing.Size(774, 237);
@@ -909,7 +909,7 @@
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel20.LineSpacing = 0F;
this.smartLabel20.Location = new System.Drawing.Point(53, 50);
this.smartLabel20.Name = "smartLabel20";
@@ -932,7 +932,7 @@
this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact1.LineSpacing = 0F;
this.labelContact1.Location = new System.Drawing.Point(189, 50);
this.labelContact1.Name = "labelContact1";
@@ -955,7 +955,7 @@
this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact2.LineSpacing = 0F;
this.labelContact2.Location = new System.Drawing.Point(189, 80);
this.labelContact2.Name = "labelContact2";
@@ -978,7 +978,7 @@
this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel25.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel25.LineSpacing = 0F;
this.smartLabel25.Location = new System.Drawing.Point(53, 110);
this.smartLabel25.Name = "smartLabel25";
@@ -1001,7 +1001,7 @@
this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact4.LineSpacing = 0F;
this.labelContact4.Location = new System.Drawing.Point(189, 140);
this.labelContact4.Name = "labelContact4";
@@ -1024,7 +1024,7 @@
this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact3.LineSpacing = 0F;
this.labelContact3.Location = new System.Drawing.Point(189, 110);
this.labelContact3.Name = "labelContact3";
@@ -1047,7 +1047,7 @@
this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact5.LineSpacing = 0F;
this.labelContact5.Location = new System.Drawing.Point(189, 170);
this.labelContact5.Name = "labelContact5";
@@ -1070,7 +1070,7 @@
this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel24.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel24.LineSpacing = 0F;
this.smartLabel24.Location = new System.Drawing.Point(53, 200);
this.smartLabel24.Name = "smartLabel24";
@@ -1093,7 +1093,7 @@
this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelContact6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelContact6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelContact6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelContact6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelContact6.LineSpacing = 0F;
this.labelContact6.Location = new System.Drawing.Point(189, 200);
this.labelContact6.Name = "labelContact6";
@@ -1116,7 +1116,7 @@
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel23.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel23.LineSpacing = 0F;
this.smartLabel23.Location = new System.Drawing.Point(53, 170);
this.smartLabel23.Name = "smartLabel23";
@@ -1139,7 +1139,7 @@
this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel21.LineSpacing = 0F;
this.smartLabel21.Location = new System.Drawing.Point(53, 80);
this.smartLabel21.Name = "smartLabel21";
@@ -1162,7 +1162,7 @@
this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel22.LineSpacing = 0F;
this.smartLabel22.Location = new System.Drawing.Point(53, 140);
this.smartLabel22.Name = "smartLabel22";
@@ -1213,13 +1213,48 @@
this.smartGroupBox2.Text = "Information";
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
//
+ // smartButton1
+ //
+ this.smartButton1.BackGround = this.smartGroupBox2;
+ this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
+ this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray;
+ this.smartButton1.ButtonImageAutoSize = true;
+ this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton1.ButtonText = "English";
+ this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton1.GroupID = 0;
+ this.smartButton1.ImageDisable = null;
+ this.smartButton1.ImageDown = null;
+ this.smartButton1.ImageUp = null;
+ this.smartButton1.Location = new System.Drawing.Point(644, 49);
+ 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(84, 24);
+ this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton1.TabIndex = 91;
+ this.smartButton1.Text = null;
+ this.smartButton1.TextColor = System.Drawing.Color.White;
+ this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
+ //
// smartLabel3
//
this.smartLabel3.BackGround = null;
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(53, 49);
this.smartLabel3.Name = "smartLabel3";
@@ -1242,7 +1277,7 @@
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(53, 79);
this.smartLabel4.Name = "smartLabel4";
@@ -1300,7 +1335,7 @@
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(53, 109);
this.smartLabel5.Name = "smartLabel5";
@@ -1323,7 +1358,7 @@
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel6.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(189, 49);
this.smartLabel6.Name = "smartLabel6";
@@ -1346,7 +1381,7 @@
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(53, 139);
this.smartLabel7.Name = "smartLabel7";
@@ -1369,7 +1404,7 @@
this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelSerialNo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelSerialNo.LineSpacing = 0F;
this.labelSerialNo.Location = new System.Drawing.Point(189, 79);
this.labelSerialNo.Name = "labelSerialNo";
@@ -1393,7 +1428,7 @@
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel9.LineSpacing = 0F;
this.smartLabel9.Location = new System.Drawing.Point(189, 109);
this.smartLabel9.Name = "smartLabel9";
@@ -1416,7 +1451,7 @@
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(189, 139);
this.smartLabel10.Name = "smartLabel10";
@@ -1439,7 +1474,7 @@
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
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.Regular);
+ this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel11.LineSpacing = 0F;
this.smartLabel11.Location = new System.Drawing.Point(403, 109);
this.smartLabel11.Name = "smartLabel11";
@@ -1462,7 +1497,7 @@
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel12.LineSpacing = 0F;
this.smartLabel12.Location = new System.Drawing.Point(403, 139);
this.smartLabel12.Name = "smartLabel12";
@@ -1485,7 +1520,7 @@
this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelControlVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelControlVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelControlVersion.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelControlVersion.LineSpacing = 0F;
this.labelControlVersion.Location = new System.Drawing.Point(539, 109);
this.labelControlVersion.Name = "labelControlVersion";
@@ -1508,7 +1543,7 @@
this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelDisplayVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelDisplayVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelDisplayVersion.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
+ this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelDisplayVersion.LineSpacing = 0F;
this.labelDisplayVersion.Location = new System.Drawing.Point(539, 139);
this.labelDisplayVersion.Name = "labelDisplayVersion";
@@ -1614,41 +1649,6 @@
this.timer.TimeFormStringSeparator = ":";
this.timer.Tick += new System.EventHandler(this.timer_Tick);
//
- // smartButton1
- //
- this.smartButton1.BackGround = this.smartGroupBox2;
- this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
- this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
- this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray;
- this.smartButton1.ButtonImageAutoSize = true;
- this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
- this.smartButton1.ButtonText = "English";
- this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.smartButton1.GroupID = 0;
- this.smartButton1.ImageDisable = null;
- this.smartButton1.ImageDown = null;
- this.smartButton1.ImageUp = null;
- this.smartButton1.Location = new System.Drawing.Point(644, 49);
- 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(84, 24);
- this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
- this.smartButton1.TabIndex = 91;
- this.smartButton1.Text = null;
- this.smartButton1.TextColor = System.Drawing.Color.White;
- this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
- this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
- this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
- this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
- this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
- //
// ControlMenuSystemInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
diff --git a/INT_PT002/Controls/User/ControlMenuUserUserEditor.Designer.cs b/INT_PT002/Controls/User/ControlMenuUserUserEditor.Designer.cs
index 3c6e795..32aa402 100644
--- a/INT_PT002/Controls/User/ControlMenuUserUserEditor.Designer.cs
+++ b/INT_PT002/Controls/User/ControlMenuUserUserEditor.Designer.cs
@@ -151,7 +151,7 @@
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
this.smartKeyboard.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage2")));
this.smartKeyboard.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage3")));
- this.smartKeyboard.Location = new System.Drawing.Point(166, 44);
+ this.smartKeyboard.Location = new System.Drawing.Point(166, 28);
this.smartKeyboard.MarginLeftRight = 7;
this.smartKeyboard.MarginTopBottom = 7;
this.smartKeyboard.Name = "smartKeyboard";
@@ -184,7 +184,7 @@
this.buttonPasswordEdit.ImageDisable = null;
this.buttonPasswordEdit.ImageDown = null;
this.buttonPasswordEdit.ImageUp = null;
- this.buttonPasswordEdit.Location = new System.Drawing.Point(752, 102);
+ this.buttonPasswordEdit.Location = new System.Drawing.Point(752, 86);
this.buttonPasswordEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPasswordEdit.Name = "buttonPasswordEdit";
this.buttonPasswordEdit.NestedClickEventPrevent = false;
@@ -219,7 +219,7 @@
this.buttonIDEdit.ImageDisable = null;
this.buttonIDEdit.ImageDown = null;
this.buttonIDEdit.ImageUp = null;
- this.buttonIDEdit.Location = new System.Drawing.Point(752, 61);
+ this.buttonIDEdit.Location = new System.Drawing.Point(752, 45);
this.buttonIDEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonIDEdit.Name = "buttonIDEdit";
this.buttonIDEdit.NestedClickEventPrevent = false;
@@ -244,7 +244,7 @@
//
this.textBoxPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
- this.textBoxPassword.Location = new System.Drawing.Point(479, 107);
+ this.textBoxPassword.Location = new System.Drawing.Point(479, 91);
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.Size = new System.Drawing.Size(267, 28);
this.textBoxPassword.TabIndex = 104;
@@ -259,7 +259,7 @@
this.labelPasswordBackGround.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelPasswordBackGround.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelPasswordBackGround.LineSpacing = 0F;
- this.labelPasswordBackGround.Location = new System.Drawing.Point(478, 102);
+ this.labelPasswordBackGround.Location = new System.Drawing.Point(478, 86);
this.labelPasswordBackGround.Name = "labelPasswordBackGround";
this.labelPasswordBackGround.OverlapOptimize = true;
this.labelPasswordBackGround.PasswordChar = '\0';
@@ -277,7 +277,7 @@
//
this.textBoxID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
- this.textBoxID.Location = new System.Drawing.Point(479, 66);
+ this.textBoxID.Location = new System.Drawing.Point(479, 50);
this.textBoxID.Name = "textBoxID";
this.textBoxID.Size = new System.Drawing.Size(267, 28);
this.textBoxID.TabIndex = 103;
@@ -292,7 +292,7 @@
this.labelIDBackGround.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelIDBackGround.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelIDBackGround.LineSpacing = 0F;
- this.labelIDBackGround.Location = new System.Drawing.Point(478, 61);
+ this.labelIDBackGround.Location = new System.Drawing.Point(478, 45);
this.labelIDBackGround.Name = "labelIDBackGround";
this.labelIDBackGround.OverlapOptimize = true;
this.labelIDBackGround.PasswordChar = '\0';
@@ -321,7 +321,7 @@
this.listBoxUserList.ItemOffsetX = 1;
this.listBoxUserList.ItemOffsetY = 0;
this.listBoxUserList.ItemTextOffsetY = 1;
- this.listBoxUserList.Location = new System.Drawing.Point(11, 61);
+ this.listBoxUserList.Location = new System.Drawing.Point(11, 45);
this.listBoxUserList.MouseMoveEventSpace = 3;
this.listBoxUserList.MouseMoveSpace = 10;
this.listBoxUserList.Name = "listBoxUserList";
@@ -349,7 +349,7 @@
this.listBoxUserList.ScrollDownButton.ImageDisable = null;
this.listBoxUserList.ScrollDownButton.ImageDown = null;
this.listBoxUserList.ScrollDownButton.ImageUp = null;
- this.listBoxUserList.ScrollDownButton.Location = new System.Drawing.Point(268, 542);
+ this.listBoxUserList.ScrollDownButton.Location = new System.Drawing.Point(268, 568);
this.listBoxUserList.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.listBoxUserList.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
this.listBoxUserList.ScrollDownButton.NestedClickEventPrevent = false;
@@ -412,7 +412,7 @@
this.listBoxUserList.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
this.listBoxUserList.SeparationlineVisibleBottom = true;
this.listBoxUserList.SeparationlineVisibleTop = true;
- this.listBoxUserList.Size = new System.Drawing.Size(300, 574);
+ this.listBoxUserList.Size = new System.Drawing.Size(300, 600);
this.listBoxUserList.TabIndex = 0;
this.listBoxUserList.Text = "smartListBox1";
this.listBoxUserList.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
@@ -433,7 +433,7 @@
this.buttonLevel3.ImageDisable = null;
this.buttonLevel3.ImageDown = null;
this.buttonLevel3.ImageUp = null;
- this.buttonLevel3.Location = new System.Drawing.Point(758, 384);
+ this.buttonLevel3.Location = new System.Drawing.Point(695, 367);
this.buttonLevel3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonLevel3.Name = "buttonLevel3";
this.buttonLevel3.NestedClickEventPrevent = false;
@@ -468,7 +468,7 @@
this.buttonLevel2.ImageDisable = null;
this.buttonLevel2.ImageDown = null;
this.buttonLevel2.ImageUp = null;
- this.buttonLevel2.Location = new System.Drawing.Point(758, 343);
+ this.buttonLevel2.Location = new System.Drawing.Point(695, 326);
this.buttonLevel2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonLevel2.Name = "buttonLevel2";
this.buttonLevel2.NestedClickEventPrevent = false;
@@ -503,7 +503,7 @@
this.buttonLevel1.ImageDisable = null;
this.buttonLevel1.ImageDown = null;
this.buttonLevel1.ImageUp = null;
- this.buttonLevel1.Location = new System.Drawing.Point(758, 302);
+ this.buttonLevel1.Location = new System.Drawing.Point(695, 285);
this.buttonLevel1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonLevel1.Name = "buttonLevel1";
this.buttonLevel1.NestedClickEventPrevent = false;
@@ -532,7 +532,7 @@
this.labelAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelAccessRight.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelAccessRight.LineSpacing = 0F;
- this.labelAccessRight.Location = new System.Drawing.Point(479, 262);
+ this.labelAccessRight.Location = new System.Drawing.Point(479, 246);
this.labelAccessRight.Name = "labelAccessRight";
this.labelAccessRight.OverlapOptimize = true;
this.labelAccessRight.PasswordChar = '\0';
@@ -554,7 +554,7 @@
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleAccessRight.LineSpacing = 0F;
- this.labelTitleAccessRight.Location = new System.Drawing.Point(318, 262);
+ this.labelTitleAccessRight.Location = new System.Drawing.Point(318, 246);
this.labelTitleAccessRight.Name = "labelTitleAccessRight";
this.labelTitleAccessRight.OverlapOptimize = true;
this.labelTitleAccessRight.PasswordChar = '\0';
@@ -593,10 +593,10 @@
this.groupBoxAccessRight.FrameLineThickness = 1;
this.groupBoxAccessRight.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.groupBoxAccessRight.HeaderHeightOffset = 12;
- this.groupBoxAccessRight.Location = new System.Drawing.Point(309, 292);
+ this.groupBoxAccessRight.Location = new System.Drawing.Point(309, 276);
this.groupBoxAccessRight.Name = "groupBoxAccessRight";
this.groupBoxAccessRight.RoundRadius = 5;
- this.groupBoxAccessRight.Size = new System.Drawing.Size(458, 353);
+ this.groupBoxAccessRight.Size = new System.Drawing.Size(395, 378);
this.groupBoxAccessRight.TabIndex = 97;
this.groupBoxAccessRight.TextColor = System.Drawing.Color.White;
//
@@ -614,14 +614,14 @@
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null;
- this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(242, 120);
+ this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(206, 137);
this.checkBoxMenuUserGroupEditor.Name = "checkBoxMenuUserGroupEditor";
this.checkBoxMenuUserGroupEditor.OverlapOptimize = true;
this.checkBoxMenuUserGroupEditor.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuUserGroupEditor.TabIndex = 116;
this.checkBoxMenuUserGroupEditor.Text = "User group editor";
this.checkBoxMenuUserGroupEditor.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuUserGroupEditor.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuUserGroupEditor.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuUserGroupEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuInformation
@@ -638,14 +638,14 @@
this.checkBoxMenuInformation.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuInformation.ImageCheckBox = null;
this.checkBoxMenuInformation.ImageUnCheckBox = null;
- this.checkBoxMenuInformation.Location = new System.Drawing.Point(242, 265);
+ this.checkBoxMenuInformation.Location = new System.Drawing.Point(206, 282);
this.checkBoxMenuInformation.Name = "checkBoxMenuInformation";
this.checkBoxMenuInformation.OverlapOptimize = true;
this.checkBoxMenuInformation.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuInformation.TabIndex = 115;
this.checkBoxMenuInformation.Text = "Information";
this.checkBoxMenuInformation.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuInformation.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuInformation.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuAlarmList
@@ -662,14 +662,14 @@
this.checkBoxMenuAlarmList.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuAlarmList.ImageCheckBox = null;
this.checkBoxMenuAlarmList.ImageUnCheckBox = null;
- this.checkBoxMenuAlarmList.Location = new System.Drawing.Point(242, 236);
+ this.checkBoxMenuAlarmList.Location = new System.Drawing.Point(206, 253);
this.checkBoxMenuAlarmList.Name = "checkBoxMenuAlarmList";
this.checkBoxMenuAlarmList.OverlapOptimize = true;
this.checkBoxMenuAlarmList.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuAlarmList.TabIndex = 114;
this.checkBoxMenuAlarmList.Text = "Log_Alarm";
this.checkBoxMenuAlarmList.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuAlarmList.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuAlarmList.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuAlarmList.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuEquipment
@@ -686,14 +686,14 @@
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEquipment.ImageCheckBox = null;
this.checkBoxMenuEquipment.ImageUnCheckBox = null;
- this.checkBoxMenuEquipment.Location = new System.Drawing.Point(242, 294);
+ this.checkBoxMenuEquipment.Location = new System.Drawing.Point(206, 311);
this.checkBoxMenuEquipment.Name = "checkBoxMenuEquipment";
this.checkBoxMenuEquipment.OverlapOptimize = true;
this.checkBoxMenuEquipment.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuEquipment.TabIndex = 113;
this.checkBoxMenuEquipment.Text = "Equipment";
this.checkBoxMenuEquipment.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuEquipment.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuEquipment.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuCheckLog
@@ -710,14 +710,14 @@
this.checkBoxMenuCheckLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuCheckLog.ImageCheckBox = null;
this.checkBoxMenuCheckLog.ImageUnCheckBox = null;
- this.checkBoxMenuCheckLog.Location = new System.Drawing.Point(242, 207);
+ this.checkBoxMenuCheckLog.Location = new System.Drawing.Point(206, 224);
this.checkBoxMenuCheckLog.Name = "checkBoxMenuCheckLog";
this.checkBoxMenuCheckLog.OverlapOptimize = true;
this.checkBoxMenuCheckLog.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuCheckLog.TabIndex = 111;
this.checkBoxMenuCheckLog.Text = "Log_Inspection";
this.checkBoxMenuCheckLog.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuCheckLog.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuCheckLog.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuCheckLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuHistoryLog
@@ -734,14 +734,14 @@
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuHistoryLog.ImageCheckBox = null;
this.checkBoxMenuHistoryLog.ImageUnCheckBox = null;
- this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(242, 178);
+ this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(206, 195);
this.checkBoxMenuHistoryLog.Name = "checkBoxMenuHistoryLog";
this.checkBoxMenuHistoryLog.OverlapOptimize = true;
this.checkBoxMenuHistoryLog.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuHistoryLog.TabIndex = 110;
this.checkBoxMenuHistoryLog.Text = "Log_History";
this.checkBoxMenuHistoryLog.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuHistoryLog.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuHistoryLog.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuHistoryLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuIOTest
@@ -758,14 +758,14 @@
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuIOTest.ImageCheckBox = null;
this.checkBoxMenuIOTest.ImageUnCheckBox = null;
- this.checkBoxMenuIOTest.Location = new System.Drawing.Point(242, 149);
+ this.checkBoxMenuIOTest.Location = new System.Drawing.Point(206, 166);
this.checkBoxMenuIOTest.Name = "checkBoxMenuIOTest";
this.checkBoxMenuIOTest.OverlapOptimize = true;
this.checkBoxMenuIOTest.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuIOTest.TabIndex = 108;
this.checkBoxMenuIOTest.Text = "I/O Test";
this.checkBoxMenuIOTest.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuIOTest.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuIOTest.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// labelTitleMenu
@@ -776,7 +776,7 @@
this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMenu.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.LineSpacing = 0F;
- this.labelTitleMenu.Location = new System.Drawing.Point(242, 33);
+ this.labelTitleMenu.Location = new System.Drawing.Point(206, 50);
this.labelTitleMenu.Name = "labelTitleMenu";
this.labelTitleMenu.OverlapOptimize = true;
this.labelTitleMenu.PasswordChar = '\0';
@@ -799,7 +799,7 @@
this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMain.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.LineSpacing = 0F;
- this.labelTitleMain.Location = new System.Drawing.Point(66, 33);
+ this.labelTitleMain.Location = new System.Drawing.Point(30, 50);
this.labelTitleMain.Name = "labelTitleMain";
this.labelTitleMain.OverlapOptimize = true;
this.labelTitleMain.PasswordChar = '\0';
@@ -828,14 +828,14 @@
this.checkBoxMenuUserEditor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserEditor.ImageCheckBox = null;
this.checkBoxMenuUserEditor.ImageUnCheckBox = null;
- this.checkBoxMenuUserEditor.Location = new System.Drawing.Point(242, 91);
+ this.checkBoxMenuUserEditor.Location = new System.Drawing.Point(206, 108);
this.checkBoxMenuUserEditor.Name = "checkBoxMenuUserEditor";
this.checkBoxMenuUserEditor.OverlapOptimize = true;
this.checkBoxMenuUserEditor.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuUserEditor.TabIndex = 7;
this.checkBoxMenuUserEditor.Text = "User editor";
this.checkBoxMenuUserEditor.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuUserEditor.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuUserEditor.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuUserEditor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMenuRecipe
@@ -852,14 +852,14 @@
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuRecipe.ImageCheckBox = null;
this.checkBoxMenuRecipe.ImageUnCheckBox = null;
- this.checkBoxMenuRecipe.Location = new System.Drawing.Point(242, 62);
+ this.checkBoxMenuRecipe.Location = new System.Drawing.Point(206, 79);
this.checkBoxMenuRecipe.Name = "checkBoxMenuRecipe";
this.checkBoxMenuRecipe.OverlapOptimize = true;
this.checkBoxMenuRecipe.Size = new System.Drawing.Size(150, 23);
this.checkBoxMenuRecipe.TabIndex = 4;
this.checkBoxMenuRecipe.Text = "Recipe setting";
this.checkBoxMenuRecipe.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMenuRecipe.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMenuRecipe.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMenuRecipe.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMainSubMenu
@@ -876,14 +876,14 @@
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainSubMenu.ImageCheckBox = null;
this.checkBoxMainSubMenu.ImageUnCheckBox = null;
- this.checkBoxMainSubMenu.Location = new System.Drawing.Point(66, 120);
+ this.checkBoxMainSubMenu.Location = new System.Drawing.Point(30, 137);
this.checkBoxMainSubMenu.Name = "checkBoxMainSubMenu";
this.checkBoxMainSubMenu.OverlapOptimize = true;
this.checkBoxMainSubMenu.Size = new System.Drawing.Size(150, 23);
this.checkBoxMainSubMenu.TabIndex = 3;
this.checkBoxMainSubMenu.Text = "Submenu";
this.checkBoxMainSubMenu.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMainSubMenu.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMainSubMenu.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxMainSubMenu.Visible = false;
//
@@ -901,14 +901,14 @@
this.checkBoxMainClear.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainClear.ImageCheckBox = null;
this.checkBoxMainClear.ImageUnCheckBox = null;
- this.checkBoxMainClear.Location = new System.Drawing.Point(66, 91);
+ this.checkBoxMainClear.Location = new System.Drawing.Point(30, 108);
this.checkBoxMainClear.Name = "checkBoxMainClear";
this.checkBoxMainClear.OverlapOptimize = true;
this.checkBoxMainClear.Size = new System.Drawing.Size(150, 23);
this.checkBoxMainClear.TabIndex = 2;
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainClear.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMainClear.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMainClear.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// checkBoxMainProductChange
@@ -925,14 +925,14 @@
this.checkBoxMainProductChange.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainProductChange.ImageCheckBox = null;
this.checkBoxMainProductChange.ImageUnCheckBox = null;
- this.checkBoxMainProductChange.Location = new System.Drawing.Point(66, 62);
+ this.checkBoxMainProductChange.Location = new System.Drawing.Point(30, 79);
this.checkBoxMainProductChange.Name = "checkBoxMainProductChange";
this.checkBoxMainProductChange.OverlapOptimize = true;
this.checkBoxMainProductChange.Size = new System.Drawing.Size(150, 23);
this.checkBoxMainProductChange.TabIndex = 0;
this.checkBoxMainProductChange.Text = "Change No";
this.checkBoxMainProductChange.TextColor = System.Drawing.Color.LightGray;
- this.checkBoxMainProductChange.TextColorDisable = System.Drawing.Color.Black;
+ this.checkBoxMainProductChange.TextColorDisable = System.Drawing.Color.LightGray;
this.checkBoxMainProductChange.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// labelExpiryDateOfPassword2
@@ -943,7 +943,7 @@
this.labelExpiryDateOfPassword2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
- this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 182);
+ this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 166);
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
this.labelExpiryDateOfPassword2.OverlapOptimize = true;
this.labelExpiryDateOfPassword2.PasswordChar = '\0';
@@ -966,7 +966,7 @@
this.labelExpiryDateOfAccount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
- this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 142);
+ this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 126);
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
this.labelExpiryDateOfAccount2.OverlapOptimize = true;
this.labelExpiryDateOfAccount2.PasswordChar = '\0';
@@ -989,7 +989,7 @@
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel8.LineSpacing = 0F;
- this.smartLabel8.Location = new System.Drawing.Point(556, 182);
+ this.smartLabel8.Location = new System.Drawing.Point(556, 166);
this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0';
@@ -1012,7 +1012,7 @@
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel7.LineSpacing = 0F;
- this.smartLabel7.Location = new System.Drawing.Point(556, 142);
+ this.smartLabel7.Location = new System.Drawing.Point(556, 126);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0';
@@ -1035,7 +1035,7 @@
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel6.LineSpacing = 0F;
- this.smartLabel6.Location = new System.Drawing.Point(556, 222);
+ this.smartLabel6.Location = new System.Drawing.Point(556, 206);
this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0';
@@ -1059,7 +1059,7 @@
this.labelAutomaticLogoutTime.Enabled = false;
this.labelAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelAutomaticLogoutTime.LineSpacing = 0F;
- this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(479, 222);
+ this.labelAutomaticLogoutTime.Location = new System.Drawing.Point(479, 206);
this.labelAutomaticLogoutTime.Name = "labelAutomaticLogoutTime";
this.labelAutomaticLogoutTime.OverlapOptimize = true;
this.labelAutomaticLogoutTime.PasswordChar = '\0';
@@ -1083,7 +1083,7 @@
this.labelExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword.LineSpacing = 0F;
- this.labelExpiryDateOfPassword.Location = new System.Drawing.Point(479, 182);
+ this.labelExpiryDateOfPassword.Location = new System.Drawing.Point(479, 166);
this.labelExpiryDateOfPassword.Name = "labelExpiryDateOfPassword";
this.labelExpiryDateOfPassword.OverlapOptimize = true;
this.labelExpiryDateOfPassword.PasswordChar = '\0';
@@ -1107,7 +1107,7 @@
this.labelExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount.LineSpacing = 0F;
- this.labelExpiryDateOfAccount.Location = new System.Drawing.Point(479, 142);
+ this.labelExpiryDateOfAccount.Location = new System.Drawing.Point(479, 126);
this.labelExpiryDateOfAccount.Name = "labelExpiryDateOfAccount";
this.labelExpiryDateOfAccount.OverlapOptimize = true;
this.labelExpiryDateOfAccount.PasswordChar = '\0';
@@ -1131,7 +1131,7 @@
this.labelTitleAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
- this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 222);
+ this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 206);
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
this.labelTitleAutomaticLogoutTime.OverlapOptimize = true;
this.labelTitleAutomaticLogoutTime.PasswordChar = '\0';
@@ -1154,7 +1154,7 @@
this.labelTitleExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
- this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 182);
+ this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166);
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
this.labelTitleExpiryDateOfPassword.OverlapOptimize = true;
this.labelTitleExpiryDateOfPassword.PasswordChar = '\0';
@@ -1177,7 +1177,7 @@
this.labelTitleExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
- this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 142);
+ this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126);
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
this.labelTitleExpiryDateOfAccount.OverlapOptimize = true;
this.labelTitleExpiryDateOfAccount.PasswordChar = '\0';
@@ -1199,7 +1199,7 @@
this.labelTitlePassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitlePassword.LineSpacing = 0F;
- this.labelTitlePassword.Location = new System.Drawing.Point(318, 102);
+ this.labelTitlePassword.Location = new System.Drawing.Point(318, 86);
this.labelTitlePassword.Name = "labelTitlePassword";
this.labelTitlePassword.OverlapOptimize = true;
this.labelTitlePassword.PasswordChar = '\0';
@@ -1221,7 +1221,7 @@
this.labelTitleID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleID.LineSpacing = 0F;
- this.labelTitleID.Location = new System.Drawing.Point(317, 61);
+ this.labelTitleID.Location = new System.Drawing.Point(317, 45);
this.labelTitleID.Name = "labelTitleID";
this.labelTitleID.OverlapOptimize = true;
this.labelTitleID.PasswordChar = '\0';
@@ -1246,11 +1246,12 @@
this.buttonDelete.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDelete.ButtonText = "Delete";
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonDelete.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonDelete.GroupID = 0;
this.buttonDelete.ImageDisable = null;
this.buttonDelete.ImageDown = null;
this.buttonDelete.ImageUp = null;
- this.buttonDelete.Location = new System.Drawing.Point(808, 126);
+ this.buttonDelete.Location = new System.Drawing.Point(808, 110);
this.buttonDelete.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.NestedClickEventPrevent = false;
@@ -1265,7 +1266,7 @@
this.buttonDelete.TabIndex = 80;
this.buttonDelete.Text = null;
this.buttonDelete.TextColor = System.Drawing.Color.White;
- this.buttonDelete.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonDelete.TextColorDisable = System.Drawing.Color.Silver;
this.buttonDelete.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonDelete.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDelete.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
@@ -1281,11 +1282,12 @@
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSave.ButtonText = "Save";
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonSave.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonSave.GroupID = 0;
this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null;
this.buttonSave.ImageUp = null;
- this.buttonSave.Location = new System.Drawing.Point(808, 192);
+ this.buttonSave.Location = new System.Drawing.Point(808, 176);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
@@ -1300,7 +1302,7 @@
this.buttonSave.TabIndex = 79;
this.buttonSave.Text = null;
this.buttonSave.TextColor = System.Drawing.Color.White;
- this.buttonSave.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonSave.TextColorDisable = System.Drawing.Color.Silver;
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
@@ -1317,11 +1319,12 @@
this.buttonRegister.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRegister.ButtonText = "New";
this.buttonRegister.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonRegister.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.buttonRegister.GroupID = 0;
this.buttonRegister.ImageDisable = null;
this.buttonRegister.ImageDown = null;
this.buttonRegister.ImageUp = null;
- this.buttonRegister.Location = new System.Drawing.Point(808, 60);
+ this.buttonRegister.Location = new System.Drawing.Point(808, 44);
this.buttonRegister.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRegister.Name = "buttonRegister";
this.buttonRegister.NestedClickEventPrevent = false;
@@ -1336,7 +1339,7 @@
this.buttonRegister.TabIndex = 78;
this.buttonRegister.Text = null;
this.buttonRegister.TextColor = System.Drawing.Color.White;
- this.buttonRegister.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonRegister.TextColorDisable = System.Drawing.Color.Silver;
this.buttonRegister.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonRegister.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRegister.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
diff --git a/INT_PT002/DialogForms/DialogFormLogOn.Designer.cs b/INT_PT002/DialogForms/DialogFormLogOn.Designer.cs
index 5e98f68..090e30b 100644
--- a/INT_PT002/DialogForms/DialogFormLogOn.Designer.cs
+++ b/INT_PT002/DialogForms/DialogFormLogOn.Designer.cs
@@ -204,23 +204,23 @@
// smartKeyboard
//
this.smartKeyboard.BackGround = null;
- this.smartKeyboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
+ this.smartKeyboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(21)))), ((int)(((byte)(50)))));
this.smartKeyboard.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
this.smartKeyboard.BorderStyle = SmartX.SmartKeyboard.BorderStyles.None;
this.smartKeyboard.ControlKeyDisable = false;
this.smartKeyboard.DesignMinimize = false;
this.smartKeyboard.HanYoungKeyDisable = true;
- this.smartKeyboard.KeyBoardBackImage = null;
+ this.smartKeyboard.KeyBoardBackImage = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyBoardBackImage")));
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.smartKeyboard.KeyOutLineWidth = 1;
+ this.smartKeyboard.KeyOutLineWidth = 0;
this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1")));
this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2")));
this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3")));
this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
- this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
+ this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
@@ -232,7 +232,7 @@
this.smartKeyboard.Name = "smartKeyboard";
this.smartKeyboard.OverlapOptimize = true;
this.smartKeyboard.Radius = 5;
- this.smartKeyboard.RoundedCorners = true;
+ this.smartKeyboard.RoundedCorners = false;
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
this.smartKeyboard.Size = new System.Drawing.Size(585, 232);
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(585, 232);
@@ -242,7 +242,7 @@
this.smartKeyboard.Text = "smartKeyboard1";
this.smartKeyboard.TextColor = System.Drawing.Color.Black;
this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray;
- this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
+ this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.STANDARD4;
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
this.smartKeyboard.Click += new System.EventHandler(this.smartKeyboard_Click);
//
diff --git a/INT_PT002/DialogForms/DialogFormLogOn.resx b/INT_PT002/DialogForms/DialogFormLogOn.resx
index 68314da..07d1e95 100644
--- a/INT_PT002/DialogForms/DialogFormLogOn.resx
+++ b/INT_PT002/DialogForms/DialogFormLogOn.resx
@@ -118,6 +118,71 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
diff --git a/INT_PT002/Forms/FormMainDisplay2.Designer.cs b/INT_PT002/Forms/FormMainDisplay2.Designer.cs
index cfa2873..1262903 100644
--- a/INT_PT002/Forms/FormMainDisplay2.Designer.cs
+++ b/INT_PT002/Forms/FormMainDisplay2.Designer.cs
@@ -139,6 +139,9 @@
this.smartTimerAlarm = new SmartX.SmartTimer();
this.smartTimerMessageShow = new SmartX.SmartTimer();
this.smartTimerLogin = new SmartX.SmartTimer();
+ this.progressBar3 = new SmartX.SmartProgressBar();
+ this.progressBar4 = new SmartX.SmartProgressBar();
+ this.progressBar6 = new SmartX.SmartProgressBar();
this.smartForm1.SuspendLayout();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
@@ -149,6 +152,9 @@
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.progressBar6);
+ this.smartForm1.Controls.Add(this.progressBar4);
+ this.smartForm1.Controls.Add(this.progressBar3);
this.smartForm1.Controls.Add(this.smartButton5);
this.smartForm1.Controls.Add(this.pictureBoxProgress8Selected);
this.smartForm1.Controls.Add(this.pictureBoxProgress7Selected);
@@ -306,7 +312,7 @@
//
this.pictureBoxProgress8Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress8Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress8Selected.Image")));
- this.pictureBoxProgress8Selected.Location = new System.Drawing.Point(55, 410);
+ this.pictureBoxProgress8Selected.Location = new System.Drawing.Point(55, 406);
this.pictureBoxProgress8Selected.Name = "pictureBoxProgress8Selected";
this.pictureBoxProgress8Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress8Selected.Visible = false;
@@ -315,7 +321,7 @@
//
this.pictureBoxProgress7Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress7Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress7Selected.Image")));
- this.pictureBoxProgress7Selected.Location = new System.Drawing.Point(274, 410);
+ this.pictureBoxProgress7Selected.Location = new System.Drawing.Point(274, 406);
this.pictureBoxProgress7Selected.Name = "pictureBoxProgress7Selected";
this.pictureBoxProgress7Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress7Selected.Visible = false;
@@ -324,7 +330,7 @@
//
this.pictureBoxProgress6Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress6Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress6Selected.Image")));
- this.pictureBoxProgress6Selected.Location = new System.Drawing.Point(493, 410);
+ this.pictureBoxProgress6Selected.Location = new System.Drawing.Point(493, 406);
this.pictureBoxProgress6Selected.Name = "pictureBoxProgress6Selected";
this.pictureBoxProgress6Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress6Selected.Visible = false;
@@ -333,7 +339,7 @@
//
this.pictureBoxProgress4Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress4Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress4Selected.Image")));
- this.pictureBoxProgress4Selected.Location = new System.Drawing.Point(712, 410);
+ this.pictureBoxProgress4Selected.Location = new System.Drawing.Point(712, 406);
this.pictureBoxProgress4Selected.Name = "pictureBoxProgress4Selected";
this.pictureBoxProgress4Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress4Selected.Visible = false;
@@ -342,7 +348,7 @@
//
this.pictureBoxProgress3Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress3Selected.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress3Selected.Image")));
- this.pictureBoxProgress3Selected.Location = new System.Drawing.Point(712, 247);
+ this.pictureBoxProgress3Selected.Location = new System.Drawing.Point(712, 246);
this.pictureBoxProgress3Selected.Name = "pictureBoxProgress3Selected";
this.pictureBoxProgress3Selected.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress3Selected.Visible = false;
@@ -437,7 +443,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(917, 627);
this.labelUserLevel.Name = "labelUserLevel";
@@ -460,7 +466,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(917, 601);
this.labelUserID.Name = "labelUserID";
@@ -1166,7 +1172,7 @@
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(147, 119);
this.labelTime.Name = "labelTime";
@@ -1401,7 +1407,7 @@
//
this.pictureBoxProgress4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress4.Image")));
- this.pictureBoxProgress4.Location = new System.Drawing.Point(712, 410);
+ this.pictureBoxProgress4.Location = new System.Drawing.Point(712, 406);
this.pictureBoxProgress4.Name = "pictureBoxProgress4";
this.pictureBoxProgress4.Size = new System.Drawing.Size(150, 90);
//
@@ -1417,7 +1423,7 @@
//
this.pictureBoxProgress6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress6.Image")));
- this.pictureBoxProgress6.Location = new System.Drawing.Point(493, 410);
+ this.pictureBoxProgress6.Location = new System.Drawing.Point(493, 406);
this.pictureBoxProgress6.Name = "pictureBoxProgress6";
this.pictureBoxProgress6.Size = new System.Drawing.Size(150, 90);
//
@@ -1425,7 +1431,7 @@
//
this.pictureBoxProgress7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress7.Image")));
- this.pictureBoxProgress7.Location = new System.Drawing.Point(274, 410);
+ this.pictureBoxProgress7.Location = new System.Drawing.Point(274, 406);
this.pictureBoxProgress7.Name = "pictureBoxProgress7";
this.pictureBoxProgress7.Size = new System.Drawing.Size(150, 90);
//
@@ -1449,7 +1455,7 @@
//
this.pictureBoxProgress8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress8.Image")));
- this.pictureBoxProgress8.Location = new System.Drawing.Point(55, 410);
+ this.pictureBoxProgress8.Location = new System.Drawing.Point(55, 406);
this.pictureBoxProgress8.Name = "pictureBoxProgress8";
this.pictureBoxProgress8.Size = new System.Drawing.Size(150, 90);
//
@@ -2127,7 +2133,7 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "Login";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonUser.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonUser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
@@ -2211,7 +2217,7 @@
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonExit.ButtonText = "EXIT";
this.buttonExit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonExit.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonExit.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonExit.GroupID = 0;
this.buttonExit.ImageDisable = null;
this.buttonExit.ImageDown = null;
@@ -2247,7 +2253,7 @@
this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonInspection.ButtonText = "Inspection";
this.buttonInspection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonInspection.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonInspection.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonInspection.GroupID = 0;
this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null;
@@ -2283,7 +2289,7 @@
this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonClear.ButtonText = "Clear";
this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonClear.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonClear.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonClear.GroupID = 0;
this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null;
@@ -2319,7 +2325,7 @@
this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMenu.ButtonText = "Menu";
this.buttonMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMenu.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonMenu.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonMenu.GroupID = 0;
this.buttonMenu.ImageDisable = null;
this.buttonMenu.ImageDown = null;
@@ -2355,7 +2361,7 @@
this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDisplay.ButtonText = "Display";
this.buttonDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonDisplay.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonDisplay.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonDisplay.GroupID = 0;
this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null;
@@ -2570,6 +2576,132 @@
this.smartTimerLogin.TimeFormStringSeparator = ":";
this.smartTimerLogin.Tick += new System.EventHandler(this.smartTimerLogin_Tick);
//
+ // progressBar3
+ //
+ this.progressBar3.AutoColorSet = true;
+ this.progressBar3.BackGround = this.smartForm1;
+ this.progressBar3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
+ this.progressBar3.BarBackColor1 = System.Drawing.Color.White;
+ this.progressBar3.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar3.BarColor1 = System.Drawing.Color.Teal;
+ this.progressBar3.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar3.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat;
+ this.progressBar3.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
+ this.progressBar3.FormatString = "";
+ this.progressBar3.Location = new System.Drawing.Point(712, 240);
+ this.progressBar3.Maximum = new decimal(new int[] {
+ 100,
+ 0,
+ 0,
+ 0});
+ this.progressBar3.Minimum = new decimal(new int[] {
+ 0,
+ 0,
+ 0,
+ 0});
+ this.progressBar3.Name = "progressBar3";
+ this.progressBar3.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.progressBar3.OverlapOptimize = true;
+ this.progressBar3.RoundedCorners = true;
+ this.progressBar3.Size = new System.Drawing.Size(150, 5);
+ this.progressBar3.TabIndex = 327;
+ this.progressBar3.Text = "smartProgressBar1";
+ this.progressBar3.TextAutoRotation = true;
+ this.progressBar3.TextColor = System.Drawing.Color.White;
+ this.progressBar3.TextColorDisable = System.Drawing.Color.Gray;
+ this.progressBar3.Units = "";
+ this.progressBar3.Value = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.progressBar3.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.None;
+ this.progressBar3.Visible = false;
+ //
+ // progressBar4
+ //
+ this.progressBar4.AutoColorSet = true;
+ this.progressBar4.BackGround = this.smartForm1;
+ this.progressBar4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
+ this.progressBar4.BarBackColor1 = System.Drawing.Color.White;
+ this.progressBar4.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar4.BarColor1 = System.Drawing.Color.Teal;
+ this.progressBar4.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar4.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat;
+ this.progressBar4.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
+ this.progressBar4.FormatString = "";
+ this.progressBar4.Location = new System.Drawing.Point(712, 497);
+ this.progressBar4.Maximum = new decimal(new int[] {
+ 100,
+ 0,
+ 0,
+ 0});
+ this.progressBar4.Minimum = new decimal(new int[] {
+ 0,
+ 0,
+ 0,
+ 0});
+ this.progressBar4.Name = "progressBar4";
+ this.progressBar4.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.progressBar4.OverlapOptimize = true;
+ this.progressBar4.RoundedCorners = true;
+ this.progressBar4.Size = new System.Drawing.Size(150, 5);
+ this.progressBar4.TabIndex = 328;
+ this.progressBar4.Text = "smartProgressBar2";
+ this.progressBar4.TextAutoRotation = true;
+ this.progressBar4.TextColor = System.Drawing.Color.White;
+ this.progressBar4.TextColorDisable = System.Drawing.Color.Gray;
+ this.progressBar4.Units = "";
+ this.progressBar4.Value = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.progressBar4.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.None;
+ this.progressBar4.Visible = false;
+ //
+ // progressBar6
+ //
+ this.progressBar6.AutoColorSet = true;
+ this.progressBar6.BackGround = this.smartForm1;
+ this.progressBar6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224)))));
+ this.progressBar6.BarBackColor1 = System.Drawing.Color.White;
+ this.progressBar6.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar6.BarColor1 = System.Drawing.Color.Teal;
+ this.progressBar6.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.progressBar6.BarStyle = SmartX.SmartProgressBar.BARTYPE.Flat;
+ this.progressBar6.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
+ this.progressBar6.FormatString = "";
+ this.progressBar6.Location = new System.Drawing.Point(493, 497);
+ this.progressBar6.Maximum = new decimal(new int[] {
+ 100,
+ 0,
+ 0,
+ 0});
+ this.progressBar6.Minimum = new decimal(new int[] {
+ 0,
+ 0,
+ 0,
+ 0});
+ this.progressBar6.Name = "progressBar6";
+ this.progressBar6.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.progressBar6.OverlapOptimize = true;
+ this.progressBar6.RoundedCorners = true;
+ this.progressBar6.Size = new System.Drawing.Size(150, 5);
+ this.progressBar6.TabIndex = 329;
+ this.progressBar6.Text = "smartProgressBar3";
+ this.progressBar6.TextAutoRotation = true;
+ this.progressBar6.TextColor = System.Drawing.Color.White;
+ this.progressBar6.TextColorDisable = System.Drawing.Color.Gray;
+ this.progressBar6.Units = "";
+ this.progressBar6.Value = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.progressBar6.ValueTextType = SmartX.SmartProgressBar.TextValueOutputType.None;
+ this.progressBar6.Visible = false;
+ //
// FormMainDisplay2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@@ -2699,5 +2831,8 @@
private System.Windows.Forms.PictureBox pictureBoxProgress2Selected;
private System.Windows.Forms.PictureBox pictureBoxProgress1Selected;
private SmartX.SmartButton smartButton5;
+ private SmartX.SmartProgressBar progressBar3;
+ private SmartX.SmartProgressBar progressBar6;
+ private SmartX.SmartProgressBar progressBar4;
}
}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay2.cs b/INT_PT002/Forms/FormMainDisplay2.cs
index 4c96d30..56311c8 100644
--- a/INT_PT002/Forms/FormMainDisplay2.cs
+++ b/INT_PT002/Forms/FormMainDisplay2.cs
@@ -478,6 +478,10 @@ namespace INT_PT002.Forms
case Define.E_ProcessStatus._1_Initial:
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
this.CollectionLabelProgress[i].Location = this.CollectionLabelPoint[i];
+ this.progressBar3.Visible = false;
+ this.progressBar4.Visible = false;
+ this.progressBar6.Visible = false;
+
this.UnselectLabelRefresh(this.CollectionLabelProgress.Count - 1);
this.SelectLabelRefresh(0);
break;
@@ -492,20 +496,26 @@ namespace INT_PT002.Forms
case Define.E_ProcessStatus._4_VacuumStart:
this.UnselectLabelRefresh(2);
this.SelectLabelRefresh(3);
+ this.progressBar3.Visible = true;
break;
case Define.E_ProcessStatus._5_VacuumHold:
this.UnselectLabelRefresh(3);
this.SelectLabelRefresh(4);
+ this.progressBar3.Visible = false;
+ this.progressBar4.Visible = true;
break;
case Define.E_ProcessStatus._6_Judgment:
break;
case Define.E_ProcessStatus._7_VacuumBreak:
this.UnselectLabelRefresh(4);
this.SelectLabelRefresh(5);
+ this.progressBar4.Visible = false;
+ this.progressBar6.Visible = true;
break;
case Define.E_ProcessStatus._8_ChamberSeparation:
this.UnselectLabelRefresh(5);
this.SelectLabelRefresh(6);
+ this.progressBar6.Visible = false;
break;
case Define.E_ProcessStatus._9_ProductRelease:
this.UnselectLabelRefresh(6);
diff --git a/INT_PT002/Forms/FormMenu.Designer.cs b/INT_PT002/Forms/FormMenu.Designer.cs
index 0d897f6..ad5c7e0 100644
--- a/INT_PT002/Forms/FormMenu.Designer.cs
+++ b/INT_PT002/Forms/FormMenu.Designer.cs
@@ -144,7 +144,7 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "User";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonUser.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
+ this.buttonUser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
@@ -176,7 +176,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.Black;
this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(719, 3);
this.labelUserID.Name = "labelUserID";
@@ -199,7 +199,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black;
this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(849, 3);
this.labelUserLevel.Name = "labelUserLevel";
@@ -229,7 +229,7 @@
this.smartLabel1.BackGroundColor = System.Drawing.Color.Black;
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(62, 3);
this.smartLabel1.Name = "smartLabel1";
@@ -256,7 +256,7 @@
this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom4.ButtonText = "측정시작";
this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonBottom4.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom4.GroupID = 1;
this.buttonBottom4.ImageDisable = null;
this.buttonBottom4.ImageDown = null;
@@ -292,7 +292,7 @@
this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom3.ButtonText = "측정시작";
this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonBottom3.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom3.GroupID = 1;
this.buttonBottom3.ImageDisable = null;
this.buttonBottom3.ImageDown = null;
@@ -328,7 +328,7 @@
this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom2.ButtonText = "측정시작";
this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonBottom2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom2.GroupID = 1;
this.buttonBottom2.ImageDisable = null;
this.buttonBottom2.ImageDown = null;
@@ -364,7 +364,7 @@
this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom1.ButtonText = "측정시작";
this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonBottom1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom1.GroupID = 1;
this.buttonBottom1.ImageDisable = null;
this.buttonBottom1.ImageDown = null;
@@ -400,7 +400,7 @@
this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSystem.ButtonText = "System";
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonSystem.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
+ this.buttonSystem.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonSystem.GroupID = 0;
this.buttonSystem.ImageDisable = null;
this.buttonSystem.ImageDown = null;
@@ -436,7 +436,7 @@
this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonLog.ButtonText = "Log";
this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonLog.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
+ this.buttonLog.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonLog.GroupID = 0;
this.buttonLog.ImageDisable = null;
this.buttonLog.ImageDown = null;
@@ -472,7 +472,7 @@
this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonManual.ButtonText = "Manual";
this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonManual.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
+ this.buttonManual.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonManual.GroupID = 0;
this.buttonManual.ImageDisable = null;
this.buttonManual.ImageDown = null;
@@ -508,7 +508,7 @@
this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRecipe.ButtonText = "Recipe";
this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonRecipe.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
+ this.buttonRecipe.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonRecipe.GroupID = 0;
this.buttonRecipe.ImageDisable = null;
this.buttonRecipe.ImageDown = null;
@@ -544,7 +544,7 @@
this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonHome.ButtonText = "HOME";
this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonHome.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
+ this.buttonHome.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.buttonHome.GroupID = 0;
this.buttonHome.ImageDisable = null;
this.buttonHome.ImageDown = null;
diff --git a/INT_PT002/Program.cs b/INT_PT002/Program.cs
index 5d53547..1df0904 100644
--- a/INT_PT002/Program.cs
+++ b/INT_PT002/Program.cs
@@ -16,17 +16,17 @@ namespace INT_PT002
[MTAThread]
static void Main()
{
- //try
- //{
+ try
+ {
Application.Run(new FormMain());
- //}
- //catch (Exception ex)
- //{
- // FormMain.Exception(ex);
+ }
+ catch (Exception ex)
+ {
+ FormMain.Exception(ex);
- // DialogFormMessage myMsg = new DialogFormMessage(1);
- // myMsg.ShowDialog();
- //}
+ DialogFormMessage myMsg = new DialogFormMessage(1);
+ myMsg.ShowDialog();
+ }
}
}
}
\ No newline at end of file