diff --git a/INT_LKD_2.suo b/INT_LKD_2.suo
index dc37a5d..6a0b407 100644
Binary files a/INT_LKD_2.suo and b/INT_LKD_2.suo differ
diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs
index f7a40d3..013f00c 100644
--- a/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs
+++ b/INT_LKD_2/Controls/MainDisplay/ControlMainDisplay12.cs
@@ -172,7 +172,7 @@ namespace INT_LKD_2.Controls.MainDisplay
this.CollectionLabelTitleLRMax[i].Text = "LR.Max";
this.CollectionLabelTitleLevel[i].Text = "Level";
this.CollectionLabelTitleHeight[i].Text = "Height";
- this.CollectionLabelTitleMaxHeight[i].Text = "MaxHeight";
+ this.CollectionLabelTitleMaxHeight[i].Text = "Max.H";
this.CollectionLabelTitleDiff[i].Text = "Diff";
}
break;
diff --git a/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs b/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs
index cb62695..bd5f031 100644
--- a/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs
+++ b/INT_LKD_2/Controls/MainDisplay/ControlMainResult.cs
@@ -55,8 +55,12 @@ namespace INT_LKD_2.Controls.MainDisplay
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
+ this.labelResultDiff.Text = "压差";
+ this.labelResultDisp.Text = "位移";
break;
default:
+ this.labelResultDiff.Text = "Diff";
+ this.labelResultDisp.Text = "Disp";
break;
}
}
diff --git a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs
index eb51125..f46051a 100644
--- a/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs
+++ b/INT_LKD_2/Controls/Manual/ControlMenuManualIoTest.Designer.cs
@@ -107,7 +107,7 @@
this.smartGroupBox1.Controls.Add(this.groupBoxOutput);
this.smartGroupBox1.Controls.Add(this.groupBoxStatus);
this.smartGroupBox1.Controls.Add(this.groupBoxInput);
- this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
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;
@@ -147,7 +147,7 @@
this.groupBoxServo.Controls.Add(this.buttonMotor1Origin);
this.groupBoxServo.Controls.Add(this.buttonMotorChamber2);
this.groupBoxServo.Controls.Add(this.buttonMotorChamber1);
- this.groupBoxServo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.groupBoxServo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxServo.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxServo.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxServo.FrameLineThickness = 2;
@@ -195,7 +195,7 @@
this.buttonMotorReady.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorReady.ButtonText = "Ready";
this.buttonMotorReady.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorReady.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorReady.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorReady.GroupID = 0;
this.buttonMotorReady.ImageDisable = null;
this.buttonMotorReady.ImageDown = null;
@@ -231,7 +231,7 @@
this.buttonJogCCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonJogCCW.ButtonText = "JOG CCW";
this.buttonJogCCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonJogCCW.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonJogCCW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonJogCCW.GroupID = 0;
this.buttonJogCCW.ImageDisable = null;
this.buttonJogCCW.ImageDown = null;
@@ -255,6 +255,7 @@
this.buttonJogCCW.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonJogCCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonJogCCW.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonJogCCW.Visible = false;
this.buttonJogCCW.MouseMove += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseMove);
this.buttonJogCCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseDown);
//
@@ -268,7 +269,7 @@
this.buttonJogCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonJogCW.ButtonText = "JOG CW";
this.buttonJogCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonJogCW.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonJogCW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonJogCW.GroupID = 0;
this.buttonJogCW.ImageDisable = null;
this.buttonJogCW.ImageDown = null;
@@ -292,6 +293,7 @@
this.buttonJogCW.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonJogCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonJogCW.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonJogCW.Visible = false;
this.buttonJogCW.MouseMove += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseMove);
this.buttonJogCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseDown);
//
@@ -353,7 +355,7 @@
this.buttonMotorDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorDischarge.ButtonText = "Discharge";
this.buttonMotorDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorDischarge.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorDischarge.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorDischarge.GroupID = 0;
this.buttonMotorDischarge.ImageDisable = null;
this.buttonMotorDischarge.ImageDown = null;
@@ -389,7 +391,7 @@
this.buttonMotorChamber6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber6.ButtonText = "Chamber 6";
this.buttonMotorChamber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber6.GroupID = 0;
this.buttonMotorChamber6.ImageDisable = null;
this.buttonMotorChamber6.ImageDown = null;
@@ -449,7 +451,7 @@
this.buttonMotorChamber5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber5.ButtonText = "Chamber 5";
this.buttonMotorChamber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber5.GroupID = 0;
this.buttonMotorChamber5.ImageDisable = null;
this.buttonMotorChamber5.ImageDown = null;
@@ -533,7 +535,7 @@
this.buttonMotorChamber4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber4.ButtonText = "Chamber 4";
this.buttonMotorChamber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber4.GroupID = 0;
this.buttonMotorChamber4.ImageDisable = null;
this.buttonMotorChamber4.ImageDown = null;
@@ -569,7 +571,7 @@
this.buttonMotorChamber3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber3.ButtonText = "Chamber 3";
this.buttonMotorChamber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber3.GroupID = 0;
this.buttonMotorChamber3.ImageDisable = null;
this.buttonMotorChamber3.ImageDown = null;
@@ -605,7 +607,7 @@
this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear";
this.buttonMotor1AlarmClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotor1AlarmClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotor1AlarmClear.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotor1AlarmClear.GroupID = 0;
this.buttonMotor1AlarmClear.ImageDisable = null;
this.buttonMotor1AlarmClear.ImageDown = null;
@@ -713,7 +715,7 @@
this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotor1Origin.ButtonText = "ORIGIN";
this.buttonMotor1Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotor1Origin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotor1Origin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotor1Origin.GroupID = 0;
this.buttonMotor1Origin.ImageDisable = null;
this.buttonMotor1Origin.ImageDown = null;
@@ -749,7 +751,7 @@
this.buttonMotorChamber2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber2.ButtonText = "Chamber 2";
this.buttonMotorChamber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber2.GroupID = 0;
this.buttonMotorChamber2.ImageDisable = null;
this.buttonMotorChamber2.ImageDown = null;
@@ -785,7 +787,7 @@
this.buttonMotorChamber1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber1.ButtonText = "Chamber 1";
this.buttonMotorChamber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonMotorChamber1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonMotorChamber1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonMotorChamber1.GroupID = 0;
this.buttonMotorChamber1.ImageDisable = null;
this.buttonMotorChamber1.ImageDown = null;
@@ -830,7 +832,7 @@
this.groupBoxOutput.Controls.Add(this.buttonOut5);
this.groupBoxOutput.Controls.Add(this.buttonOut6);
this.groupBoxOutput.Controls.Add(this.buttonOut7);
- this.groupBoxOutput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.groupBoxOutput.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxOutput.FrameLineThickness = 2;
@@ -850,7 +852,7 @@
this.labelTitleDiscriptionPD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleDiscriptionPD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiscriptionPD.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleDiscriptionPD.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleDiscriptionPD.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleDiscriptionPD.LineSpacing = 0F;
this.labelTitleDiscriptionPD.Location = new System.Drawing.Point(31, 410);
this.labelTitleDiscriptionPD.Name = "labelTitleDiscriptionPD";
@@ -874,7 +876,7 @@
this.labelTitleDiscriptionCD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleDiscriptionCD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiscriptionCD.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleDiscriptionCD.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleDiscriptionCD.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleDiscriptionCD.LineSpacing = 0F;
this.labelTitleDiscriptionCD.Location = new System.Drawing.Point(31, 390);
this.labelTitleDiscriptionCD.Name = "labelTitleDiscriptionCD";
@@ -901,7 +903,7 @@
this.buttonOut11.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut11.ButtonText = "None";
this.buttonOut11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut11.GroupID = 0;
this.buttonOut11.ImageDisable = null;
this.buttonOut11.ImageDown = null;
@@ -937,7 +939,7 @@
this.buttonOut12.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut12.ButtonText = "None";
this.buttonOut12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut12.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut12.GroupID = 0;
this.buttonOut12.ImageDisable = null;
this.buttonOut12.ImageDown = null;
@@ -973,7 +975,7 @@
this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut10.ButtonText = "None";
this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut10.GroupID = 0;
this.buttonOut10.ImageDisable = null;
this.buttonOut10.ImageDown = null;
@@ -1009,7 +1011,7 @@
this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut1.ButtonText = "Red";
this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut1.GroupID = 0;
this.buttonOut1.ImageDisable = null;
this.buttonOut1.ImageDown = null;
@@ -1045,7 +1047,7 @@
this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut2.ButtonText = "Green";
this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut2.GroupID = 0;
this.buttonOut2.ImageDisable = null;
this.buttonOut2.ImageDown = null;
@@ -1081,7 +1083,7 @@
this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut9.ButtonText = "None";
this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut9.GroupID = 0;
this.buttonOut9.ImageDisable = null;
this.buttonOut9.ImageDown = null;
@@ -1117,7 +1119,7 @@
this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut3.ButtonText = "Buzzer";
this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut3.GroupID = 0;
this.buttonOut3.ImageDisable = null;
this.buttonOut3.ImageDown = null;
@@ -1153,7 +1155,7 @@
this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut4.ButtonText = "Valve relief";
this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut4.GroupID = 0;
this.buttonOut4.ImageDisable = null;
this.buttonOut4.ImageDown = null;
@@ -1189,7 +1191,7 @@
this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut8.ButtonText = "None";
this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut8.GroupID = 0;
this.buttonOut8.ImageDisable = null;
this.buttonOut8.ImageDown = null;
@@ -1225,7 +1227,7 @@
this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut5.ButtonText = "Valve hold 1";
this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut5.GroupID = 0;
this.buttonOut5.ImageDisable = null;
this.buttonOut5.ImageDown = null;
@@ -1261,7 +1263,7 @@
this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut6.ButtonText = "Valve hold 2";
this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut6.GroupID = 0;
this.buttonOut6.ImageDisable = null;
this.buttonOut6.ImageDown = null;
@@ -1297,7 +1299,7 @@
this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut7.ButtonText = "CD Sol Valve";
this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonOut7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.buttonOut7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOut7.GroupID = 0;
this.buttonOut7.ImageDisable = null;
this.buttonOut7.ImageDown = null;
@@ -1339,7 +1341,7 @@
this.groupBoxStatus.Controls.Add(this.labelTitleDisp);
this.groupBoxStatus.Controls.Add(this.labelSbAlarm1);
this.groupBoxStatus.Controls.Add(this.labelLane);
- this.groupBoxStatus.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.groupBoxStatus.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxStatus.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxStatus.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxStatus.FrameLineThickness = 2;
@@ -1382,7 +1384,7 @@
this.labelTitlePressureW.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitlePressureW.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePressureW.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitlePressureW.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitlePressureW.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitlePressureW.LineSpacing = 0F;
this.labelTitlePressureW.Location = new System.Drawing.Point(115, 102);
this.labelTitlePressureW.Name = "labelTitlePressureW";
@@ -1449,7 +1451,7 @@
this.labelTitlePressureM.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitlePressureM.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePressureM.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitlePressureM.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitlePressureM.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitlePressureM.LineSpacing = 0F;
this.labelTitlePressureM.Location = new System.Drawing.Point(115, 129);
this.labelTitlePressureM.Name = "labelTitlePressureM";
@@ -1495,7 +1497,7 @@
this.labelTitleDiff.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleDiff.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleDiff.LineSpacing = 0F;
this.labelTitleDiff.Location = new System.Drawing.Point(115, 75);
this.labelTitleDiff.Name = "labelTitleDiff";
@@ -1541,7 +1543,7 @@
this.labelTitleDisp.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleDisp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleDisp.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleDisp.LineSpacing = 0F;
this.labelTitleDisp.Location = new System.Drawing.Point(115, 48);
this.labelTitleDisp.Name = "labelTitleDisp";
@@ -1617,7 +1619,7 @@
this.groupBoxInput.Controls.Add(this.labelTitleInput1);
this.groupBoxInput.Controls.Add(this.labelInput3);
this.groupBoxInput.Controls.Add(this.labelInput1);
- this.groupBoxInput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.groupBoxInput.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxInput.FrameLineThickness = 2;
@@ -1637,7 +1639,7 @@
this.labelTitleInput5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleInput5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleInput5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleInput5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleInput5.LineSpacing = 0F;
this.labelTitleInput5.Location = new System.Drawing.Point(51, 125);
this.labelTitleInput5.Name = "labelTitleInput5";
@@ -1681,7 +1683,7 @@
this.labelTitleInput4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleInput4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleInput4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleInput4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleInput4.LineSpacing = 0F;
this.labelTitleInput4.Location = new System.Drawing.Point(207, 89);
this.labelTitleInput4.Name = "labelTitleInput4";
@@ -1704,7 +1706,7 @@
this.labelTitleInput2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleInput2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleInput2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleInput2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleInput2.LineSpacing = 0F;
this.labelTitleInput2.Location = new System.Drawing.Point(207, 53);
this.labelTitleInput2.Name = "labelTitleInput2";
@@ -1769,7 +1771,7 @@
this.labelTitleInput3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleInput3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleInput3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleInput3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleInput3.LineSpacing = 0F;
this.labelTitleInput3.Location = new System.Drawing.Point(51, 89);
this.labelTitleInput3.Name = "labelTitleInput3";
@@ -1792,7 +1794,7 @@
this.labelTitleInput1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
this.labelTitleInput1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleInput1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.labelTitleInput1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleInput1.LineSpacing = 0F;
this.labelTitleInput1.Location = new System.Drawing.Point(51, 53);
this.labelTitleInput1.Name = "labelTitleInput1";
diff --git a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs
index 1f8bac8..6f7cf08 100644
--- a/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs
+++ b/INT_LKD_2/Controls/Recipe/ControlMenuRecipeSetting.cs
@@ -1116,6 +1116,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton1_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "1";
+ this.buttonMaster.ButtonText = "12";
+
this.radioButton1.RadioBackColor = Define.ColorSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@@ -1132,6 +1135,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton2_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "2";
+ this.buttonMaster.ButtonText = "11";
+
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@@ -1148,6 +1154,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton3_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "3";
+ this.buttonMaster.ButtonText = "10";
+
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorSelected;
@@ -1164,6 +1173,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton4_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "4";
+ this.buttonMaster.ButtonText = "9";
+
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@@ -1180,6 +1192,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton5_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "5";
+ this.buttonMaster.ButtonText = "8";
+
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@@ -1196,6 +1211,9 @@ namespace INT_LKD_2.Controls
}
private void radioButton6_Click(object sender, EventArgs e)
{
+ this.buttonSlave.ButtonText = "6";
+ this.buttonMaster.ButtonText = "7";
+
this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
diff --git a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs
index 46ca0ce..a8b580c 100644
--- a/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs
+++ b/INT_LKD_2/Controls/System/ControlMenuSystemSetting.cs
@@ -447,6 +447,10 @@ namespace INT_LKD_2.Controls
if (this.ParentForm.ParentForm.ChildFormMainDisplay != null)
this.ParentForm.ParentForm.ChildFormMainDisplay.InitializeDesign();
+ if (this.ParentForm.ParentForm.ChildFormMainDisplay.ChildMainDisplay10 != null)
+ this.ParentForm.ParentForm.ChildFormMainDisplay.ChildMainDisplay10.InitializeDesign();
+ if (this.ParentForm.ParentForm.ChildFormMainDisplay.ChildModbus != null)
+ this.ParentForm.ParentForm.ChildFormMainDisplay.ChildModbus.InitializeDesign();
if (this.ParentForm != null)
this.ParentForm.InitializeDesign();
diff --git a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs
index 884fcbc..6edd72a 100644
--- a/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs
+++ b/INT_LKD_2/Controls/User/ControlMenuUserMyPage.Designer.cs
@@ -58,7 +58,7 @@
this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.buttonChange);
- this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
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)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.FrameLineThickness = 2;
@@ -190,6 +190,7 @@
this.labelTitleVerify.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleVerify.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleVerify.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitleVerify.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleVerify.LineSpacing = 0F;
this.labelTitleVerify.Location = new System.Drawing.Point(102, 216);
this.labelTitleVerify.Name = "labelTitleVerify";
@@ -212,6 +213,7 @@
this.labelTitleNew.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleNew.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleNew.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitleNew.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleNew.LineSpacing = 0F;
this.labelTitleNew.Location = new System.Drawing.Point(102, 173);
this.labelTitleNew.Name = "labelTitleNew";
@@ -234,7 +236,7 @@
this.labelID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelID.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
+ this.labelID.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelID.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(266, 131);
this.labelID.Name = "labelID";
@@ -257,6 +259,7 @@
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(102, 130);
this.labelTitleID.Name = "labelTitleID";
@@ -283,6 +286,7 @@
this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonChange.ButtonText = "Change";
this.buttonChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonChange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonChange.GroupID = 0;
this.buttonChange.ImageDisable = null;
this.buttonChange.ImageDown = null;
diff --git a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.Designer.cs b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.Designer.cs
index 8b712a5..87c2ff1 100644
--- a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.Designer.cs
+++ b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.Designer.cs
@@ -34,7 +34,7 @@
this.labelTitleContents = new SmartX.SmartLabel();
this.labelNumberOfLoginFailures = new SmartX.SmartLabel();
this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel();
- this.smartLabel6 = new SmartX.SmartLabel();
+ this.labelTitleAutoInfo = new SmartX.SmartLabel();
this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard();
@@ -68,8 +68,8 @@
this.checkBoxMainProductChange = new SmartX.SmartCheckBox();
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
- this.smartLabel8 = new SmartX.SmartLabel();
- this.smartLabel7 = new SmartX.SmartLabel();
+ this.labelTitlePassInfo = new SmartX.SmartLabel();
+ this.labelTitleAccountInfo = new SmartX.SmartLabel();
this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
@@ -92,7 +92,7 @@
this.smartGroupBox1.Controls.Add(this.labelTitleContents);
this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures);
this.smartGroupBox1.Controls.Add(this.labelTitleNumberOfLoginFailures);
- this.smartGroupBox1.Controls.Add(this.smartLabel6);
+ this.smartGroupBox1.Controls.Add(this.labelTitleAutoInfo);
this.smartGroupBox1.Controls.Add(this.labelAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
@@ -111,8 +111,8 @@
this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
- this.smartGroupBox1.Controls.Add(this.smartLabel8);
- this.smartGroupBox1.Controls.Add(this.smartLabel7);
+ this.smartGroupBox1.Controls.Add(this.labelTitlePassInfo);
+ this.smartGroupBox1.Controls.Add(this.labelTitleAccountInfo);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
@@ -220,28 +220,28 @@
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleNumberOfLoginFailures.Wordwrap = false;
//
- // smartLabel6
+ // labelTitleAutoInfo
//
- this.smartLabel6.BackGround = null;
- this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
- 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("Arial", 9F, System.Drawing.FontStyle.Bold);
- this.smartLabel6.LineSpacing = 0F;
- this.smartLabel6.Location = new System.Drawing.Point(556, 561);
- this.smartLabel6.Name = "smartLabel6";
- this.smartLabel6.OverlapOptimize = true;
- this.smartLabel6.PasswordChar = '\0';
- this.smartLabel6.Radius = 3;
- this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
- this.smartLabel6.Size = new System.Drawing.Size(90, 34);
- this.smartLabel6.TabIndex = 91;
- this.smartLabel6.Text = "min(Max:90)";
- this.smartLabel6.TextColor = System.Drawing.Color.White;
- this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
- this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
- this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
- this.smartLabel6.Wordwrap = false;
+ this.labelTitleAutoInfo.BackGround = null;
+ this.labelTitleAutoInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
+ this.labelTitleAutoInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelTitleAutoInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitleAutoInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
+ this.labelTitleAutoInfo.LineSpacing = 0F;
+ this.labelTitleAutoInfo.Location = new System.Drawing.Point(556, 561);
+ this.labelTitleAutoInfo.Name = "labelTitleAutoInfo";
+ this.labelTitleAutoInfo.OverlapOptimize = true;
+ this.labelTitleAutoInfo.PasswordChar = '\0';
+ this.labelTitleAutoInfo.Radius = 3;
+ this.labelTitleAutoInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelTitleAutoInfo.Size = new System.Drawing.Size(90, 34);
+ this.labelTitleAutoInfo.TabIndex = 91;
+ this.labelTitleAutoInfo.Text = "min(Max:90)";
+ this.labelTitleAutoInfo.TextColor = System.Drawing.Color.White;
+ this.labelTitleAutoInfo.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelTitleAutoInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
+ this.labelTitleAutoInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelTitleAutoInfo.Wordwrap = false;
//
// labelAutomaticLogoutTime
//
@@ -488,6 +488,7 @@
this.listBoxUserList.ItemOffsetGap = 10;
this.listBoxUserList.ItemOffsetX = 1;
this.listBoxUserList.ItemOffsetY = 0;
+ this.listBoxUserList.ItemTextOffsetX = 0;
this.listBoxUserList.ItemTextOffsetY = 1;
this.listBoxUserList.Location = new System.Drawing.Point(11, 45);
this.listBoxUserList.MouseMoveEventSpace = 3;
@@ -1140,7 +1141,7 @@
this.labelExpiryDateOfPassword2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelExpiryDateOfPassword2.BorderColor = System.Drawing.Color.White;
this.labelExpiryDateOfPassword2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
- this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelExpiryDateOfPassword2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfPassword2.LineSpacing = 0F;
this.labelExpiryDateOfPassword2.Location = new System.Drawing.Point(647, 166);
this.labelExpiryDateOfPassword2.Name = "labelExpiryDateOfPassword2";
@@ -1164,7 +1165,7 @@
this.labelExpiryDateOfAccount2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelExpiryDateOfAccount2.BorderColor = System.Drawing.Color.White;
this.labelExpiryDateOfAccount2.BorderStyle = SmartX.SmartLabel.BorderStyles.FixedSingle;
- this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelExpiryDateOfAccount2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpiryDateOfAccount2.LineSpacing = 0F;
this.labelExpiryDateOfAccount2.Location = new System.Drawing.Point(647, 126);
this.labelExpiryDateOfAccount2.Name = "labelExpiryDateOfAccount2";
@@ -1182,51 +1183,51 @@
this.labelExpiryDateOfAccount2.Wordwrap = false;
this.labelExpiryDateOfAccount2.Click += new System.EventHandler(this.labelExpiryDateOfAccount2_Click);
//
- // smartLabel8
+ // labelTitlePassInfo
//
- this.smartLabel8.BackGround = null;
- 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("Arial", 9F, System.Drawing.FontStyle.Bold);
- this.smartLabel8.LineSpacing = 0F;
- this.smartLabel8.Location = new System.Drawing.Point(556, 166);
- this.smartLabel8.Name = "smartLabel8";
- this.smartLabel8.OverlapOptimize = true;
- this.smartLabel8.PasswordChar = '\0';
- this.smartLabel8.Radius = 3;
- this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
- this.smartLabel8.Size = new System.Drawing.Size(90, 34);
- this.smartLabel8.TabIndex = 93;
- this.smartLabel8.Text = "day(Max:90)";
- this.smartLabel8.TextColor = System.Drawing.Color.White;
- this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
- this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
- this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
- this.smartLabel8.Wordwrap = false;
+ this.labelTitlePassInfo.BackGround = null;
+ this.labelTitlePassInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
+ this.labelTitlePassInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelTitlePassInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitlePassInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
+ this.labelTitlePassInfo.LineSpacing = 0F;
+ this.labelTitlePassInfo.Location = new System.Drawing.Point(556, 166);
+ this.labelTitlePassInfo.Name = "labelTitlePassInfo";
+ this.labelTitlePassInfo.OverlapOptimize = true;
+ this.labelTitlePassInfo.PasswordChar = '\0';
+ this.labelTitlePassInfo.Radius = 3;
+ this.labelTitlePassInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelTitlePassInfo.Size = new System.Drawing.Size(90, 34);
+ this.labelTitlePassInfo.TabIndex = 93;
+ this.labelTitlePassInfo.Text = "day(Max:90)";
+ this.labelTitlePassInfo.TextColor = System.Drawing.Color.White;
+ this.labelTitlePassInfo.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelTitlePassInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
+ this.labelTitlePassInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelTitlePassInfo.Wordwrap = false;
//
- // smartLabel7
+ // labelTitleAccountInfo
//
- this.smartLabel7.BackGround = null;
- this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
- 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("Arial", 9F, System.Drawing.FontStyle.Bold);
- this.smartLabel7.LineSpacing = 0F;
- this.smartLabel7.Location = new System.Drawing.Point(556, 126);
- this.smartLabel7.Name = "smartLabel7";
- this.smartLabel7.OverlapOptimize = true;
- this.smartLabel7.PasswordChar = '\0';
- this.smartLabel7.Radius = 3;
- this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
- this.smartLabel7.Size = new System.Drawing.Size(90, 34);
- this.smartLabel7.TabIndex = 92;
- this.smartLabel7.Text = "day(Max:180)";
- this.smartLabel7.TextColor = System.Drawing.Color.White;
- this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
- this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
- this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
- this.smartLabel7.Wordwrap = false;
+ this.labelTitleAccountInfo.BackGround = null;
+ this.labelTitleAccountInfo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
+ this.labelTitleAccountInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelTitleAccountInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitleAccountInfo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
+ this.labelTitleAccountInfo.LineSpacing = 0F;
+ this.labelTitleAccountInfo.Location = new System.Drawing.Point(556, 126);
+ this.labelTitleAccountInfo.Name = "labelTitleAccountInfo";
+ this.labelTitleAccountInfo.OverlapOptimize = true;
+ this.labelTitleAccountInfo.PasswordChar = '\0';
+ this.labelTitleAccountInfo.Radius = 3;
+ this.labelTitleAccountInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelTitleAccountInfo.Size = new System.Drawing.Size(90, 34);
+ this.labelTitleAccountInfo.TabIndex = 92;
+ this.labelTitleAccountInfo.Text = "day(Max:180)";
+ this.labelTitleAccountInfo.TextColor = System.Drawing.Color.White;
+ this.labelTitleAccountInfo.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelTitleAccountInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
+ this.labelTitleAccountInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelTitleAccountInfo.Wordwrap = false;
//
// labelExpiryDateOfPassword
//
@@ -1502,9 +1503,9 @@
private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelTitleAutomaticLogoutTime;
- private SmartX.SmartLabel smartLabel8;
- private SmartX.SmartLabel smartLabel7;
- private SmartX.SmartLabel smartLabel6;
+ private SmartX.SmartLabel labelTitlePassInfo;
+ private SmartX.SmartLabel labelTitleAccountInfo;
+ private SmartX.SmartLabel labelTitleAutoInfo;
private SmartX.SmartLabel labelAutomaticLogoutTime;
private SmartX.SmartLabel labelExpiryDateOfPassword;
private SmartX.SmartLabel labelExpiryDateOfAccount;
diff --git a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs
index 816ce8b..9bc56d6 100644
--- a/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs
+++ b/INT_LKD_2/Controls/User/ControlMenuUserUserEditor.cs
@@ -91,6 +91,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "消除";
this.buttonSave.ButtonText = "节省";
+ this.buttonLevel1.ButtonText = "级别 1";
+ this.buttonLevel2.ButtonText = "级别 2";
+ this.buttonLevel3.ButtonText = "级别 3";
+
+ this.labelTitleAccountInfo.Text = "天(最大:180)";
+ this.labelTitlePassInfo.Text = "天(最大:90)";
+ this.labelTitleAutoInfo.Text = "分钟(最大:90)";
+
this.checkBoxMainProductChange.Text = "产品变化";
this.checkBoxMainClear.Text = "消除";
this.checkBoxMainSubMenu.Text = "子菜单";
@@ -128,6 +136,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save";
+ this.buttonLevel1.ButtonText = "Level 1";
+ this.buttonLevel2.ButtonText = "Level 2";
+ this.buttonLevel3.ButtonText = "Level 3";
+
+ this.labelTitleAccountInfo.Text = "day(Max:180)";
+ this.labelTitlePassInfo.Text = "day(Max:90)";
+ this.labelTitleAutoInfo.Text = "min(Max:90)";
+
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
@@ -142,6 +158,8 @@ namespace INT_LKD_2.Controls
this.checkBoxMenuEthernet.Text = "Ethernet";
break;
case Define.E_LanguageID.Korean:
+ this.smartGroupBox1.Text = "User > UserEditor";
+
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "비밀번호";
@@ -163,6 +181,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "삭제";
this.buttonSave.ButtonText = "저장";
+ this.buttonLevel1.ButtonText = "Level 1";
+ this.buttonLevel2.ButtonText = "Level 2";
+ this.buttonLevel3.ButtonText = "Level 3";
+
+ this.labelTitleAccountInfo.Text = "day(Max:180)";
+ this.labelTitlePassInfo.Text = "day(Max:90)";
+ this.labelTitleAutoInfo.Text = "min(Max:90)";
+
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
@@ -177,6 +203,8 @@ namespace INT_LKD_2.Controls
this.checkBoxMenuEthernet.Text = "Ethernet";
break;
default:
+ this.smartGroupBox1.Text = "User > UserEditor";
+
this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password";
@@ -195,6 +223,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save";
+ this.buttonLevel1.ButtonText = "Level 1";
+ this.buttonLevel2.ButtonText = "Level 2";
+ this.buttonLevel3.ButtonText = "Level 3";
+
+ this.labelTitleAccountInfo.Text = "day(Max:180)";
+ this.labelTitlePassInfo.Text = "day(Max:90)";
+ this.labelTitleAutoInfo.Text = "min(Max:90)";
+
this.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu";
diff --git a/INT_LKD_2/DataStore/AlarmList.cs b/INT_LKD_2/DataStore/AlarmList.cs
index b08a9b4..78c6e2b 100644
--- a/INT_LKD_2/DataStore/AlarmList.cs
+++ b/INT_LKD_2/DataStore/AlarmList.cs
@@ -130,7 +130,298 @@ namespace INT_LKD_2.DataStore
this.A18_DispSensorError2 = false;
}
- public void SetAlarm(string alarm)
+ public void SetAlarmMaster(string alarm)
+ {
+ string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
+
+ if (alarm.Length != 8)
+ return;
+
+ sValue1 = Convert.ToString(Convert.ToInt16(alarm.Substring(0, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue2 = Convert.ToString(Convert.ToInt16(alarm.Substring(1, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue3 = Convert.ToString(Convert.ToInt16(alarm.Substring(2, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue4 = Convert.ToString(Convert.ToInt16(alarm.Substring(3, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue5 = Convert.ToString(Convert.ToInt16(alarm.Substring(4, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue6 = Convert.ToString(Convert.ToInt16(alarm.Substring(5, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue7 = Convert.ToString(Convert.ToInt16(alarm.Substring(6, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+ sValue8 = Convert.ToString(Convert.ToInt16(alarm.Substring(7, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
+
+ // 알람 20-
+ if (sValue5[0] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 19-
+ if (sValue5[1] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 18-변위센서에러2
+ if (sValue5[2] == '0')
+ {
+ //if (this.A18_DispSensorError2 != false)
+ //{
+ // this.A18_DispSensorError2 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a18_DispSensorError2, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A18_DispSensorError2 != true)
+ //{
+ // this.A18_DispSensorError2 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a18_DispSensorError2, "ON");
+ //}
+ }
+ // 알람 17-변위센서에러1
+ if (sValue5[3] == '0')
+ {
+ if (this.A17_DispSensorError1 != false)
+ {
+ this.A17_DispSensorError1 = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A17_DispSensorError1 != true)
+ {
+ this.A17_DispSensorError1 = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
+ }
+ }
+
+ // 알람 16-
+ if (sValue4[0] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 15-
+ if (sValue4[1] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 14-차압센서에러2
+ if (sValue4[2] == '0')
+ {
+ //if (this.A14_DiffSensorError2 != false)
+ //{
+ // this.A14_DiffSensorError2 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a14_DiffSensorError2, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A14_DiffSensorError2 != true)
+ //{
+ // this.A14_DiffSensorError2 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a14_DiffSensorError2, "ON");
+ //}
+ }
+ // 알람 13-차압센서에러1
+ if (sValue4[3] == '0')
+ {
+ if (this.A13_DiffSensorError1 != false)
+ {
+ this.A13_DiffSensorError1 = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A13_DiffSensorError1 != true)
+ {
+ this.A13_DiffSensorError1 = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
+ }
+ }
+
+ // 알람 12-
+ if (sValue3[0] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 11-
+ if (sValue3[1] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 10-압력센서에러2
+ if (sValue3[2] == '0')
+ {
+ //if (this.A10_PressureSensorError2 != false)
+ //{
+ // this.A10_PressureSensorError2 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a10_PressureSensorError2, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A10_PressureSensorError2 != true)
+ //{
+ // this.A10_PressureSensorError2 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a10_PressureSensorError2, "ON");
+ //}
+ }
+ // 알람 9-압력센서에러1
+ if (sValue3[3] == '0')
+ {
+ if (this.A9_PressureSensorError1 != false)
+ {
+ this.A9_PressureSensorError1 = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A9_PressureSensorError1 != true)
+ {
+ this.A9_PressureSensorError1 = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
+ }
+ }
+
+ // 알람 8-서보토크알람2
+ if (sValue2[0] == '0')
+ {
+ //if (this.A8_ServoTorqueAlarm2 != false)
+ //{
+ // this.A8_ServoTorqueAlarm2 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a8_ServoTorqueAlarm2, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A8_ServoTorqueAlarm2 != true)
+ //{
+ // this.A8_ServoTorqueAlarm2 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a8_ServoTorqueAlarm2, "ON");
+ //}
+ }
+ // 알람 7-서보알람2
+ if (sValue2[1] == '0')
+ {
+ //if (this.A7_ServoAlarm2 != false)
+ //{
+ // this.A7_ServoAlarm2 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a7_ServoAlarm2, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A7_ServoAlarm2 != true)
+ //{
+ // this.A7_ServoAlarm2 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a7_ServoAlarm2, "ON");
+ //}
+ }
+ // 알람 6-서보토크알람1
+ if (sValue2[2] == '0')
+ {
+ if (this.A6_ServoTorqueAlarm1 != false)
+ {
+ this.A6_ServoTorqueAlarm1 = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A6_ServoTorqueAlarm1 != true)
+ {
+ this.A6_ServoTorqueAlarm1 = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
+ }
+ }
+ // 알람 5-서보알람1
+ if (sValue2[3] == '0')
+ {
+ if (this.A5_ServoAlarm1 != false)
+ {
+ this.A5_ServoAlarm1 = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A5_ServoAlarm1 != true)
+ {
+ this.A5_ServoAlarm1 = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
+ }
+ }
+
+ // 알람 4-
+ if (sValue1[0] == '0')
+ {
+ }
+ else
+ {
+ }
+ // 알람 3-MasterSlave Comm 연결
+ if (sValue1[1] == '0')
+ {
+ //if (this.A3_BoardStatusCOM != false)
+ //{
+ // this.A3_BoardStatusCOM = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
+ //}
+ }
+ else
+ {
+ //if (this.A3_BoardStatusCOM != true)
+ //{
+ // this.A3_BoardStatusCOM = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
+ //}
+ }
+ // 알람 2-공압 에러
+ if (sValue1[2] == '0')
+ {
+ if (this.A2_PressureError != false)
+ {
+ this.A2_PressureError = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A2_PressureError != true)
+ {
+ this.A2_PressureError = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
+ }
+ }
+ // 알람 1-서보OFF
+ if (sValue1[3] == '0')
+ {
+ if (this.A1_ServoEmergencyStop != false)
+ {
+ this.A1_ServoEmergencyStop = false;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
+ }
+ }
+ else
+ {
+ if (this.A1_ServoEmergencyStop != true)
+ {
+ this.A1_ServoEmergencyStop = true;
+ this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
+ }
+ }
+ }
+ public void SetAlarmSlave(string alarm)
{
string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
@@ -180,19 +471,19 @@ namespace INT_LKD_2.DataStore
// 알람 17-변위센서에러1
if (sValue5[3] == '0')
{
- if (this.A17_DispSensorError1 != false)
- {
- this.A17_DispSensorError1 = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
- }
+ //if (this.A17_DispSensorError1 != false)
+ //{
+ // this.A17_DispSensorError1 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
+ //}
}
else
{
- if (this.A17_DispSensorError1 != true)
- {
- this.A17_DispSensorError1 = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
- }
+ //if (this.A17_DispSensorError1 != true)
+ //{
+ // this.A17_DispSensorError1 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
+ //}
}
// 알람 16-
@@ -229,19 +520,19 @@ namespace INT_LKD_2.DataStore
// 알람 13-차압센서에러1
if (sValue4[3] == '0')
{
- if (this.A13_DiffSensorError1 != false)
- {
- this.A13_DiffSensorError1 = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
- }
+ //if (this.A13_DiffSensorError1 != false)
+ //{
+ // this.A13_DiffSensorError1 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
+ //}
}
else
{
- if (this.A13_DiffSensorError1 != true)
- {
- this.A13_DiffSensorError1 = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
- }
+ //if (this.A13_DiffSensorError1 != true)
+ //{
+ // this.A13_DiffSensorError1 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
+ //}
}
// 알람 12-
@@ -278,19 +569,19 @@ namespace INT_LKD_2.DataStore
// 알람 9-압력센서에러1
if (sValue3[3] == '0')
{
- if (this.A9_PressureSensorError1 != false)
- {
- this.A9_PressureSensorError1 = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
- }
+ //if (this.A9_PressureSensorError1 != false)
+ //{
+ // this.A9_PressureSensorError1 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
+ //}
}
else
{
- if (this.A9_PressureSensorError1 != true)
- {
- this.A9_PressureSensorError1 = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
- }
+ //if (this.A9_PressureSensorError1 != true)
+ //{
+ // this.A9_PressureSensorError1 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
+ //}
}
// 알람 8-서보토크알람2
@@ -330,36 +621,36 @@ namespace INT_LKD_2.DataStore
// 알람 6-서보토크알람1
if (sValue2[2] == '0')
{
- if (this.A6_ServoTorqueAlarm1 != false)
- {
- this.A6_ServoTorqueAlarm1 = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
- }
+ //if (this.A6_ServoTorqueAlarm1 != false)
+ //{
+ // this.A6_ServoTorqueAlarm1 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
+ //}
}
else
{
- if (this.A6_ServoTorqueAlarm1 != true)
- {
- this.A6_ServoTorqueAlarm1 = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
- }
+ //if (this.A6_ServoTorqueAlarm1 != true)
+ //{
+ // this.A6_ServoTorqueAlarm1 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
+ //}
}
// 알람 5-서보알람1
if (sValue2[3] == '0')
{
- if (this.A5_ServoAlarm1 != false)
- {
- this.A5_ServoAlarm1 = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
- }
+ //if (this.A5_ServoAlarm1 != false)
+ //{
+ // this.A5_ServoAlarm1 = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
+ //}
}
else
{
- if (this.A5_ServoAlarm1 != true)
- {
- this.A5_ServoAlarm1 = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
- }
+ //if (this.A5_ServoAlarm1 != true)
+ //{
+ // this.A5_ServoAlarm1 = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
+ //}
}
// 알람 4-
@@ -372,53 +663,53 @@ namespace INT_LKD_2.DataStore
// 알람 3-MasterSlave Comm 연결
if (sValue1[1] == '0')
{
- if (this.A3_BoardStatusCOM != false)
- {
- this.A3_BoardStatusCOM = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
- }
+ //if (this.A3_BoardStatusCOM != false)
+ //{
+ // this.A3_BoardStatusCOM = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
+ //}
}
else
{
- if (this.A3_BoardStatusCOM != true)
- {
- this.A3_BoardStatusCOM = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
- }
+ //if (this.A3_BoardStatusCOM != true)
+ //{
+ // this.A3_BoardStatusCOM = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
+ //}
}
// 알람 2-공압 에러
if (sValue1[2] == '0')
{
- if (this.A2_PressureError != false)
- {
- this.A2_PressureError = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
- }
+ //if (this.A2_PressureError != false)
+ //{
+ // this.A2_PressureError = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
+ //}
}
else
{
- if (this.A2_PressureError != true)
- {
- this.A2_PressureError = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
- }
+ //if (this.A2_PressureError != true)
+ //{
+ // this.A2_PressureError = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
+ //}
}
// 알람 1-서보OFF
if (sValue1[3] == '0')
{
- if (this.A1_ServoEmergencyStop != false)
- {
- this.A1_ServoEmergencyStop = false;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
- }
+ //if (this.A1_ServoEmergencyStop != false)
+ //{
+ // this.A1_ServoEmergencyStop = false;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
+ //}
}
else
{
- if (this.A1_ServoEmergencyStop != true)
- {
- this.A1_ServoEmergencyStop = true;
- this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
- }
+ //if (this.A1_ServoEmergencyStop != true)
+ //{
+ // this.A1_ServoEmergencyStop = true;
+ // this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
+ //}
}
}
#endregion
diff --git a/INT_LKD_2/DialogForms/DialogFormProgressBar.cs b/INT_LKD_2/DialogForms/DialogFormProgressBar.cs
index fed2006..8b687b5 100644
--- a/INT_LKD_2/DialogForms/DialogFormProgressBar.cs
+++ b/INT_LKD_2/DialogForms/DialogFormProgressBar.cs
@@ -34,7 +34,7 @@ namespace INT_LKD_2.DialogForms
private Define.E_LanguageID m_Language;
private Define.E_BoardMode m_BoardMode;
-
+
private FormMain m_ParentForm;
#endregion
@@ -230,13 +230,13 @@ namespace INT_LKD_2.DialogForms
{
case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "更新";
- this.buttonCancel.Text = "取消";
+ this.buttonCancel.ButtonText = "取消";
break;
case Define.E_LanguageID.English:
- this.buttonCancel.Text = "ESC";
+ this.buttonCancel.ButtonText = "ESC";
break;
case Define.E_LanguageID.Korean:
- this.buttonCancel.Text = "ESC";
+ this.buttonCancel.ButtonText = "ESC";
break;
default:
break;
@@ -244,7 +244,7 @@ namespace INT_LKD_2.DialogForms
}
private void DefaultSetting()
{
- if(this.Code == 2)
+ if (this.Code == 2)
this.OpenSerialPort();
if (Directory.Exists("Hard Disk\\") == true)
@@ -373,7 +373,7 @@ namespace INT_LKD_2.DialogForms
return ret;
}
-
+
private string Checksumcalculator(string strTemp)
{
string chkSum = "";
@@ -864,7 +864,7 @@ namespace INT_LKD_2.DialogForms
{
this.DialogResult = DialogResult.Cancel;
this.CloseSerialPort();
- this.Close();
+ this.Close();
}
#endregion
}
diff --git a/INT_LKD_2/Forms/FormMain.cs b/INT_LKD_2/Forms/FormMain.cs
index 5d5717f..5d08559 100644
--- a/INT_LKD_2/Forms/FormMain.cs
+++ b/INT_LKD_2/Forms/FormMain.cs
@@ -2540,16 +2540,12 @@ namespace INT_LKD_2.Forms
{
case "Z":
#region Value Assign
- this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
+ this.CurrentAlarmList.SetAlarmMaster(receiveData.Substring(0, 8));
#endregion
- if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
- {
- this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
- this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
- this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
- }
-
+ this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
+ this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
+ this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
break;
default:
break;
@@ -4046,16 +4042,12 @@ namespace INT_LKD_2.Forms
{
case "Z":
#region Value Assign
- this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
+ this.CurrentAlarmList.SetAlarmSlave(receiveData.Substring(0, 8));
#endregion
- if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
- {
- this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
- this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
- this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
- }
-
+ this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
+ this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
+ this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
break;
default:
break;
diff --git a/INT_LKD_2/Forms/FormMainDisplay.Designer.cs b/INT_LKD_2/Forms/FormMainDisplay.Designer.cs
index 3833072..b772280 100644
--- a/INT_LKD_2/Forms/FormMainDisplay.Designer.cs
+++ b/INT_LKD_2/Forms/FormMainDisplay.Designer.cs
@@ -30,6 +30,7 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
this.smartForm1 = new SmartX.SmartForm();
+ this.labelTitleLeakDetetor = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel();
this.labelTitleProcess = new SmartX.SmartLabel();
this.labelTitleStatusResult = new SmartX.SmartLabel();
@@ -172,6 +173,7 @@
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.labelTitleLeakDetetor);
this.smartForm1.Controls.Add(this.labelTitleTime);
this.smartForm1.Controls.Add(this.labelTitleProcess);
this.smartForm1.Controls.Add(this.labelTitleStatusResult);
@@ -305,17 +307,43 @@
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
+ this.smartForm1.PasswordDialog.AdminPassword = "123";
+ this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요";
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
+ this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
+ // labelTitleLeakDetetor
+ //
+ this.labelTitleLeakDetetor.BackGround = null;
+ this.labelTitleLeakDetetor.BackGroundColor = System.Drawing.Color.Black;
+ this.labelTitleLeakDetetor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelTitleLeakDetetor.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelTitleLeakDetetor.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
+ this.labelTitleLeakDetetor.LineSpacing = 0F;
+ this.labelTitleLeakDetetor.Location = new System.Drawing.Point(245, 13);
+ this.labelTitleLeakDetetor.Name = "labelTitleLeakDetetor";
+ this.labelTitleLeakDetetor.OverlapOptimize = true;
+ this.labelTitleLeakDetetor.PasswordChar = '\0';
+ this.labelTitleLeakDetetor.Radius = 3;
+ this.labelTitleLeakDetetor.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelTitleLeakDetetor.Size = new System.Drawing.Size(500, 60);
+ this.labelTitleLeakDetetor.TabIndex = 622;
+ this.labelTitleLeakDetetor.Text = "LEAK DETETOR";
+ this.labelTitleLeakDetetor.TextColor = System.Drawing.Color.White;
+ this.labelTitleLeakDetetor.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelTitleLeakDetetor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelTitleLeakDetetor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelTitleLeakDetetor.Wordwrap = false;
+ //
// labelTitleTime
//
this.labelTitleTime.BackGround = null;
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleTime.LineSpacing = 0F;
this.labelTitleTime.Location = new System.Drawing.Point(147, 90);
this.labelTitleTime.Name = "labelTitleTime";
@@ -338,7 +366,7 @@
this.labelTitleProcess.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleProcess.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleProcess.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleProcess.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleProcess.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleProcess.LineSpacing = 0F;
this.labelTitleProcess.Location = new System.Drawing.Point(36, 160);
this.labelTitleProcess.Name = "labelTitleProcess";
@@ -361,7 +389,7 @@
this.labelTitleStatusResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleStatusResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleStatusResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleStatusResult.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleStatusResult.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleStatusResult.LineSpacing = 0F;
this.labelTitleStatusResult.Location = new System.Drawing.Point(610, 160);
this.labelTitleStatusResult.Name = "labelTitleStatusResult";
@@ -384,7 +412,7 @@
this.labelProgress1_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress1_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelProgress1_1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
+ this.labelProgress1_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress1_1.LineSpacing = 0F;
this.labelProgress1_1.Location = new System.Drawing.Point(332, 239);
this.labelProgress1_1.Name = "labelProgress1_1";
@@ -455,7 +483,7 @@
this.buttonDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDischarge.ButtonText = "Discharge";
this.buttonDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonDischarge.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonDischarge.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonDischarge.GroupID = 0;
this.buttonDischarge.ImageDisable = null;
this.buttonDischarge.ImageDown = null;
@@ -759,12 +787,12 @@
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonDisplay.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonDisplay.GroupID = 0;
this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null;
this.buttonDisplay.ImageUp = null;
- this.buttonDisplay.Location = new System.Drawing.Point(917, 286);
+ this.buttonDisplay.Location = new System.Drawing.Point(917, 418);
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonDisplay.Name = "buttonDisplay";
this.buttonDisplay.NestedClickEventPrevent = false;
@@ -783,6 +811,7 @@
this.buttonDisplay.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonDisplay.Visible = false;
this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplay_Click);
//
// labeldispAlarm9
@@ -1506,7 +1535,7 @@
this.labelExpireOfPassword.BackGroundColor = System.Drawing.Color.SkyBlue;
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelExpireOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelExpireOfPassword.LineSpacing = 0F;
this.labelExpireOfPassword.Location = new System.Drawing.Point(787, 126);
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
@@ -1533,12 +1562,12 @@
this.buttonModbus.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonModbus.ButtonText = "Modbus";
this.buttonModbus.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonModbus.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonModbus.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonModbus.GroupID = 0;
this.buttonModbus.ImageDisable = null;
this.buttonModbus.ImageDown = null;
this.buttonModbus.ImageUp = null;
- this.buttonModbus.Location = new System.Drawing.Point(917, 418);
+ this.buttonModbus.Location = new System.Drawing.Point(917, 352);
this.buttonModbus.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonModbus.Name = "buttonModbus";
this.buttonModbus.NestedClickEventPrevent = false;
@@ -1643,6 +1672,8 @@
this.progressBar1.TextAutoRotation = true;
this.progressBar1.TextColor = System.Drawing.Color.White;
this.progressBar1.TextColorDisable = System.Drawing.Color.Gray;
+ this.progressBar1.TextHAlign = SmartX.SmartProgressBar.TextHorAlign.Middle;
+ this.progressBar1.TextVAlign = SmartX.SmartProgressBar.TextVerAlign.Middle;
this.progressBar1.Units = "";
this.progressBar1.Value = new decimal(new int[] {
100,
@@ -1693,7 +1724,7 @@
this.labelProgress3_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress3_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress3_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelProgress3_1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
+ this.labelProgress3_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress3_1.LineSpacing = 0F;
this.labelProgress3_1.Location = new System.Drawing.Point(78, 507);
this.labelProgress3_1.Name = "labelProgress3_1";
@@ -1716,7 +1747,7 @@
this.labelProgress2_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress2_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress2_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelProgress2_1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
+ this.labelProgress2_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress2_1.LineSpacing = 0F;
this.labelProgress2_1.Location = new System.Drawing.Point(332, 507);
this.labelProgress2_1.Name = "labelProgress2_1";
@@ -1739,7 +1770,7 @@
this.labelProgress0_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.labelProgress0_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(101)))), ((int)(((byte)(103)))));
this.labelProgress0_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelProgress0_1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
+ this.labelProgress0_1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
this.labelProgress0_1.LineSpacing = 0F;
this.labelProgress0_1.Location = new System.Drawing.Point(78, 239);
this.labelProgress0_1.Name = "labelProgress0_1";
@@ -2080,7 +2111,7 @@
this.labelDisplacement2.BackGroundColor = System.Drawing.Color.Black;
this.labelDisplacement2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelDisplacement2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelDisplacement2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelDisplacement2.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelDisplacement2.LineSpacing = 0F;
this.labelDisplacement2.Location = new System.Drawing.Point(755, 253);
this.labelDisplacement2.Name = "labelDisplacement2";
@@ -2103,7 +2134,7 @@
this.labelDisplacement1.BackGroundColor = System.Drawing.Color.Black;
this.labelDisplacement1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelDisplacement1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelDisplacement1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelDisplacement1.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelDisplacement1.LineSpacing = 0F;
this.labelDisplacement1.Location = new System.Drawing.Point(610, 253);
this.labelDisplacement1.Name = "labelDisplacement1";
@@ -2126,7 +2157,7 @@
this.labelPressureWorking2.BackGroundColor = System.Drawing.Color.Black;
this.labelPressureWorking2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelPressureWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelPressureWorking2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelPressureWorking2.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelPressureWorking2.LineSpacing = 0F;
this.labelPressureWorking2.Location = new System.Drawing.Point(755, 205);
this.labelPressureWorking2.Name = "labelPressureWorking2";
@@ -2149,7 +2180,7 @@
this.labelPressureWorking1.BackGroundColor = System.Drawing.Color.Black;
this.labelPressureWorking1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelPressureWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelPressureWorking1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelPressureWorking1.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelPressureWorking1.LineSpacing = 0F;
this.labelPressureWorking1.Location = new System.Drawing.Point(610, 205);
this.labelPressureWorking1.Name = "labelPressureWorking1";
@@ -2195,7 +2226,7 @@
this.labelLrSec1.BackGroundColor = System.Drawing.Color.Black;
this.labelLrSec1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelLrSec1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelLrSec1.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelLrSec1.LineSpacing = 0F;
this.labelLrSec1.Location = new System.Drawing.Point(610, 229);
this.labelLrSec1.Name = "labelLrSec1";
@@ -2241,7 +2272,7 @@
this.labelLrSec2.BackGroundColor = System.Drawing.Color.Black;
this.labelLrSec2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelLrSec2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelLrSec2.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelLrSec2.LineSpacing = 0F;
this.labelLrSec2.Location = new System.Drawing.Point(755, 229);
this.labelLrSec2.Name = "labelLrSec2";
@@ -2287,7 +2318,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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(787, 90);
this.labelUserID.Name = "labelUserID";
@@ -2379,7 +2410,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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(787, 107);
this.labelUserLevel.Name = "labelUserLevel";
@@ -2548,7 +2579,7 @@
this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null;
- this.smartButton5.Location = new System.Drawing.Point(917, 609);
+ this.smartButton5.Location = new System.Drawing.Point(977, 611);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false;
@@ -2558,7 +2589,7 @@
this.smartButton5.RepeatIntervalAccelerate = null;
this.smartButton5.RoundSize = 10;
this.smartButton5.SafeInterval = 200;
- this.smartButton5.Size = new System.Drawing.Size(100, 43);
+ this.smartButton5.Size = new System.Drawing.Size(40, 43);
this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton5.TabIndex = 310;
this.smartButton5.Text = null;
@@ -2679,7 +2710,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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(141, 119);
this.labelTime.Name = "labelTime";
@@ -2756,7 +2787,7 @@
this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null;
- this.smartButton1.Location = new System.Drawing.Point(917, 560);
+ this.smartButton1.Location = new System.Drawing.Point(917, 611);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false;
@@ -2766,7 +2797,7 @@
this.smartButton1.RepeatIntervalAccelerate = null;
this.smartButton1.RoundSize = 10;
this.smartButton1.SafeInterval = 200;
- this.smartButton1.Size = new System.Drawing.Size(100, 43);
+ this.smartButton1.Size = new System.Drawing.Size(40, 43);
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton1.TabIndex = 74;
this.smartButton1.Text = null;
@@ -2804,7 +2835,7 @@
this.labelTitleAlarm.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleAlarm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelTitleAlarm.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTitleAlarm.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleAlarm.LineSpacing = 0F;
this.labelTitleAlarm.Location = new System.Drawing.Point(3, 0);
this.labelTitleAlarm.Name = "labelTitleAlarm";
@@ -2828,7 +2859,7 @@
this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(3, 31);
this.labelAlarm.Name = "labelAlarm";
- this.labelAlarm.Size = new System.Drawing.Size(366, 20);
+ this.labelAlarm.Size = new System.Drawing.Size(399, 20);
//
// buttonUser
//
@@ -2840,12 +2871,12 @@
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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonUser.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
this.buttonUser.ImageUp = null;
- this.buttonUser.Location = new System.Drawing.Point(917, 352);
+ this.buttonUser.Location = new System.Drawing.Point(917, 286);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonUser.Name = "buttonUser";
this.buttonUser.NestedClickEventPrevent = false;
@@ -2872,7 +2903,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
- this.labelStop.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
+ this.labelStop.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 12);
this.labelStop.Name = "labelStop";
@@ -2896,7 +2927,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.Lime;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
- this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
+ this.labelStart.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 12);
this.labelStart.Name = "labelStart";
@@ -2924,7 +2955,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonExit.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonExit.GroupID = 0;
this.buttonExit.ImageDisable = null;
this.buttonExit.ImageDown = null;
@@ -2948,6 +2979,7 @@
this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonExit.Visible = false;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonInspection
@@ -2960,7 +2992,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonInspection.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonInspection.GroupID = 0;
this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null;
@@ -2996,7 +3028,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonClear.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonClear.GroupID = 0;
this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null;
@@ -3032,7 +3064,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonMenu.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonMenu.GroupID = 0;
this.buttonMenu.ImageDisable = null;
this.buttonMenu.ImageDown = null;
@@ -3068,12 +3100,12 @@
this.buttonTest.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonTest.ButtonText = "Test";
this.buttonTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
- this.buttonTest.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonTest.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonTest.GroupID = 0;
this.buttonTest.ImageDisable = null;
this.buttonTest.ImageDown = null;
this.buttonTest.ImageUp = null;
- this.buttonTest.Location = new System.Drawing.Point(917, 484);
+ this.buttonTest.Location = new System.Drawing.Point(917, 545);
this.buttonTest.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonTest.Name = "buttonTest";
this.buttonTest.NestedClickEventPrevent = false;
@@ -3301,5 +3333,6 @@
private SmartX.SmartLabel labelTitleProcess;
private SmartX.SmartLabel labelTitleStatusResult;
private SmartX.SmartLabel labelTitleAlarm;
+ private SmartX.SmartLabel labelTitleLeakDetetor;
}
}
\ No newline at end of file
diff --git a/INT_LKD_2/Forms/FormMainDisplay.cs b/INT_LKD_2/Forms/FormMainDisplay.cs
index 50904fa..0b2fcbe 100644
--- a/INT_LKD_2/Forms/FormMainDisplay.cs
+++ b/INT_LKD_2/Forms/FormMainDisplay.cs
@@ -50,7 +50,7 @@ namespace INT_LKD_2.Forms
//private ControlMainDisplay ChildControl;
public ControlMainModbus ChildModbus;
- private ControlMainDisplay12 ChildMainDisplay10;
+ public ControlMainDisplay12 ChildMainDisplay10;
#endregion
#region Constructor
@@ -248,6 +248,8 @@ namespace INT_LKD_2.Forms
switch (this.ParentForm.SystemConfig.LANGUAGE)
{
case Define.E_LanguageID.Chinese:
+ this.labelTitleLeakDetetor.Text = "泄漏检测仪";
+
this.labelStart.Text = "运行";
this.labelStop.Text = "停止";
@@ -271,6 +273,8 @@ namespace INT_LKD_2.Forms
this.buttonMenu.ButtonText = "菜单";
break;
default:
+ this.labelTitleLeakDetetor.Text = "LEAK DETECTOR";
+
this.labelStart.Text = "Run";
this.labelStop.Text = "Stop";
@@ -404,7 +408,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Level2:
id = user.ID;
@@ -419,7 +425,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Level3:
id = user.ID;
@@ -434,7 +442,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Admin:
id = user.ID;
@@ -449,7 +459,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.Developer:
id = user.ID;
@@ -464,7 +476,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = true;
break;
case Define.E_UserGroup.NotLogin:
id = "";
@@ -475,7 +489,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true;
+ this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true;
+ this.buttonDisplay.Visible = false;
break;
case Define.E_UserGroup.LogOut:
id = "Log Off";
@@ -490,7 +506,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = false;
this.buttonClear.Enabled = false;
this.buttonInspection.Enabled = false;
+ this.buttonDischarge.Enabled = false;
this.buttonMenu.Enabled = false;
+ this.buttonDisplay.Visible = false;
break;
default:
break;
@@ -500,11 +518,16 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipeNo.Enabled);
this.buttonClear.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonClear.Enabled);
this.buttonMenu.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonMenu.Enabled);
-
+ // button Inspection Color
if (this.buttonInspection.Enabled == true)
this.buttonInspection.ButtonColor = Color.DarkGreen;
else
- this.buttonInspection.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonInspection.Enabled);
+ this.buttonInspection.ButtonColor = this.ParentForm.ButtonColorChange(false);
+ // button Discharge Color
+ if (this.buttonDischarge.Enabled == true)
+ this.buttonDischarge.ButtonColor = Color.DarkGreen;
+ else
+ this.buttonDischarge.ButtonColor = this.ParentForm.ButtonColorChange(false);
expireDate = this.DisplayExpireOfPassword(user.Group);
if (expireDate != "-")
@@ -914,19 +937,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 ";
value = value.Trim();
- this.labelAlarm.Size = new Size(value.Length * 9, 30);
+ //this.labelAlarm.Size = new Size(value.Length * 9, 30);
this.labelAlarm.Text = value;
- if (this.labelAlarm.Width > 400)
- {
- if (this.labelAlarm.Text != "")
- this.smartTimerAlarm.Start();
- }
- else
- {
- this.smartTimerAlarm.Stop();
- this.labelAlarm.Location = new Point(3, 26);
- }
+ //if (this.labelAlarm.Width > 400)
+ //{
+ // if (this.labelAlarm.Text != "")
+ // this.smartTimerAlarm.Start();
+ //}
+ //else
+ //{
+ // this.smartTimerAlarm.Stop();
+ // this.labelAlarm.Location = new Point(3, 26);
+ //}
}
private void ProcessStatusPicturBox(Define.E_ProcessStatus status)
diff --git a/INT_LKD_2/Forms/FormMenu.Designer.cs b/INT_LKD_2/Forms/FormMenu.Designer.cs
index 0cb1431..b1278d2 100644
--- a/INT_LKD_2/Forms/FormMenu.Designer.cs
+++ b/INT_LKD_2/Forms/FormMenu.Designer.cs
@@ -97,7 +97,10 @@
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1";
+ this.smartForm1.PasswordDialog.AdminPassword = "123";
+ this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요";
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
+ this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false;
//
@@ -271,7 +274,7 @@
// labelAlarm
//
this.labelAlarm.BackColor = System.Drawing.Color.Black;
- this.labelAlarm.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
+ this.labelAlarm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(0, 10);
this.labelAlarm.Name = "labelAlarm";
@@ -302,7 +305,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
- this.labelStop.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.labelStop.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStop.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 3);
this.labelStop.Name = "labelStop";
@@ -326,7 +329,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
- this.labelStart.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
+ this.labelStart.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 3);
this.labelStart.Name = "labelStart";
@@ -354,7 +357,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonUser.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonUser.GroupID = 0;
this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null;
@@ -386,7 +389,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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(705, 13);
this.labelUserID.Name = "labelUserID";
@@ -409,7 +412,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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(811, 13);
this.labelUserLevel.Name = "labelUserLevel";
@@ -439,7 +442,7 @@
this.labelTime.BackGroundColor = System.Drawing.Color.Black;
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("새굴림", 10F, System.Drawing.FontStyle.Bold);
+ this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTime.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(62, 3);
this.labelTime.Name = "labelTime";
@@ -466,7 +469,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom4.GroupID = 1;
this.buttonBottom4.ImageDisable = null;
this.buttonBottom4.ImageDown = null;
@@ -502,7 +505,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom3.GroupID = 1;
this.buttonBottom3.ImageDisable = null;
this.buttonBottom3.ImageDown = null;
@@ -538,7 +541,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom2.GroupID = 1;
this.buttonBottom2.ImageDisable = null;
this.buttonBottom2.ImageDown = null;
@@ -574,7 +577,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonBottom1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonBottom1.GroupID = 1;
this.buttonBottom1.ImageDisable = null;
this.buttonBottom1.ImageDown = null;
@@ -610,7 +613,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonSystem.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonSystem.GroupID = 0;
this.buttonSystem.ImageDisable = null;
this.buttonSystem.ImageDown = null;
@@ -646,7 +649,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonLog.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonLog.GroupID = 0;
this.buttonLog.ImageDisable = null;
this.buttonLog.ImageDown = null;
@@ -682,7 +685,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonManual.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonManual.GroupID = 0;
this.buttonManual.ImageDisable = null;
this.buttonManual.ImageDown = null;
@@ -718,7 +721,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonRecipe.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonRecipe.GroupID = 0;
this.buttonRecipe.ImageDisable = null;
this.buttonRecipe.ImageDown = null;
@@ -754,7 +757,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("새굴림", 12F, System.Drawing.FontStyle.Bold);
+ this.buttonHome.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.buttonHome.GroupID = 0;
this.buttonHome.ImageDisable = null;
this.buttonHome.ImageDown = null;
@@ -785,7 +788,7 @@
this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.BackImage = null;
- this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(33)))), ((int)(((byte)(35)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.FrameLineThickness = 2;
diff --git a/INT_LKD_2/Forms/FormMenu.cs b/INT_LKD_2/Forms/FormMenu.cs
index a6cb057..543db5e 100644
--- a/INT_LKD_2/Forms/FormMenu.cs
+++ b/INT_LKD_2/Forms/FormMenu.cs
@@ -253,19 +253,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 ";
value = value.Trim();
- this.labelAlarm.Size = new Size(value.Length * 9, 20);
+ //this.labelAlarm.Size = new Size(value.Length * 9, 20);
this.labelAlarm.Text = value;
- if (this.labelAlarm.Width > 465)
- {
- if (this.labelAlarm.Text != "")
- this.smartTimerAlarm.Start();
- }
- else
- {
- this.smartTimerAlarm.Stop();
- this.labelAlarm.Location = new Point(0, 10);
- }
+ //if (this.labelAlarm.Width > 465)
+ //{
+ // if (this.labelAlarm.Text != "")
+ // this.smartTimerAlarm.Start();
+ //}
+ //else
+ //{
+ // this.smartTimerAlarm.Stop();
+ // this.labelAlarm.Location = new Point(0, 10);
+ //}
}
public void UpdateDisplayTime(DateTime time)
{
diff --git a/INT_LKD_2/INT_LKD_2.csproj b/INT_LKD_2/INT_LKD_2.csproj
index d453fc3..77ad0a1 100644
--- a/INT_LKD_2/INT_LKD_2.csproj
+++ b/INT_LKD_2/INT_LKD_2.csproj
@@ -51,17 +51,17 @@
-
+
False
- C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll
-
+
False
- C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll
-
+
False
- C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll