Compare commits

...

2 Commits

Author SHA1 Message Date
Seonjae 41a55f8690 수정 2025-04-21 10:25:31 +09:00
Seonjae c72cb1315f 중문 수정 2025-04-16 09:35:53 +09:00
18 changed files with 756 additions and 345 deletions

Binary file not shown.

View File

@ -172,7 +172,7 @@ namespace INT_LKD_2.Controls.MainDisplay
this.CollectionLabelTitleLRMax[i].Text = "LR.Max"; this.CollectionLabelTitleLRMax[i].Text = "LR.Max";
this.CollectionLabelTitleLevel[i].Text = "Level"; this.CollectionLabelTitleLevel[i].Text = "Level";
this.CollectionLabelTitleHeight[i].Text = "Height"; this.CollectionLabelTitleHeight[i].Text = "Height";
this.CollectionLabelTitleMaxHeight[i].Text = "MaxHeight"; this.CollectionLabelTitleMaxHeight[i].Text = "Max.H";
this.CollectionLabelTitleDiff[i].Text = "Diff"; this.CollectionLabelTitleDiff[i].Text = "Diff";
} }
break; break;

View File

@ -55,8 +55,12 @@ namespace INT_LKD_2.Controls.MainDisplay
switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE) switch (this.ParentForm.ParentForm.SystemConfig.LANGUAGE)
{ {
case Define.E_LanguageID.Chinese: case Define.E_LanguageID.Chinese:
this.labelResultDiff.Text = "压差";
this.labelResultDisp.Text = "位移";
break; break;
default: default:
this.labelResultDiff.Text = "Diff";
this.labelResultDisp.Text = "Disp";
break; break;
} }
} }

View File

@ -107,7 +107,7 @@
this.smartGroupBox1.Controls.Add(this.groupBoxOutput); this.smartGroupBox1.Controls.Add(this.groupBoxOutput);
this.smartGroupBox1.Controls.Add(this.groupBoxStatus); this.smartGroupBox1.Controls.Add(this.groupBoxStatus);
this.smartGroupBox1.Controls.Add(this.groupBoxInput); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameLineThickness = 2;
@ -147,7 +147,7 @@
this.groupBoxServo.Controls.Add(this.buttonMotor1Origin); this.groupBoxServo.Controls.Add(this.buttonMotor1Origin);
this.groupBoxServo.Controls.Add(this.buttonMotorChamber2); this.groupBoxServo.Controls.Add(this.buttonMotorChamber2);
this.groupBoxServo.Controls.Add(this.buttonMotorChamber1); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxServo.FrameLineThickness = 2; this.groupBoxServo.FrameLineThickness = 2;
@ -195,7 +195,7 @@
this.buttonMotorReady.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorReady.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorReady.ButtonText = "Ready"; this.buttonMotorReady.ButtonText = "Ready";
this.buttonMotorReady.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorReady.ImageDisable = null; this.buttonMotorReady.ImageDisable = null;
this.buttonMotorReady.ImageDown = null; this.buttonMotorReady.ImageDown = null;
@ -231,7 +231,7 @@
this.buttonJogCCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonJogCCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonJogCCW.ButtonText = "JOG CCW"; this.buttonJogCCW.ButtonText = "JOG CCW";
this.buttonJogCCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonJogCCW.ImageDisable = null; this.buttonJogCCW.ImageDisable = null;
this.buttonJogCCW.ImageDown = 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.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonJogCCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonJogCCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonJogCCW.TextVAlign = SmartX.SmartButton.TextVerAlign.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.MouseMove += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseMove);
this.buttonJogCCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseDown); this.buttonJogCCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCCW_MouseDown);
// //
@ -268,7 +269,7 @@
this.buttonJogCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonJogCW.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonJogCW.ButtonText = "JOG CW"; this.buttonJogCW.ButtonText = "JOG CW";
this.buttonJogCW.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonJogCW.ImageDisable = null; this.buttonJogCW.ImageDisable = null;
this.buttonJogCW.ImageDown = 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.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.buttonJogCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonJogCW.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonJogCW.TextVAlign = SmartX.SmartButton.TextVerAlign.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.MouseMove += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseMove);
this.buttonJogCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseDown); this.buttonJogCW.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonJogCW_MouseDown);
// //
@ -353,7 +355,7 @@
this.buttonMotorDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorDischarge.ButtonText = "Discharge"; this.buttonMotorDischarge.ButtonText = "Discharge";
this.buttonMotorDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorDischarge.ImageDisable = null; this.buttonMotorDischarge.ImageDisable = null;
this.buttonMotorDischarge.ImageDown = null; this.buttonMotorDischarge.ImageDown = null;
@ -389,7 +391,7 @@
this.buttonMotorChamber6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber6.ButtonText = "Chamber 6"; this.buttonMotorChamber6.ButtonText = "Chamber 6";
this.buttonMotorChamber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber6.ImageDisable = null; this.buttonMotorChamber6.ImageDisable = null;
this.buttonMotorChamber6.ImageDown = null; this.buttonMotorChamber6.ImageDown = null;
@ -449,7 +451,7 @@
this.buttonMotorChamber5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber5.ButtonText = "Chamber 5"; this.buttonMotorChamber5.ButtonText = "Chamber 5";
this.buttonMotorChamber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber5.ImageDisable = null; this.buttonMotorChamber5.ImageDisable = null;
this.buttonMotorChamber5.ImageDown = null; this.buttonMotorChamber5.ImageDown = null;
@ -533,7 +535,7 @@
this.buttonMotorChamber4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber4.ButtonText = "Chamber 4"; this.buttonMotorChamber4.ButtonText = "Chamber 4";
this.buttonMotorChamber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber4.ImageDisable = null; this.buttonMotorChamber4.ImageDisable = null;
this.buttonMotorChamber4.ImageDown = null; this.buttonMotorChamber4.ImageDown = null;
@ -569,7 +571,7 @@
this.buttonMotorChamber3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber3.ButtonText = "Chamber 3"; this.buttonMotorChamber3.ButtonText = "Chamber 3";
this.buttonMotorChamber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber3.ImageDisable = null; this.buttonMotorChamber3.ImageDisable = null;
this.buttonMotorChamber3.ImageDown = null; this.buttonMotorChamber3.ImageDown = null;
@ -605,7 +607,7 @@
this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotor1AlarmClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear"; this.buttonMotor1AlarmClear.ButtonText = "Alarm Clear";
this.buttonMotor1AlarmClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotor1AlarmClear.ImageDisable = null; this.buttonMotor1AlarmClear.ImageDisable = null;
this.buttonMotor1AlarmClear.ImageDown = null; this.buttonMotor1AlarmClear.ImageDown = null;
@ -713,7 +715,7 @@
this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotor1Origin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotor1Origin.ButtonText = "ORIGIN"; this.buttonMotor1Origin.ButtonText = "ORIGIN";
this.buttonMotor1Origin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotor1Origin.ImageDisable = null; this.buttonMotor1Origin.ImageDisable = null;
this.buttonMotor1Origin.ImageDown = null; this.buttonMotor1Origin.ImageDown = null;
@ -749,7 +751,7 @@
this.buttonMotorChamber2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber2.ButtonText = "Chamber 2"; this.buttonMotorChamber2.ButtonText = "Chamber 2";
this.buttonMotorChamber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber2.ImageDisable = null; this.buttonMotorChamber2.ImageDisable = null;
this.buttonMotorChamber2.ImageDown = null; this.buttonMotorChamber2.ImageDown = null;
@ -785,7 +787,7 @@
this.buttonMotorChamber1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMotorChamber1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMotorChamber1.ButtonText = "Chamber 1"; this.buttonMotorChamber1.ButtonText = "Chamber 1";
this.buttonMotorChamber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMotorChamber1.ImageDisable = null; this.buttonMotorChamber1.ImageDisable = null;
this.buttonMotorChamber1.ImageDown = null; this.buttonMotorChamber1.ImageDown = null;
@ -830,7 +832,7 @@
this.groupBoxOutput.Controls.Add(this.buttonOut5); this.groupBoxOutput.Controls.Add(this.buttonOut5);
this.groupBoxOutput.Controls.Add(this.buttonOut6); this.groupBoxOutput.Controls.Add(this.buttonOut6);
this.groupBoxOutput.Controls.Add(this.buttonOut7); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxOutput.FrameLineThickness = 2; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiscriptionPD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleDiscriptionPD.Location = new System.Drawing.Point(31, 410); this.labelTitleDiscriptionPD.Location = new System.Drawing.Point(31, 410);
this.labelTitleDiscriptionPD.Name = "labelTitleDiscriptionPD"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiscriptionCD.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleDiscriptionCD.Location = new System.Drawing.Point(31, 390); this.labelTitleDiscriptionCD.Location = new System.Drawing.Point(31, 390);
this.labelTitleDiscriptionCD.Name = "labelTitleDiscriptionCD"; this.labelTitleDiscriptionCD.Name = "labelTitleDiscriptionCD";
@ -901,7 +903,7 @@
this.buttonOut11.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut11.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut11.ButtonText = "None"; this.buttonOut11.ButtonText = "None";
this.buttonOut11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut11.ImageDisable = null; this.buttonOut11.ImageDisable = null;
this.buttonOut11.ImageDown = null; this.buttonOut11.ImageDown = null;
@ -937,7 +939,7 @@
this.buttonOut12.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut12.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut12.ButtonText = "None"; this.buttonOut12.ButtonText = "None";
this.buttonOut12.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut12.ImageDisable = null; this.buttonOut12.ImageDisable = null;
this.buttonOut12.ImageDown = null; this.buttonOut12.ImageDown = null;
@ -973,7 +975,7 @@
this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut10.ButtonText = "None"; this.buttonOut10.ButtonText = "None";
this.buttonOut10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut10.ImageDisable = null; this.buttonOut10.ImageDisable = null;
this.buttonOut10.ImageDown = null; this.buttonOut10.ImageDown = null;
@ -1009,7 +1011,7 @@
this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut1.ButtonText = "Red"; this.buttonOut1.ButtonText = "Red";
this.buttonOut1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut1.ImageDisable = null; this.buttonOut1.ImageDisable = null;
this.buttonOut1.ImageDown = null; this.buttonOut1.ImageDown = null;
@ -1045,7 +1047,7 @@
this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut2.ButtonText = "Green"; this.buttonOut2.ButtonText = "Green";
this.buttonOut2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut2.ImageDisable = null; this.buttonOut2.ImageDisable = null;
this.buttonOut2.ImageDown = null; this.buttonOut2.ImageDown = null;
@ -1081,7 +1083,7 @@
this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut9.ButtonText = "None"; this.buttonOut9.ButtonText = "None";
this.buttonOut9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut9.ImageDisable = null; this.buttonOut9.ImageDisable = null;
this.buttonOut9.ImageDown = null; this.buttonOut9.ImageDown = null;
@ -1117,7 +1119,7 @@
this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut3.ButtonText = "Buzzer"; this.buttonOut3.ButtonText = "Buzzer";
this.buttonOut3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut3.ImageDisable = null; this.buttonOut3.ImageDisable = null;
this.buttonOut3.ImageDown = null; this.buttonOut3.ImageDown = null;
@ -1153,7 +1155,7 @@
this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut4.ButtonText = "Valve relief"; this.buttonOut4.ButtonText = "Valve relief";
this.buttonOut4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut4.ImageDisable = null; this.buttonOut4.ImageDisable = null;
this.buttonOut4.ImageDown = null; this.buttonOut4.ImageDown = null;
@ -1189,7 +1191,7 @@
this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut8.ButtonText = "None"; this.buttonOut8.ButtonText = "None";
this.buttonOut8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut8.ImageDisable = null; this.buttonOut8.ImageDisable = null;
this.buttonOut8.ImageDown = null; this.buttonOut8.ImageDown = null;
@ -1225,7 +1227,7 @@
this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut5.ButtonText = "Valve hold 1"; this.buttonOut5.ButtonText = "Valve hold 1";
this.buttonOut5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut5.ImageDisable = null; this.buttonOut5.ImageDisable = null;
this.buttonOut5.ImageDown = null; this.buttonOut5.ImageDown = null;
@ -1261,7 +1263,7 @@
this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut6.ButtonText = "Valve hold 2"; this.buttonOut6.ButtonText = "Valve hold 2";
this.buttonOut6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut6.ImageDisable = null; this.buttonOut6.ImageDisable = null;
this.buttonOut6.ImageDown = null; this.buttonOut6.ImageDown = null;
@ -1297,7 +1299,7 @@
this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonOut7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonOut7.ButtonText = "CD Sol Valve"; this.buttonOut7.ButtonText = "CD Sol Valve";
this.buttonOut7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonOut7.ImageDisable = null; this.buttonOut7.ImageDisable = null;
this.buttonOut7.ImageDown = null; this.buttonOut7.ImageDown = null;
@ -1339,7 +1341,7 @@
this.groupBoxStatus.Controls.Add(this.labelTitleDisp); this.groupBoxStatus.Controls.Add(this.labelTitleDisp);
this.groupBoxStatus.Controls.Add(this.labelSbAlarm1); this.groupBoxStatus.Controls.Add(this.labelSbAlarm1);
this.groupBoxStatus.Controls.Add(this.labelLane); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxStatus.FrameLineThickness = 2; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePressureW.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitlePressureW.Location = new System.Drawing.Point(115, 102); this.labelTitlePressureW.Location = new System.Drawing.Point(115, 102);
this.labelTitlePressureW.Name = "labelTitlePressureW"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePressureM.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitlePressureM.Location = new System.Drawing.Point(115, 129); this.labelTitlePressureM.Location = new System.Drawing.Point(115, 129);
this.labelTitlePressureM.Name = "labelTitlePressureM"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleDiff.Location = new System.Drawing.Point(115, 75); this.labelTitleDiff.Location = new System.Drawing.Point(115, 75);
this.labelTitleDiff.Name = "labelTitleDiff"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleDisp.Location = new System.Drawing.Point(115, 48); this.labelTitleDisp.Location = new System.Drawing.Point(115, 48);
this.labelTitleDisp.Name = "labelTitleDisp"; this.labelTitleDisp.Name = "labelTitleDisp";
@ -1617,7 +1619,7 @@
this.groupBoxInput.Controls.Add(this.labelTitleInput1); this.groupBoxInput.Controls.Add(this.labelTitleInput1);
this.groupBoxInput.Controls.Add(this.labelInput3); this.groupBoxInput.Controls.Add(this.labelInput3);
this.groupBoxInput.Controls.Add(this.labelInput1); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
this.groupBoxInput.FrameLineThickness = 2; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput5.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleInput5.Location = new System.Drawing.Point(51, 125); this.labelTitleInput5.Location = new System.Drawing.Point(51, 125);
this.labelTitleInput5.Name = "labelTitleInput5"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleInput4.Location = new System.Drawing.Point(207, 89); this.labelTitleInput4.Location = new System.Drawing.Point(207, 89);
this.labelTitleInput4.Name = "labelTitleInput4"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleInput2.Location = new System.Drawing.Point(207, 53); this.labelTitleInput2.Location = new System.Drawing.Point(207, 53);
this.labelTitleInput2.Name = "labelTitleInput2"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleInput3.Location = new System.Drawing.Point(51, 89); this.labelTitleInput3.Location = new System.Drawing.Point(51, 89);
this.labelTitleInput3.Name = "labelTitleInput3"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleInput1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleInput1.Location = new System.Drawing.Point(51, 53); this.labelTitleInput1.Location = new System.Drawing.Point(51, 53);
this.labelTitleInput1.Name = "labelTitleInput1"; this.labelTitleInput1.Name = "labelTitleInput1";

View File

@ -1116,6 +1116,9 @@ namespace INT_LKD_2.Controls
} }
private void radioButton1_Click(object sender, EventArgs e) private void radioButton1_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "1";
this.buttonMaster.ButtonText = "12";
this.radioButton1.RadioBackColor = Define.ColorSelected; this.radioButton1.RadioBackColor = Define.ColorSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected; this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.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) private void radioButton2_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "2";
this.buttonMaster.ButtonText = "11";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected; this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorSelected; this.radioButton2.RadioBackColor = Define.ColorSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected; this.radioButton3.RadioBackColor = Define.ColorNoneSelected;
@ -1148,6 +1154,9 @@ namespace INT_LKD_2.Controls
} }
private void radioButton3_Click(object sender, EventArgs e) private void radioButton3_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "3";
this.buttonMaster.ButtonText = "10";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected; this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected; this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorSelected; this.radioButton3.RadioBackColor = Define.ColorSelected;
@ -1164,6 +1173,9 @@ namespace INT_LKD_2.Controls
} }
private void radioButton4_Click(object sender, EventArgs e) private void radioButton4_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "4";
this.buttonMaster.ButtonText = "9";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected; this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected; this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.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) private void radioButton5_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "5";
this.buttonMaster.ButtonText = "8";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected; this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected; this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.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) private void radioButton6_Click(object sender, EventArgs e)
{ {
this.buttonSlave.ButtonText = "6";
this.buttonMaster.ButtonText = "7";
this.radioButton1.RadioBackColor = Define.ColorNoneSelected; this.radioButton1.RadioBackColor = Define.ColorNoneSelected;
this.radioButton2.RadioBackColor = Define.ColorNoneSelected; this.radioButton2.RadioBackColor = Define.ColorNoneSelected;
this.radioButton3.RadioBackColor = Define.ColorNoneSelected; this.radioButton3.RadioBackColor = Define.ColorNoneSelected;

View File

@ -447,6 +447,10 @@ namespace INT_LKD_2.Controls
if (this.ParentForm.ParentForm.ChildFormMainDisplay != null) if (this.ParentForm.ParentForm.ChildFormMainDisplay != null)
this.ParentForm.ParentForm.ChildFormMainDisplay.InitializeDesign(); 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) if (this.ParentForm != null)
this.ParentForm.InitializeDesign(); this.ParentForm.InitializeDesign();

View File

@ -58,7 +58,7 @@
this.smartGroupBox1.Controls.Add(this.labelID); this.smartGroupBox1.Controls.Add(this.labelID);
this.smartGroupBox1.Controls.Add(this.labelTitleID); this.smartGroupBox1.Controls.Add(this.labelTitleID);
this.smartGroupBox1.Controls.Add(this.buttonChange); 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.smartGroupBox1.FrameLineThickness = 2; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleVerify.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleVerify.Location = new System.Drawing.Point(102, 216); this.labelTitleVerify.Location = new System.Drawing.Point(102, 216);
this.labelTitleVerify.Name = "labelTitleVerify"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleNew.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleNew.Location = new System.Drawing.Point(102, 173); this.labelTitleNew.Location = new System.Drawing.Point(102, 173);
this.labelTitleNew.Name = "labelTitleNew"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelID.Location = new System.Drawing.Point(266, 131); this.labelID.Location = new System.Drawing.Point(266, 131);
this.labelID.Name = "labelID"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(102, 130); this.labelTitleID.Location = new System.Drawing.Point(102, 130);
this.labelTitleID.Name = "labelTitleID"; this.labelTitleID.Name = "labelTitleID";
@ -283,6 +286,7 @@
this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonChange.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonChange.ButtonText = "Change"; this.buttonChange.ButtonText = "Change";
this.buttonChange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonChange.ImageDisable = null; this.buttonChange.ImageDisable = null;
this.buttonChange.ImageDown = null; this.buttonChange.ImageDown = null;

View File

@ -34,7 +34,7 @@
this.labelTitleContents = new SmartX.SmartLabel(); this.labelTitleContents = new SmartX.SmartLabel();
this.labelNumberOfLoginFailures = new SmartX.SmartLabel(); this.labelNumberOfLoginFailures = new SmartX.SmartLabel();
this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel(); this.labelTitleNumberOfLoginFailures = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel(); this.labelTitleAutoInfo = new SmartX.SmartLabel();
this.labelAutomaticLogoutTime = new SmartX.SmartLabel(); this.labelAutomaticLogoutTime = new SmartX.SmartLabel();
this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel(); this.labelTitleAutomaticLogoutTime = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard(); this.smartKeyboard = new SmartX.SmartKeyboard();
@ -68,8 +68,8 @@
this.checkBoxMainProductChange = new SmartX.SmartCheckBox(); this.checkBoxMainProductChange = new SmartX.SmartCheckBox();
this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel(); this.labelExpiryDateOfPassword2 = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel(); this.labelExpiryDateOfAccount2 = new SmartX.SmartLabel();
this.smartLabel8 = new SmartX.SmartLabel(); this.labelTitlePassInfo = new SmartX.SmartLabel();
this.smartLabel7 = new SmartX.SmartLabel(); this.labelTitleAccountInfo = new SmartX.SmartLabel();
this.labelExpiryDateOfPassword = new SmartX.SmartLabel(); this.labelExpiryDateOfPassword = new SmartX.SmartLabel();
this.labelExpiryDateOfAccount = new SmartX.SmartLabel(); this.labelExpiryDateOfAccount = new SmartX.SmartLabel();
this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel(); this.labelTitleExpiryDateOfPassword = new SmartX.SmartLabel();
@ -92,7 +92,7 @@
this.smartGroupBox1.Controls.Add(this.labelTitleContents); this.smartGroupBox1.Controls.Add(this.labelTitleContents);
this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures); this.smartGroupBox1.Controls.Add(this.labelNumberOfLoginFailures);
this.smartGroupBox1.Controls.Add(this.labelTitleNumberOfLoginFailures); 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.labelAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime); this.smartGroupBox1.Controls.Add(this.labelTitleAutomaticLogoutTime);
this.smartGroupBox1.Controls.Add(this.smartKeyboard); this.smartGroupBox1.Controls.Add(this.smartKeyboard);
@ -111,8 +111,8 @@
this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight); this.smartGroupBox1.Controls.Add(this.groupBoxAccessRight);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2); this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword2);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2); this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount2);
this.smartGroupBox1.Controls.Add(this.smartLabel8); this.smartGroupBox1.Controls.Add(this.labelTitlePassInfo);
this.smartGroupBox1.Controls.Add(this.smartLabel7); this.smartGroupBox1.Controls.Add(this.labelTitleAccountInfo);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword); this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfPassword);
this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount); this.smartGroupBox1.Controls.Add(this.labelExpiryDateOfAccount);
this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword); this.smartGroupBox1.Controls.Add(this.labelTitleExpiryDateOfPassword);
@ -122,7 +122,7 @@
this.smartGroupBox1.Controls.Add(this.buttonDelete); this.smartGroupBox1.Controls.Add(this.buttonDelete);
this.smartGroupBox1.Controls.Add(this.buttonSave); this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.buttonRegister); this.smartGroupBox1.Controls.Add(this.buttonRegister);
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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameLineThickness = 2;
@ -155,7 +155,7 @@
this.labelTitleContents.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleContents.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
this.labelTitleContents.BorderColor = System.Drawing.Color.White; this.labelTitleContents.BorderColor = System.Drawing.Color.White;
this.labelTitleContents.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleContents.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleContents.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold); this.labelTitleContents.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
this.labelTitleContents.ForeColor = System.Drawing.Color.White; this.labelTitleContents.ForeColor = System.Drawing.Color.White;
this.labelTitleContents.LineSpacing = 0F; this.labelTitleContents.LineSpacing = 0F;
this.labelTitleContents.Location = new System.Drawing.Point(317, 529); this.labelTitleContents.Location = new System.Drawing.Point(317, 529);
@ -203,7 +203,7 @@
this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleNumberOfLoginFailures.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleNumberOfLoginFailures.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleNumberOfLoginFailures.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleNumberOfLoginFailures.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleNumberOfLoginFailures.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelTitleNumberOfLoginFailures.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleNumberOfLoginFailures.LineSpacing = 0F; this.labelTitleNumberOfLoginFailures.LineSpacing = 0F;
this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(318, 601); this.labelTitleNumberOfLoginFailures.Location = new System.Drawing.Point(318, 601);
this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures"; this.labelTitleNumberOfLoginFailures.Name = "labelTitleNumberOfLoginFailures";
@ -220,28 +220,28 @@
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleNumberOfLoginFailures.Wordwrap = false; this.labelTitleNumberOfLoginFailures.Wordwrap = false;
// //
// smartLabel6 // labelTitleAutoInfo
// //
this.smartLabel6.BackGround = null; this.labelTitleAutoInfo.BackGround = null;
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleAutoInfo.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.labelTitleAutoInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleAutoInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); this.labelTitleAutoInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel6.LineSpacing = 0F; this.labelTitleAutoInfo.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(556, 561); this.labelTitleAutoInfo.Location = new System.Drawing.Point(556, 561);
this.smartLabel6.Name = "smartLabel6"; this.labelTitleAutoInfo.Name = "labelTitleAutoInfo";
this.smartLabel6.OverlapOptimize = true; this.labelTitleAutoInfo.OverlapOptimize = true;
this.smartLabel6.PasswordChar = '\0'; this.labelTitleAutoInfo.PasswordChar = '\0';
this.smartLabel6.Radius = 3; this.labelTitleAutoInfo.Radius = 3;
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleAutoInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel6.Size = new System.Drawing.Size(90, 34); this.labelTitleAutoInfo.Size = new System.Drawing.Size(90, 34);
this.smartLabel6.TabIndex = 91; this.labelTitleAutoInfo.TabIndex = 91;
this.smartLabel6.Text = "min(Max:90)"; this.labelTitleAutoInfo.Text = "min(Max:90)";
this.smartLabel6.TextColor = System.Drawing.Color.White; this.labelTitleAutoInfo.TextColor = System.Drawing.Color.White;
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleAutoInfo.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleAutoInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleAutoInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Wordwrap = false; this.labelTitleAutoInfo.Wordwrap = false;
// //
// labelAutomaticLogoutTime // labelAutomaticLogoutTime
// //
@ -273,7 +273,7 @@
this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleAutomaticLogoutTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleAutomaticLogoutTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleAutomaticLogoutTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelTitleAutomaticLogoutTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleAutomaticLogoutTime.LineSpacing = 0F; this.labelTitleAutomaticLogoutTime.LineSpacing = 0F;
this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 561); this.labelTitleAutomaticLogoutTime.Location = new System.Drawing.Point(318, 561);
this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime"; this.labelTitleAutomaticLogoutTime.Name = "labelTitleAutomaticLogoutTime";
@ -344,7 +344,7 @@
this.buttonPasswordReset.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonPasswordReset.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonPasswordReset.ButtonText = "Reset"; this.buttonPasswordReset.ButtonText = "Reset";
this.buttonPasswordReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonPasswordReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPasswordReset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonPasswordReset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonPasswordReset.GroupID = 0; this.buttonPasswordReset.GroupID = 0;
this.buttonPasswordReset.ImageDisable = null; this.buttonPasswordReset.ImageDisable = null;
this.buttonPasswordReset.ImageDown = null; this.buttonPasswordReset.ImageDown = null;
@ -380,7 +380,7 @@
this.buttonIDEdit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonIDEdit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonIDEdit.ButtonText = "Edit"; this.buttonIDEdit.ButtonText = "Edit";
this.buttonIDEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonIDEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonIDEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonIDEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonIDEdit.GroupID = 0; this.buttonIDEdit.GroupID = 0;
this.buttonIDEdit.ImageDisable = null; this.buttonIDEdit.ImageDisable = null;
this.buttonIDEdit.ImageDown = null; this.buttonIDEdit.ImageDown = null;
@ -488,6 +488,7 @@
this.listBoxUserList.ItemOffsetGap = 10; this.listBoxUserList.ItemOffsetGap = 10;
this.listBoxUserList.ItemOffsetX = 1; this.listBoxUserList.ItemOffsetX = 1;
this.listBoxUserList.ItemOffsetY = 0; this.listBoxUserList.ItemOffsetY = 0;
this.listBoxUserList.ItemTextOffsetX = 0;
this.listBoxUserList.ItemTextOffsetY = 1; this.listBoxUserList.ItemTextOffsetY = 1;
this.listBoxUserList.Location = new System.Drawing.Point(11, 45); this.listBoxUserList.Location = new System.Drawing.Point(11, 45);
this.listBoxUserList.MouseMoveEventSpace = 3; this.listBoxUserList.MouseMoveEventSpace = 3;
@ -597,7 +598,7 @@
this.buttonLevel3.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; this.buttonLevel3.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
this.buttonLevel3.ButtonText = "Level 3"; this.buttonLevel3.ButtonText = "Level 3";
this.buttonLevel3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonLevel3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLevel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonLevel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonLevel3.GroupID = 0; this.buttonLevel3.GroupID = 0;
this.buttonLevel3.ImageDisable = null; this.buttonLevel3.ImageDisable = null;
this.buttonLevel3.ImageDown = null; this.buttonLevel3.ImageDown = null;
@ -633,7 +634,7 @@
this.buttonLevel2.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; this.buttonLevel2.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
this.buttonLevel2.ButtonText = "Level 2"; this.buttonLevel2.ButtonText = "Level 2";
this.buttonLevel2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonLevel2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLevel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonLevel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonLevel2.GroupID = 0; this.buttonLevel2.GroupID = 0;
this.buttonLevel2.ImageDisable = null; this.buttonLevel2.ImageDisable = null;
this.buttonLevel2.ImageDown = null; this.buttonLevel2.ImageDown = null;
@ -669,7 +670,7 @@
this.buttonLevel1.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; this.buttonLevel1.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
this.buttonLevel1.ButtonText = "Level 1"; this.buttonLevel1.ButtonText = "Level 1";
this.buttonLevel1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonLevel1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLevel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonLevel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonLevel1.GroupID = 0; this.buttonLevel1.GroupID = 0;
this.buttonLevel1.ImageDisable = null; this.buttonLevel1.ImageDisable = null;
this.buttonLevel1.ImageDown = null; this.buttonLevel1.ImageDown = null;
@ -724,7 +725,7 @@
this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleAccessRight.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleAccessRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleAccessRight.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleAccessRight.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelTitleAccessRight.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleAccessRight.LineSpacing = 0F; this.labelTitleAccessRight.LineSpacing = 0F;
this.labelTitleAccessRight.Location = new System.Drawing.Point(317, 206); this.labelTitleAccessRight.Location = new System.Drawing.Point(317, 206);
this.labelTitleAccessRight.Name = "labelTitleAccessRight"; this.labelTitleAccessRight.Name = "labelTitleAccessRight";
@ -784,7 +785,7 @@
this.checkBoxMenuEthernet.Checked = false; this.checkBoxMenuEthernet.Checked = false;
this.checkBoxMenuEthernet.CheckLineWidth = 3; this.checkBoxMenuEthernet.CheckLineWidth = 3;
this.checkBoxMenuEthernet.Enabled = false; this.checkBoxMenuEthernet.Enabled = false;
this.checkBoxMenuEthernet.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuEthernet.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEthernet.ImageCheckBox = null; this.checkBoxMenuEthernet.ImageCheckBox = null;
this.checkBoxMenuEthernet.ImageUnCheckBox = null; this.checkBoxMenuEthernet.ImageUnCheckBox = null;
this.checkBoxMenuEthernet.Location = new System.Drawing.Point(339, 80); this.checkBoxMenuEthernet.Location = new System.Drawing.Point(339, 80);
@ -808,7 +809,7 @@
this.checkBoxMenuUserGroupEditor.Checked = false; this.checkBoxMenuUserGroupEditor.Checked = false;
this.checkBoxMenuUserGroupEditor.CheckLineWidth = 3; this.checkBoxMenuUserGroupEditor.CheckLineWidth = 3;
this.checkBoxMenuUserGroupEditor.Enabled = false; this.checkBoxMenuUserGroupEditor.Enabled = false;
this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuUserGroupEditor.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserGroupEditor.ImageCheckBox = null; this.checkBoxMenuUserGroupEditor.ImageCheckBox = null;
this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null; this.checkBoxMenuUserGroupEditor.ImageUnCheckBox = null;
this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(339, 167); this.checkBoxMenuUserGroupEditor.Location = new System.Drawing.Point(339, 167);
@ -833,7 +834,7 @@
this.checkBoxMenuInformation.Checked = false; this.checkBoxMenuInformation.Checked = false;
this.checkBoxMenuInformation.CheckLineWidth = 3; this.checkBoxMenuInformation.CheckLineWidth = 3;
this.checkBoxMenuInformation.Enabled = false; this.checkBoxMenuInformation.Enabled = false;
this.checkBoxMenuInformation.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuInformation.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuInformation.ImageCheckBox = null; this.checkBoxMenuInformation.ImageCheckBox = null;
this.checkBoxMenuInformation.ImageUnCheckBox = null; this.checkBoxMenuInformation.ImageUnCheckBox = null;
this.checkBoxMenuInformation.Location = new System.Drawing.Point(339, 51); this.checkBoxMenuInformation.Location = new System.Drawing.Point(339, 51);
@ -857,7 +858,7 @@
this.checkBoxMenuAlarmLog.Checked = false; this.checkBoxMenuAlarmLog.Checked = false;
this.checkBoxMenuAlarmLog.CheckLineWidth = 3; this.checkBoxMenuAlarmLog.CheckLineWidth = 3;
this.checkBoxMenuAlarmLog.Enabled = false; this.checkBoxMenuAlarmLog.Enabled = false;
this.checkBoxMenuAlarmLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuAlarmLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuAlarmLog.ImageCheckBox = null; this.checkBoxMenuAlarmLog.ImageCheckBox = null;
this.checkBoxMenuAlarmLog.ImageUnCheckBox = null; this.checkBoxMenuAlarmLog.ImageUnCheckBox = null;
this.checkBoxMenuAlarmLog.Location = new System.Drawing.Point(177, 196); this.checkBoxMenuAlarmLog.Location = new System.Drawing.Point(177, 196);
@ -881,7 +882,7 @@
this.checkBoxMenuEquipment.Checked = false; this.checkBoxMenuEquipment.Checked = false;
this.checkBoxMenuEquipment.CheckLineWidth = 3; this.checkBoxMenuEquipment.CheckLineWidth = 3;
this.checkBoxMenuEquipment.Enabled = false; this.checkBoxMenuEquipment.Enabled = false;
this.checkBoxMenuEquipment.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuEquipment.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuEquipment.ImageCheckBox = null; this.checkBoxMenuEquipment.ImageCheckBox = null;
this.checkBoxMenuEquipment.ImageUnCheckBox = null; this.checkBoxMenuEquipment.ImageUnCheckBox = null;
this.checkBoxMenuEquipment.Location = new System.Drawing.Point(339, 196); this.checkBoxMenuEquipment.Location = new System.Drawing.Point(339, 196);
@ -906,7 +907,7 @@
this.checkBoxMenuInspectionLog.Checked = false; this.checkBoxMenuInspectionLog.Checked = false;
this.checkBoxMenuInspectionLog.CheckLineWidth = 3; this.checkBoxMenuInspectionLog.CheckLineWidth = 3;
this.checkBoxMenuInspectionLog.Enabled = false; this.checkBoxMenuInspectionLog.Enabled = false;
this.checkBoxMenuInspectionLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuInspectionLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuInspectionLog.ImageCheckBox = null; this.checkBoxMenuInspectionLog.ImageCheckBox = null;
this.checkBoxMenuInspectionLog.ImageUnCheckBox = null; this.checkBoxMenuInspectionLog.ImageUnCheckBox = null;
this.checkBoxMenuInspectionLog.Location = new System.Drawing.Point(177, 167); this.checkBoxMenuInspectionLog.Location = new System.Drawing.Point(177, 167);
@ -930,7 +931,7 @@
this.checkBoxMenuHistoryLog.Checked = false; this.checkBoxMenuHistoryLog.Checked = false;
this.checkBoxMenuHistoryLog.CheckLineWidth = 3; this.checkBoxMenuHistoryLog.CheckLineWidth = 3;
this.checkBoxMenuHistoryLog.Enabled = false; this.checkBoxMenuHistoryLog.Enabled = false;
this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuHistoryLog.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuHistoryLog.ImageCheckBox = null; this.checkBoxMenuHistoryLog.ImageCheckBox = null;
this.checkBoxMenuHistoryLog.ImageUnCheckBox = null; this.checkBoxMenuHistoryLog.ImageUnCheckBox = null;
this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(177, 138); this.checkBoxMenuHistoryLog.Location = new System.Drawing.Point(177, 138);
@ -954,7 +955,7 @@
this.checkBoxMenuIOTest.Checked = false; this.checkBoxMenuIOTest.Checked = false;
this.checkBoxMenuIOTest.CheckLineWidth = 3; this.checkBoxMenuIOTest.CheckLineWidth = 3;
this.checkBoxMenuIOTest.Enabled = false; this.checkBoxMenuIOTest.Enabled = false;
this.checkBoxMenuIOTest.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuIOTest.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuIOTest.ImageCheckBox = null; this.checkBoxMenuIOTest.ImageCheckBox = null;
this.checkBoxMenuIOTest.ImageUnCheckBox = null; this.checkBoxMenuIOTest.ImageUnCheckBox = null;
this.checkBoxMenuIOTest.Location = new System.Drawing.Point(177, 109); this.checkBoxMenuIOTest.Location = new System.Drawing.Point(177, 109);
@ -973,7 +974,7 @@
this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleMenu.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleMenu.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMenu.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleMenu.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMenu.LineSpacing = 0F; this.labelTitleMenu.LineSpacing = 0F;
this.labelTitleMenu.Location = new System.Drawing.Point(175, 22); this.labelTitleMenu.Location = new System.Drawing.Point(175, 22);
this.labelTitleMenu.Name = "labelTitleMenu"; this.labelTitleMenu.Name = "labelTitleMenu";
@ -996,7 +997,7 @@
this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleMain.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleMain.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleMain.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleMain.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleMain.LineSpacing = 0F; this.labelTitleMain.LineSpacing = 0F;
this.labelTitleMain.Location = new System.Drawing.Point(19, 22); this.labelTitleMain.Location = new System.Drawing.Point(19, 22);
this.labelTitleMain.Name = "labelTitleMain"; this.labelTitleMain.Name = "labelTitleMain";
@ -1024,7 +1025,7 @@
this.checkBoxMenuUserSetting.Checked = false; this.checkBoxMenuUserSetting.Checked = false;
this.checkBoxMenuUserSetting.CheckLineWidth = 3; this.checkBoxMenuUserSetting.CheckLineWidth = 3;
this.checkBoxMenuUserSetting.Enabled = false; this.checkBoxMenuUserSetting.Enabled = false;
this.checkBoxMenuUserSetting.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuUserSetting.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuUserSetting.ImageCheckBox = null; this.checkBoxMenuUserSetting.ImageCheckBox = null;
this.checkBoxMenuUserSetting.ImageUnCheckBox = null; this.checkBoxMenuUserSetting.ImageUnCheckBox = null;
this.checkBoxMenuUserSetting.Location = new System.Drawing.Point(177, 80); this.checkBoxMenuUserSetting.Location = new System.Drawing.Point(177, 80);
@ -1048,7 +1049,7 @@
this.checkBoxMenuRecipe.Checked = false; this.checkBoxMenuRecipe.Checked = false;
this.checkBoxMenuRecipe.CheckLineWidth = 3; this.checkBoxMenuRecipe.CheckLineWidth = 3;
this.checkBoxMenuRecipe.Enabled = false; this.checkBoxMenuRecipe.Enabled = false;
this.checkBoxMenuRecipe.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMenuRecipe.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMenuRecipe.ImageCheckBox = null; this.checkBoxMenuRecipe.ImageCheckBox = null;
this.checkBoxMenuRecipe.ImageUnCheckBox = null; this.checkBoxMenuRecipe.ImageUnCheckBox = null;
this.checkBoxMenuRecipe.Location = new System.Drawing.Point(177, 51); this.checkBoxMenuRecipe.Location = new System.Drawing.Point(177, 51);
@ -1072,7 +1073,7 @@
this.checkBoxMainSubMenu.Checked = false; this.checkBoxMainSubMenu.Checked = false;
this.checkBoxMainSubMenu.CheckLineWidth = 3; this.checkBoxMainSubMenu.CheckLineWidth = 3;
this.checkBoxMainSubMenu.Enabled = false; this.checkBoxMainSubMenu.Enabled = false;
this.checkBoxMainSubMenu.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMainSubMenu.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainSubMenu.ImageCheckBox = null; this.checkBoxMainSubMenu.ImageCheckBox = null;
this.checkBoxMainSubMenu.ImageUnCheckBox = null; this.checkBoxMainSubMenu.ImageUnCheckBox = null;
this.checkBoxMainSubMenu.Location = new System.Drawing.Point(19, 109); this.checkBoxMainSubMenu.Location = new System.Drawing.Point(19, 109);
@ -1097,7 +1098,7 @@
this.checkBoxMainClear.Checked = false; this.checkBoxMainClear.Checked = false;
this.checkBoxMainClear.CheckLineWidth = 3; this.checkBoxMainClear.CheckLineWidth = 3;
this.checkBoxMainClear.Enabled = false; this.checkBoxMainClear.Enabled = false;
this.checkBoxMainClear.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMainClear.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainClear.ImageCheckBox = null; this.checkBoxMainClear.ImageCheckBox = null;
this.checkBoxMainClear.ImageUnCheckBox = null; this.checkBoxMainClear.ImageUnCheckBox = null;
this.checkBoxMainClear.Location = new System.Drawing.Point(19, 80); this.checkBoxMainClear.Location = new System.Drawing.Point(19, 80);
@ -1121,7 +1122,7 @@
this.checkBoxMainProductChange.Checked = false; this.checkBoxMainProductChange.Checked = false;
this.checkBoxMainProductChange.CheckLineWidth = 3; this.checkBoxMainProductChange.CheckLineWidth = 3;
this.checkBoxMainProductChange.Enabled = false; this.checkBoxMainProductChange.Enabled = false;
this.checkBoxMainProductChange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.checkBoxMainProductChange.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.checkBoxMainProductChange.ImageCheckBox = null; this.checkBoxMainProductChange.ImageCheckBox = null;
this.checkBoxMainProductChange.ImageUnCheckBox = null; this.checkBoxMainProductChange.ImageUnCheckBox = null;
this.checkBoxMainProductChange.Location = new System.Drawing.Point(19, 51); this.checkBoxMainProductChange.Location = new System.Drawing.Point(19, 51);
@ -1182,51 +1183,51 @@
this.labelExpiryDateOfAccount2.Wordwrap = false; this.labelExpiryDateOfAccount2.Wordwrap = false;
this.labelExpiryDateOfAccount2.Click += new System.EventHandler(this.labelExpiryDateOfAccount2_Click); this.labelExpiryDateOfAccount2.Click += new System.EventHandler(this.labelExpiryDateOfAccount2_Click);
// //
// smartLabel8 // labelTitlePassInfo
// //
this.smartLabel8.BackGround = null; this.labelTitlePassInfo.BackGround = null;
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitlePassInfo.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.labelTitlePassInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitlePassInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); this.labelTitlePassInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel8.LineSpacing = 0F; this.labelTitlePassInfo.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(556, 166); this.labelTitlePassInfo.Location = new System.Drawing.Point(556, 166);
this.smartLabel8.Name = "smartLabel8"; this.labelTitlePassInfo.Name = "labelTitlePassInfo";
this.smartLabel8.OverlapOptimize = true; this.labelTitlePassInfo.OverlapOptimize = true;
this.smartLabel8.PasswordChar = '\0'; this.labelTitlePassInfo.PasswordChar = '\0';
this.smartLabel8.Radius = 3; this.labelTitlePassInfo.Radius = 3;
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitlePassInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel8.Size = new System.Drawing.Size(90, 34); this.labelTitlePassInfo.Size = new System.Drawing.Size(90, 34);
this.smartLabel8.TabIndex = 93; this.labelTitlePassInfo.TabIndex = 93;
this.smartLabel8.Text = "day(Max:90)"; this.labelTitlePassInfo.Text = "day(Max:90)";
this.smartLabel8.TextColor = System.Drawing.Color.White; this.labelTitlePassInfo.TextColor = System.Drawing.Color.White;
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray; this.labelTitlePassInfo.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitlePassInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitlePassInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel8.Wordwrap = false; this.labelTitlePassInfo.Wordwrap = false;
// //
// smartLabel7 // labelTitleAccountInfo
// //
this.smartLabel7.BackGround = null; this.labelTitleAccountInfo.BackGround = null;
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.labelTitleAccountInfo.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.labelTitleAccountInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleAccountInfo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold); this.labelTitleAccountInfo.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
this.smartLabel7.LineSpacing = 0F; this.labelTitleAccountInfo.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(556, 126); this.labelTitleAccountInfo.Location = new System.Drawing.Point(556, 126);
this.smartLabel7.Name = "smartLabel7"; this.labelTitleAccountInfo.Name = "labelTitleAccountInfo";
this.smartLabel7.OverlapOptimize = true; this.labelTitleAccountInfo.OverlapOptimize = true;
this.smartLabel7.PasswordChar = '\0'; this.labelTitleAccountInfo.PasswordChar = '\0';
this.smartLabel7.Radius = 3; this.labelTitleAccountInfo.Radius = 3;
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTitleAccountInfo.RoundRectFillColor = System.Drawing.Color.LightBlue;
this.smartLabel7.Size = new System.Drawing.Size(90, 34); this.labelTitleAccountInfo.Size = new System.Drawing.Size(90, 34);
this.smartLabel7.TabIndex = 92; this.labelTitleAccountInfo.TabIndex = 92;
this.smartLabel7.Text = "day(Max:180)"; this.labelTitleAccountInfo.Text = "day(Max:180)";
this.smartLabel7.TextColor = System.Drawing.Color.White; this.labelTitleAccountInfo.TextColor = System.Drawing.Color.White;
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray; this.labelTitleAccountInfo.TextColorDisable = System.Drawing.Color.Gray;
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleAccountInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleAccountInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false; this.labelTitleAccountInfo.Wordwrap = false;
// //
// labelExpiryDateOfPassword // labelExpiryDateOfPassword
// //
@ -1282,7 +1283,7 @@
this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleExpiryDateOfPassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleExpiryDateOfPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleExpiryDateOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelTitleExpiryDateOfPassword.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfPassword.LineSpacing = 0F; this.labelTitleExpiryDateOfPassword.LineSpacing = 0F;
this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166); this.labelTitleExpiryDateOfPassword.Location = new System.Drawing.Point(318, 166);
this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword"; this.labelTitleExpiryDateOfPassword.Name = "labelTitleExpiryDateOfPassword";
@ -1305,7 +1306,7 @@
this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitleExpiryDateOfAccount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitleExpiryDateOfAccount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleExpiryDateOfAccount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.labelTitleExpiryDateOfAccount.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelTitleExpiryDateOfAccount.LineSpacing = 0F; this.labelTitleExpiryDateOfAccount.LineSpacing = 0F;
this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126); this.labelTitleExpiryDateOfAccount.Location = new System.Drawing.Point(318, 126);
this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount"; this.labelTitleExpiryDateOfAccount.Name = "labelTitleExpiryDateOfAccount";
@ -1328,7 +1329,7 @@
this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.labelTitlePassword.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
this.labelTitlePassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelTitlePassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitlePassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitlePassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelTitlePassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitlePassword.LineSpacing = 0F; this.labelTitlePassword.LineSpacing = 0F;
this.labelTitlePassword.Location = new System.Drawing.Point(318, 86); this.labelTitlePassword.Location = new System.Drawing.Point(318, 86);
this.labelTitlePassword.Name = "labelTitlePassword"; this.labelTitlePassword.Name = "labelTitlePassword";
@ -1351,7 +1352,7 @@
this.labelTitleID.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelTitleID.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelTitleID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelTitleID.LineSpacing = 0F; this.labelTitleID.LineSpacing = 0F;
this.labelTitleID.Location = new System.Drawing.Point(317, 45); this.labelTitleID.Location = new System.Drawing.Point(317, 45);
this.labelTitleID.Name = "labelTitleID"; this.labelTitleID.Name = "labelTitleID";
@ -1378,7 +1379,7 @@
this.buttonDelete.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonDelete.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDelete.ButtonText = "Delete"; this.buttonDelete.ButtonText = "Delete";
this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDelete.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDelete.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular); this.buttonDelete.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.buttonDelete.GroupID = 0; this.buttonDelete.GroupID = 0;
this.buttonDelete.ImageDisable = null; this.buttonDelete.ImageDisable = null;
this.buttonDelete.ImageDown = null; this.buttonDelete.ImageDown = null;
@ -1414,7 +1415,7 @@
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSave.ButtonText = "Save"; this.buttonSave.ButtonText = "Save";
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular); this.buttonSave.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.buttonSave.GroupID = 0; this.buttonSave.GroupID = 0;
this.buttonSave.ImageDisable = null; this.buttonSave.ImageDisable = null;
this.buttonSave.ImageDown = null; this.buttonSave.ImageDown = null;
@ -1451,7 +1452,7 @@
this.buttonRegister.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonRegister.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRegister.ButtonText = "New"; this.buttonRegister.ButtonText = "New";
this.buttonRegister.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRegister.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRegister.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular); this.buttonRegister.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.buttonRegister.GroupID = 0; this.buttonRegister.GroupID = 0;
this.buttonRegister.ImageDisable = null; this.buttonRegister.ImageDisable = null;
this.buttonRegister.ImageDown = null; this.buttonRegister.ImageDown = null;
@ -1502,9 +1503,9 @@
private SmartX.SmartLabel labelTitlePassword; private SmartX.SmartLabel labelTitlePassword;
private SmartX.SmartLabel labelTitleID; private SmartX.SmartLabel labelTitleID;
private SmartX.SmartLabel labelTitleAutomaticLogoutTime; private SmartX.SmartLabel labelTitleAutomaticLogoutTime;
private SmartX.SmartLabel smartLabel8; private SmartX.SmartLabel labelTitlePassInfo;
private SmartX.SmartLabel smartLabel7; private SmartX.SmartLabel labelTitleAccountInfo;
private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel labelTitleAutoInfo;
private SmartX.SmartLabel labelAutomaticLogoutTime; private SmartX.SmartLabel labelAutomaticLogoutTime;
private SmartX.SmartLabel labelExpiryDateOfPassword; private SmartX.SmartLabel labelExpiryDateOfPassword;
private SmartX.SmartLabel labelExpiryDateOfAccount; private SmartX.SmartLabel labelExpiryDateOfAccount;

View File

@ -91,6 +91,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "消除"; this.buttonDelete.ButtonText = "消除";
this.buttonSave.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.checkBoxMainProductChange.Text = "产品变化";
this.checkBoxMainClear.Text = "消除"; this.checkBoxMainClear.Text = "消除";
this.checkBoxMainSubMenu.Text = "子菜单"; this.checkBoxMainSubMenu.Text = "子菜单";
@ -128,6 +136,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "Delete"; this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save"; 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.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data"; this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu"; this.checkBoxMainSubMenu.Text = "Submenu";
@ -142,6 +158,8 @@ namespace INT_LKD_2.Controls
this.checkBoxMenuEthernet.Text = "Ethernet"; this.checkBoxMenuEthernet.Text = "Ethernet";
break; break;
case Define.E_LanguageID.Korean: case Define.E_LanguageID.Korean:
this.smartGroupBox1.Text = "User > UserEditor";
this.labelTitleID.Text = "ID"; this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "비밀번호"; this.labelTitlePassword.Text = "비밀번호";
@ -163,6 +181,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "삭제"; this.buttonDelete.ButtonText = "삭제";
this.buttonSave.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.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data"; this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu"; this.checkBoxMainSubMenu.Text = "Submenu";
@ -177,6 +203,8 @@ namespace INT_LKD_2.Controls
this.checkBoxMenuEthernet.Text = "Ethernet"; this.checkBoxMenuEthernet.Text = "Ethernet";
break; break;
default: default:
this.smartGroupBox1.Text = "User > UserEditor";
this.labelTitleID.Text = "ID"; this.labelTitleID.Text = "ID";
this.labelTitlePassword.Text = "Password"; this.labelTitlePassword.Text = "Password";
@ -195,6 +223,14 @@ namespace INT_LKD_2.Controls
this.buttonDelete.ButtonText = "Delete"; this.buttonDelete.ButtonText = "Delete";
this.buttonSave.ButtonText = "Save"; 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.checkBoxMainProductChange.Text = "Product change";
this.checkBoxMainClear.Text = "Clear data"; this.checkBoxMainClear.Text = "Clear data";
this.checkBoxMainSubMenu.Text = "Submenu"; this.checkBoxMainSubMenu.Text = "Submenu";

View File

@ -130,7 +130,298 @@ namespace INT_LKD_2.DataStore
this.A18_DispSensorError2 = false; 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 = ""; string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
@ -180,19 +471,19 @@ namespace INT_LKD_2.DataStore
// 알람 17-변위센서에러1 // 알람 17-변위센서에러1
if (sValue5[3] == '0') if (sValue5[3] == '0')
{ {
if (this.A17_DispSensorError1 != false) //if (this.A17_DispSensorError1 != false)
{ //{
this.A17_DispSensorError1 = false; // this.A17_DispSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "OFF");
} //}
} }
else else
{ {
if (this.A17_DispSensorError1 != true) //if (this.A17_DispSensorError1 != true)
{ //{
this.A17_DispSensorError1 = true; // this.A17_DispSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a17_DispSensorError1, "ON");
} //}
} }
// 알람 16- // 알람 16-
@ -229,19 +520,19 @@ namespace INT_LKD_2.DataStore
// 알람 13-차압센서에러1 // 알람 13-차압센서에러1
if (sValue4[3] == '0') if (sValue4[3] == '0')
{ {
if (this.A13_DiffSensorError1 != false) //if (this.A13_DiffSensorError1 != false)
{ //{
this.A13_DiffSensorError1 = false; // this.A13_DiffSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "OFF");
} //}
} }
else else
{ {
if (this.A13_DiffSensorError1 != true) //if (this.A13_DiffSensorError1 != true)
{ //{
this.A13_DiffSensorError1 = true; // this.A13_DiffSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a13_DiffSensorError1, "ON");
} //}
} }
// 알람 12- // 알람 12-
@ -278,19 +569,19 @@ namespace INT_LKD_2.DataStore
// 알람 9-압력센서에러1 // 알람 9-압력센서에러1
if (sValue3[3] == '0') if (sValue3[3] == '0')
{ {
if (this.A9_PressureSensorError1 != false) //if (this.A9_PressureSensorError1 != false)
{ //{
this.A9_PressureSensorError1 = false; // this.A9_PressureSensorError1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "OFF");
} //}
} }
else else
{ {
if (this.A9_PressureSensorError1 != true) //if (this.A9_PressureSensorError1 != true)
{ //{
this.A9_PressureSensorError1 = true; // this.A9_PressureSensorError1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a9_PressureSensorError1, "ON");
} //}
} }
// 알람 8-서보토크알람2 // 알람 8-서보토크알람2
@ -330,36 +621,36 @@ namespace INT_LKD_2.DataStore
// 알람 6-서보토크알람1 // 알람 6-서보토크알람1
if (sValue2[2] == '0') if (sValue2[2] == '0')
{ {
if (this.A6_ServoTorqueAlarm1 != false) //if (this.A6_ServoTorqueAlarm1 != false)
{ //{
this.A6_ServoTorqueAlarm1 = false; // this.A6_ServoTorqueAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "OFF");
} //}
} }
else else
{ {
if (this.A6_ServoTorqueAlarm1 != true) //if (this.A6_ServoTorqueAlarm1 != true)
{ //{
this.A6_ServoTorqueAlarm1 = true; // this.A6_ServoTorqueAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a6_ServoToruqeAlarm1, "ON");
} //}
} }
// 알람 5-서보알람1 // 알람 5-서보알람1
if (sValue2[3] == '0') if (sValue2[3] == '0')
{ {
if (this.A5_ServoAlarm1 != false) //if (this.A5_ServoAlarm1 != false)
{ //{
this.A5_ServoAlarm1 = false; // this.A5_ServoAlarm1 = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "OFF");
} //}
} }
else else
{ {
if (this.A5_ServoAlarm1 != true) //if (this.A5_ServoAlarm1 != true)
{ //{
this.A5_ServoAlarm1 = true; // this.A5_ServoAlarm1 = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a5_ServoAlarm1, "ON");
} //}
} }
// 알람 4- // 알람 4-
@ -372,53 +663,53 @@ namespace INT_LKD_2.DataStore
// 알람 3-MasterSlave Comm 연결 // 알람 3-MasterSlave Comm 연결
if (sValue1[1] == '0') if (sValue1[1] == '0')
{ {
if (this.A3_BoardStatusCOM != false) //if (this.A3_BoardStatusCOM != false)
{ //{
this.A3_BoardStatusCOM = false; // this.A3_BoardStatusCOM = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "OFF");
} //}
} }
else else
{ {
if (this.A3_BoardStatusCOM != true) //if (this.A3_BoardStatusCOM != true)
{ //{
this.A3_BoardStatusCOM = true; // this.A3_BoardStatusCOM = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a3_BoardStatusCOM, "ON");
} //}
} }
// 알람 2-공압 에러 // 알람 2-공압 에러
if (sValue1[2] == '0') if (sValue1[2] == '0')
{ {
if (this.A2_PressureError != false) //if (this.A2_PressureError != false)
{ //{
this.A2_PressureError = false; // this.A2_PressureError = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "OFF");
} //}
} }
else else
{ {
if (this.A2_PressureError != true) //if (this.A2_PressureError != true)
{ //{
this.A2_PressureError = true; // this.A2_PressureError = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a2_PressureError, "ON");
} //}
} }
// 알람 1-서보OFF // 알람 1-서보OFF
if (sValue1[3] == '0') if (sValue1[3] == '0')
{ {
if (this.A1_ServoEmergencyStop != false) //if (this.A1_ServoEmergencyStop != false)
{ //{
this.A1_ServoEmergencyStop = false; // this.A1_ServoEmergencyStop = false;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "OFF");
} //}
} }
else else
{ {
if (this.A1_ServoEmergencyStop != true) //if (this.A1_ServoEmergencyStop != true)
{ //{
this.A1_ServoEmergencyStop = true; // this.A1_ServoEmergencyStop = true;
this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON"); // this.EventAlarmStateChange(Define.E_TrackingAlarm.a1_ServoEmergencyStop, "ON");
} //}
} }
} }
#endregion #endregion

View File

@ -88,7 +88,7 @@ namespace INT_LKD_2.DialogForms
if (language == Define.E_LanguageID.Korean) if (language == Define.E_LanguageID.Korean)
{ {
this.buttonOK.Text = "OK"; this.buttonOK.ButtonText = "OK";
#region 한글 #region 한글
switch (code) switch (code)
@ -282,7 +282,7 @@ namespace INT_LKD_2.DialogForms
} }
else if (language == Define.E_LanguageID.English) else if (language == Define.E_LanguageID.English)
{ {
this.buttonOK.Text = "OK"; this.buttonOK.ButtonText = "OK";
#region 영문 #region 영문
switch (code) switch (code)
@ -475,7 +475,7 @@ namespace INT_LKD_2.DialogForms
} }
else if (language == Define.E_LanguageID.Chinese) else if (language == Define.E_LanguageID.Chinese)
{ {
this.buttonOK.Text = "确认"; this.buttonOK.ButtonText = "确认";
#region 중문 #region 중문
switch (code) switch (code)
@ -687,7 +687,7 @@ namespace INT_LKD_2.DialogForms
switch (code) switch (code)
{ {
case 1: case 1:
this.buttonOK.Text = "OK"; this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 03_01"; this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "입력범위를 확인하세요."; this.labelMessage1.Text = "입력범위를 확인하세요.";
this.labelMessage2.Text = message; this.labelMessage2.Text = message;
@ -702,7 +702,7 @@ namespace INT_LKD_2.DialogForms
switch (code) switch (code)
{ {
case 1: case 1:
this.buttonOK.Text = "OK"; this.buttonOK.ButtonText = "OK";
this.smartGroupBox1.Text = "Error 03_01"; this.smartGroupBox1.Text = "Error 03_01";
this.labelMessage1.Text = "Confirm input range"; this.labelMessage1.Text = "Confirm input range";
this.labelMessage2.Text = message; this.labelMessage2.Text = message;
@ -717,7 +717,7 @@ namespace INT_LKD_2.DialogForms
switch (code) switch (code)
{ {
case 1: case 1:
this.buttonOK.Text = "确认"; this.buttonOK.ButtonText = "确认";
this.smartGroupBox1.Text = "错误 01"; this.smartGroupBox1.Text = "错误 01";
this.labelMessage1.Text = "确认输入范围"; this.labelMessage1.Text = "确认输入范围";
this.labelMessage2.Text = message; this.labelMessage2.Text = message;
@ -776,7 +776,7 @@ namespace INT_LKD_2.DialogForms
break; break;
case Define.E_LanguageID.Chinese: case Define.E_LanguageID.Chinese:
#region 중문 #region 중문
this.buttonOK.Text = "确认"; this.buttonOK.ButtonText = "确认";
switch (code) switch (code)
{ {
@ -992,7 +992,7 @@ namespace INT_LKD_2.DialogForms
break; break;
case Define.E_LanguageID.Chinese: case Define.E_LanguageID.Chinese:
#region 중문 #region 중문
this.buttonOK.Text = "确认"; this.buttonOK.ButtonText = "确认";
switch (code) switch (code)
{ {

View File

@ -230,13 +230,13 @@ namespace INT_LKD_2.DialogForms
{ {
case Define.E_LanguageID.Chinese: case Define.E_LanguageID.Chinese:
this.smartGroupBox1.Text = "更新"; this.smartGroupBox1.Text = "更新";
this.buttonCancel.Text = "取消"; this.buttonCancel.ButtonText = "取消";
break; break;
case Define.E_LanguageID.English: case Define.E_LanguageID.English:
this.buttonCancel.Text = "ESC"; this.buttonCancel.ButtonText = "ESC";
break; break;
case Define.E_LanguageID.Korean: case Define.E_LanguageID.Korean:
this.buttonCancel.Text = "ESC"; this.buttonCancel.ButtonText = "ESC";
break; break;
default: default:
break; break;
@ -244,7 +244,7 @@ namespace INT_LKD_2.DialogForms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
if(this.Code == 2) if (this.Code == 2)
this.OpenSerialPort(); this.OpenSerialPort();
if (Directory.Exists("Hard Disk\\") == true) if (Directory.Exists("Hard Disk\\") == true)

View File

@ -2540,16 +2540,12 @@ namespace INT_LKD_2.Forms
{ {
case "Z": case "Z":
#region Value Assign #region Value Assign
this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8)); this.CurrentAlarmList.SetAlarmMaster(receiveData.Substring(0, 8));
#endregion #endregion
if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
{
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList); this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList); this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList); this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
}
break; break;
default: default:
break; break;
@ -4046,16 +4042,12 @@ namespace INT_LKD_2.Forms
{ {
case "Z": case "Z":
#region Value Assign #region Value Assign
this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8)); this.CurrentAlarmList.SetAlarmSlave(receiveData.Substring(0, 8));
#endregion #endregion
if (this.CurrentSystemStatus.CurrentForm == Define.E_FormStore.FormMainDisplay)
{
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList); this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList); this.ChildFormMenu.UpdateDisplayIOTestAlarmView(this.CurrentAlarmList);
this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList); this.ChildFormMenu.UpdateDisplayAlarmView(this.CurrentAlarmList);
}
break; break;
default: default:
break; break;

View File

@ -30,6 +30,7 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.labelTitleLeakDetetor = new SmartX.SmartLabel();
this.labelTitleTime = new SmartX.SmartLabel(); this.labelTitleTime = new SmartX.SmartLabel();
this.labelTitleProcess = new SmartX.SmartLabel(); this.labelTitleProcess = new SmartX.SmartLabel();
this.labelTitleStatusResult = new SmartX.SmartLabel(); this.labelTitleStatusResult = new SmartX.SmartLabel();
@ -172,6 +173,7 @@
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage;
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
this.smartForm1.CenterLocation = false; this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.labelTitleLeakDetetor);
this.smartForm1.Controls.Add(this.labelTitleTime); this.smartForm1.Controls.Add(this.labelTitleTime);
this.smartForm1.Controls.Add(this.labelTitleProcess); this.smartForm1.Controls.Add(this.labelTitleProcess);
this.smartForm1.Controls.Add(this.labelTitleStatusResult); this.smartForm1.Controls.Add(this.labelTitleStatusResult);
@ -305,17 +307,43 @@
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME; this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1"; this.smartForm1.Name = "smartForm1";
this.smartForm1.PasswordDialog.AdminPassword = "123";
this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요";
this.smartForm1.Size = new System.Drawing.Size(1024, 768); this.smartForm1.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false; 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 // labelTitleTime
// //
this.labelTitleTime.BackGround = null; this.labelTitleTime.BackGround = null;
this.labelTitleTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleTime.Location = new System.Drawing.Point(147, 90); this.labelTitleTime.Location = new System.Drawing.Point(147, 90);
this.labelTitleTime.Name = "labelTitleTime"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleProcess.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleProcess.Location = new System.Drawing.Point(36, 160); this.labelTitleProcess.Location = new System.Drawing.Point(36, 160);
this.labelTitleProcess.Name = "labelTitleProcess"; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleStatusResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleStatusResult.Location = new System.Drawing.Point(610, 160); this.labelTitleStatusResult.Location = new System.Drawing.Point(610, 160);
this.labelTitleStatusResult.Name = "labelTitleStatusResult"; 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.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.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.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.LineSpacing = 0F;
this.labelProgress1_1.Location = new System.Drawing.Point(332, 239); this.labelProgress1_1.Location = new System.Drawing.Point(332, 239);
this.labelProgress1_1.Name = "labelProgress1_1"; this.labelProgress1_1.Name = "labelProgress1_1";
@ -455,7 +483,7 @@
this.buttonDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonDischarge.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDischarge.ButtonText = "Discharge"; this.buttonDischarge.ButtonText = "Discharge";
this.buttonDischarge.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonDischarge.ImageDisable = null; this.buttonDischarge.ImageDisable = null;
this.buttonDischarge.ImageDown = null; this.buttonDischarge.ImageDown = null;
@ -759,12 +787,12 @@
this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonDisplay.ButtonText = "Display"; this.buttonDisplay.ButtonText = "Display";
this.buttonDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonDisplay.ImageDisable = null; this.buttonDisplay.ImageDisable = null;
this.buttonDisplay.ImageDown = null; this.buttonDisplay.ImageDown = null;
this.buttonDisplay.ImageUp = null; this.buttonDisplay.ImageUp = null;
this.buttonDisplay.Location = new System.Drawing.Point(917, 286); this.buttonDisplay.Location = new System.Drawing.Point(917, 418);
this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonDisplay.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonDisplay.Name = "buttonDisplay"; this.buttonDisplay.Name = "buttonDisplay";
this.buttonDisplay.NestedClickEventPrevent = false; this.buttonDisplay.NestedClickEventPrevent = false;
@ -783,6 +811,7 @@
this.buttonDisplay.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonDisplay.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonDisplay.Visible = false;
this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplay_Click); this.buttonDisplay.Click += new System.EventHandler(this.buttonDisplay_Click);
// //
// labeldispAlarm9 // labeldispAlarm9
@ -1506,7 +1535,7 @@
this.labelExpireOfPassword.BackGroundColor = System.Drawing.Color.SkyBlue; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelExpireOfPassword.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelExpireOfPassword.Location = new System.Drawing.Point(787, 126); this.labelExpireOfPassword.Location = new System.Drawing.Point(787, 126);
this.labelExpireOfPassword.Name = "labelExpireOfPassword"; this.labelExpireOfPassword.Name = "labelExpireOfPassword";
@ -1533,12 +1562,12 @@
this.buttonModbus.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonModbus.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonModbus.ButtonText = "Modbus"; this.buttonModbus.ButtonText = "Modbus";
this.buttonModbus.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonModbus.ImageDisable = null; this.buttonModbus.ImageDisable = null;
this.buttonModbus.ImageDown = null; this.buttonModbus.ImageDown = null;
this.buttonModbus.ImageUp = 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.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonModbus.Name = "buttonModbus"; this.buttonModbus.Name = "buttonModbus";
this.buttonModbus.NestedClickEventPrevent = false; this.buttonModbus.NestedClickEventPrevent = false;
@ -1643,6 +1672,8 @@
this.progressBar1.TextAutoRotation = true; this.progressBar1.TextAutoRotation = true;
this.progressBar1.TextColor = System.Drawing.Color.White; this.progressBar1.TextColor = System.Drawing.Color.White;
this.progressBar1.TextColorDisable = System.Drawing.Color.Gray; 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.Units = "";
this.progressBar1.Value = new decimal(new int[] { this.progressBar1.Value = new decimal(new int[] {
100, 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.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.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.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.LineSpacing = 0F;
this.labelProgress3_1.Location = new System.Drawing.Point(78, 507); this.labelProgress3_1.Location = new System.Drawing.Point(78, 507);
this.labelProgress3_1.Name = "labelProgress3_1"; 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.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.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.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.LineSpacing = 0F;
this.labelProgress2_1.Location = new System.Drawing.Point(332, 507); this.labelProgress2_1.Location = new System.Drawing.Point(332, 507);
this.labelProgress2_1.Name = "labelProgress2_1"; 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.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.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.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.LineSpacing = 0F;
this.labelProgress0_1.Location = new System.Drawing.Point(78, 239); this.labelProgress0_1.Location = new System.Drawing.Point(78, 239);
this.labelProgress0_1.Name = "labelProgress0_1"; this.labelProgress0_1.Name = "labelProgress0_1";
@ -2080,7 +2111,7 @@
this.labelDisplacement2.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelDisplacement2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelDisplacement2.Location = new System.Drawing.Point(755, 253); this.labelDisplacement2.Location = new System.Drawing.Point(755, 253);
this.labelDisplacement2.Name = "labelDisplacement2"; this.labelDisplacement2.Name = "labelDisplacement2";
@ -2103,7 +2134,7 @@
this.labelDisplacement1.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelDisplacement1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelDisplacement1.Location = new System.Drawing.Point(610, 253); this.labelDisplacement1.Location = new System.Drawing.Point(610, 253);
this.labelDisplacement1.Name = "labelDisplacement1"; this.labelDisplacement1.Name = "labelDisplacement1";
@ -2126,7 +2157,7 @@
this.labelPressureWorking2.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelPressureWorking2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelPressureWorking2.Location = new System.Drawing.Point(755, 205); this.labelPressureWorking2.Location = new System.Drawing.Point(755, 205);
this.labelPressureWorking2.Name = "labelPressureWorking2"; this.labelPressureWorking2.Name = "labelPressureWorking2";
@ -2149,7 +2180,7 @@
this.labelPressureWorking1.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelPressureWorking1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelPressureWorking1.Location = new System.Drawing.Point(610, 205); this.labelPressureWorking1.Location = new System.Drawing.Point(610, 205);
this.labelPressureWorking1.Name = "labelPressureWorking1"; this.labelPressureWorking1.Name = "labelPressureWorking1";
@ -2195,7 +2226,7 @@
this.labelLrSec1.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelLrSec1.Location = new System.Drawing.Point(610, 229); this.labelLrSec1.Location = new System.Drawing.Point(610, 229);
this.labelLrSec1.Name = "labelLrSec1"; this.labelLrSec1.Name = "labelLrSec1";
@ -2241,7 +2272,7 @@
this.labelLrSec2.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelLrSec2.Location = new System.Drawing.Point(755, 229); this.labelLrSec2.Location = new System.Drawing.Point(755, 229);
this.labelLrSec2.Name = "labelLrSec2"; this.labelLrSec2.Name = "labelLrSec2";
@ -2287,7 +2318,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.SkyBlue; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(787, 90); this.labelUserID.Location = new System.Drawing.Point(787, 90);
this.labelUserID.Name = "labelUserID"; this.labelUserID.Name = "labelUserID";
@ -2379,7 +2410,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.SkyBlue; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(787, 107); this.labelUserLevel.Location = new System.Drawing.Point(787, 107);
this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.Name = "labelUserLevel";
@ -2548,7 +2579,7 @@
this.smartButton5.ImageDisable = null; this.smartButton5.ImageDisable = null;
this.smartButton5.ImageDown = null; this.smartButton5.ImageDown = null;
this.smartButton5.ImageUp = null; this.smartButton5.ImageUp = null;
this.smartButton5.Location = new System.Drawing.Point(917, 609); this.smartButton5.Location = new System.Drawing.Point(977, 611);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5"; this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false; this.smartButton5.NestedClickEventPrevent = false;
@ -2558,7 +2589,7 @@
this.smartButton5.RepeatIntervalAccelerate = null; this.smartButton5.RepeatIntervalAccelerate = null;
this.smartButton5.RoundSize = 10; this.smartButton5.RoundSize = 10;
this.smartButton5.SafeInterval = 200; 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.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton5.TabIndex = 310; this.smartButton5.TabIndex = 310;
this.smartButton5.Text = null; this.smartButton5.Text = null;
@ -2679,7 +2710,7 @@
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(141, 119); this.labelTime.Location = new System.Drawing.Point(141, 119);
this.labelTime.Name = "labelTime"; this.labelTime.Name = "labelTime";
@ -2756,7 +2787,7 @@
this.smartButton1.ImageDisable = null; this.smartButton1.ImageDisable = null;
this.smartButton1.ImageDown = null; this.smartButton1.ImageDown = null;
this.smartButton1.ImageUp = null; this.smartButton1.ImageUp = null;
this.smartButton1.Location = new System.Drawing.Point(917, 560); this.smartButton1.Location = new System.Drawing.Point(917, 611);
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton1.Name = "smartButton1"; this.smartButton1.Name = "smartButton1";
this.smartButton1.NestedClickEventPrevent = false; this.smartButton1.NestedClickEventPrevent = false;
@ -2766,7 +2797,7 @@
this.smartButton1.RepeatIntervalAccelerate = null; this.smartButton1.RepeatIntervalAccelerate = null;
this.smartButton1.RoundSize = 10; this.smartButton1.RoundSize = 10;
this.smartButton1.SafeInterval = 200; 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.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton1.TabIndex = 74; this.smartButton1.TabIndex = 74;
this.smartButton1.Text = null; 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.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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelTitleAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTitleAlarm.Location = new System.Drawing.Point(3, 0); this.labelTitleAlarm.Location = new System.Drawing.Point(3, 0);
this.labelTitleAlarm.Name = "labelTitleAlarm"; this.labelTitleAlarm.Name = "labelTitleAlarm";
@ -2828,7 +2859,7 @@
this.labelAlarm.ForeColor = System.Drawing.Color.White; this.labelAlarm.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(3, 31); this.labelAlarm.Location = new System.Drawing.Point(3, 31);
this.labelAlarm.Name = "labelAlarm"; this.labelAlarm.Name = "labelAlarm";
this.labelAlarm.Size = new System.Drawing.Size(366, 20); this.labelAlarm.Size = new System.Drawing.Size(399, 20);
// //
// buttonUser // buttonUser
// //
@ -2840,12 +2871,12 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "Login"; this.buttonUser.ButtonText = "Login";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonUser.ImageDisable = null; this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null; this.buttonUser.ImageDown = null;
this.buttonUser.ImageUp = null; this.buttonUser.ImageUp = null;
this.buttonUser.Location = new System.Drawing.Point(917, 352); this.buttonUser.Location = new System.Drawing.Point(917, 286);
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonUser.Name = "buttonUser"; this.buttonUser.Name = "buttonUser";
this.buttonUser.NestedClickEventPrevent = false; this.buttonUser.NestedClickEventPrevent = false;
@ -2872,7 +2903,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red; this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red; this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; 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.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 12); this.labelStop.Location = new System.Drawing.Point(917, 12);
this.labelStop.Name = "labelStop"; this.labelStop.Name = "labelStop";
@ -2896,7 +2927,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.Lime; this.labelStart.BackGroundColor = System.Drawing.Color.Lime;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen; this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelStart.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelStart.LineSpacing = 0F; this.labelStart.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 12); this.labelStart.Location = new System.Drawing.Point(917, 12);
this.labelStart.Name = "labelStart"; this.labelStart.Name = "labelStart";
@ -2924,7 +2955,7 @@
this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonExit.ButtonText = "EXIT"; this.buttonExit.ButtonText = "EXIT";
this.buttonExit.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonExit.ImageDisable = null; this.buttonExit.ImageDisable = null;
this.buttonExit.ImageDown = null; this.buttonExit.ImageDown = null;
@ -2948,6 +2979,7 @@
this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonExit.TextDownColor = System.Drawing.Color.Chartreuse;
this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExit.Visible = false;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click); this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
// //
// buttonInspection // buttonInspection
@ -2960,7 +2992,7 @@
this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonInspection.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonInspection.ButtonText = "Inspection"; this.buttonInspection.ButtonText = "Inspection";
this.buttonInspection.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonInspection.ImageDisable = null; this.buttonInspection.ImageDisable = null;
this.buttonInspection.ImageDown = null; this.buttonInspection.ImageDown = null;
@ -2996,7 +3028,7 @@
this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonClear.ButtonText = "Clear"; this.buttonClear.ButtonText = "Clear";
this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonClear.ImageDisable = null; this.buttonClear.ImageDisable = null;
this.buttonClear.ImageDown = null; this.buttonClear.ImageDown = null;
@ -3032,7 +3064,7 @@
this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonMenu.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonMenu.ButtonText = "Menu"; this.buttonMenu.ButtonText = "Menu";
this.buttonMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonMenu.ImageDisable = null; this.buttonMenu.ImageDisable = null;
this.buttonMenu.ImageDown = null; this.buttonMenu.ImageDown = null;
@ -3068,12 +3100,12 @@
this.buttonTest.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonTest.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonTest.ButtonText = "Test"; this.buttonTest.ButtonText = "Test";
this.buttonTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonTest.ImageDisable = null; this.buttonTest.ImageDisable = null;
this.buttonTest.ImageDown = null; this.buttonTest.ImageDown = null;
this.buttonTest.ImageUp = 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.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonTest.Name = "buttonTest"; this.buttonTest.Name = "buttonTest";
this.buttonTest.NestedClickEventPrevent = false; this.buttonTest.NestedClickEventPrevent = false;
@ -3301,5 +3333,6 @@
private SmartX.SmartLabel labelTitleProcess; private SmartX.SmartLabel labelTitleProcess;
private SmartX.SmartLabel labelTitleStatusResult; private SmartX.SmartLabel labelTitleStatusResult;
private SmartX.SmartLabel labelTitleAlarm; private SmartX.SmartLabel labelTitleAlarm;
private SmartX.SmartLabel labelTitleLeakDetetor;
} }
} }

View File

@ -50,7 +50,7 @@ namespace INT_LKD_2.Forms
//private ControlMainDisplay ChildControl; //private ControlMainDisplay ChildControl;
public ControlMainModbus ChildModbus; public ControlMainModbus ChildModbus;
private ControlMainDisplay12 ChildMainDisplay10; public ControlMainDisplay12 ChildMainDisplay10;
#endregion #endregion
#region Constructor #region Constructor
@ -248,6 +248,8 @@ namespace INT_LKD_2.Forms
switch (this.ParentForm.SystemConfig.LANGUAGE) switch (this.ParentForm.SystemConfig.LANGUAGE)
{ {
case Define.E_LanguageID.Chinese: case Define.E_LanguageID.Chinese:
this.labelTitleLeakDetetor.Text = "泄漏检测仪";
this.labelStart.Text = "运行"; this.labelStart.Text = "运行";
this.labelStop.Text = "停止"; this.labelStop.Text = "停止";
@ -271,6 +273,8 @@ namespace INT_LKD_2.Forms
this.buttonMenu.ButtonText = "菜单"; this.buttonMenu.ButtonText = "菜单";
break; break;
default: default:
this.labelTitleLeakDetetor.Text = "LEAK DETECTOR";
this.labelStart.Text = "Run"; this.labelStart.Text = "Run";
this.labelStop.Text = "Stop"; this.labelStop.Text = "Stop";
@ -404,7 +408,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductChange; this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear; this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break; break;
case Define.E_UserGroup.Level2: case Define.E_UserGroup.Level2:
id = user.ID; id = user.ID;
@ -419,7 +425,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductChange; this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear; this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break; break;
case Define.E_UserGroup.Level3: case Define.E_UserGroup.Level3:
id = user.ID; id = user.ID;
@ -434,7 +442,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductChange; this.buttonRecipeNo.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductChange;
this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear; this.buttonClear.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break; break;
case Define.E_UserGroup.Admin: case Define.E_UserGroup.Admin:
id = user.ID; id = user.ID;
@ -449,7 +459,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true; this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true; this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break; break;
case Define.E_UserGroup.Developer: case Define.E_UserGroup.Developer:
id = user.ID; id = user.ID;
@ -464,7 +476,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true; this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true; this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = true;
break; break;
case Define.E_UserGroup.NotLogin: case Define.E_UserGroup.NotLogin:
id = ""; id = "";
@ -475,7 +489,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = true; this.buttonRecipeNo.Enabled = true;
this.buttonClear.Enabled = true; this.buttonClear.Enabled = true;
this.buttonInspection.Enabled = true; this.buttonInspection.Enabled = true;
this.buttonDischarge.Enabled = true;
this.buttonMenu.Enabled = true; this.buttonMenu.Enabled = true;
this.buttonDisplay.Visible = false;
break; break;
case Define.E_UserGroup.LogOut: case Define.E_UserGroup.LogOut:
id = "Log Off"; id = "Log Off";
@ -490,7 +506,9 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.Enabled = false; this.buttonRecipeNo.Enabled = false;
this.buttonClear.Enabled = false; this.buttonClear.Enabled = false;
this.buttonInspection.Enabled = false; this.buttonInspection.Enabled = false;
this.buttonDischarge.Enabled = false;
this.buttonMenu.Enabled = false; this.buttonMenu.Enabled = false;
this.buttonDisplay.Visible = false;
break; break;
default: default:
break; break;
@ -500,11 +518,16 @@ namespace INT_LKD_2.Forms
this.buttonRecipeNo.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipeNo.Enabled); this.buttonRecipeNo.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonRecipeNo.Enabled);
this.buttonClear.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonClear.Enabled); this.buttonClear.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonClear.Enabled);
this.buttonMenu.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonMenu.Enabled); this.buttonMenu.ButtonColor = this.ParentForm.ButtonColorChange(this.buttonMenu.Enabled);
// button Inspection Color
if (this.buttonInspection.Enabled == true) if (this.buttonInspection.Enabled == true)
this.buttonInspection.ButtonColor = Color.DarkGreen; this.buttonInspection.ButtonColor = Color.DarkGreen;
else 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); expireDate = this.DisplayExpireOfPassword(user.Group);
if (expireDate != "-") if (expireDate != "-")
@ -914,19 +937,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 "; value += "a18_Disp Sensor2 ";
value = value.Trim(); 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; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 400) //if (this.labelAlarm.Width > 400)
{ //{
if (this.labelAlarm.Text != "") // if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); // this.smartTimerAlarm.Start();
} //}
else //else
{ //{
this.smartTimerAlarm.Stop(); // this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(3, 26); // this.labelAlarm.Location = new Point(3, 26);
} //}
} }
private void ProcessStatusPicturBox(Define.E_ProcessStatus status) private void ProcessStatusPicturBox(Define.E_ProcessStatus status)

View File

@ -97,7 +97,10 @@
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME; this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.smartForm1.Name = "smartForm1"; this.smartForm1.Name = "smartForm1";
this.smartForm1.PasswordDialog.AdminPassword = "123";
this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요";
this.smartForm1.Size = new System.Drawing.Size(1024, 768); this.smartForm1.Size = new System.Drawing.Size(1024, 768);
this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent;
this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false; this.smartForm1.UseMainMenu = false;
// //
@ -271,7 +274,7 @@
// labelAlarm // labelAlarm
// //
this.labelAlarm.BackColor = System.Drawing.Color.Black; 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.ForeColor = System.Drawing.Color.White;
this.labelAlarm.Location = new System.Drawing.Point(0, 10); this.labelAlarm.Location = new System.Drawing.Point(0, 10);
this.labelAlarm.Name = "labelAlarm"; this.labelAlarm.Name = "labelAlarm";
@ -302,7 +305,7 @@
this.labelStop.BackGroundColor = System.Drawing.Color.Red; this.labelStop.BackGroundColor = System.Drawing.Color.Red;
this.labelStop.BorderColor = System.Drawing.Color.Red; this.labelStop.BorderColor = System.Drawing.Color.Red;
this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; 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.LineSpacing = 0F;
this.labelStop.Location = new System.Drawing.Point(917, 3); this.labelStop.Location = new System.Drawing.Point(917, 3);
this.labelStop.Name = "labelStop"; this.labelStop.Name = "labelStop";
@ -326,7 +329,7 @@
this.labelStart.BackGroundColor = System.Drawing.Color.DarkGreen; this.labelStart.BackGroundColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderColor = System.Drawing.Color.DarkGreen; this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelStart.Location = new System.Drawing.Point(917, 3); this.labelStart.Location = new System.Drawing.Point(917, 3);
this.labelStart.Name = "labelStart"; this.labelStart.Name = "labelStart";
@ -354,7 +357,7 @@
this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonUser.ButtonText = "User"; this.buttonUser.ButtonText = "User";
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonUser.ImageDisable = null; this.buttonUser.ImageDisable = null;
this.buttonUser.ImageDown = null; this.buttonUser.ImageDown = null;
@ -386,7 +389,7 @@
this.labelUserID.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(705, 13); this.labelUserID.Location = new System.Drawing.Point(705, 13);
this.labelUserID.Name = "labelUserID"; this.labelUserID.Name = "labelUserID";
@ -409,7 +412,7 @@
this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelUserLevel.Location = new System.Drawing.Point(811, 13); this.labelUserLevel.Location = new System.Drawing.Point(811, 13);
this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.Name = "labelUserLevel";
@ -439,7 +442,7 @@
this.labelTime.BackGroundColor = System.Drawing.Color.Black; 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.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; 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.LineSpacing = 0F;
this.labelTime.Location = new System.Drawing.Point(62, 3); this.labelTime.Location = new System.Drawing.Point(62, 3);
this.labelTime.Name = "labelTime"; this.labelTime.Name = "labelTime";
@ -466,7 +469,7 @@
this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom4.ButtonText = "측정시작"; this.buttonBottom4.ButtonText = "측정시작";
this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 1;
this.buttonBottom4.ImageDisable = null; this.buttonBottom4.ImageDisable = null;
this.buttonBottom4.ImageDown = null; this.buttonBottom4.ImageDown = null;
@ -502,7 +505,7 @@
this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom3.ButtonText = "측정시작"; this.buttonBottom3.ButtonText = "측정시작";
this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 1;
this.buttonBottom3.ImageDisable = null; this.buttonBottom3.ImageDisable = null;
this.buttonBottom3.ImageDown = null; this.buttonBottom3.ImageDown = null;
@ -538,7 +541,7 @@
this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom2.ButtonText = "측정시작"; this.buttonBottom2.ButtonText = "측정시작";
this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 1;
this.buttonBottom2.ImageDisable = null; this.buttonBottom2.ImageDisable = null;
this.buttonBottom2.ImageDown = null; this.buttonBottom2.ImageDown = null;
@ -574,7 +577,7 @@
this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonBottom1.ButtonText = "측정시작"; this.buttonBottom1.ButtonText = "측정시작";
this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 1;
this.buttonBottom1.ImageDisable = null; this.buttonBottom1.ImageDisable = null;
this.buttonBottom1.ImageDown = null; this.buttonBottom1.ImageDown = null;
@ -610,7 +613,7 @@
this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonSystem.ButtonText = "System"; this.buttonSystem.ButtonText = "System";
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonSystem.ImageDisable = null; this.buttonSystem.ImageDisable = null;
this.buttonSystem.ImageDown = null; this.buttonSystem.ImageDown = null;
@ -646,7 +649,7 @@
this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonLog.ButtonText = "Log"; this.buttonLog.ButtonText = "Log";
this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonLog.ImageDisable = null; this.buttonLog.ImageDisable = null;
this.buttonLog.ImageDown = null; this.buttonLog.ImageDown = null;
@ -682,7 +685,7 @@
this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonManual.ButtonText = "Manual"; this.buttonManual.ButtonText = "Manual";
this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonManual.ImageDisable = null; this.buttonManual.ImageDisable = null;
this.buttonManual.ImageDown = null; this.buttonManual.ImageDown = null;
@ -718,7 +721,7 @@
this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonRecipe.ButtonText = "Recipe"; this.buttonRecipe.ButtonText = "Recipe";
this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonRecipe.ImageDisable = null; this.buttonRecipe.ImageDisable = null;
this.buttonRecipe.ImageDown = null; this.buttonRecipe.ImageDown = null;
@ -754,7 +757,7 @@
this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
this.buttonHome.ButtonText = "HOME"; this.buttonHome.ButtonText = "HOME";
this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0); 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.GroupID = 0;
this.buttonHome.ImageDisable = null; this.buttonHome.ImageDisable = null;
this.buttonHome.ImageDown = null; this.buttonHome.ImageDown = null;
@ -785,7 +788,7 @@
this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGround = null;
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53))))); this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.BackImage = null; 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.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.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameLineThickness = 2;

View File

@ -253,19 +253,19 @@ namespace INT_LKD_2.Forms
value += "a18_Disp Sensor2 "; value += "a18_Disp Sensor2 ";
value = value.Trim(); 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; this.labelAlarm.Text = value;
if (this.labelAlarm.Width > 465) //if (this.labelAlarm.Width > 465)
{ //{
if (this.labelAlarm.Text != "") // if (this.labelAlarm.Text != "")
this.smartTimerAlarm.Start(); // this.smartTimerAlarm.Start();
} //}
else //else
{ //{
this.smartTimerAlarm.Stop(); // this.smartTimerAlarm.Stop();
this.labelAlarm.Location = new Point(0, 10); // this.labelAlarm.Location = new Point(0, 10);
} //}
} }
public void UpdateDisplayTime(DateTime time) public void UpdateDisplayTime(DateTime time)
{ {

View File

@ -51,17 +51,17 @@
</Reference> </Reference>
<Reference Include="Microsoft.WindowsCE.Forms" /> <Reference Include="Microsoft.WindowsCE.Forms" />
<Reference Include="mscorlib" /> <Reference Include="mscorlib" />
<Reference Include="SmartXNCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="SmartXNCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll</HintPath> <HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll</HintPath>
</Reference> </Reference>
<Reference Include="SmartXNFDCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="SmartXNFDCommon, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll</HintPath> <HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll</HintPath>
</Reference> </Reference>
<Reference Include="SmartXN_IEC1000, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="SmartXN_IEC1000, Version=5.0.0.11, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll</HintPath> <HintPath>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</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />