Compare commits

...

8 Commits

Author SHA1 Message Date
Seonjae 378c8fe77c Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT63DC_2C 2025-04-01 16:52:11 +09:00
Seonjae 83fe1e0d95 no message 2025-04-01 16:49:37 +09:00
DESKTOP-999R8N3\CJY 47d3526039 Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT63DC_2C 2025-02-07 09:11:32 +09:00
Seonjae 3be257a866 @ Ver 8.3.0 by LSJ
- 2024.07.04
 - Ver 8.2.2 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 로드셀 고장 났을 때 장비 구동 정리
   변경 전 : 로드셀 에러 시 장비 정지
   변경 후 : 로드셀 에러 시, 환경설정-바이패스 활성화 되어 있으면, 장비 구동 할 수 있도록 수정
2024-07-12 15:07:23 +09:00
DESKTOP-999R8N3\CJY f94de7d50e Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT63DC_2C 2024-07-08 09:48:07 +09:00
Seonjae 573f02799d @ Ver 8.2.3 by LSJ
- 2024.07.02
 - Ver 8.2.2 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 모터설정
   원점속도,속도,가속도,감속도 '0' 설정 안되도록 수정함
   -> 설정값을 잘못하여 '0' 설정이 되면 "통신 연결상태 확인" 메시지가 표시되어 설정이 안되는 문제가 있음
2024-07-04 11:16:23 +09:00
DESKTOP-999R8N3\CJY 9c56a58e4e Merge branch 'master' of http://192.168.11.65:3000/SJ84/INT63DC_2C 2024-06-25 16:50:45 +09:00
Seonjae 757f8b8880 @ Ver 8.2.2 by LSJ
- 2024.06.25
 - Ver 8.2.1 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 일본어 추가하면서 중문 잘못 번영된 내용 수정
   중량조정 화면/로그인 화면 : 중문 번역 수정
   메인화면 Total/NG 글자 크기 재조정
2024-06-25 16:16:51 +09:00
11 changed files with 119 additions and 67 deletions

Binary file not shown.

View File

@ -64,9 +64,12 @@ namespace INT63DC_2C.DialogForms
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
#region Chinese #region Chinese
this.labelTitle1.Text = "用户登录"; this.labelTitle1.Visible = false;
this.labelTitle2.Text = "ID"; this.labelTitle2.Visible = false;
this.labelTitle3.Text = "密码"; this.labelTitle3.Visible = false;
this.pictureBoxImage.Visible = false;
this.smartForm1.Image = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackgroundUserLogin));
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMainLoginDown));

View File

@ -80,9 +80,9 @@ namespace INT63DC_2C.Forms
#region Chinese #region Chinese
this.labelTitle.Text = "校准"; this.labelTitle.Text = "校准";
this.buttonStart.Text = "开启"; this.buttonStart.Text = "";
this.buttonBalance.Text = "砝码"; this.buttonBalance.Text = "";
this.buttonCancel.Text = "取消"; this.buttonCancel.Text = "";
this.groupBoxSetting.Text = "设定"; this.groupBoxSetting.Text = "设定";
this.groupBoxHelp.Text = "帮助"; this.groupBoxHelp.Text = "帮助";
@ -93,6 +93,16 @@ namespace INT63DC_2C.Forms
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDisable));
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDisable));
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDown));
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceUp));
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDisable));
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp));
#endregion #endregion
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:

View File

@ -153,7 +153,7 @@ namespace INT63DC_2C.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "8.2.1"; this.labelDisplayVer.Text = "8.3.0";
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
this.textBoxSerialNo.Location = new Point(395, 225); this.textBoxSerialNo.Location = new Point(395, 225);
this.textBoxSerialNo.Visible = false; this.textBoxSerialNo.Visible = false;

View File

@ -445,12 +445,12 @@
this.labelTotalCount.BackPictureBox2 = null; this.labelTotalCount.BackPictureBox2 = null;
this.labelTotalCount.BorderColor = System.Drawing.Color.Black; this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTotalCount.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); this.labelTotalCount.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular);
this.labelTotalCount.InitVisible = true; this.labelTotalCount.InitVisible = true;
this.labelTotalCount.LineSpacing = 0F; this.labelTotalCount.LineSpacing = 0F;
this.labelTotalCount.Location = new System.Drawing.Point(144, 704); this.labelTotalCount.Location = new System.Drawing.Point(130, 704);
this.labelTotalCount.Name = "labelTotalCount"; this.labelTotalCount.Name = "labelTotalCount";
this.labelTotalCount.Size = new System.Drawing.Size(128, 41); this.labelTotalCount.Size = new System.Drawing.Size(142, 41);
this.labelTotalCount.TabIndex = 444; this.labelTotalCount.TabIndex = 444;
this.labelTotalCount.Text = "12345678"; this.labelTotalCount.Text = "12345678";
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -465,7 +465,7 @@
this.labelProductionSpeed.BackPictureBox2 = null; this.labelProductionSpeed.BackPictureBox2 = null;
this.labelProductionSpeed.BorderColor = System.Drawing.Color.Black; this.labelProductionSpeed.BorderColor = System.Drawing.Color.Black;
this.labelProductionSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelProductionSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelProductionSpeed.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); this.labelProductionSpeed.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular);
this.labelProductionSpeed.InitVisible = true; this.labelProductionSpeed.InitVisible = true;
this.labelProductionSpeed.LineSpacing = 0F; this.labelProductionSpeed.LineSpacing = 0F;
this.labelProductionSpeed.Location = new System.Drawing.Point(524, 704); this.labelProductionSpeed.Location = new System.Drawing.Point(524, 704);
@ -484,7 +484,7 @@
this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.smartLabel1.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(585, 704); this.smartLabel1.Location = new System.Drawing.Point(585, 704);
@ -503,12 +503,12 @@
this.labelNGCount.BackPictureBox2 = null; this.labelNGCount.BackPictureBox2 = null;
this.labelNGCount.BorderColor = System.Drawing.Color.Black; this.labelNGCount.BorderColor = System.Drawing.Color.Black;
this.labelNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelNGCount.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); this.labelNGCount.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular);
this.labelNGCount.InitVisible = true; this.labelNGCount.InitVisible = true;
this.labelNGCount.LineSpacing = 0F; this.labelNGCount.LineSpacing = 0F;
this.labelNGCount.Location = new System.Drawing.Point(384, 704); this.labelNGCount.Location = new System.Drawing.Point(371, 704);
this.labelNGCount.Name = "labelNGCount"; this.labelNGCount.Name = "labelNGCount";
this.labelNGCount.Size = new System.Drawing.Size(111, 41); this.labelNGCount.Size = new System.Drawing.Size(124, 41);
this.labelNGCount.TabIndex = 442; this.labelNGCount.TabIndex = 442;
this.labelNGCount.Text = "1234567"; this.labelNGCount.Text = "1234567";
this.labelNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -727,7 +727,7 @@
this.groupBoxJudgmentSetting.Controls.Add(this.labelFilter); this.groupBoxJudgmentSetting.Controls.Add(this.labelFilter);
this.groupBoxJudgmentSetting.Controls.Add(this.labelStaticJudgmentDelayTime); this.groupBoxJudgmentSetting.Controls.Add(this.labelStaticJudgmentDelayTime);
this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentCount); this.groupBoxJudgmentSetting.Controls.Add(this.labelJudgmentCount);
this.groupBoxJudgmentSetting.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.groupBoxJudgmentSetting.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxJudgmentSetting.ForeColor = System.Drawing.Color.White; this.groupBoxJudgmentSetting.ForeColor = System.Drawing.Color.White;
this.groupBoxJudgmentSetting.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxJudgmentSetting.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxJudgmentSetting.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxJudgmentSetting.FrameLineColor2 = System.Drawing.Color.Black;
@ -772,7 +772,7 @@
this.labelStaticTurnDelayTime.BackPictureBox2 = null; this.labelStaticTurnDelayTime.BackPictureBox2 = null;
this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticTurnDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticTurnDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticTurnDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticTurnDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticTurnDelayTime.InitVisible = true; this.labelStaticTurnDelayTime.InitVisible = true;
this.labelStaticTurnDelayTime.LineSpacing = 0F; this.labelStaticTurnDelayTime.LineSpacing = 0F;
@ -814,7 +814,7 @@
this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null; this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null;
this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticForcedZeroDelayTime.ForeColor = System.Drawing.Color.WhiteSmoke; this.labelStaticForcedZeroDelayTime.ForeColor = System.Drawing.Color.WhiteSmoke;
this.labelStaticForcedZeroDelayTime.InitVisible = true; this.labelStaticForcedZeroDelayTime.InitVisible = true;
this.labelStaticForcedZeroDelayTime.LineSpacing = 0F; this.labelStaticForcedZeroDelayTime.LineSpacing = 0F;
@ -835,7 +835,7 @@
this.labelStaticFilter.BackPictureBox2 = null; this.labelStaticFilter.BackPictureBox2 = null;
this.labelStaticFilter.BorderColor = System.Drawing.Color.SteelBlue; this.labelStaticFilter.BorderColor = System.Drawing.Color.SteelBlue;
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFilter.ForeColor = System.Drawing.Color.White; this.labelStaticFilter.ForeColor = System.Drawing.Color.White;
this.labelStaticFilter.InitVisible = true; this.labelStaticFilter.InitVisible = true;
this.labelStaticFilter.LineSpacing = 0F; this.labelStaticFilter.LineSpacing = 0F;
@ -856,7 +856,7 @@
this.labelStaticJudgmentCount.BackPictureBox2 = null; this.labelStaticJudgmentCount.BackPictureBox2 = null;
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.SteelBlue; this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.SteelBlue;
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White; this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White;
this.labelStaticJudgmentCount.InitVisible = true; this.labelStaticJudgmentCount.InitVisible = true;
this.labelStaticJudgmentCount.LineSpacing = 0F; this.labelStaticJudgmentCount.LineSpacing = 0F;
@ -919,7 +919,7 @@
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null; this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.SteelBlue; this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.SteelBlue;
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticJudgmentDelayTime.InitVisible = true; this.labelStaticJudgmentDelayTime.InitVisible = true;
this.labelStaticJudgmentDelayTime.LineSpacing = 0F; this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
@ -986,7 +986,7 @@
// //
// buttonClose // buttonClose
// //
this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonClose.Location = new System.Drawing.Point(460, 413); this.buttonClose.Location = new System.Drawing.Point(460, 413);
this.buttonClose.Name = "buttonClose"; this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(100, 30); this.buttonClose.Size = new System.Drawing.Size(100, 30);
@ -1019,7 +1019,7 @@
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1DelayTime); this.groupBoxSorter.Controls.Add(this.labelStaticSorter1DelayTime);
this.groupBoxSorter.Controls.Add(this.labelSorter1RunTime); this.groupBoxSorter.Controls.Add(this.labelSorter1RunTime);
this.groupBoxSorter.Controls.Add(this.labelStaticSorter1RunTime); this.groupBoxSorter.Controls.Add(this.labelStaticSorter1RunTime);
this.groupBoxSorter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.groupBoxSorter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black; this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSorter.FrameLineThickness = 1; this.groupBoxSorter.FrameLineThickness = 1;
@ -1042,7 +1042,7 @@
this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null; this.labelStaticDischargeStopperRunTime.BackPictureBox2 = null;
this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticDischargeStopperRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDischargeStopperRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDischargeStopperRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDischargeStopperRunTime.ForeColor = System.Drawing.Color.White; this.labelStaticDischargeStopperRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticDischargeStopperRunTime.InitVisible = true; this.labelStaticDischargeStopperRunTime.InitVisible = true;
this.labelStaticDischargeStopperRunTime.LineSpacing = 0F; this.labelStaticDischargeStopperRunTime.LineSpacing = 0F;
@ -1063,7 +1063,7 @@
this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null; this.labelStaticDischargeStopperDelayTime.BackPictureBox2 = null;
this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticDischargeStopperDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticDischargeStopperDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticDischargeStopperDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDischargeStopperDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticDischargeStopperDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticDischargeStopperDelayTime.InitVisible = true; this.labelStaticDischargeStopperDelayTime.InitVisible = true;
this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F; this.labelStaticDischargeStopperDelayTime.LineSpacing = 0F;
@ -1084,7 +1084,7 @@
this.labelStaticEntryGateRunTime.BackPictureBox2 = null; this.labelStaticEntryGateRunTime.BackPictureBox2 = null;
this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticEntryGateRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticEntryGateRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticEntryGateRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticEntryGateRunTime.ForeColor = System.Drawing.Color.White; this.labelStaticEntryGateRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticEntryGateRunTime.InitVisible = true; this.labelStaticEntryGateRunTime.InitVisible = true;
this.labelStaticEntryGateRunTime.LineSpacing = 0F; this.labelStaticEntryGateRunTime.LineSpacing = 0F;
@ -1105,7 +1105,7 @@
this.labelStaticEntryGateDelayTime.BackPictureBox2 = null; this.labelStaticEntryGateDelayTime.BackPictureBox2 = null;
this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticEntryGateDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticEntryGateDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticEntryGateDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticEntryGateDelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticEntryGateDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticEntryGateDelayTime.InitVisible = true; this.labelStaticEntryGateDelayTime.InitVisible = true;
this.labelStaticEntryGateDelayTime.LineSpacing = 0F; this.labelStaticEntryGateDelayTime.LineSpacing = 0F;
@ -1231,7 +1231,7 @@
this.labelStaticSorter3DelayTime.BackPictureBox2 = null; this.labelStaticSorter3DelayTime.BackPictureBox2 = null;
this.labelStaticSorter3DelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter3DelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter3DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter3DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter3DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter3DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter3DelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter3DelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter3DelayTime.InitVisible = true; this.labelStaticSorter3DelayTime.InitVisible = true;
this.labelStaticSorter3DelayTime.LineSpacing = 0F; this.labelStaticSorter3DelayTime.LineSpacing = 0F;
@ -1273,7 +1273,7 @@
this.labelStaticSorter3RunTime.BackPictureBox2 = null; this.labelStaticSorter3RunTime.BackPictureBox2 = null;
this.labelStaticSorter3RunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter3RunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter3RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter3RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter3RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter3RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter3RunTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter3RunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter3RunTime.InitVisible = true; this.labelStaticSorter3RunTime.InitVisible = true;
this.labelStaticSorter3RunTime.LineSpacing = 0F; this.labelStaticSorter3RunTime.LineSpacing = 0F;
@ -1315,7 +1315,7 @@
this.labelStaticSorter2DelayTime.BackPictureBox2 = null; this.labelStaticSorter2DelayTime.BackPictureBox2 = null;
this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter2DelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter2DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter2DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter2DelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter2DelayTime.InitVisible = true; this.labelStaticSorter2DelayTime.InitVisible = true;
this.labelStaticSorter2DelayTime.LineSpacing = 0F; this.labelStaticSorter2DelayTime.LineSpacing = 0F;
@ -1357,7 +1357,7 @@
this.labelStaticSorter2RunTime.BackPictureBox2 = null; this.labelStaticSorter2RunTime.BackPictureBox2 = null;
this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter2RunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter2RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter2RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter2RunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter2RunTime.InitVisible = true; this.labelStaticSorter2RunTime.InitVisible = true;
this.labelStaticSorter2RunTime.LineSpacing = 0F; this.labelStaticSorter2RunTime.LineSpacing = 0F;
@ -1399,7 +1399,7 @@
this.labelStaticSorter1DelayTime.BackPictureBox2 = null; this.labelStaticSorter1DelayTime.BackPictureBox2 = null;
this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter1DelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter1DelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter1DelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter1DelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter1DelayTime.InitVisible = true; this.labelStaticSorter1DelayTime.InitVisible = true;
this.labelStaticSorter1DelayTime.LineSpacing = 0F; this.labelStaticSorter1DelayTime.LineSpacing = 0F;
@ -1441,7 +1441,7 @@
this.labelStaticSorter1RunTime.BackPictureBox2 = null; this.labelStaticSorter1RunTime.BackPictureBox2 = null;
this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSorter1RunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSorter1RunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSorter1RunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.White; this.labelStaticSorter1RunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorter1RunTime.InitVisible = true; this.labelStaticSorter1RunTime.InitVisible = true;
this.labelStaticSorter1RunTime.LineSpacing = 0F; this.labelStaticSorter1RunTime.LineSpacing = 0F;
@ -1530,7 +1530,7 @@
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.smartListBox1.ColumnDelimiter = '\0'; this.smartListBox1.ColumnDelimiter = '\0';
this.smartListBox1.ColumnOffsets = null; this.smartListBox1.ColumnOffsets = null;
this.smartListBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartListBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartListBox1.FontColor = System.Drawing.Color.Black; this.smartListBox1.FontColor = System.Drawing.Color.Black;
this.smartListBox1.InitVisible = true; this.smartListBox1.InitVisible = true;
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
@ -1569,7 +1569,7 @@
this.labelAlarm2ErrorCode.BackPictureBox2 = null; this.labelAlarm2ErrorCode.BackPictureBox2 = null;
this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black; this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelAlarm2ErrorCode.InitVisible = true; this.labelAlarm2ErrorCode.InitVisible = true;
this.labelAlarm2ErrorCode.LineSpacing = 0F; this.labelAlarm2ErrorCode.LineSpacing = 0F;
this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4); this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4);
@ -1630,7 +1630,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(75, 62); this.labelMessage1.Location = new System.Drawing.Point(75, 62);
@ -1649,7 +1649,7 @@
this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(11, 4); this.smartLabel2.Location = new System.Drawing.Point(11, 4);
@ -1727,7 +1727,7 @@
this.labelUserID.BackPictureBox2 = null; this.labelUserID.BackPictureBox2 = null;
this.labelUserID.BorderColor = System.Drawing.Color.LightGray; this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.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.InitVisible = true; this.labelUserID.InitVisible = true;
this.labelUserID.LineSpacing = 0F; this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(310, 5); this.labelUserID.Location = new System.Drawing.Point(310, 5);
@ -1747,7 +1747,7 @@
this.labelUserLevel.BackPictureBox2 = null; this.labelUserLevel.BackPictureBox2 = null;
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray; this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.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.ForeColor = System.Drawing.Color.Black; this.labelUserLevel.ForeColor = System.Drawing.Color.Black;
this.labelUserLevel.InitVisible = true; this.labelUserLevel.InitVisible = true;
this.labelUserLevel.LineSpacing = 0F; this.labelUserLevel.LineSpacing = 0F;
@ -1767,7 +1767,7 @@
this.labelTitleScreen.BackPictureBox2 = null; this.labelTitleScreen.BackPictureBox2 = null;
this.labelTitleScreen.BorderColor = System.Drawing.Color.Black; this.labelTitleScreen.BorderColor = System.Drawing.Color.Black;
this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleScreen.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.labelTitleScreen.Font = new System.Drawing.Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleScreen.InitVisible = true; this.labelTitleScreen.InitVisible = true;
this.labelTitleScreen.LineSpacing = 0F; this.labelTitleScreen.LineSpacing = 0F;
this.labelTitleScreen.Location = new System.Drawing.Point(664, 583); this.labelTitleScreen.Location = new System.Drawing.Point(664, 583);
@ -1786,12 +1786,12 @@
this.labelTitleNG.BackPictureBox2 = null; this.labelTitleNG.BackPictureBox2 = null;
this.labelTitleNG.BorderColor = System.Drawing.Color.Black; this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNG.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.labelTitleNG.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
this.labelTitleNG.InitVisible = true; this.labelTitleNG.InitVisible = true;
this.labelTitleNG.LineSpacing = 0F; this.labelTitleNG.LineSpacing = 0F;
this.labelTitleNG.Location = new System.Drawing.Point(307, 704); this.labelTitleNG.Location = new System.Drawing.Point(307, 704);
this.labelTitleNG.Name = "labelTitleNG"; this.labelTitleNG.Name = "labelTitleNG";
this.labelTitleNG.Size = new System.Drawing.Size(71, 41); this.labelTitleNG.Size = new System.Drawing.Size(58, 41);
this.labelTitleNG.TabIndex = 526; this.labelTitleNG.TabIndex = 526;
this.labelTitleNG.Text = "NG"; this.labelTitleNG.Text = "NG";
this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -1805,12 +1805,12 @@
this.labelTitleTotalCount.BackPictureBox2 = null; this.labelTitleTotalCount.BackPictureBox2 = null;
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black; this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
this.labelTitleTotalCount.InitVisible = true; this.labelTitleTotalCount.InitVisible = true;
this.labelTitleTotalCount.LineSpacing = 0F; this.labelTitleTotalCount.LineSpacing = 0F;
this.labelTitleTotalCount.Location = new System.Drawing.Point(25, 704); this.labelTitleTotalCount.Location = new System.Drawing.Point(25, 704);
this.labelTitleTotalCount.Name = "labelTitleTotalCount"; this.labelTitleTotalCount.Name = "labelTitleTotalCount";
this.labelTitleTotalCount.Size = new System.Drawing.Size(113, 41); this.labelTitleTotalCount.Size = new System.Drawing.Size(99, 41);
this.labelTitleTotalCount.TabIndex = 525; this.labelTitleTotalCount.TabIndex = 525;
this.labelTitleTotalCount.Text = "Total"; this.labelTitleTotalCount.Text = "Total";
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -1906,7 +1906,7 @@
this.labelTitleSampling.BackPictureBox2 = null; this.labelTitleSampling.BackPictureBox2 = null;
this.labelTitleSampling.BorderColor = System.Drawing.Color.Black; this.labelTitleSampling.BorderColor = System.Drawing.Color.Black;
this.labelTitleSampling.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSampling.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSampling.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleSampling.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSampling.InitVisible = true; this.labelTitleSampling.InitVisible = true;
this.labelTitleSampling.LineSpacing = 0F; this.labelTitleSampling.LineSpacing = 0F;
this.labelTitleSampling.Location = new System.Drawing.Point(238, 8); this.labelTitleSampling.Location = new System.Drawing.Point(238, 8);
@ -1933,7 +1933,7 @@
this.labelStaticSamplingCount.BackPictureBox2 = null; this.labelStaticSamplingCount.BackPictureBox2 = null;
this.labelStaticSamplingCount.BorderColor = System.Drawing.Color.Black; this.labelStaticSamplingCount.BorderColor = System.Drawing.Color.Black;
this.labelStaticSamplingCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSamplingCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSamplingCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSamplingCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSamplingCount.InitVisible = true; this.labelStaticSamplingCount.InitVisible = true;
this.labelStaticSamplingCount.LineSpacing = 0F; this.labelStaticSamplingCount.LineSpacing = 0F;
this.labelStaticSamplingCount.Location = new System.Drawing.Point(238, 78); this.labelStaticSamplingCount.Location = new System.Drawing.Point(238, 78);
@ -1953,7 +1953,7 @@
this.labelStaticSamplingTime.BackPictureBox2 = null; this.labelStaticSamplingTime.BackPictureBox2 = null;
this.labelStaticSamplingTime.BorderColor = System.Drawing.Color.Black; this.labelStaticSamplingTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSamplingTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticSamplingTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSamplingTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticSamplingTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSamplingTime.InitVisible = true; this.labelStaticSamplingTime.InitVisible = true;
this.labelStaticSamplingTime.LineSpacing = 0F; this.labelStaticSamplingTime.LineSpacing = 0F;
this.labelStaticSamplingTime.Location = new System.Drawing.Point(238, 44); this.labelStaticSamplingTime.Location = new System.Drawing.Point(238, 44);
@ -2107,7 +2107,7 @@
this.labelTitleBypass.BackPictureBox2 = null; this.labelTitleBypass.BackPictureBox2 = null;
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black; this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleBypass.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleBypass.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleBypass.InitVisible = true; this.labelTitleBypass.InitVisible = true;
this.labelTitleBypass.LineSpacing = 0F; this.labelTitleBypass.LineSpacing = 0F;
this.labelTitleBypass.Location = new System.Drawing.Point(35, 8); this.labelTitleBypass.Location = new System.Drawing.Point(35, 8);
@ -2292,7 +2292,7 @@
this.labelMessage4.BackPictureBox2 = null; this.labelMessage4.BackPictureBox2 = null;
this.labelMessage4.BorderColor = System.Drawing.Color.Black; this.labelMessage4.BorderColor = System.Drawing.Color.Black;
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage4.InitVisible = true; this.labelMessage4.InitVisible = true;
this.labelMessage4.LineSpacing = 0F; this.labelMessage4.LineSpacing = 0F;
this.labelMessage4.Location = new System.Drawing.Point(75, 79); this.labelMessage4.Location = new System.Drawing.Point(75, 79);
@ -2311,7 +2311,7 @@
this.labelMessage3.BackPictureBox2 = null; this.labelMessage3.BackPictureBox2 = null;
this.labelMessage3.BorderColor = System.Drawing.Color.Black; this.labelMessage3.BorderColor = System.Drawing.Color.Black;
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage3.InitVisible = true; this.labelMessage3.InitVisible = true;
this.labelMessage3.LineSpacing = 0F; this.labelMessage3.LineSpacing = 0F;
this.labelMessage3.Location = new System.Drawing.Point(75, 56); this.labelMessage3.Location = new System.Drawing.Point(75, 56);
@ -2330,7 +2330,7 @@
this.smartLabel4.BackPictureBox2 = null; this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black; this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel4.InitVisible = true; this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(11, 4); this.smartLabel4.Location = new System.Drawing.Point(11, 4);
@ -2406,7 +2406,7 @@
this.labelStaticOverRangeLimit.BackPictureBox2 = null; this.labelStaticOverRangeLimit.BackPictureBox2 = null;
this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue; this.labelStaticOverRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticOverRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticOverRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black; this.labelStaticOverRangeLimit.ForeColor = System.Drawing.Color.Black;
this.labelStaticOverRangeLimit.InitVisible = true; this.labelStaticOverRangeLimit.InitVisible = true;
this.labelStaticOverRangeLimit.LineSpacing = 0F; this.labelStaticOverRangeLimit.LineSpacing = 0F;
@ -2476,7 +2476,7 @@
this.labelStaticUnderRangeLimit.BackPictureBox2 = null; this.labelStaticUnderRangeLimit.BackPictureBox2 = null;
this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue; this.labelStaticUnderRangeLimit.BorderColor = System.Drawing.Color.SteelBlue;
this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticUnderRangeLimit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticUnderRangeLimit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black; this.labelStaticUnderRangeLimit.ForeColor = System.Drawing.Color.Black;
this.labelStaticUnderRangeLimit.InitVisible = true; this.labelStaticUnderRangeLimit.InitVisible = true;
this.labelStaticUnderRangeLimit.LineSpacing = 0F; this.labelStaticUnderRangeLimit.LineSpacing = 0F;
@ -2497,7 +2497,7 @@
this.labelStaticOverRange.BackPictureBox2 = null; this.labelStaticOverRange.BackPictureBox2 = null;
this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black; this.labelStaticOverRange.BorderColor = System.Drawing.Color.Black;
this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticOverRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticOverRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticOverRange.InitVisible = true; this.labelStaticOverRange.InitVisible = true;
this.labelStaticOverRange.LineSpacing = 0F; this.labelStaticOverRange.LineSpacing = 0F;
this.labelStaticOverRange.Location = new System.Drawing.Point(64, 10); this.labelStaticOverRange.Location = new System.Drawing.Point(64, 10);
@ -2538,7 +2538,7 @@
this.labelStaticUnderRange.BackPictureBox2 = null; this.labelStaticUnderRange.BackPictureBox2 = null;
this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black; this.labelStaticUnderRange.BorderColor = System.Drawing.Color.Black;
this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticUnderRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticUnderRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticUnderRange.InitVisible = true; this.labelStaticUnderRange.InitVisible = true;
this.labelStaticUnderRange.LineSpacing = 0F; this.labelStaticUnderRange.LineSpacing = 0F;
this.labelStaticUnderRange.Location = new System.Drawing.Point(64, 78); this.labelStaticUnderRange.Location = new System.Drawing.Point(64, 78);
@ -2558,7 +2558,7 @@
this.labelStaticPassRange.BackPictureBox2 = null; this.labelStaticPassRange.BackPictureBox2 = null;
this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black; this.labelStaticPassRange.BorderColor = System.Drawing.Color.Black;
this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelStaticPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticPassRange.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelStaticPassRange.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticPassRange.InitVisible = true; this.labelStaticPassRange.InitVisible = true;
this.labelStaticPassRange.LineSpacing = 0F; this.labelStaticPassRange.LineSpacing = 0F;
this.labelStaticPassRange.Location = new System.Drawing.Point(64, 44); this.labelStaticPassRange.Location = new System.Drawing.Point(64, 44);
@ -2696,7 +2696,7 @@
this.labelMessage5.BackPictureBox2 = null; this.labelMessage5.BackPictureBox2 = null;
this.labelMessage5.BorderColor = System.Drawing.Color.Black; this.labelMessage5.BorderColor = System.Drawing.Color.Black;
this.labelMessage5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage5.InitVisible = true; this.labelMessage5.InitVisible = true;
this.labelMessage5.LineSpacing = 0F; this.labelMessage5.LineSpacing = 0F;
this.labelMessage5.Location = new System.Drawing.Point(75, 62); this.labelMessage5.Location = new System.Drawing.Point(75, 62);
@ -2715,7 +2715,7 @@
this.smartLabel5.BackPictureBox2 = null; this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartLabel5.InitVisible = true; this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F; this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(11, 4); this.smartLabel5.Location = new System.Drawing.Point(11, 4);

View File

@ -526,6 +526,23 @@ namespace INT63DC_2C.Forms
this.labelStaticUnderRange.Text = "不足"; this.labelStaticUnderRange.Text = "不足";
this.labelStaticOverRangeLimit.Text = "上限リミット"; this.labelStaticOverRangeLimit.Text = "上限リミット";
this.labelStaticUnderRangeLimit.Text = "下限リミット"; this.labelStaticUnderRangeLimit.Text = "下限リミット";
// label 크기 재조정 및 글씨 크기 재조정
this.labelTitleTotalCount.Font = new Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleTotalCount.Location = new Point(25, 704);
this.labelTitleTotalCount.Size = new Size(113, 41);
this.labelTotalCount.Font = new Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
this.labelTotalCount.Location = new Point(144, 704);
this.labelTotalCount.Size = new Size(128, 41);
this.labelTitleNG.Font = new Font("New Gulim", 15F, System.Drawing.FontStyle.Bold);
this.labelTitleNG.Location = new Point(307, 704);
this.labelTitleNG.Size = new Size(71, 41);
this.labelNGCount.Font = new Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
this.labelNGCount.Location = new Point(384, 704);
this.labelNGCount.Size = new Size(111, 41);
#endregion #endregion
break; break;
default: default:
@ -2098,10 +2115,31 @@ namespace INT63DC_2C.Forms
if (alarm.IsAlignError == true) if (alarm.IsAlignError == true)
this.smartListBox1.AddItem("Product discharge error"); this.smartListBox1.AddItem("Product discharge error");
this.panelAlarmMessageBox2.BringToFront(); // bypass 설정 체크
this.panelAlarmMessageBox2.Visible = true; bool isBypass = false;
if (alarm.IsLoadcellError == true)
{
foreach(WeightData data in this.ParentForm.CollectionWeightData)
{
if (data.IsBypassMode == true)
{
isBypass = true;
continue;
}
}
}
if (alarm.IsLoadcellError == true)
{
if (isBypass == true)
return;
}
if (this.ParentForm.CurrentAlarmList.IsBuzzerStatus == false) if (this.ParentForm.CurrentAlarmList.IsBuzzerStatus == false)
{ {
this.panelAlarmMessageBox2.BringToFront();
this.panelAlarmMessageBox2.Visible = true;
this.ParentForm.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard); this.ParentForm.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
this.ParentForm.TransferData(CommunicationCommand.BuzzerOn, CommunicationID.MainBoard); this.ParentForm.TransferData(CommunicationCommand.BuzzerOn, CommunicationID.MainBoard);
this.ParentForm.CurrentAlarmList.IsBuzzerStatus = true; this.ParentForm.CurrentAlarmList.IsBuzzerStatus = true;
@ -2264,6 +2302,7 @@ namespace INT63DC_2C.Forms
if (this.ParentForm.IsServoOrigin == false) if (this.ParentForm.IsServoOrigin == false)
this.panelAlarmMessageBox4.Visible = false; this.panelAlarmMessageBox4.Visible = false;
// Bypass Display
switch (this.ParentForm.SystemConfig.EquipmentColumns) switch (this.ParentForm.SystemConfig.EquipmentColumns)
{ {
case 2: case 2:

View File

@ -408,7 +408,7 @@ namespace INT63DC_2C.Forms
if (label == null) if (label == null)
return; return;
if (this.ParentForm.smartModbus.IsOpen == false || label.Text.Trim() == "0") if (this.ParentForm.smartModbus.IsOpen == false)
{ {
// 통신 연결상태를 확인하세요 // 통신 연결상태를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(23, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(23, this.ParentForm.SystemConfig.Language);
@ -443,7 +443,7 @@ namespace INT63DC_2C.Forms
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 20000) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 20000)
{ {
// 입력범위를 확인하세요 // 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
@ -463,7 +463,7 @@ namespace INT63DC_2C.Forms
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 20000) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 20000)
{ {
// 입력범위를 확인하세요 // 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
@ -486,7 +486,7 @@ namespace INT63DC_2C.Forms
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 10000) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 10000)
{ {
// 입력범위를 확인하세요 // 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
@ -506,7 +506,7 @@ namespace INT63DC_2C.Forms
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 10000) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 10000)
{ {
// 입력범위를 확인하세요 // 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);

Binary file not shown.