MID 관련 수정
parent
cabbcf0fe4
commit
8b0f176970
|
|
@ -113,6 +113,7 @@
|
|||
this.buttonLane1.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane1.UpImage")));
|
||||
this.buttonLane1.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane2
|
||||
//
|
||||
|
|
@ -144,6 +145,7 @@
|
|||
this.buttonLane2.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane2.UpImage")));
|
||||
this.buttonLane2.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane3
|
||||
//
|
||||
|
|
@ -175,6 +177,7 @@
|
|||
this.buttonLane3.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane3.UpImage")));
|
||||
this.buttonLane3.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane4
|
||||
//
|
||||
|
|
@ -206,6 +209,7 @@
|
|||
this.buttonLane4.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane4.UpImage")));
|
||||
this.buttonLane4.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane5
|
||||
//
|
||||
|
|
@ -237,6 +241,7 @@
|
|||
this.buttonLane5.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane5.UpImage")));
|
||||
this.buttonLane5.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane6
|
||||
//
|
||||
|
|
@ -268,6 +273,7 @@
|
|||
this.buttonLane6.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane6.UpImage")));
|
||||
this.buttonLane6.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane7
|
||||
//
|
||||
|
|
@ -299,6 +305,7 @@
|
|||
this.buttonLane7.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane7.UpImage")));
|
||||
this.buttonLane7.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane8
|
||||
//
|
||||
|
|
@ -330,6 +337,7 @@
|
|||
this.buttonLane8.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane8.UpImage")));
|
||||
this.buttonLane8.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane9
|
||||
//
|
||||
|
|
@ -361,6 +369,7 @@
|
|||
this.buttonLane9.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane9.UpImage")));
|
||||
this.buttonLane9.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane10
|
||||
//
|
||||
|
|
@ -392,6 +401,7 @@
|
|||
this.buttonLane10.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane10.UpImage")));
|
||||
this.buttonLane10.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// smartLabel1
|
||||
//
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -908,6 +908,7 @@
|
|||
this.buttonLane1.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane1.UpImage")));
|
||||
this.buttonLane1.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane2
|
||||
//
|
||||
|
|
@ -939,6 +940,7 @@
|
|||
this.buttonLane2.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane2.UpImage")));
|
||||
this.buttonLane2.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane3
|
||||
//
|
||||
|
|
@ -970,6 +972,7 @@
|
|||
this.buttonLane3.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane3.UpImage")));
|
||||
this.buttonLane3.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane4
|
||||
//
|
||||
|
|
@ -1001,6 +1004,7 @@
|
|||
this.buttonLane4.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane4.UpImage")));
|
||||
this.buttonLane4.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane5
|
||||
//
|
||||
|
|
@ -1032,6 +1036,7 @@
|
|||
this.buttonLane5.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane5.UpImage")));
|
||||
this.buttonLane5.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane6
|
||||
//
|
||||
|
|
@ -1063,6 +1068,7 @@
|
|||
this.buttonLane6.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane6.UpImage")));
|
||||
this.buttonLane6.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane7
|
||||
//
|
||||
|
|
@ -1094,6 +1100,7 @@
|
|||
this.buttonLane7.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane7.UpImage")));
|
||||
this.buttonLane7.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane8
|
||||
//
|
||||
|
|
@ -1125,6 +1132,7 @@
|
|||
this.buttonLane8.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane8.UpImage")));
|
||||
this.buttonLane8.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane9
|
||||
//
|
||||
|
|
@ -1156,6 +1164,7 @@
|
|||
this.buttonLane9.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane9.UpImage")));
|
||||
this.buttonLane9.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane10
|
||||
//
|
||||
|
|
@ -1187,6 +1196,7 @@
|
|||
this.buttonLane10.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane10.UpImage")));
|
||||
this.buttonLane10.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane11
|
||||
//
|
||||
|
|
@ -1218,6 +1228,7 @@
|
|||
this.buttonLane11.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane11.UpImage")));
|
||||
this.buttonLane11.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// smartLabel11
|
||||
//
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -913,6 +913,7 @@
|
|||
this.buttonLane1.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane1.UpImage")));
|
||||
this.buttonLane1.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane2
|
||||
//
|
||||
|
|
@ -944,6 +945,7 @@
|
|||
this.buttonLane2.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane2.UpImage")));
|
||||
this.buttonLane2.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane3
|
||||
//
|
||||
|
|
@ -975,6 +977,7 @@
|
|||
this.buttonLane3.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane3.UpImage")));
|
||||
this.buttonLane3.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane4
|
||||
//
|
||||
|
|
@ -1006,6 +1009,7 @@
|
|||
this.buttonLane4.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane4.UpImage")));
|
||||
this.buttonLane4.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane5
|
||||
//
|
||||
|
|
@ -1037,6 +1041,7 @@
|
|||
this.buttonLane5.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane5.UpImage")));
|
||||
this.buttonLane5.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane6
|
||||
//
|
||||
|
|
@ -1068,6 +1073,7 @@
|
|||
this.buttonLane6.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane6.UpImage")));
|
||||
this.buttonLane6.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane7
|
||||
//
|
||||
|
|
@ -1099,6 +1105,7 @@
|
|||
this.buttonLane7.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane7.UpImage")));
|
||||
this.buttonLane7.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane8
|
||||
//
|
||||
|
|
@ -1130,6 +1137,7 @@
|
|||
this.buttonLane8.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane8.UpImage")));
|
||||
this.buttonLane8.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane9
|
||||
//
|
||||
|
|
@ -1161,6 +1169,7 @@
|
|||
this.buttonLane9.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane9.UpImage")));
|
||||
this.buttonLane9.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane10
|
||||
//
|
||||
|
|
@ -1192,6 +1201,7 @@
|
|||
this.buttonLane10.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane10.UpImage")));
|
||||
this.buttonLane10.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane11
|
||||
//
|
||||
|
|
@ -1223,6 +1233,7 @@
|
|||
this.buttonLane11.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane11.UpImage")));
|
||||
this.buttonLane11.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane12
|
||||
//
|
||||
|
|
@ -1254,6 +1265,7 @@
|
|||
this.buttonLane12.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane12.UpImage")));
|
||||
this.buttonLane12.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// smartLabel11
|
||||
//
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -735,6 +735,7 @@
|
|||
this.buttonLane1.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane1.UpImage")));
|
||||
this.buttonLane1.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane5
|
||||
//
|
||||
|
|
@ -766,6 +767,7 @@
|
|||
this.buttonLane5.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane5.UpImage")));
|
||||
this.buttonLane5.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane2
|
||||
//
|
||||
|
|
@ -797,6 +799,7 @@
|
|||
this.buttonLane2.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane2.UpImage")));
|
||||
this.buttonLane2.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane6
|
||||
//
|
||||
|
|
@ -828,6 +831,7 @@
|
|||
this.buttonLane6.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane6.UpImage")));
|
||||
this.buttonLane6.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane3
|
||||
//
|
||||
|
|
@ -859,6 +863,7 @@
|
|||
this.buttonLane3.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane3.UpImage")));
|
||||
this.buttonLane3.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane7
|
||||
//
|
||||
|
|
@ -890,6 +895,7 @@
|
|||
this.buttonLane7.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane7.UpImage")));
|
||||
this.buttonLane7.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane4
|
||||
//
|
||||
|
|
@ -921,6 +927,7 @@
|
|||
this.buttonLane4.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane4.UpImage")));
|
||||
this.buttonLane4.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// buttonLane8
|
||||
//
|
||||
|
|
@ -952,6 +959,7 @@
|
|||
this.buttonLane8.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonLane8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonLane8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLane8.UpImage")));
|
||||
this.buttonLane8.Click += new System.EventHandler(this.buttonLine_Click);
|
||||
//
|
||||
// smartGroupBox1
|
||||
//
|
||||
|
|
|
|||
|
|
@ -322,7 +322,10 @@ namespace INT69DC_7C.Controls
|
|||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
// 중량
|
||||
value = Helper.DoubleToString(weightDatas[i].Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightDatas[i].Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightDatas[i].Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.CollectionLabelWeightValue[i].Text != value)
|
||||
this.CollectionLabelWeightValue[i].Text = value;
|
||||
|
||||
|
|
@ -367,7 +370,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue1.Text != value)
|
||||
this.labelWeightValue1.Text = value;
|
||||
|
||||
|
|
@ -387,8 +393,10 @@ namespace INT69DC_7C.Controls
|
|||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue2.Text != value)
|
||||
this.labelWeightValue2.Text = value;
|
||||
|
||||
|
|
@ -409,7 +417,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue3.Text != value)
|
||||
this.labelWeightValue3.Text = value;
|
||||
|
||||
|
|
@ -430,7 +441,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue4.Text != value)
|
||||
this.labelWeightValue4.Text = value;
|
||||
|
||||
|
|
@ -451,7 +465,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue5.Text != value)
|
||||
this.labelWeightValue5.Text = value;
|
||||
|
||||
|
|
@ -472,7 +489,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue6.Text != value)
|
||||
this.labelWeightValue6.Text = value;
|
||||
|
||||
|
|
@ -493,7 +513,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue7.Text != value)
|
||||
this.labelWeightValue7.Text = value;
|
||||
|
||||
|
|
@ -514,7 +537,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue8.Text != value)
|
||||
this.labelWeightValue8.Text = value;
|
||||
|
||||
|
|
@ -534,8 +560,10 @@ namespace INT69DC_7C.Controls
|
|||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue9.Text != value)
|
||||
this.labelWeightValue9.Text = value;
|
||||
|
||||
|
|
@ -555,8 +583,10 @@ namespace INT69DC_7C.Controls
|
|||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue10.Text != value)
|
||||
this.labelWeightValue10.Text = value;
|
||||
|
||||
|
|
@ -576,8 +606,10 @@ namespace INT69DC_7C.Controls
|
|||
|
||||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue11.Text != value)
|
||||
this.labelWeightValue11.Text = value;
|
||||
|
||||
|
|
@ -598,7 +630,10 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (weightData.Weight >= this.ParentForm.ParentForm.OverloadWeight)
|
||||
value = "O.L";
|
||||
else
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue12.Text != value)
|
||||
this.labelWeightValue12.Text = value;
|
||||
|
||||
|
|
|
|||
|
|
@ -290,6 +290,8 @@ namespace INT69DC_7C.Controls
|
|||
if (weightData.JudgmentStatus == DataStore.JudgmentStatus.Empty)
|
||||
return;
|
||||
|
||||
|
||||
|
||||
value = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
|
||||
if (this.labelWeightValue1.Text != value)
|
||||
this.labelWeightValue1.Text = value;
|
||||
|
|
|
|||
|
|
@ -650,6 +650,8 @@ namespace INT69DC_7C
|
|||
public static readonly string Stop = "Cbt00";
|
||||
// 영점
|
||||
public static readonly string Zero = "Cbz00";
|
||||
// 개별영점
|
||||
public static readonly string ZeroLane = "CbZ00";
|
||||
// NG signal
|
||||
public static readonly string NGSignal = "Cbn00";
|
||||
// Sampling Signal
|
||||
|
|
@ -2850,7 +2852,7 @@ namespace INT69DC_7C
|
|||
#endregion
|
||||
}
|
||||
#endregion
|
||||
#region CalibraqtionItem
|
||||
#region CalibrationItem
|
||||
public class CalibrationItem
|
||||
{
|
||||
#region Field
|
||||
|
|
|
|||
|
|
@ -1153,10 +1153,20 @@ namespace INT69DC_7C.DialogForms
|
|||
switch (code)
|
||||
{
|
||||
case 1:
|
||||
this.labelErrorCode.Text = "Error 01";
|
||||
this.labelErrorCode.Text = "Error 04_01";
|
||||
this.labelMessage1.Text = "입력범위를 확인하세요.";
|
||||
this.labelMessage2.Text = data;
|
||||
break;
|
||||
case 2:
|
||||
this.labelErrorCode.Text = "Error 04_02";
|
||||
this.labelMessage1.Text = data;
|
||||
this.labelMessage2.Text = "계량부를 확인 후,중량조정을 실행해 주십시오.";
|
||||
break;
|
||||
case 3:
|
||||
this.labelErrorCode.Text = "Error 04_03";
|
||||
this.labelMessage1.Text = data + "계량부 이상.";
|
||||
this.labelMessage2.Text = "전원을 끄고 점검해 주십시오.";
|
||||
break;
|
||||
default:
|
||||
this.labelErrorCode.Text = "Error 99";
|
||||
this.labelMessage1.Text = "제조사에 문의하세요";
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
value = Helper.StringZeroFillDigits4(this.comboBoxDigit.SelectedItem.ToString());
|
||||
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._3003_Digit, value);
|
||||
this.ParentForm.CurrentCalibrationItem.Digit = value;
|
||||
|
||||
after = int.Parse(value).ToString();
|
||||
|
||||
|
|
@ -416,6 +417,7 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
value = Helper.StringZeroFillDigits7(this.labelBalanceWeight.Text.Replace(".", ""));
|
||||
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._3002_BalanceWeight, value);
|
||||
this.ParentForm.CurrentCalibrationItem.BalanceWeight = value;
|
||||
|
||||
// Part 11
|
||||
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||
|
|
@ -451,6 +453,7 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
value = Helper.StringZeroFillDigits7(this.labelMaxWeight.Text.Replace(".", ""));
|
||||
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._3001_MaxWeight, value);
|
||||
this.ParentForm.CurrentCalibrationItem.MaxWeight = value;
|
||||
|
||||
// Part 11
|
||||
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ namespace INT69DC_7C.Forms
|
|||
this.comboBoxDecimalPlaces.SelectedIndexChanged -= new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
this.comboBoxDecimalPlaces.Items.Add("0");
|
||||
this.comboBoxDecimalPlaces.Items.Add("0.0");
|
||||
this.comboBoxDecimalPlaces.Items.Add("0.00");
|
||||
//this.comboBoxDecimalPlaces.Items.Add("0.00");
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = 0;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
}
|
||||
|
|
@ -455,9 +455,18 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonSaveBypass.Enabled = false;
|
||||
|
||||
// DecimalPlaces
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged -= new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = this.ParentForm.SystemConfig.DecimalPlaces;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
try
|
||||
{
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged -= new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = this.ParentForm.SystemConfig.DecimalPlaces;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
}
|
||||
catch
|
||||
{
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged -= new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
this.comboBoxDecimalPlaces.SelectedIndex = 0;
|
||||
this.comboBoxDecimalPlaces.SelectedIndexChanged += new EventHandler(this.comboBoxDecimalPlaces_SelectedIndexChanged);
|
||||
}
|
||||
|
||||
// AlarmContinuousNG Count
|
||||
value = this.ParentForm.SystemConfig.AlarmContinuousNG.ToString();
|
||||
|
|
|
|||
|
|
@ -737,29 +737,29 @@ namespace INT69DC_7C.Forms
|
|||
return;
|
||||
|
||||
if (button == this.buttonZero1)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard1);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard1);
|
||||
else if (button == this.buttonZero2)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard2);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard2);
|
||||
else if (button == this.buttonZero3)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard3);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard3);
|
||||
else if (button == this.buttonZero4)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard4);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard4);
|
||||
else if (button == this.buttonZero5)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard5);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard5);
|
||||
else if (button == this.buttonZero6)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard6);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard6);
|
||||
else if (button == this.buttonZero7)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard7);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard7);
|
||||
else if (button == this.buttonZero8)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard8);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard8);
|
||||
else if (button == this.buttonZero9)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard9);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard9);
|
||||
else if (button == this.buttonZero10)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard10);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard10);
|
||||
else if (button == this.buttonZero11)
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard11);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard11);
|
||||
else
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoard12);
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, CommunicationID.SubBoard12);
|
||||
}
|
||||
|
||||
private void pictureBoxStart_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ namespace INT69DC_7C.Forms
|
|||
}
|
||||
private void DefaultSetting()
|
||||
{
|
||||
this.labelDisplayVer.Text = "12.4.0";
|
||||
this.labelDisplayVer.Text = "12.4.1";
|
||||
|
||||
if(this.ParentForm.SystemConfig.EquipmentMode == 7)
|
||||
this.labelTitleMainboardName.Text = "INT68M-2A";
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
this.timerUserList = new System.Windows.Forms.Timer();
|
||||
this.smartSerialPortLink = new SmartX.SmartSerialPort();
|
||||
this.serialPort4 = new System.IO.Ports.SerialPort(this.components);
|
||||
this.timerCheckWeight = new System.Windows.Forms.Timer();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
|
@ -206,6 +207,11 @@
|
|||
this.serialPort4.ReadTimeout = 1000;
|
||||
this.serialPort4.WriteTimeout = 1000;
|
||||
//
|
||||
// timerCheckWeight
|
||||
//
|
||||
this.timerCheckWeight.Interval = 3000;
|
||||
this.timerCheckWeight.Tick += new System.EventHandler(this.timerCheckWeight_Tick);
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
|
|
@ -243,5 +249,6 @@
|
|||
private System.Windows.Forms.Timer timerUserList;
|
||||
private SmartX.SmartSerialPort smartSerialPortLink;
|
||||
private System.IO.Ports.SerialPort serialPort4;
|
||||
private System.Windows.Forms.Timer timerCheckWeight;
|
||||
}
|
||||
}
|
||||
|
|
@ -37,6 +37,7 @@ namespace INT69DC_7C.Forms
|
|||
public int FlagAutomaticLogoutWarningTime; //Part11 Auto Logout
|
||||
private string ComPortMainToLCD; // DllSerial Port
|
||||
private string TransferNum; // 수신데이터 ID저장 (재전송 시 사용)
|
||||
public double OverloadWeight;
|
||||
|
||||
// OPC
|
||||
private static int ModbusTotalBytes = 232; // 전체 bytes
|
||||
|
|
@ -116,6 +117,8 @@ namespace INT69DC_7C.Forms
|
|||
private Collection<DataStore.JudgmentStatus> CollJudgmentStatus;
|
||||
// 알람
|
||||
private AlarmList CurrentAlarmList;
|
||||
// 개별보드 영점 전송을 위한 Collection
|
||||
public Collection<string> CollectionBoardComm;
|
||||
|
||||
// Collection
|
||||
private Collection<int> CollectionGraphData; // 판정설정 그래프 데이터
|
||||
|
|
@ -445,6 +448,21 @@ namespace INT69DC_7C.Forms
|
|||
this.CurrentUserGroup = new UserGroup();
|
||||
this.CurrentDataViewerFilter = new DataViewerFilter();
|
||||
|
||||
this.CollectionBoardComm = new Collection<string>();
|
||||
this.CollectionBoardComm.Clear();
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard1);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard2);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard3);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard4);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard5);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard6);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard7);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard8);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard9);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard10);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard11);
|
||||
this.CollectionBoardComm.Add(CommunicationID.SubBoard12);
|
||||
|
||||
this.ListDllUserName = new List<string>();
|
||||
this.ListDllUserName.Clear();
|
||||
|
||||
|
|
@ -1467,8 +1485,9 @@ namespace INT69DC_7C.Forms
|
|||
if (this.IsBootingComplete == false)
|
||||
{
|
||||
this.IsBootingComplete = true;
|
||||
// 부팅 후 영점이안맞아 강제로 영점 잡는 명령 보냄..(V1.0.3)
|
||||
this.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoardAll);
|
||||
//// 부팅 후 영점이안맞아 강제로 영점 잡는 명령 보냄..(V1.0.3)
|
||||
//this.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoardAll);
|
||||
this.timerCheckWeight.Enabled = true;
|
||||
}
|
||||
|
||||
this.SaveSystemConfigurationFile(this.SystemConfig);
|
||||
|
|
@ -1491,6 +1510,9 @@ namespace INT69DC_7C.Forms
|
|||
data.ClearData();
|
||||
}
|
||||
|
||||
// OverloadWeight 값 확인을 위한 MaxWeight 값 읽기
|
||||
this.TransferDataStream(CommunicationCommand.Read, CommunicationID.SubBoardAll, CommunicationAddress._3901_ParameterRead, "");
|
||||
|
||||
if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormMainDisplay)
|
||||
this.ChildFormMainDisplay.UpdateCurrentProductDisplay(this.EquipmentStatus, this.CurrentProductItem, this.CurrentJudgmentSetItem, this.CollectionWeightData);
|
||||
else if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormSystemSetting)
|
||||
|
|
@ -1587,6 +1609,12 @@ namespace INT69DC_7C.Forms
|
|||
break;
|
||||
}
|
||||
#endregion
|
||||
|
||||
this.OverloadWeight = Helper.StringToWeight(this.CurrentCalibrationItem.MaxWeight, this.SystemConfig.DecimalPlaces)
|
||||
+ Helper.StringToWeight("1", this.SystemConfig.DecimalPlaces) * 9;
|
||||
|
||||
this.ChildFormMainDisplay.SetLabelPresent();
|
||||
|
||||
if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormCalibration)
|
||||
this.ChildFormCalibration.UpdateConfiguration(this.EquipmentStatus, this.CurrentCalibrationItem);
|
||||
else
|
||||
|
|
@ -12377,6 +12405,45 @@ namespace INT69DC_7C.Forms
|
|||
this.timerUserList.Enabled = false;
|
||||
UserManager.UserManager_GetUserListName();
|
||||
}
|
||||
private void timerCheckWeight_Tick(object sender, EventArgs e)
|
||||
{
|
||||
this.timerCheckWeight.Enabled = false;
|
||||
|
||||
double maxWeight = double.Parse(Helper.StringToDecimalPlaces(this.CurrentCalibrationItem.MaxWeight, this.SystemConfig.DecimalPlaces));
|
||||
StringBuilder sb1 = new StringBuilder();
|
||||
StringBuilder sb2 = new StringBuilder();
|
||||
|
||||
// 로그
|
||||
if (this.IsCommunicationLogOpen == true)
|
||||
this.smartFileCommunicationLog.WriteString(string.Format("timerCheckWeight_Tick ({0:yyyy-MM-dd HH:mm:ss}): maxWeight : {1}", DateTime.Now, maxWeight));
|
||||
|
||||
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
// 로그
|
||||
if (this.IsCommunicationLogOpen == true)
|
||||
this.smartFileCommunicationLog.WriteString(string.Format("timerCheckWeight_Tick ({0:yyyy-MM-dd HH:mm:ss}): {1}, {2}", DateTime.Now, i + 1, this.CollectionWeightData[i].Weight));
|
||||
|
||||
if (this.CollectionWeightData[i].Weight <= maxWeight * 0.2)
|
||||
this.TransferData(CommunicationCommand.ZeroLane, this.CollectionBoardComm[i]);
|
||||
else if (this.CollectionWeightData[i].Weight <= maxWeight * 0.5)
|
||||
sb1.Append("#" + (i + 1) + " ");
|
||||
else
|
||||
sb2.Append("#" + (i + 1) + " ");
|
||||
}
|
||||
|
||||
if (sb1.ToString() != "")
|
||||
{
|
||||
// 계량부를 확인 후, 중량조정을 실행해 주십시오.
|
||||
DialogFormMessage myMsg = new DialogFormMessage(2, this.SystemConfig.Language, sb1.ToString());
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
if (sb2.ToString() != "")
|
||||
{
|
||||
// 계량부 이상. 전원을 끄고 점검해 주십시오.
|
||||
DialogFormMessage myMsg = new DialogFormMessage(3, this.SystemConfig.Language, sb2.ToString());
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
private void smartThread_UIThreadFunction(ThreadArgs args)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -177,6 +177,9 @@
|
|||
<metadata name="serialPort4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>500, 93</value>
|
||||
</metadata>
|
||||
<metadata name="timerCheckWeight.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>610, 93</value>
|
||||
</metadata>
|
||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||
<value>WEBPAD</value>
|
||||
</metadata>
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@
|
|||
this.labelATPC_counting = new SmartX.SmartLabel();
|
||||
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||
this.labelExpireOfPassword = new SmartX.SmartLabel();
|
||||
this.labelPresent = new SmartX.SmartLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.panelSetting.SuspendLayout();
|
||||
this.groupBoxJudgment.SuspendLayout();
|
||||
|
|
@ -711,7 +712,7 @@
|
|||
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
|
||||
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
|
||||
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
|
||||
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxJudgment.ForeColor = System.Drawing.Color.White;
|
||||
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
|
|
@ -819,7 +820,7 @@
|
|||
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
||||
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticJudgmentCount.InitVisible = true;
|
||||
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
||||
|
|
@ -840,7 +841,7 @@
|
|||
this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticDoubleDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticDoubleDelayTime.InitVisible = true;
|
||||
this.labelStaticDoubleDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -861,7 +862,7 @@
|
|||
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
||||
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -882,7 +883,7 @@
|
|||
this.labelStaticFilter.BackPictureBox2 = null;
|
||||
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFilter.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFilter.InitVisible = true;
|
||||
this.labelStaticFilter.LineSpacing = 0F;
|
||||
|
|
@ -910,7 +911,7 @@
|
|||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
||||
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
||||
this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxConveyor.FrameLineThickness = 1;
|
||||
|
|
@ -933,7 +934,7 @@
|
|||
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingConveyor.InitVisible = true;
|
||||
this.labelStaticFeedingConveyor.LineSpacing = 0F;
|
||||
|
|
@ -954,7 +955,7 @@
|
|||
this.labelStaticRejectConveyor.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyor.InitVisible = true;
|
||||
this.labelStaticRejectConveyor.LineSpacing = 0F;
|
||||
|
|
@ -1038,7 +1039,7 @@
|
|||
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
||||
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -1080,7 +1081,7 @@
|
|||
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingRunTime.InitVisible = true;
|
||||
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
||||
|
|
@ -1101,7 +1102,7 @@
|
|||
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticFeedingDelayTime.InitVisible = true;
|
||||
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -1122,7 +1123,7 @@
|
|||
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
||||
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
||||
|
|
@ -1153,7 +1154,7 @@
|
|||
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
|
||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
|
||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterRunTime);
|
||||
this.groupBoxSorter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxSorter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.groupBoxSorter.FrameLineThickness = 1;
|
||||
|
|
@ -1218,7 +1219,7 @@
|
|||
this.labelStaticSorterDelayTime.BackPictureBox2 = null;
|
||||
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticSorterDelayTime.InitVisible = true;
|
||||
this.labelStaticSorterDelayTime.LineSpacing = 0F;
|
||||
|
|
@ -1239,7 +1240,7 @@
|
|||
this.labelStaticSorterRunTime.BackPictureBox2 = null;
|
||||
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
|
||||
this.labelStaticSorterRunTime.InitVisible = true;
|
||||
this.labelStaticSorterRunTime.LineSpacing = 0F;
|
||||
|
|
@ -1300,7 +1301,7 @@
|
|||
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonDown.DisableImage = null;
|
||||
this.buttonDown.DownImage = null;
|
||||
this.buttonDown.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDown.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonDown.GroupID = 0;
|
||||
this.buttonDown.InitVisible = true;
|
||||
this.buttonDown.Location = new System.Drawing.Point(397, 80);
|
||||
|
|
@ -1333,7 +1334,7 @@
|
|||
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonUp.DisableImage = null;
|
||||
this.buttonUp.DownImage = null;
|
||||
this.buttonUp.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonUp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonUp.GroupID = 0;
|
||||
this.buttonUp.InitVisible = true;
|
||||
this.buttonUp.Location = new System.Drawing.Point(397, 33);
|
||||
|
|
@ -1364,7 +1365,7 @@
|
|||
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||
this.smartListBox1.ColumnDelimiter = '\0';
|
||||
this.smartListBox1.ColumnOffsets = null;
|
||||
this.smartListBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartListBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartListBox1.FontColor = System.Drawing.Color.Black;
|
||||
this.smartListBox1.InitVisible = true;
|
||||
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
|
|
@ -1403,7 +1404,7 @@
|
|||
this.labelAlarm2ErrorCode.BackPictureBox2 = null;
|
||||
this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelAlarm2ErrorCode.InitVisible = true;
|
||||
this.labelAlarm2ErrorCode.LineSpacing = 0F;
|
||||
this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
@ -1464,7 +1465,7 @@
|
|||
this.labelMessage1.BackPictureBox2 = null;
|
||||
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage1.InitVisible = true;
|
||||
this.labelMessage1.LineSpacing = 0F;
|
||||
this.labelMessage1.Location = new System.Drawing.Point(75, 62);
|
||||
|
|
@ -1483,7 +1484,7 @@
|
|||
this.smartLabel2.BackPictureBox2 = null;
|
||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel2.InitVisible = true;
|
||||
this.smartLabel2.LineSpacing = 0F;
|
||||
this.smartLabel2.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
@ -1546,11 +1547,12 @@
|
|||
this.labelTimeroutCount.BackPictureBox2 = null;
|
||||
this.labelTimeroutCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTimeroutCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTimeroutCount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||
this.labelTimeroutCount.InitVisible = true;
|
||||
this.labelTimeroutCount.LineSpacing = 0F;
|
||||
this.labelTimeroutCount.Location = new System.Drawing.Point(455, 5);
|
||||
this.labelTimeroutCount.Location = new System.Drawing.Point(818, 3);
|
||||
this.labelTimeroutCount.Name = "labelTimeroutCount";
|
||||
this.labelTimeroutCount.Size = new System.Drawing.Size(40, 20);
|
||||
this.labelTimeroutCount.Size = new System.Drawing.Size(50, 14);
|
||||
this.labelTimeroutCount.TabIndex = 455;
|
||||
this.labelTimeroutCount.Text = "0";
|
||||
this.labelTimeroutCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
|
|
@ -1568,7 +1570,7 @@
|
|||
this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonCut.DisableImage = null;
|
||||
this.buttonCut.DownImage = null;
|
||||
this.buttonCut.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonCut.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonCut.ForeColor = System.Drawing.Color.White;
|
||||
this.buttonCut.GroupID = 0;
|
||||
this.buttonCut.InitVisible = true;
|
||||
|
|
@ -1632,7 +1634,7 @@
|
|||
this.labelUserLevel.BackPictureBox2 = null;
|
||||
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelUserLevel.InitVisible = true;
|
||||
this.labelUserLevel.LineSpacing = 0F;
|
||||
|
|
@ -1653,7 +1655,7 @@
|
|||
this.labelUserID.BackPictureBox2 = null;
|
||||
this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.InitVisible = true;
|
||||
this.labelUserID.LineSpacing = 0F;
|
||||
this.labelUserID.Location = new System.Drawing.Point(661, 9);
|
||||
|
|
@ -1672,7 +1674,7 @@
|
|||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleTotalCount.InitVisible = true;
|
||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||
this.labelTitleTotalCount.Location = new System.Drawing.Point(23, 703);
|
||||
|
|
@ -1692,7 +1694,7 @@
|
|||
this.labelTitleNGCount.BackPictureBox2 = null;
|
||||
this.labelTitleNGCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleNGCount.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNGCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleNGCount.InitVisible = true;
|
||||
this.labelTitleNGCount.LineSpacing = 0F;
|
||||
this.labelTitleNGCount.Location = new System.Drawing.Point(268, 703);
|
||||
|
|
@ -1712,7 +1714,7 @@
|
|||
this.labelTitleScreen.BackPictureBox2 = null;
|
||||
this.labelTitleScreen.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleScreen.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleScreen.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleScreen.InitVisible = true;
|
||||
this.labelTitleScreen.LineSpacing = 0F;
|
||||
this.labelTitleScreen.Location = new System.Drawing.Point(664, 583);
|
||||
|
|
@ -1811,7 +1813,7 @@
|
|||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(363, 8);
|
||||
|
|
@ -1884,7 +1886,7 @@
|
|||
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
|
||||
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticAlarmContinuousNG.InitVisible = true;
|
||||
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
|
||||
this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(207, 8);
|
||||
|
|
@ -1934,7 +1936,7 @@
|
|||
this.labelTitleBypass.BackPictureBox2 = null;
|
||||
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBypass.InitVisible = true;
|
||||
this.labelTitleBypass.LineSpacing = 0F;
|
||||
this.labelTitleBypass.Location = new System.Drawing.Point(35, 8);
|
||||
|
|
@ -2105,7 +2107,7 @@
|
|||
this.labelStaticATPC.BackPictureBox2 = null;
|
||||
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC.InitVisible = true;
|
||||
this.labelStaticATPC.LineSpacing = 0F;
|
||||
this.labelStaticATPC.Location = new System.Drawing.Point(26, 8);
|
||||
|
|
@ -2166,9 +2168,9 @@
|
|||
//
|
||||
// buttonExit
|
||||
//
|
||||
this.buttonExit.Location = new System.Drawing.Point(377, 5);
|
||||
this.buttonExit.Location = new System.Drawing.Point(869, 3);
|
||||
this.buttonExit.Name = "buttonExit";
|
||||
this.buttonExit.Size = new System.Drawing.Size(72, 20);
|
||||
this.buttonExit.Size = new System.Drawing.Size(37, 35);
|
||||
this.buttonExit.TabIndex = 560;
|
||||
this.buttonExit.Text = "Exit";
|
||||
this.buttonExit.Visible = false;
|
||||
|
|
@ -2197,7 +2199,7 @@
|
|||
this.labelMessage3.BackPictureBox2 = null;
|
||||
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelMessage3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.labelMessage3.InitVisible = true;
|
||||
this.labelMessage3.LineSpacing = 0F;
|
||||
this.labelMessage3.Location = new System.Drawing.Point(75, 30);
|
||||
|
|
@ -2216,7 +2218,7 @@
|
|||
this.smartLabel4.BackPictureBox2 = null;
|
||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||
this.smartLabel4.InitVisible = true;
|
||||
this.smartLabel4.LineSpacing = 0F;
|
||||
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
||||
|
|
@ -2293,7 +2295,7 @@
|
|||
this.buttonATPC_Reset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonATPC_Reset.DisableImage = null;
|
||||
this.buttonATPC_Reset.DownImage = null;
|
||||
this.buttonATPC_Reset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonATPC_Reset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonATPC_Reset.GroupID = 0;
|
||||
this.buttonATPC_Reset.InitVisible = true;
|
||||
this.buttonATPC_Reset.Location = new System.Drawing.Point(337, 42);
|
||||
|
|
@ -2323,7 +2325,7 @@
|
|||
this.labelStaticATPC_Lack.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Lack.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Lack.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Lack.InitVisible = true;
|
||||
this.labelStaticATPC_Lack.LineSpacing = 0F;
|
||||
this.labelStaticATPC_Lack.Location = new System.Drawing.Point(522, 8);
|
||||
|
|
@ -2363,7 +2365,7 @@
|
|||
this.labelStaticATPC_Pass.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Pass.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Pass.InitVisible = true;
|
||||
this.labelStaticATPC_Pass.LineSpacing = 0F;
|
||||
this.labelStaticATPC_Pass.Location = new System.Drawing.Point(416, 8);
|
||||
|
|
@ -2402,7 +2404,7 @@
|
|||
this.labelStaticATPC_Count.BackPictureBox2 = null;
|
||||
this.labelStaticATPC_Count.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelStaticATPC_Count.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelStaticATPC_Count.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Count.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelStaticATPC_Count.InitVisible = true;
|
||||
this.labelStaticATPC_Count.LineSpacing = 0F;
|
||||
this.labelStaticATPC_Count.Location = new System.Drawing.Point(231, 8);
|
||||
|
|
@ -2450,7 +2452,7 @@
|
|||
this.labelExpireOfPassword.BackPictureBox2 = null;
|
||||
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.LightGray;
|
||||
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelExpireOfPassword.InitVisible = true;
|
||||
this.labelExpireOfPassword.LineSpacing = 0F;
|
||||
|
|
@ -2464,12 +2466,33 @@
|
|||
this.labelExpireOfPassword.Visible = false;
|
||||
this.labelExpireOfPassword.Wordwrap = false;
|
||||
//
|
||||
// labelPresent
|
||||
//
|
||||
this.labelPresent.BackPictureBox = this.smartForm1;
|
||||
this.labelPresent.BackPictureBox1 = null;
|
||||
this.labelPresent.BackPictureBox2 = null;
|
||||
this.labelPresent.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelPresent.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelPresent.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.labelPresent.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelPresent.InitVisible = true;
|
||||
this.labelPresent.LineSpacing = 0F;
|
||||
this.labelPresent.Location = new System.Drawing.Point(320, 5);
|
||||
this.labelPresent.Name = "labelPresent";
|
||||
this.labelPresent.Size = new System.Drawing.Size(271, 20);
|
||||
this.labelPresent.TabIndex = 620;
|
||||
this.labelPresent.Text = "-";
|
||||
this.labelPresent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelPresent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelPresent.Wordwrap = false;
|
||||
//
|
||||
// FormMainDisplay
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(1024, 768);
|
||||
this.Controls.Add(this.labelPresent);
|
||||
this.Controls.Add(this.labelTotalCount);
|
||||
this.Controls.Add(this.labelNGCount);
|
||||
this.Controls.Add(this.labelExpireOfPassword);
|
||||
|
|
@ -2644,5 +2667,6 @@
|
|||
private SmartX.SmartLabel labelATPC_Lack;
|
||||
private SmartX.SmartButton buttonATPC_Reset;
|
||||
private SmartX.SmartLabel labelExpireOfPassword;
|
||||
private SmartX.SmartLabel labelPresent;
|
||||
}
|
||||
}
|
||||
|
|
@ -707,6 +707,7 @@ namespace INT69DC_7C.Forms
|
|||
this.ColorButtonAccessFalse = Color.DimGray;
|
||||
|
||||
this.RescaleControl();
|
||||
this.SetLabelPresent();
|
||||
|
||||
if (this.ParentForm.SystemConfig.IsLogin == true)
|
||||
this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser);
|
||||
|
|
@ -732,7 +733,14 @@ namespace INT69DC_7C.Forms
|
|||
this.pictureBoxEthernetDisconnection.Visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void SetLabelPresent()
|
||||
{
|
||||
string unit = this.ParentForm.SystemConfig.Unit;
|
||||
string maxWeight = Helper.StringToDecimalPlaces(this.ParentForm.CurrentCalibrationItem.MaxWeight, this.ParentForm.SystemConfig.DecimalPlaces);
|
||||
string minWeight = Helper.StringToDecimalPlaces(this.ParentForm.CurrentCalibrationItem.Digit, this.ParentForm.SystemConfig.DecimalPlaces);
|
||||
this.labelPresent.Text = "Max=" + maxWeight + unit + ", " + "Min=" + minWeight + unit + ", " + "e=" + minWeight + unit;
|
||||
}
|
||||
private void ClearAlarmTotalPassCount()
|
||||
{
|
||||
this.ParentForm.CurrentAlarmTotalPassCnt.Clear();
|
||||
|
|
@ -3561,11 +3569,27 @@ namespace INT69DC_7C.Forms
|
|||
if (this.ParentForm.SystemConfig.IsLogin == true)
|
||||
this.Part11AutomaticLogoutReset();
|
||||
|
||||
this.ParentForm.TransferData(CommunicationCommand.Zero, CommunicationID.SubBoardAll);
|
||||
double maxWeight = double.Parse(Helper.StringToDecimalPlaces(this.ParentForm.CurrentCalibrationItem.MaxWeight, this.ParentForm.SystemConfig.DecimalPlaces));
|
||||
|
||||
// Part 11
|
||||
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Zero, "");
|
||||
// 로그
|
||||
if (this.ParentForm.IsCommunicationLogOpen == true)
|
||||
this.ParentForm.smartFileCommunicationLog.WriteString(string.Format("buttonScaleZero_Click ({0:yyyy-MM-dd HH:mm:ss}): maxWeight : {1}", DateTime.Now, maxWeight));
|
||||
|
||||
for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||
{
|
||||
// 로그
|
||||
if (this.ParentForm.IsCommunicationLogOpen == true)
|
||||
this.ParentForm.smartFileCommunicationLog.WriteString(string.Format("buttonScaleZero_Click ({0:yyyy-MM-dd HH:mm:ss}): {1}, {2}", DateTime.Now, i + 1, this.ParentForm.CollectionWeightData[i].Weight));
|
||||
|
||||
if (this.ParentForm.CollectionWeightData[i].Weight <= maxWeight * 0.04)
|
||||
{
|
||||
this.ParentForm.TransferData(CommunicationCommand.ZeroLane, this.ParentForm.CollectionBoardComm[i]);
|
||||
|
||||
// Part 11
|
||||
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
|
||||
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Zero, this.ParentForm.CollectionBoardComm[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
private void buttonUser_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -799,6 +799,8 @@ namespace INT69DC_7C.Forms
|
|||
}
|
||||
private void buttonBack_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.ParentForm.ChildFormMainDisplay.SetLabelPresent();
|
||||
|
||||
this.ParentForm.ChildFormMainDisplay.DisplayRefresh();
|
||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormMainDisplay);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -231,22 +231,27 @@ namespace INT69DC_7C.Forms
|
|||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
message1 = "Do you want to add a new user?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要添加新用户?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
code = "Uživatelské nastavení";
|
||||
message1 = "Chcete přidat nového uživatele?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
code = "User Editor";
|
||||
message1 = "Would you like to register as a user?";
|
||||
code = "Benutzereinstellungen";
|
||||
message1 = "Möchten Sie einen neuen Benutzer hinzufügen?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユーザー設定";
|
||||
message1 = "新規ユーザーを追加しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
default:
|
||||
|
|
@ -268,19 +273,24 @@ namespace INT69DC_7C.Forms
|
|||
message2 = "selected user's information?";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要编辑所选用户的信息?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "Uživatelské nastavení";
|
||||
message1 = "Chcete upravit informace o ";
|
||||
message2 = "vybraném uživateli?";
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
code = "User Editor";
|
||||
message1 = "Are you sure you want to edit the";
|
||||
message2 = "selected user's information?";
|
||||
code = "Benutzereinstellungen";
|
||||
message1 = "Möchten Sie die Informationen des ";
|
||||
message2 = "ausgewählten Benutzers bearbeiten?";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユーザー設定";
|
||||
message1 = "選択したユーザーの情報を編集しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
@ -1204,23 +1214,28 @@ namespace INT69DC_7C.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "유저설정";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
code = "User Editor";
|
||||
message1 = "Do you want to unlock the user?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "유저설정";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要解锁用户?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "유저설정";
|
||||
code = "Uživatelské nastavení";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
code = "유저설정";
|
||||
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||
code = "Benutzereinstellungen";
|
||||
message1 = "Möchten Sie den Benutzer entsperren?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユーザー設定";
|
||||
message1 = "ユーザーのロックを解除しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
default:
|
||||
|
|
@ -1243,23 +1258,28 @@ namespace INT69DC_7C.Forms
|
|||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.English:
|
||||
code = "유저설정";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
code = "User Editor";
|
||||
message1 = "Do you want to unlock the password?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Chinese:
|
||||
code = "유저설정";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
code = "用户设置";
|
||||
message1 = "是否要解锁密码?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Czech:
|
||||
code = "유저설정";
|
||||
code = "Uživatelské nastavení";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.German:
|
||||
code = "유저설정";
|
||||
message1 = "비밀번호 잠금 해제 하시겠습니까?";
|
||||
code = "Benutzereinstellungen";
|
||||
message1 = "Möchten Sie das Passwort entsperren?";
|
||||
message2 = "";
|
||||
break;
|
||||
case DataStore.LanguageID.Japanese:
|
||||
code = "ユーザー設定";
|
||||
message1 = "パスワードのロックを解除しますか?";
|
||||
message2 = "";
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue