- (버그수정)영문 변경 시 반영 안되는 버그들, 이미지 버그들 수정

- 기능설정 - 릴레이 On 시간 삭제
 - 판정설정 그래프 개수부분 반영
master
CJY 2025-11-12 15:35:15 +09:00
parent 92144f5825
commit 6660c15c8b
101 changed files with 1175 additions and 2411 deletions

View File

@ -24,7 +24,6 @@ namespace ITC81DB_2H.Controls
private static int ModeSTD2 = 4;
private FormMenu m_ParentForm;
public ControlConfiSerialUserDefine ControlUserDefine;
public ControlConfiSerialHitachi ControlHitachi;
public ControlConfiSerialMarkoPrint ControlMarkoprint;
public ControlConfiSerialBarcode ControlBarcode;
@ -137,10 +136,6 @@ namespace ITC81DB_2H.Controls
this.Controls.Add(this.ControlMarkoprint);
this.ControlMarkoprint.Location = new Point(0, 217);
this.ControlUserDefine = new ControlConfiSerialUserDefine(this.ParentForm);
this.Controls.Add(this.ControlUserDefine);
this.ControlUserDefine.Location = new Point(0, 217);
this.ControlBarcode = new ControlConfiSerialBarcode(this.ParentForm);
this.Controls.Add(this.ControlBarcode);
this.ControlBarcode.Location = new Point(0, 217);
@ -562,7 +557,6 @@ namespace ITC81DB_2H.Controls
}
private void ControlVisible(bool visible)
{
this.ControlUserDefine.Visible = visible;
this.ControlHitachi.Visible = visible;
this.ControlMarkoprint.Visible = visible;
this.ControlModbusRTU.Visible = visible;
@ -983,7 +977,7 @@ namespace ITC81DB_2H.Controls
#region Event Handler
private void buttonAddon_Click(object sender, EventArgs e)
{
if (this.ControlUserDefine.Visible == false && this.ControlHitachi.Visible == false && this.ControlMarkoprint.Visible == false
if (this.ControlHitachi.Visible == false && this.ControlMarkoprint.Visible == false
&& this.ControlBarcode.Visible == false && this.ControlModbusRTU.Visible == false)
this.DisplayBottomSettingMenu();
else

View File

@ -30,6 +30,8 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelSwitchChattering = new SmartX.SmartLabel();
this.labelTitleSwitchChattering = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.labelFileCount1 = new SmartX.SmartLabel();
this.buttonBackupDataList = new SmartX.SmartButton();
@ -63,13 +65,11 @@
this.labelChattering = new SmartX.SmartLabel();
this.labelRelayOnTime = new SmartX.SmartLabel();
this.labelBuzzerOnTime = new SmartX.SmartLabel();
this.labelTitleChattering = new SmartX.SmartLabel();
this.labelTitleSensorChattering = new SmartX.SmartLabel();
this.labelTitleRelayRunTime = new SmartX.SmartLabel();
this.labelTitleBuzzerONTime = new SmartX.SmartLabel();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.labelTitleLanguage = new SmartX.SmartLabel();
this.labelSwitchChattering = new SmartX.SmartLabel();
this.labelTitleSwitchChattering = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.SuspendLayout();
@ -108,7 +108,7 @@
this.smartGroupBox1.Controls.Add(this.labelChattering);
this.smartGroupBox1.Controls.Add(this.labelRelayOnTime);
this.smartGroupBox1.Controls.Add(this.labelBuzzerOnTime);
this.smartGroupBox1.Controls.Add(this.labelTitleChattering);
this.smartGroupBox1.Controls.Add(this.labelTitleSensorChattering);
this.smartGroupBox1.Controls.Add(this.labelTitleRelayRunTime);
this.smartGroupBox1.Controls.Add(this.labelTitleBuzzerONTime);
this.smartGroupBox1.Controls.Add(this.comboBoxLanguage);
@ -126,6 +126,46 @@
this.smartGroupBox1.TabIndex = 2;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelSwitchChattering
//
this.labelSwitchChattering.BackColor = System.Drawing.SystemColors.Window;
this.labelSwitchChattering.BackPictureBox = null;
this.labelSwitchChattering.BackPictureBox1 = null;
this.labelSwitchChattering.BackPictureBox2 = null;
this.labelSwitchChattering.BorderColor = System.Drawing.Color.Black;
this.labelSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelSwitchChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelSwitchChattering.InitVisible = true;
this.labelSwitchChattering.LineSpacing = 0F;
this.labelSwitchChattering.Location = new System.Drawing.Point(251, 346);
this.labelSwitchChattering.Name = "labelSwitchChattering";
this.labelSwitchChattering.Size = new System.Drawing.Size(80, 28);
this.labelSwitchChattering.TabIndex = 246;
this.labelSwitchChattering.Text = "100";
this.labelSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSwitchChattering.Wordwrap = false;
this.labelSwitchChattering.Click += new System.EventHandler(this.labelSwitchChattering_Click);
//
// labelTitleSwitchChattering
//
this.labelTitleSwitchChattering.BackPictureBox1 = null;
this.labelTitleSwitchChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleSwitchChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSwitchChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSwitchChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleSwitchChattering.InitVisible = true;
this.labelTitleSwitchChattering.LineSpacing = 0F;
this.labelTitleSwitchChattering.Location = new System.Drawing.Point(15, 346);
this.labelTitleSwitchChattering.Name = "labelTitleSwitchChattering";
this.labelTitleSwitchChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleSwitchChattering.TabIndex = 245;
this.labelTitleSwitchChattering.Text = "스위치채터링";
this.labelTitleSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSwitchChattering.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackPictureBox1 = null;
@ -136,7 +176,7 @@
this.smartLabel2.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(566, 260);
this.smartLabel2.Location = new System.Drawing.Point(566, 278);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(35, 28);
this.smartLabel2.TabIndex = 244;
@ -155,7 +195,7 @@
this.labelFileCount1.ForeColor = System.Drawing.Color.White;
this.labelFileCount1.InitVisible = true;
this.labelFileCount1.LineSpacing = 0F;
this.labelFileCount1.Location = new System.Drawing.Point(468, 260);
this.labelFileCount1.Location = new System.Drawing.Point(468, 278);
this.labelFileCount1.Name = "labelFileCount1";
this.labelFileCount1.Size = new System.Drawing.Size(92, 28);
this.labelFileCount1.TabIndex = 243;
@ -176,7 +216,7 @@
this.buttonBackupDataList.DownImage = null;
this.buttonBackupDataList.GroupID = 0;
this.buttonBackupDataList.InitVisible = true;
this.buttonBackupDataList.Location = new System.Drawing.Point(607, 260);
this.buttonBackupDataList.Location = new System.Drawing.Point(607, 278);
this.buttonBackupDataList.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonBackupDataList.Name = "buttonBackupDataList";
this.buttonBackupDataList.NestedClickEventPrevent = false;
@ -199,7 +239,7 @@
// listBoxDataList
//
this.listBoxDataList.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
this.listBoxDataList.Location = new System.Drawing.Point(382, 294);
this.listBoxDataList.Location = new System.Drawing.Point(382, 312);
this.listBoxDataList.Name = "listBoxDataList";
this.listBoxDataList.Size = new System.Drawing.Size(305, 62);
this.listBoxDataList.TabIndex = 241;
@ -214,7 +254,7 @@
this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White;
this.labelTitleCommunicationLog.InitVisible = true;
this.labelTitleCommunicationLog.LineSpacing = 0F;
this.labelTitleCommunicationLog.Location = new System.Drawing.Point(382, 226);
this.labelTitleCommunicationLog.Location = new System.Drawing.Point(382, 244);
this.labelTitleCommunicationLog.Name = "labelTitleCommunicationLog";
this.labelTitleCommunicationLog.Size = new System.Drawing.Size(219, 28);
this.labelTitleCommunicationLog.TabIndex = 194;
@ -235,7 +275,7 @@
this.buttonCommunicationLog.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunicationLog.DownImage")));
this.buttonCommunicationLog.GroupID = 0;
this.buttonCommunicationLog.InitVisible = true;
this.buttonCommunicationLog.Location = new System.Drawing.Point(607, 226);
this.buttonCommunicationLog.Location = new System.Drawing.Point(607, 244);
this.buttonCommunicationLog.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonCommunicationLog.Name = "buttonCommunicationLog";
this.buttonCommunicationLog.NestedClickEventPrevent = false;
@ -300,7 +340,7 @@
this.buttonCapture.DownImage = null;
this.buttonCapture.GroupID = 0;
this.buttonCapture.InitVisible = true;
this.buttonCapture.Location = new System.Drawing.Point(382, 260);
this.buttonCapture.Location = new System.Drawing.Point(382, 278);
this.buttonCapture.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCapture.Name = "buttonCapture";
this.buttonCapture.NestedClickEventPrevent = false;
@ -637,7 +677,7 @@
this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
this.labelTitleLogin.InitVisible = true;
this.labelTitleLogin.LineSpacing = 0F;
this.labelTitleLogin.Location = new System.Drawing.Point(15, 398);
this.labelTitleLogin.Location = new System.Drawing.Point(15, 380);
this.labelTitleLogin.Name = "labelTitleLogin";
this.labelTitleLogin.Size = new System.Drawing.Size(230, 28);
this.labelTitleLogin.TabIndex = 135;
@ -658,7 +698,7 @@
this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage")));
this.buttonLogin.GroupID = 0;
this.buttonLogin.InitVisible = true;
this.buttonLogin.Location = new System.Drawing.Point(251, 398);
this.buttonLogin.Location = new System.Drawing.Point(251, 380);
this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonLogin.Name = "buttonLogin";
this.buttonLogin.NestedClickEventPrevent = false;
@ -688,7 +728,7 @@
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelEquipmentID.InitVisible = true;
this.labelEquipmentID.LineSpacing = 0F;
this.labelEquipmentID.Location = new System.Drawing.Point(251, 226);
this.labelEquipmentID.Location = new System.Drawing.Point(251, 244);
this.labelEquipmentID.Name = "labelEquipmentID";
this.labelEquipmentID.Size = new System.Drawing.Size(80, 28);
this.labelEquipmentID.TabIndex = 133;
@ -708,7 +748,7 @@
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
this.labelTitleEquipmentID.InitVisible = true;
this.labelTitleEquipmentID.LineSpacing = 0F;
this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 226);
this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 244);
this.labelTitleEquipmentID.Name = "labelTitleEquipmentID";
this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28);
this.labelTitleEquipmentID.TabIndex = 132;
@ -728,7 +768,7 @@
this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelChattering.InitVisible = true;
this.labelChattering.LineSpacing = 0F;
this.labelChattering.Location = new System.Drawing.Point(251, 294);
this.labelChattering.Location = new System.Drawing.Point(251, 312);
this.labelChattering.Name = "labelChattering";
this.labelChattering.Size = new System.Drawing.Size(80, 28);
this.labelChattering.TabIndex = 129;
@ -749,13 +789,14 @@
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelRelayOnTime.InitVisible = true;
this.labelRelayOnTime.LineSpacing = 0F;
this.labelRelayOnTime.Location = new System.Drawing.Point(251, 362);
this.labelRelayOnTime.Location = new System.Drawing.Point(618, 380);
this.labelRelayOnTime.Name = "labelRelayOnTime";
this.labelRelayOnTime.Size = new System.Drawing.Size(80, 28);
this.labelRelayOnTime.TabIndex = 130;
this.labelRelayOnTime.Text = "100";
this.labelRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelRelayOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRelayOnTime.Visible = false;
this.labelRelayOnTime.Wordwrap = false;
this.labelRelayOnTime.Click += new System.EventHandler(this.labelRelayOnTime_Click);
//
@ -770,7 +811,7 @@
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelBuzzerOnTime.InitVisible = true;
this.labelBuzzerOnTime.LineSpacing = 0F;
this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 260);
this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 278);
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
this.labelBuzzerOnTime.Size = new System.Drawing.Size(80, 28);
this.labelBuzzerOnTime.TabIndex = 131;
@ -780,24 +821,24 @@
this.labelBuzzerOnTime.Wordwrap = false;
this.labelBuzzerOnTime.Click += new System.EventHandler(this.labelBuzzerOnTime_Click);
//
// labelTitleChattering
// labelTitleSensorChattering
//
this.labelTitleChattering.BackPictureBox1 = null;
this.labelTitleChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleChattering.InitVisible = true;
this.labelTitleChattering.LineSpacing = 0F;
this.labelTitleChattering.Location = new System.Drawing.Point(15, 294);
this.labelTitleChattering.Name = "labelTitleChattering";
this.labelTitleChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleChattering.TabIndex = 127;
this.labelTitleChattering.Text = "채터링감지";
this.labelTitleChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleChattering.Wordwrap = false;
this.labelTitleSensorChattering.BackPictureBox1 = null;
this.labelTitleSensorChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleSensorChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleSensorChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSensorChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSensorChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleSensorChattering.InitVisible = true;
this.labelTitleSensorChattering.LineSpacing = 0F;
this.labelTitleSensorChattering.Location = new System.Drawing.Point(15, 312);
this.labelTitleSensorChattering.Name = "labelTitleSensorChattering";
this.labelTitleSensorChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleSensorChattering.TabIndex = 127;
this.labelTitleSensorChattering.Text = "센서채터링";
this.labelTitleSensorChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleSensorChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSensorChattering.Wordwrap = false;
//
// labelTitleRelayRunTime
//
@ -809,13 +850,14 @@
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
this.labelTitleRelayRunTime.InitVisible = true;
this.labelTitleRelayRunTime.LineSpacing = 0F;
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(15, 362);
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(382, 380);
this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime";
this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleRelayRunTime.TabIndex = 126;
this.labelTitleRelayRunTime.Text = "릴레이 동작 시간";
this.labelTitleRelayRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleRelayRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleRelayRunTime.Visible = false;
this.labelTitleRelayRunTime.Wordwrap = false;
//
// labelTitleBuzzerONTime
@ -828,7 +870,7 @@
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
this.labelTitleBuzzerONTime.InitVisible = true;
this.labelTitleBuzzerONTime.LineSpacing = 0F;
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 260);
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 278);
this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime";
this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleBuzzerONTime.TabIndex = 128;
@ -840,7 +882,7 @@
// comboBoxLanguage
//
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxLanguage.Location = new System.Drawing.Point(251, 432);
this.comboBoxLanguage.Location = new System.Drawing.Point(251, 414);
this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
this.comboBoxLanguage.TabIndex = 120;
@ -856,7 +898,7 @@
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
this.labelTitleLanguage.InitVisible = true;
this.labelTitleLanguage.LineSpacing = 0F;
this.labelTitleLanguage.Location = new System.Drawing.Point(15, 432);
this.labelTitleLanguage.Location = new System.Drawing.Point(15, 414);
this.labelTitleLanguage.Name = "labelTitleLanguage";
this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28);
this.labelTitleLanguage.TabIndex = 117;
@ -865,46 +907,6 @@
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLanguage.Wordwrap = false;
//
// labelSwitchChattering
//
this.labelSwitchChattering.BackColor = System.Drawing.SystemColors.Window;
this.labelSwitchChattering.BackPictureBox = null;
this.labelSwitchChattering.BackPictureBox1 = null;
this.labelSwitchChattering.BackPictureBox2 = null;
this.labelSwitchChattering.BorderColor = System.Drawing.Color.Black;
this.labelSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelSwitchChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelSwitchChattering.InitVisible = true;
this.labelSwitchChattering.LineSpacing = 0F;
this.labelSwitchChattering.Location = new System.Drawing.Point(251, 328);
this.labelSwitchChattering.Name = "labelSwitchChattering";
this.labelSwitchChattering.Size = new System.Drawing.Size(80, 28);
this.labelSwitchChattering.TabIndex = 246;
this.labelSwitchChattering.Text = "100";
this.labelSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelSwitchChattering.Wordwrap = false;
this.labelSwitchChattering.Click += new System.EventHandler(this.labelSwitchChattering_Click);
//
// labelTitleSwitchChattering
//
this.labelTitleSwitchChattering.BackPictureBox1 = null;
this.labelTitleSwitchChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleSwitchChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleSwitchChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleSwitchChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleSwitchChattering.InitVisible = true;
this.labelTitleSwitchChattering.LineSpacing = 0F;
this.labelTitleSwitchChattering.Location = new System.Drawing.Point(15, 328);
this.labelTitleSwitchChattering.Name = "labelTitleSwitchChattering";
this.labelTitleSwitchChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleSwitchChattering.TabIndex = 245;
this.labelTitleSwitchChattering.Text = "스위치채터링";
this.labelTitleSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSwitchChattering.Wordwrap = false;
//
// ControlCenterEquipFunctionSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -926,7 +928,7 @@
public SmartX.SmartLabel labelChattering;
public SmartX.SmartLabel labelRelayOnTime;
public SmartX.SmartLabel labelBuzzerOnTime;
private SmartX.SmartLabel labelTitleChattering;
private SmartX.SmartLabel labelTitleSensorChattering;
private SmartX.SmartLabel labelTitleRelayRunTime;
private SmartX.SmartLabel labelTitleBuzzerONTime;
public SmartX.SmartLabel labelEquipmentID;

View File

@ -66,8 +66,8 @@ namespace ITC81DB_2H.Controls
this.labelTitleBuzzerONTime.Text = "Buzzer ON time";
this.labelTitleRelayRunTime.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleRelayRunTime.Text = "Relay Run time";
this.labelTitleChattering.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleChattering.Text = "Chattering";
this.labelTitleSensorChattering.Text = "Sensor Chattering";
this.labelTitleSwitchChattering.Text = "Switch Chattering";
this.labelTitleLanguage.Text = "Language";
this.labelTitleEquipmentID.Text = "Equipment ID";
this.labelTitleLogin.Text = "Login";
@ -152,8 +152,8 @@ namespace ITC81DB_2H.Controls
this.labelTitleBuzzerONTime.Text = "蜂鸣器开启时间";
this.labelTitleRelayRunTime.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleRelayRunTime.Text = "继电器接通时间";
this.labelTitleChattering.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleChattering.Text = "颤振";
this.labelTitleSensorChattering.Text = "传感器抖动";
this.labelTitleSwitchChattering.Text = "开关喋喋不休";
this.labelTitleLanguage.Text = "语言";
this.labelTitleEquipmentID.Text = "设备编号";
this.labelTitleLogin.Text = "登錄";
@ -244,8 +244,8 @@ namespace ITC81DB_2H.Controls
this.labelTitleBuzzerONTime.Text = "Длительность звуковога сигнала";
this.labelTitleRelayRunTime.Font = new Font("새굴림", 10, FontStyle.Bold);
this.labelTitleRelayRunTime.Text = "Длительность включения реле ";
this.labelTitleChattering.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleChattering.Text = "Стабилизация веса";
this.labelTitleSensorChattering.Text = "Датчик дребезжит";
this.labelTitleSwitchChattering.Text = "Переключить болтовню";
this.labelTitleLanguage.Text = "Язык";
this.labelTitleEquipmentID.Text = "ID оборудования";
this.labelTitleLogin.Text = "Логин";
@ -320,8 +320,9 @@ namespace ITC81DB_2H.Controls
this.labelTitleBuzzerONTime.Text = "Summer-Einschaltzeit";
this.labelTitleRelayRunTime.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleRelayRunTime.Text = "Relais-Einschaltzeit";
this.labelTitleChattering.Font = new Font("새굴림", 10, FontStyle.Bold);
this.labelTitleChattering.Text = "Beruhigung des Dehnungsmessers";
this.labelTitleSensorChattering.Text = "Sensor klappert";
this.labelTitleSwitchChattering.Font = new Font("새굴림", 10, FontStyle.Bold);
this.labelTitleSwitchChattering.Text = "Schalten Sie das Geschwätz um";
this.labelTitleLanguage.Text = "Sprache";
this.labelTitleEquipmentID.Text = "ID-Vorrichtung";
this.labelTitleLogin.Text = "Einloggen";
@ -406,8 +407,9 @@ namespace ITC81DB_2H.Controls
this.labelTitleBuzzerONTime.Text = "부저 ON 시간";
this.labelTitleRelayRunTime.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleRelayRunTime.Text = "릴레이 동작 시간";
this.labelTitleChattering.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleChattering.Text = "채터링감지";
this.labelTitleSensorChattering.Font = new Font("새굴림", 11, FontStyle.Bold);
this.labelTitleSensorChattering.Text = "센서채터링";
this.labelTitleSwitchChattering.Text = "스위치채터링";
this.labelTitleLanguage.Text = "언어설정";
this.labelTitleEquipmentID.Text = "장비 ID";
this.labelTitleLogin.Text = "로그인";
@ -878,7 +880,6 @@ namespace ITC81DB_2H.Controls
this.ParentForm.ParentForm.ChildFormMenu.CenterConfiSerial.ControlBarcode.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterConfiSerial.ControlHitachi.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterConfiSerial.ControlMarkoprint.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterConfiSerial.ControlUserDefine.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterConfiSerial.ControlModbusRTU.InitializeDesign();
Thread.Sleep(50);
@ -892,6 +893,11 @@ namespace ITC81DB_2H.Controls
this.ParentForm.ParentForm.ChildFormMenu.CenterEquipEngineer.InitializeDesign();
Thread.Sleep(50);
this.ParentForm.ParentForm.ChildFormMenu.CenterLogHelp.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterLogHistory.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterLogInspection.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterLogOthers.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterInforAS.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterInforHelp.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterInforSystem.InitializeDesign();

View File

@ -800,7 +800,7 @@
this.checkBoxL3SystemExternalOutput.ImageCheckBox = null;
this.checkBoxL3SystemExternalOutput.ImageUnCheckBox = null;
this.checkBoxL3SystemExternalOutput.InitVisible = true;
this.checkBoxL3SystemExternalOutput.Location = new System.Drawing.Point(636, 382);
this.checkBoxL3SystemExternalOutput.Location = new System.Drawing.Point(636, 359);
this.checkBoxL3SystemExternalOutput.Name = "checkBoxL3SystemExternalOutput";
this.checkBoxL3SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
this.checkBoxL3SystemExternalOutput.TabIndex = 684;
@ -1374,7 +1374,7 @@
this.checkBoxNotLoginSystemExternalOutput.ImageCheckBox = null;
this.checkBoxNotLoginSystemExternalOutput.ImageUnCheckBox = null;
this.checkBoxNotLoginSystemExternalOutput.InitVisible = true;
this.checkBoxNotLoginSystemExternalOutput.Location = new System.Drawing.Point(665, 382);
this.checkBoxNotLoginSystemExternalOutput.Location = new System.Drawing.Point(665, 359);
this.checkBoxNotLoginSystemExternalOutput.Name = "checkBoxNotLoginSystemExternalOutput";
this.checkBoxNotLoginSystemExternalOutput.Size = new System.Drawing.Size(20, 20);
this.checkBoxNotLoginSystemExternalOutput.TabIndex = 645;
@ -2005,7 +2005,7 @@
this.labelTitleExternalOutput.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalOutput.InitVisible = true;
this.labelTitleExternalOutput.LineSpacing = 0F;
this.labelTitleExternalOutput.Location = new System.Drawing.Point(356, 382);
this.labelTitleExternalOutput.Location = new System.Drawing.Point(356, 359);
this.labelTitleExternalOutput.Name = "labelTitleExternalOutput";
this.labelTitleExternalOutput.Size = new System.Drawing.Size(219, 20);
this.labelTitleExternalOutput.TabIndex = 587;
@ -2029,7 +2029,7 @@
this.checkBoxL2SystemExternalOutput.ImageCheckBox = null;
this.checkBoxL2SystemExternalOutput.ImageUnCheckBox = null;
this.checkBoxL2SystemExternalOutput.InitVisible = true;
this.checkBoxL2SystemExternalOutput.Location = new System.Drawing.Point(609, 382);
this.checkBoxL2SystemExternalOutput.Location = new System.Drawing.Point(609, 359);
this.checkBoxL2SystemExternalOutput.Name = "checkBoxL2SystemExternalOutput";
this.checkBoxL2SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
this.checkBoxL2SystemExternalOutput.TabIndex = 586;
@ -2051,7 +2051,7 @@
this.checkBoxL1SystemExternalOutput.ImageCheckBox = null;
this.checkBoxL1SystemExternalOutput.ImageUnCheckBox = null;
this.checkBoxL1SystemExternalOutput.InitVisible = true;
this.checkBoxL1SystemExternalOutput.Location = new System.Drawing.Point(581, 382);
this.checkBoxL1SystemExternalOutput.Location = new System.Drawing.Point(581, 359);
this.checkBoxL1SystemExternalOutput.Name = "checkBoxL1SystemExternalOutput";
this.checkBoxL1SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
this.checkBoxL1SystemExternalOutput.TabIndex = 585;

View File

@ -39,7 +39,7 @@ namespace ITC81DB_2H.Controls
this.InitializeDesign();
this.DefaultSetting();
this.InitializeDraw();
this.DrawInitialize();
}
#endregion
@ -102,12 +102,29 @@ namespace ITC81DB_2H.Controls
this.ControlInitialize();
}
private void InitializeDraw()
private void DrawInitialize()
{
SmartX.SmartDraw.CHARTREFRESH charRefreshType = SmartX.SmartDraw.CHARTREFRESH.LEFTSCROLL;
SmartX.SmartDraw.CHARTPENSTYLE[] charPenStyle;
charPenStyle = new SmartX.SmartDraw.CHARTPENSTYLE[1];
charPenStyle[0].m_chColor = Color.Yellow;
charPenStyle[0].m_iPenWidth = 2;
// SetChartConfig
this.smartDraw.SetChartCfg(33, 260, 400, 240, 4, charRefreshType, 1);
this.smartDraw.ChartChannelPenStyle = charPenStyle;
this.smartDraw.ChartDrawStep = 1;
}
public void GraphBackRedraw()
{
int xPoint, temp;
this.smartDraw.PutDataAllClear();
this.DrawInitialize();
this.smartDraw.BackDraw.BackErase(Color.Black);
// BackLayer 기준선 표시
this.smartDraw.BackDraw.SetPenStyle(Color.Gray, 1);
@ -126,13 +143,11 @@ namespace ITC81DB_2H.Controls
this.smartDraw.BackDraw.SetPenStyle(Color.Red, 1);
this.smartDraw.BackDraw.Line(228, 40, 228, 240);
SmartX.SmartDraw.CHARTPENSTYLE[] charPenStyle;
charPenStyle = new SmartX.SmartDraw.CHARTPENSTYLE[1];
charPenStyle[0].m_chColor = Color.Yellow;
charPenStyle[0].m_iPenWidth = 2;
this.smartDraw.ChartChannelPenStyle = charPenStyle;
this.smartDraw.ChartDrawStep = 1;
// 판정개수 표시선
temp = int.Parse(this.labelJudgmentCount.Text);
xPoint = 230 - temp;
this.smartDraw.BackDraw.SetPenStyle(Color.Red, 1);
this.smartDraw.BackDraw.Line(xPoint, 40, xPoint, 240);
}
public void DisplayHiddenMenu(bool bValue)
@ -385,6 +400,7 @@ namespace ITC81DB_2H.Controls
if (this.labelDynamicCorrection.Text != value)
this.labelDynamicCorrection.Text = value;
this.GraphBackRedraw();
}
public void UpdateEquipmentStatusDisplay(Define.E_EquipmentStatus status)
{
@ -655,6 +671,7 @@ namespace ITC81DB_2H.Controls
value = Helper.StringZeroFillDigits4(myKeyPad.StringValue);
this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress.JudgmentCount, value);
this.GraphBackRedraw();
this.ParentForm.ParentForm.SaveJudgmentSetFile(this.ParentForm.ParentForm.CurrentJudgmentSetItem, this.ParentForm.ParentForm.SystemConfig1.ProductNumber - 1);

View File

@ -1,649 +0,0 @@
using System;
using System.Linq;
using System.Collections.ObjectModel;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using ITC81DB_2H.Forms;
using ITC81DB_2H_ImageDll;
using ITC81DB_2H.Datastore;
namespace ITC81DB_2H
{
public partial class ControlConfiSerialUserDefine : UserControl
{
#region Field
private FormMenu m_ParentForm;
private string ForSaveUserDefine;
Collection<List<string>> CollectionProtocolList;
public List<string> ListUserDefinedProtocolCOM1;
public List<string> ListUserDefinedProtocolCOM3;
public List<string> ListUserDefinedProtocolCOM4;
#endregion
#region Constructor
public ControlConfiSerialUserDefine(FormMenu parent)
{
InitializeComponent();
this.ParentForm = parent;
this.InitializeDesign();
this.DefaultSetting();
}
#endregion
#region Property
public FormMenu ParentForm
{
get { return this.m_ParentForm; }
private set { this.m_ParentForm = value; }
}
#endregion
#region Method
public void InitializeDesign()
{
Class1 images = new Class1();
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundBottomUserDefine));
this.buttonEnter.Text = "Enter";
this.buttonSave.Text = "Save";
this.buttonClearAll.Text = "Clear";
this.buttonDirectInput.Text = "Direct input";
this.buttonDate.Text = "Date[8]";
this.buttonTime.Text = "Time[8]";
this.buttonGrade.Text = "Grade[1]";
this.buttonNo.Text = "No[4]";
this.buttonSign.Text = "Sign[1]";
this.buttonWeight.Text = "Weight[6]";
this.buttonGap.Text = "Gap[6]";
this.buttonUnderRange.Text = "Under range[7]";
this.buttonPassRange.Text = "Pass range[7]";
this.buttonOverRange.Text = "Over range[7]";
this.buttonUnderCount.Text = "Under count[7]";
this.buttonPassCount.Text = "Pass count[7]";
this.buttonOverCount.Text = "Over count[7]";
this.buttonNGCount.Text = "NG count[7]";
this.buttonTotalCount.Text = "Total count[10]";
this.buttonChecksum.Text = "Checksum[2]";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Chinese)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundBottomUserDefine));
this.buttonEnter.Text = "确认";
this.buttonSave.Text = "保存";
this.buttonClearAll.Text = "消除";
this.buttonDirectInput.Text = "直接输入";
this.buttonDate.Text = "日期[8]";
this.buttonTime.Text = "时间[8]";
this.buttonGrade.Text = "等级[1]";
this.buttonNo.Text = "编号[4]";
this.buttonSign.Text = "信号[1]";
this.buttonWeight.Text = "重量[6]";
this.buttonGap.Text = "差异[6]";
this.buttonUnderRange.Text = "低于[7]";
this.buttonPassRange.Text = "通过[7]";
this.buttonOverRange.Text = "超过[7]";
this.buttonUnderCount.Text = "低于计数[7]";
this.buttonPassCount.Text = "通过计数[7]";
this.buttonOverCount.Text = "超过计数[7]";
this.buttonNGCount.Text = "不良计数[7]";
this.buttonTotalCount.Text = "总共计数[10]";
this.buttonChecksum.Text = "校验和[2]";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Czech)
{
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Russian)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.rusBackgroundBottomAddOn));
this.buttonEnter.Text = "Ввод";
this.buttonSave.Text = "Сохранить";
this.buttonClearAll.Text = "Сброс";
this.buttonDirectInput.Text = "Прямой вход";
this.buttonDate.Text = "дату[8]";
this.buttonTime.Text = "Время[8]";
this.buttonGrade.Text = "Сортировка[1]";
this.buttonNo.Text = "№[4]";
this.buttonSign.Text = "Знак[1]";
this.buttonWeight.Text = "Вес[6]";
this.buttonGap.Text = "Разрыв[6]";
this.buttonUnderRange.Text = "Мало[7]";
this.buttonPassRange.Text = "Норма[7]";
this.buttonOverRange.Text = "Много[7]";
this.buttonUnderCount.Text = "Подсчет(Мало)[7]";
this.buttonPassCount.Text = "Подсчет(Норма)[7]";
this.buttonOverCount.Text = "Подсчет(Много)[7]";
this.buttonNGCount.Text = "Подсчет(Дефект)[7]";
this.buttonTotalCount.Text = "Подсчет(Итоги)[10]";
this.buttonChecksum.Text = "Контрольная сумма[2]";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.German)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.gerBackgroundBottomUserDefine));
this.buttonEnter.Text = "Enter";
this.buttonSave.Text = "Speichern";
this.buttonClearAll.Text = "Löschen";
this.buttonDirectInput.Text = "Direkteingabe";
this.buttonDate.Text = "Datum[8]";
this.buttonTime.Text = "Zeit[8]";
this.buttonGrade.Text = "Grad[1]";
this.buttonNo.Text = "Nr[4]";
this.buttonSign.Text = "Zeichen[1]";
this.buttonWeight.Text = "Gewicht[6]";
this.buttonGap.Text = "Abstand[6]";
this.buttonUnderRange.Text = "Min.[7]";
this.buttonPassRange.Text = "Bestehen[7]";
this.buttonOverRange.Text = "Max.[7]";
this.buttonUnderCount.Text = "Min. zahl[7]";
this.buttonPassCount.Text = "Bestehen zahl[7]";
this.buttonOverCount.Text = "Max. zahl[7]";
this.buttonNGCount.Text = "Schlecht zahl[7]";
this.buttonTotalCount.Text = "Insgesamt zahl[10]";
this.buttonChecksum.Text = "Prüfsumme[2]";
}
else
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundBottomUserDefine));
this.buttonEnter.Text = "입력";
this.buttonSave.Text = "저장";
this.buttonClearAll.Text = "전체삭제";
this.buttonDirectInput.Text = "직접입력";
this.buttonDate.Text = "날짜[8]";
this.buttonTime.Text = "시간[8]";
this.buttonGrade.Text = "등급[1]";
this.buttonNo.Text = "품번[4]";
this.buttonSign.Text = "부호[1]";
this.buttonWeight.Text = "중량[6]";
this.buttonGap.Text = "차이[6]";
this.buttonUnderRange.Text = "하한[7]";
this.buttonPassRange.Text = "기준[7]";
this.buttonOverRange.Text = "상한[7]";
this.buttonUnderCount.Text = "하한수량[7]";
this.buttonPassCount.Text = "기준수량[7]";
this.buttonOverCount.Text = "상한수량[7]";
this.buttonNGCount.Text = "NG수량[7]";
this.buttonTotalCount.Text = "전체수량[10]";
this.buttonChecksum.Text = "체크섬[2]";
}
}
private void DefaultSetting()
{
this.ForSaveUserDefine = "";
this.CollectionProtocolList = new Collection<List<string>>();
this.ListUserDefinedProtocolCOM1 = new List<string>();
this.ListUserDefinedProtocolCOM3 = new List<string>();
this.ListUserDefinedProtocolCOM4 = new List<string>();
this.CollectionProtocolList.Clear();
this.CollectionProtocolList.Add(this.ListUserDefinedProtocolCOM1);
this.CollectionProtocolList.Add(this.ListUserDefinedProtocolCOM3);
this.CollectionProtocolList.Add(this.ListUserDefinedProtocolCOM4);
for (int i = 0; i < 3; i++)
this.CollectionProtocolList[i].Clear();
}
public void DisplayRefresh(SystemStatus status)
{
string[] strArray;
this.labelWindow.Text = "";
Define.E_MenuBottomConfiguration temp = this.ParentForm.CurrentConfigurationMenu();
switch (temp)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
this.ListUserDefinedProtocolCOM1.Clear();
if (this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1.Contains(',') == true)
{
strArray = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1.Split(',');
for (int i = 0; i < strArray.Length; i++)
this.ListUserDefinedProtocolCOM1.Add(strArray[i]);
}
else if (this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1 != ""
&& this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1 != null)
this.ListUserDefinedProtocolCOM1.Add(this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1);
this.labelWindow.Text = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1;
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
this.ListUserDefinedProtocolCOM3.Clear();
if (this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3.Contains(',') == true)
{
strArray = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3.Split(',');
for (int i = 0; i < strArray.Length; i++)
this.ListUserDefinedProtocolCOM3.Add(strArray[i]);
}
else if(this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3 != ""
&& this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3 != null)
this.ListUserDefinedProtocolCOM3.Add(this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3);
this.labelWindow.Text = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3;
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
this.ListUserDefinedProtocolCOM4.Clear();
if (this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4.Contains(',') == true)
{
strArray = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4.Split(',');
for (int i = 0; i < strArray.Length; i++)
this.ListUserDefinedProtocolCOM4.Add(strArray[i]);
}
else if (this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4 != ""
&& this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4 != null)
this.ListUserDefinedProtocolCOM4.Add(this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4);
this.labelWindow.Text = this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4;
break;
default:
break;
}
}
private string LabelWindowRefresh()
{
string temp = "";
Define.E_MenuBottomConfiguration currentMenu = this.ParentForm.CurrentConfigurationMenu();
switch (currentMenu)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
for (int i = 0; i < this.ListUserDefinedProtocolCOM1.Count; i++)
{
if (i == 0)
temp += this.ListUserDefinedProtocolCOM1[i];
else
temp += "," + this.ListUserDefinedProtocolCOM1[i];
}
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
for (int i = 0; i < this.ListUserDefinedProtocolCOM3.Count; i++)
{
if (i == 0)
temp += this.ListUserDefinedProtocolCOM3[i];
else
temp += "," + this.ListUserDefinedProtocolCOM3[i];
}
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
for (int i = 0; i < this.ListUserDefinedProtocolCOM4.Count; i++)
{
if (i == 0)
temp += this.ListUserDefinedProtocolCOM4[i];
else
temp += "," + this.ListUserDefinedProtocolCOM4[i];
}
break;
default:
break;
}
return temp;
}
private void AddProtocolToLabelAndList(string temp)
{
Define.E_MenuBottomConfiguration currentMenu = this.ParentForm.CurrentConfigurationMenu();
if (this.labelWindow.Text.Length == 0)
this.labelWindow.Text += temp;
else
this.labelWindow.Text += "," + temp;
switch (currentMenu)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
this.ListUserDefinedProtocolCOM1.Add(temp);
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
this.ListUserDefinedProtocolCOM3.Add(temp);
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
this.ListUserDefinedProtocolCOM4.Add(temp);
break;
default:
break;
}
}
private double RandomWeight()
{
Random rd = new Random();
double weight;
weight = double.Parse(rd.Next(100, 300).ToString()) + rd.NextDouble();
return weight;
}
private double RandomGap()
{
Random rd = new Random();
double weight;
weight = double.Parse(rd.Next(10, 20).ToString()) + rd.NextDouble();
return weight;
}
private int RandomCount()
{
Random rd = new Random();
int weight;
weight = int.Parse(rd.Next(0, 9999999).ToString());
return weight;
}
private string Checksumcalculator(string strTemp)
{
string chkSum = "";
byte[] temp;
int value = 0, first = 0, second = 0;
char char1, char2;
if (strTemp == null || strTemp.Length == 0)
chkSum = "cc";
else
{
temp = new UTF8Encoding().GetBytes(strTemp);
for (int i = 0; i < temp.Length; i++)
value += temp[i];
first = (value & 0x00f0) >> 4;
if (first > 9)
char1 = (char)(first + 0x37);
else
char1 = (char)(first + 0x30);
second = value & 0x000f;
if (second > 9)
char2 = (char)(second + 0x37);
else
char2 = (char)(second + 0x30);
chkSum = char1.ToString() + char2.ToString();
}
return chkSum;
}
public string ConvertProtocol(int collectionNumber)
{
string sValue = "";
double dTemp = 0.0;
StringBuilder sb = new StringBuilder();
for (int i = 0; i < this.CollectionProtocolList[collectionNumber].Count; i++)
{
DateTime dt = DateTime.Now;
switch (this.CollectionProtocolList[collectionNumber][i])
{
case "STX":
sb.Append((char)0x02);
break;
case "ETX":
sb.Append((char)0x03);
break;
case "CR":
sb.Append((char)0x0D);
break;
case "LF":
sb.Append((char)0x0A);
break;
case "ESC":
sb.Append((char)0x1B);
break;
case "Date[8]":
sb.Append(string.Format("{0:yyyyMMdd}", dt));
break;
case "Time[8]":
sb.Append(string.Format("{0:HH:mm:ss}", dt));
break;
case "Grade[1]":
switch(this.ParentForm.ParentForm.CurrentWeightData.JudgmentStatus)
{
case Define.E_JudgmentStatus.Empty:
break;
case Define.E_JudgmentStatus.Under:
sb.Append("U");
break;
case Define.E_JudgmentStatus.Pass:
sb.Append("P");
break;
case Define.E_JudgmentStatus.Over:
sb.Append("O");
break;
case Define.E_JudgmentStatus.Double:
sb.Append("D");
break;
case Define.E_JudgmentStatus.Metal:
sb.Append("M");
break;
case Define.E_JudgmentStatus.ExNg:
sb.Append("E");
break;
default:
sb.Append("E");
break;
}
break;
case "No[4]":
sValue = string.Format("{0:0000}", this.ParentForm.ParentForm.SystemConfig1.ProductNumber);
sb.Append(sValue);
break;
case "ID[5]":
sValue = string.Format("{0:000}", this.ParentForm.ParentForm.SystemConfig1.EquipmentID);
sb.Append("IN" + sValue);
break;
case "Sign[1]":
dTemp = double.Parse(this.ParentForm.ParentForm.CurrentProductItem.PassRange)
- this.ParentForm.ParentForm.CurrentWeightData.Weight;
if(dTemp < 0)
sb.Append("-");
else
sb.Append(" ");
break;
case "Weight[6]":
sb.Append(string.Format("{0:0000.0}", this.ParentForm.ParentForm.CurrentWeightData.Weight));
break;
case "Checksum[2]":
sb.Append(this.Checksumcalculator(sb.ToString()));
break;
case "Gap[6]":
dTemp = double.Parse(this.ParentForm.ParentForm.CurrentProductItem.PassRange)
- this.ParentForm.ParentForm.CurrentWeightData.Weight;
sb.Append(string.Format("{0:0000.0}", dTemp));
break;
case "Under range[7]":
sb.Append(Helper.StringZeroFillDigits7(Helper.StringToDecimalPlaces(this.ParentForm.ParentForm.CurrentProductItem.UnderRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces)));
break;
case "Pass range[7]":
sb.Append(Helper.StringZeroFillDigits7(Helper.StringToDecimalPlaces(this.ParentForm.ParentForm.CurrentProductItem.PassRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces)));
break;
case "Over range[7]":
sb.Append(Helper.StringZeroFillDigits7(Helper.StringToDecimalPlaces(this.ParentForm.ParentForm.CurrentProductItem.OverRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces)));
break;
case "Under Count[7]":
sb.Append(string.Format("{0:0000000}", this.ParentForm.ParentForm.CurrentWeightData.UnderCount));
break;
case "Pass Count[7]":
sb.Append(string.Format("{0:0000000}", this.ParentForm.ParentForm.CurrentWeightData.PassCount));
break;
case "Over Count[7]":
sb.Append(string.Format("{0:0000000}", this.ParentForm.ParentForm.CurrentWeightData.OverCount));
break;
case "NG Count[7]":
sb.Append(string.Format("{0:0000000}", this.ParentForm.ParentForm.CurrentWeightData.ExNGCount));
break;
case "Total Count[9]":
sb.Append(string.Format("{0:000000000}", this.ParentForm.ParentForm.CurrentWeightData.TotalCount));
break;
default:
if (this.CollectionProtocolList[collectionNumber][i] != null && this.CollectionProtocolList[collectionNumber][i] != "")
{
string strTemp = this.CollectionProtocolList[collectionNumber][i];
int intTemp = Convert.ToInt32(strTemp, 16);
char temp = (char)intTemp;
sb.Append(temp);
}
break;
}
}
return sb.ToString();
}
#endregion
#region Event Handler
private void button_Click(object sender, EventArgs e)
{
SmartX.SmartButton button = sender as SmartX.SmartButton;
if (button == null)
return;
this.AddProtocolToLabelAndList(button.Text);
}
private void buttonCancel_Click(object sender, EventArgs e)
{
Define.E_MenuBottomConfiguration temp = this.ParentForm.CurrentConfigurationMenu();
switch (temp)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
if (this.ListUserDefinedProtocolCOM1.Count >= 1)
this.ListUserDefinedProtocolCOM1.RemoveAt(this.ListUserDefinedProtocolCOM1.Count - 1);
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
if (this.ListUserDefinedProtocolCOM3.Count >= 1)
this.ListUserDefinedProtocolCOM3.RemoveAt(this.ListUserDefinedProtocolCOM3.Count - 1);
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
if (this.ListUserDefinedProtocolCOM4.Count >= 1)
this.ListUserDefinedProtocolCOM4.RemoveAt(this.ListUserDefinedProtocolCOM4.Count - 1);
break;
default:
break;
}
this.labelWindow.Text = this.LabelWindowRefresh();
}
private void buttonClearAll_Click(object sender, EventArgs e)
{
Define.E_MenuBottomConfiguration temp = this.ParentForm.CurrentConfigurationMenu();
switch (temp)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
this.ListUserDefinedProtocolCOM1.Clear();
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
this.ListUserDefinedProtocolCOM3.Clear();
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
this.ListUserDefinedProtocolCOM4.Clear();
break;
default:
break;
}
this.labelWindow.Text = this.LabelWindowRefresh();
}
private void buttonDirectInput_Click(object sender, EventArgs e)
{
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
this.smartKeyboard.Location = new Point(9, 176);
this.smartKeyboard.Size = new Size(684, 274);
this.smartKeyboard.Hide();
this.smartKeyboard.TargetInputObject = this.textBox1;
this.smartKeyboard.Show();
this.textBox1.Select(this.textBox1.Text.Length, 0);
}
private void smartKeyboard_OnXKeyClick(object sender, EventArgs e)
{
this.smartKeyboard.Hide();
}
private void buttonSave_Click(object sender, EventArgs e)
{
Define.E_MenuBottomConfiguration temp = this.ParentForm.CurrentConfigurationMenu();
switch (temp)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM1 = this.labelWindow.Text;
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM3 = this.labelWindow.Text;
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
this.ParentForm.ParentForm.SystemConfig1.UserDefineCOM4 = this.labelWindow.Text;
break;
default:
break;
}
this.ParentForm.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.ParentForm.SystemConfig1);
}
private void buttonEnter_Click(object sender, EventArgs e)
{
if (this.textBox1.Text.Length != 4 || this.textBox1.Text.StartsWith("0x") == false)
{
MessageBox.Show("0x로 시작하고, 총 길이는 4여야 합니다");
this.textBox1.Text = "0x";
return;
}
else
{
string temp = this.textBox1.Text;
if (this.labelWindow.Text.Length == 0)
this.labelWindow.Text += temp;
else
this.labelWindow.Text += "," + temp;
Define.E_MenuBottomConfiguration temp2 = this.ParentForm.CurrentConfigurationMenu();
switch (temp2)
{
case Define.E_MenuBottomConfiguration.SerialCOM1:
this.ListUserDefinedProtocolCOM1.Add(temp);
break;
case Define.E_MenuBottomConfiguration.SerialCOM3:
this.ListUserDefinedProtocolCOM3.Add(temp);
break;
case Define.E_MenuBottomConfiguration.SerialCOM4:
this.ListUserDefinedProtocolCOM4.Add(temp);
break;
default:
break;
}
}
}
#endregion
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,232 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="smartGroupBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAsYAAAD9CAYAAAC/SrHyAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOwgAADsIBFShKgAAADXJJREFUeF7t3c9rXOUa
wHFBhG5cZOvCloAUoSBSENz5i+KqKBgQRESEIKK4cOGmKK5MQYqKm2y8IuIi4E5FdCFFKC4ColAoYv6F
/AvnPs/ceb1PxzeTSSczc2/n88CHpGfOOZnuvry8c+ae5/91Y2gefPDBuT300EPD9vb28MUXXwzXr18f
/vrrLwAAmNvPP/88asxXX3112Nzc7LboSdUWPtUwfu2114Zff/11uHr16nDp0qXh7Nmzwz333AMAAHPL
GM7GvHbt2nDjxo3h5Zdf7jbpSdQWPpUwzjf58ccfDx999NHw6KOPdv8jAABwWh5//PHhs88+G/XnuXPn
uo06i9rCpxLGn3766XDlypXumwYAgEW49957h/fff3+0W6HXqLOoLTx3GL/++uvDhx9+2H2zAACwSPfd
d9/wySefDK+88kq3VY9TW3iuMD5//vxoT/GFCxe6bxQAABbtscceG3755Zc7+kBebeG5wjifPpFL1703
CAAAy5IfyMunVfSadZrawnOF8VdffTU8+eST3TcHAADLcvny5WF3d7fbrNPUFp4rjPMxGQ888ED3zQEA
wLLkNop8znGvWaepLTxXGN+6dWu04bn35gAAYFnOnDkz3Lx5s9us09QWvuMwfvjhh4fffvut+8YAAGDZ
8tvxet06TW1hYQwAwF1BGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYA
ABCEMQAABGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCE
MQAABGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAA
BGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAABGEM
AABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAABGEMAABB
GAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAABGEMAABBGAMA
QBDGAAAQhPHYxsbGsL29Pezt7Q37+/tDnZ9++mnY3d0dtra2utfOo827777bfR0AgOUQxuGZZ54ZDg8P
x4n6n8kYTpORnP/OiO7dZ9apEdxGGAMArNbah/Hm5ubfUZw/c9W4d06Ga5uM48lzUovpps3BwcFtx+vf
aCOMAQBWa+3DOLdItLl48WL3nKbGca4y986p2kyL3jbCGABgtdY+jNvK7lGrwFXGcJtZQraNMAYA+N+3
9mGcH7Zrc9Te4Sa3QLSZ5YN4bWr0ZlxXbYQxAMBqrX0Y1zjNVePcT9w7L0O47kU+LqLrfXNVuh0/aoQx
AMBqrX0Yp4zSOhnIOzs7o+O5Bzk/PNcmo/i4vcip3jOvacfrh/DaNo4cYQwAsFrCeCxXeCcjuE7Gcsbr
cSvFTZ5fJ+/fO6+NMAYAWC1hfITcUpExO2sIV3UbRZu6naJqI4wBAFZrbcM4t0NkwM6rF85ttTi3UNQt
Fb34bSOMAQBWa23DuO7vnWcyjut963OR25Mr6t+a/AKRNsIYAGC11jaMM1AzRqs2Gbf1eAvb3H9cj6f6
FIsaxfl7O56rynXPcV7XXmtTjwEAsHz2GBdtJleBM1pzjtonnOFbV4Uzgnvn9OK4jTAGAFgtYVy0uZMw
btFbV4on5Xn5GLjUjrURxgAAqyWMizYnDeOU0Tt53SzaCGMAgNUSxkWbOwnjO9VGGAMArJYwLtoIYwCA
9SOMiwzfNPmVz8IYAODuJ4wBACAIYwAACMIYAACCMAYAgCCMAQAgCGMAAAjCGAAAgjAeyy/1aHMnX+1c
5fOOc6Y99zj/xt7e3t/PTk7b29vdc9v9POsYAGBx7towbl/Kcdy0848K43p8lslrWsjmz3afand3d/R6
b/b394eNjY3bzhfGAACLtxZhnGF5lHb+UWGc34KX5x0cHIxf/e/9MmLb1Pvlz3as3aep7ysDeXNz8x/H
J69r9xPGAACLsxZh3Ht90lFh3PTuV6+p504L4xbYx0Vz/VpqYQwAsHjCeGwZYZyrw216+4nr6zWChTEA
wOIJ47FlhPFxfyO1EcYAAMsljMcWEcZ18vr8UF2bXuTm9ok29XVhDACweMJ4bBlhnK+1D+wdHh7+4+kT
+fi2Nu1DeUkYAwAsnjAeW0QY5896PNVr8oN4udd4a2vrtije2dm57RphDACweMJ4bFlhnDKGc8W4N5NR
nIQxAMDiCeOxZYZxym0UGch536Zun6iEMQDA4q19GGegZuBmpLaZNYzrNfXcWcL4JIQxAMDirUUY5+9N
RmZTp/67hnFubcjXet98N3lscntEHqvvqcqobvfpvV7lOTnCGABgcdYijI+aDNuMzozfen4N4xals0y7
XwvkadFb/17v9UoYAwAs3l0bxrlfNwN30uQj0pp8rU3+3jtnVi1kTyuMAQBYvLs2jE9KGAMArDdhPCaM
AQDWmzAeW2UYn2R69wIAYH7CeGzZYZx/I18/qd69AACYnzAGAIAgjAEAIAhjAAAIwhgAAIIwBgCAIIwB
ACAI42JnZ2f0SLT82Xs9tecP9x6dlo9gm0W9ps3kcQAAlksYFxm7OdOeFzwtjGed3jXCGABgtYRxMW8Y
52vN7u7u6Lyc/L2+Vq9pI4wBAFZLGBeHh4fjTP3vqm6L5cmZFs8pQ7fNtOhtI4wBAFZLGI/VkM1pK7tt
33FzcHAwev24MM7r29RV4nqv1EYYAwCsljAOGxsbfwdvm1w9vnjx4j/ObcF7XBjX6M17t+NHjTAGAFit
tQ/jjOL9/f1xng7D9vb231sq8ufW1tZt588SxpOrzzl11bhqI4wBAFZrrcM4Y7SuFGcU5/FcKa6xnBHc
wvW4MM5rW1jnPeqH8Hpx3EYYAwCs1tqGce4dbtNbGU4Zsi1y27aKaWGccVtXm9s1NY5rZKc2whgAYLXW
NoxzC0UGa8rfe+ekfK3uNe6F8ebm5ujfbWoU1+taNOdKcjveRhgDAKyWD9+FjN8M05OYDN+2KjwttPN4
BnKGdDvWJu9ZzwUAYLmEccgoPekctcd4UgZ07l3OIK7yWAZy+3eNZQAAlk8Yh5OsGLcP5R0XxvXcaZP3
mVx9BgBg+YTxCbW9xNPCOD/I1yb3FecH/TKUM8BzZTh/rx/Iy3OsGAMArJYwDrlie9KZFsYtnjN4j9pv
nOrfzXjunQMAwHII45AruG0yaute4KO0Zx73tJkWz82sXzENAMBiCeNQwzijt3fOSezt7Y3u1XtsW5Vx
3caKMQDAagnjUMM4V3Bz9XYWR0VvHm/PLM7J/cQZwfl3UsZ3Xt8mP6Q3bcsFAACLJ4xDfvBtMnpnMW01
OO+ZQVwDeXLytYxkUQwAsHrCeAkyoNtqcTMtqgEAWD5hDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBA
EMYAABCEMQAABGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYA
ABCEMQAABGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCE
MQAABGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAA
BGEMAABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAABGEM
AABBGAMAQBDGAAAQhDEAAARhDAAAQRgDAEAQxgAAEIQxAAAEYQwAAEEYAwBAEMYAABCEMQAABGEMAABB
GAMAQFhZGJ8/f374448/um8KAACWbWVhnG7evDmcOXOm+8YAAGBZ7r///uH333/vNus0tYXnCuPr168P
Z8+e7b45AABYltzN8OOPP3abdZrawnOF8e7u7nD58uXumwMAgGV56aWXhmvXrnWbdZrawnOF8YsvvjiK
496bAwCAZfn888+HF154odus09QWniuMz507N/zwww/DpUuXum8QAAAW7bnnnhu+/fbbbq8ep7bwXGGc
nn/++eHPP/+01xgAgKXLRwjfunVrePbZZ7utepzawnOHcXrnnXeGDz74YLTpufeGAQDgtD3yyCPD1atX
hzfeeKPbqLOoLXwqYZzefPPNUa3nvuPeGwcAgNOSzZntub293W3TWdUWPrUwTk899dTwzTffDN99993w
1ltvDU8//fRw4cIFAACYW7bl22+/PWrNr7/+etSevSY9idrCpxrGzRNPPDG89957w5dffjl8//33AAAw
t2zLK1eujFqz16B3orbwQsIYAAD+H9QWFsYAAKyt2sLCGACAtVVbWBgDALC2agsLYwAA1lZtYWEMAMDa
qi0sjAEAWFu1hYUxAABrq7awMAYAYG3VFhbGAACsrdrCwhgAgLVVW1gYAwCwtmoL3xbGAACwroQxAAAE
YQwAAP+6MfwbBBD5IiEPji0AAAAASUVORK5CYII=
</value>
</data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
</root>

View File

@ -25,8 +25,8 @@ namespace ITC81DB_2H.Forms
public partial class FormMain : Form
{
#region Field
public static string DisplayVersion = "3.4.0";
public static string ReleaseDate = "2025.05.30";
public static string DisplayVersion = "3.4.2";
public static string ReleaseDate = "2025.11.11";
private SmartSplash SmartSplashProgramLoad;
public bool IsCommunicationLogOpen;

View File

@ -123,6 +123,9 @@ namespace ITC81DB_2H.Forms
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuEquipmentUp));
this.buttonLog.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuLogDisable));
this.buttonLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuLogDown));
this.buttonLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuLogUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engFormMenuInformationUp));
@ -143,6 +146,9 @@ namespace ITC81DB_2H.Forms
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuEquipmentUp));
this.buttonLog.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuLogDisable));
this.buttonLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuLogDown));
this.buttonLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuLogUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnFormMenuInformationUp));
@ -166,6 +172,9 @@ namespace ITC81DB_2H.Forms
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuEquipmentUp));
this.buttonLog.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuLogDisable));
this.buttonLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuLogDown));
this.buttonLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuLogUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusFormMenuInformationUp));
@ -186,6 +195,9 @@ namespace ITC81DB_2H.Forms
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuEquipmentUp));
this.buttonLog.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuLogDisable));
this.buttonLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuLogDown));
this.buttonLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuLogUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerFormMenuInformationUp));
@ -206,6 +218,9 @@ namespace ITC81DB_2H.Forms
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuEquipmentDisable));
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuEquipmentDown));
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuEquipmentUp));
this.buttonLog.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuLogDisable));
this.buttonLog.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuLogDown));
this.buttonLog.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuLogUp));
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuInformationDisable));
this.buttonInformation.DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuInformationDown));
this.buttonInformation.UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.korFormMenuInformationUp));

View File

@ -204,12 +204,6 @@
<Compile Include="Controls\Etc\ControlConfiSerialMarkoPrint.Designer.cs">
<DependentUpon>ControlConfiSerialMarkoPrint.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Etc\ControlConfiSerialUserDefine.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Etc\ControlConfiSerialUserDefine.designer.cs">
<DependentUpon>ControlConfiSerialUserDefine.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Etc\ControlConfiOptionBoard1.cs">
<SubType>UserControl</SubType>
</Compile>
@ -683,10 +677,6 @@
<DependentUpon>ControlConfiSerialMarkoPrint.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Etc\ControlConfiSerialUserDefine.resx">
<DependentUpon>ControlConfiSerialUserDefine.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Etc\ControlConfiOptionBoard1.resx">
<DependentUpon>ControlConfiOptionBoard1.cs</DependentUpon>
<SubType>Designer</SubType>

View File

@ -13,6 +13,13 @@
기본형 컨베어 고정밀센서 계량기
*/
@ Ver 3.4.2 by CJY
- 2025.11.11
- Ver 3.4.1 Modify
- (버그수정)영문 변경 시 반영 안되는 버그들 수정
- 기능설정 - 릴레이 On 시간 삭제
- 판정설정 그래프 개수부분 반영
@ Ver 3.4.1 by CJY
- 2025.07.08
- Ver 3.4.0 Modify

View File

@ -131,7 +131,6 @@ D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.ControlConfiMULTiJET.
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.ControlConfiSerialBarcode.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.ControlConfiSerialHitachi.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.ControlConfiSerialMarkoPrint.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.ControlConfiSerialUserDefine.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.Controls.ControlConfiOptionBoard1.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.Controls.ControlConfiOptionBoard2.resources
D:\Laboratory\ITC81DB_2H\ITC81DB_2H\obj\Release\ITC81DB_2H.Controls.ControlMainDisplayAlarm.resources

View File

@ -71,6 +71,9 @@ namespace ITC81DB_2H_ImageDll
chnFormMenuInformationDisable,
chnFormMenuInformationDown,
chnFormMenuInformationUp,
chnFormMenuLogDisable,
chnFormMenuLogDown,
chnFormMenuLogUp,
chnFormMenuSystemDisable,
chnFormMenuSystemDown,
chnFormMenuSystemUp,
@ -300,6 +303,9 @@ namespace ITC81DB_2H_ImageDll
engFormMenuInformationDisable,
engFormMenuInformationDown,
engFormMenuInformationUp,
engFormMenuLogDisable,
engFormMenuLogDown,
engFormMenuLogUp,
engFormMenuSystemDisable,
engFormMenuSystemDown,
engFormMenuSystemUp,
@ -545,6 +551,9 @@ namespace ITC81DB_2H_ImageDll
gerFormMenuInformationDisable,
gerFormMenuInformationDown,
gerFormMenuInformationUp,
gerFormMenuLogDisable,
gerFormMenuLogDown,
gerFormMenuLogUp,
gerFormMenuSystemDisable,
gerFormMenuSystemDown,
gerFormMenuSystemUp,
@ -770,6 +779,9 @@ namespace ITC81DB_2H_ImageDll
korFormMenuInformationDisable,
korFormMenuInformationDown,
korFormMenuInformationUp,
korFormMenuLogDisable,
korFormMenuLogDown,
korFormMenuLogUp,
korFormMenuSystemDisable,
korFormMenuSystemDown,
korFormMenuSystemUp,
@ -975,6 +987,9 @@ namespace ITC81DB_2H_ImageDll
rusFormMenuInformationDisable,
rusFormMenuInformationDown,
rusFormMenuInformationUp,
rusFormMenuLogDisable,
rusFormMenuLogDown,
rusFormMenuLogUp,
rusFormMenuSystemDisable,
rusFormMenuSystemDown,
rusFormMenuSystemUp,
@ -1314,6 +1329,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.chnFormMenuInformationUp:
bt = new Bitmap(Resource1.chnFormMenuInformationUp);
break;
case ButtonImages.chnFormMenuLogDisable:
bt = new Bitmap(Resource1.chnFormMenuLogDisable);
break;
case ButtonImages.chnFormMenuLogDown:
bt = new Bitmap(Resource1.chnFormMenuLogDown);
break;
case ButtonImages.chnFormMenuLogUp:
bt = new Bitmap(Resource1.chnFormMenuLogUp);
break;
case ButtonImages.chnFormMenuSystemDisable:
bt = new Bitmap(Resource1.chnFormMenuSystemDisable);
break;
@ -1512,15 +1536,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.chnHelpLogInspectionUp:
bt = new Bitmap(Resource1.chnHelpLogJudgmentUp);
break;
//case ButtonImages.chnHelpLogOthersDisable:
// bt = new Bitmap(Resource1.chnHelpLogOthersDisable);
// break;
//case ButtonImages.chnHelpLogOthersDown:
// bt = new Bitmap(Resource1.chnHelpLogOthersDown);
// break;
//case ButtonImages.chnHelpLogOthersUp:
// bt = new Bitmap(Resource1.chnHelpLogOthersUp);
// break;
case ButtonImages.chnHelpLogOthersDisable:
bt = new Bitmap(Resource1.chnHelpLogOthersDisable);
break;
case ButtonImages.chnHelpLogOthersDown:
bt = new Bitmap(Resource1.chnHelpLogOthersDown);
break;
case ButtonImages.chnHelpLogOthersUp:
bt = new Bitmap(Resource1.chnHelpLogOthersUp);
break;
case ButtonImages.chnHelpOptionBoardDisable:
bt = new Bitmap(Resource1.chnHelpOptionBoardDisable);
break;
@ -1812,9 +1836,6 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.engBackgroundRandomMode:
bt = new Bitmap(Resource1.engBackgroundRandomMode);
break;
case ButtonImages.engBackgroundSerial:
bt = new Bitmap(Resource1.engBackgroundSerial);
break;
case ButtonImages.engBackgroundSerialSaparate:
bt = new Bitmap(Resource1.engBackgroundSerialSaperate);
break;
@ -1989,6 +2010,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.engFormMenuInformationUp:
bt = new Bitmap(Resource1.engFormMenuInformationUp);
break;
case ButtonImages.engFormMenuLogDisable:
bt = new Bitmap(Resource1.engFormMenuLogDisable);
break;
case ButtonImages.engFormMenuLogDown:
bt = new Bitmap(Resource1.engFormMenuLogDown);
break;
case ButtonImages.engFormMenuLogUp:
bt = new Bitmap(Resource1.engFormMenuLogUp);
break;
case ButtonImages.engFormMenuSystemDisable:
bt = new Bitmap(Resource1.engFormMenuSystemDisable);
break;
@ -2196,15 +2226,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.engHelpLogInspectionUp:
bt = new Bitmap(Resource1.engHelpLogJudgmentUp);
break;
//case ButtonImages.engHelpLogOthersDisable:
// bt = new Bitmap(Resource1.engHelpLogOthersDisable);
// break;
//case ButtonImages.engHelpLogOthersDown:
// bt = new Bitmap(Resource1.engHelpLogOthersDown);
// break;
//case ButtonImages.engHelpLogOthersUp:
// bt = new Bitmap(Resource1.engHelpLogOthersUp);
// break;
case ButtonImages.engHelpLogOthersDisable:
bt = new Bitmap(Resource1.engHelpLogOthersDisable);
break;
case ButtonImages.engHelpLogOthersDown:
bt = new Bitmap(Resource1.engHelpLogOthersDown);
break;
case ButtonImages.engHelpLogOthersUp:
bt = new Bitmap(Resource1.engHelpLogOthersUp);
break;
case ButtonImages.engHelpOptionBoardDisable:
bt = new Bitmap(Resource1.engHelpOptionBoardDisable);
break;
@ -2667,6 +2697,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.gerFormMenuInformationUp:
bt = new Bitmap(Resource1.gerFormMenuInformationUp);
break;
case ButtonImages.gerFormMenuLogDisable:
bt = new Bitmap(Resource1.gerFormMenuLogDisable);
break;
case ButtonImages.gerFormMenuLogDown:
bt = new Bitmap(Resource1.gerFormMenuLogDown);
break;
case ButtonImages.gerFormMenuLogUp:
bt = new Bitmap(Resource1.gerFormMenuLogUp);
break;
case ButtonImages.gerFormMenuSystemDisable:
bt = new Bitmap(Resource1.gerFormMenuSystemDisable);
break;
@ -2838,33 +2877,33 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.gerHelpJudgmentUp:
bt = new Bitmap(Resource1.gerHelpJudgmentUp);
break;
//case ButtonImages.gerHelpLogHistoryDisable:
// bt = new Bitmap(Resource1.gerHelpLogHistoryDisable);
// break;
//case ButtonImages.gerHelpLogHistoryDown:
// bt = new Bitmap(Resource1.gerHelpLogHistoryDown);
// break;
//case ButtonImages.gerHelpLogHistoryUp:
// bt = new Bitmap(Resource1.gerHelpLogHistoryUp);
// break;
//case ButtonImages.gerHelpLogInspectionDisable:
// bt = new Bitmap(Resource1.gerHelpLogJudgmentDisable);
// break;
//case ButtonImages.gerHelpLogInspectionDown:
// bt = new Bitmap(Resource1.gerHelpLogJudgmentDown);
// break;
//case ButtonImages.gerHelpLogInspectionUp:
// bt = new Bitmap(Resource1.gerHelpLogJudgmentUp);
// break;
//case ButtonImages.gerHelpLogOthersDisable:
// bt = new Bitmap(Resource1.gerHelpLogOthersDisable);
// break;
//case ButtonImages.gerHelpLogOthersDown:
// bt = new Bitmap(Resource1.gerHelpLogOthersDown);
// break;
//case ButtonImages.gerHelpLogOthersUp:
// bt = new Bitmap(Resource1.gerHelpLogOthersUp);
// break;
case ButtonImages.gerHelpLogHistoryDisable:
bt = new Bitmap(Resource1.gerHelpLogHistoryDisable);
break;
case ButtonImages.gerHelpLogHistoryDown:
bt = new Bitmap(Resource1.gerHelpLogHistoryDown);
break;
case ButtonImages.gerHelpLogHistoryUp:
bt = new Bitmap(Resource1.gerHelpLogHistoryUp);
break;
case ButtonImages.gerHelpLogInspectionDisable:
bt = new Bitmap(Resource1.gerHelpLogJudgmentDisable);
break;
case ButtonImages.gerHelpLogInspectionDown:
bt = new Bitmap(Resource1.gerHelpLogJudgmentDown);
break;
case ButtonImages.gerHelpLogInspectionUp:
bt = new Bitmap(Resource1.gerHelpLogJudgmentUp);
break;
case ButtonImages.gerHelpLogOthersDisable:
bt = new Bitmap(Resource1.gerHelpLogOthersDisable);
break;
case ButtonImages.gerHelpLogOthersDown:
bt = new Bitmap(Resource1.gerHelpLogOthersDown);
break;
case ButtonImages.gerHelpLogOthersUp:
bt = new Bitmap(Resource1.gerHelpLogOthersUp);
break;
case ButtonImages.gerHelpOptionBoardDisable:
bt = new Bitmap(Resource1.gerHelpOptionBoardDisable);
break;
@ -3324,6 +3363,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.korFormMenuInformationUp:
bt = new Bitmap(Resource1.korFormMenuInformationUp);
break;
case ButtonImages.korFormMenuLogDisable:
bt = new Bitmap(Resource1.korFormMenuLogDisable);
break;
case ButtonImages.korFormMenuLogDown:
bt = new Bitmap(Resource1.korFormMenuLogDown);
break;
case ButtonImages.korFormMenuLogUp:
bt = new Bitmap(Resource1.korFormMenuLogUp);
break;
case ButtonImages.korFormMenuSystemDisable:
bt = new Bitmap(Resource1.korFormMenuSystemDisable);
break;
@ -3873,6 +3921,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.rusFormMenuInformationUp:
bt = new Bitmap(Resource1.rusFormMenuInformationUp);
break;
case ButtonImages.rusFormMenuLogDisable:
bt = new Bitmap(Resource1.rusFormMenuLogDisable);
break;
case ButtonImages.rusFormMenuLogDown:
bt = new Bitmap(Resource1.rusFormMenuLogDown);
break;
case ButtonImages.rusFormMenuLogUp:
bt = new Bitmap(Resource1.rusFormMenuLogUp);
break;
case ButtonImages.rusFormMenuSystemDisable:
bt = new Bitmap(Resource1.rusFormMenuSystemDisable);
break;
@ -4062,15 +4119,15 @@ namespace ITC81DB_2H_ImageDll
case ButtonImages.rusHelpLogInspectionUp:
bt = new Bitmap(Resource1.rusHelpLogJudgmentUp);
break;
//case ButtonImages.rusHelpLogOthersDisable:
// bt = new Bitmap(Resource1.rusHelpLogOthersDisable);
// break;
//case ButtonImages.rusHelpLogOthersDown:
// bt = new Bitmap(Resource1.rusHelpLogOthersDown);
// break;
//case ButtonImages.rusHelpLogOthersUp:
// bt = new Bitmap(Resource1.rusHelpLogOthersUp);
// break;
case ButtonImages.rusHelpLogOthersDisable:
bt = new Bitmap(Resource1.rusHelpLogOthersDisable);
break;
case ButtonImages.rusHelpLogOthersDown:
bt = new Bitmap(Resource1.rusHelpLogOthersDown);
break;
case ButtonImages.rusHelpLogOthersUp:
bt = new Bitmap(Resource1.rusHelpLogOthersUp);
break;
case ButtonImages.rusHelpOptionBoardDisable:
bt = new Bitmap(Resource1.rusHelpOptionBoardDisable);
break;

View File

@ -394,51 +394,6 @@
<ItemGroup>
<None Include="Resources\korFormMenuSystemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundCommunication.png" />
</ItemGroup>
@ -484,9 +439,6 @@
<ItemGroup>
<None Include="Resources\korHelpCalibrationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpDataBackupDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpDataBackupDown.png" />
</ItemGroup>
@ -499,9 +451,6 @@
<ItemGroup>
<None Include="Resources\korHelpDataStatisticsUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEquipmentTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEquipmentTestDown.png" />
</ItemGroup>
@ -550,18 +499,12 @@
<ItemGroup>
<None Include="Resources\korHelpOptionBoardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialDown.png" />
</ItemGroup>
@ -592,108 +535,72 @@
<ItemGroup>
<None Include="Resources\korHelpUserUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpASDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpASDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpASUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpAutoZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpAutoZeroDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpAutoZeroUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCalibrationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCalibrationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCalibrationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataBackupDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataBackupDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataBackupUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEquipmentTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEquipmentTestDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEquipmentTestUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpExternalOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpExternalOutputDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpExternalOutputUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpFunctionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpFunctionDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpFunctionUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInformationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInformationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpIOTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpIOTestDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpIOTestUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpItemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpItemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpItemUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpOptionBoardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpOptionBoardDown.png" />
</ItemGroup>
@ -718,9 +625,6 @@
<ItemGroup>
<None Include="Resources\engHelpSerialUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSorterDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSorterDown.png" />
</ItemGroup>
@ -736,27 +640,18 @@
<ItemGroup>
<None Include="Resources\engHelpSystemBackupUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpTimeDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpTimeDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpTimeUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUpdateDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUpdateDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUpdateUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUserDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUserDown.png" />
</ItemGroup>
@ -766,18 +661,12 @@
<ItemGroup>
<None Include="Resources\engHelpInitializationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataStatisticsDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataStatisticsDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataStatisticsUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInitializationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInitializationDown.png" />
</ItemGroup>
@ -808,9 +697,6 @@
<ItemGroup>
<None Include="Resources\korHelpEthernetUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEthernetDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEthernetDown.png" />
</ItemGroup>
@ -1333,27 +1219,18 @@
<ItemGroup>
<None Include="Resources\engHelpSerialCOM4Up.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM1Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM1Down.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM1Up.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM3Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM3Down.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM3Up.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM4Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM4Down.png" />
</ItemGroup>
@ -1480,9 +1357,6 @@
<ItemGroup>
<None Include="Resources\korHelpCountingOutputUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpCountingOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpCountingOutputDown.png" />
</ItemGroup>
@ -1492,9 +1366,6 @@
<ItemGroup>
<None Include="Resources\engHelpCountingOutputUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCountingOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpCountingOutputDisable.png" />
</ItemGroup>
@ -1525,9 +1396,6 @@
<ItemGroup>
<None Include="Resources\engHelpEngineerUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEngineerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEngineerDown.png" />
</ItemGroup>
@ -2710,12 +2578,6 @@
<ItemGroup>
<None Include="Resources\korHelpJudgmentManualUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentManualDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentAutoDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentAutoDown.png" />
</ItemGroup>
@ -2752,18 +2614,12 @@
<ItemGroup>
<None Include="Resources\engHelpJudgmentManualUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentAutoDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentAutoDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentAutoUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentManualDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusHelpJudgmentManualDown.png" />
</ItemGroup>
@ -2854,9 +2710,6 @@
<ItemGroup>
<None Include="Resources\rusBackgroundCalibration.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engBackgroundCalibration.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundCalibration.png" />
</ItemGroup>
@ -3181,60 +3034,18 @@
<ItemGroup>
<None Include="Resources\gerFormMainLoginChangeUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusHelpLogHistoryDisable.png" />
</ItemGroup>
@ -3316,78 +3127,6 @@
<ItemGroup>
<None Include="Resources\korFormMainDisplayClearDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpUpdateDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpUserDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpASDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpAutoZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpCalibrationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpDataStatisticsDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEngineerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEthernetDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpExternalOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpFunctionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpInitializationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpIOTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpItemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM1Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM3Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM4Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSorterDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpTimeDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionBoardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpExternalOutputUp.png" />
</ItemGroup>
@ -3427,6 +3166,402 @@
<ItemGroup>
<None Include="Resources\engBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\spnFormMenuLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuLogDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuLogUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormMenuLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusFormMenuLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusFormMenuLogDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusFormMenuLogUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerFormMenuLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerFormMenuLogDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerFormMenuLogUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\spnFormMenuLogDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\spnFormMenuLogUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogJudgmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogJudgmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpManufacturerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpManufacturerDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpManufacturerUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusHelpLogOthersDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusHelpLogOthersUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogHistoryDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerHelpLogHistoryUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuConfigUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuDefaultUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuEquipmentUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuInformationUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuLogDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuLogUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engFormMenuSystemUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engBackgroundCalibration.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpASDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpAutoZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpCalibrationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpCountingOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpDataBackupDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpDataStatisticsDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEngineerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEquipmentTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpEthernetDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpExternalInputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpExternalOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpFunctionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpInitializationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpIOTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpItemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentAutoDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpJudgmentManualDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpManufacturerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpMyPageDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionBoardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpOptionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM1Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM3Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialCOM4Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSerialDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpServoDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSorterDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpSystemLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpTimeDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpUpdateDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korHelpUserDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpExternalInputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpExternalOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpFunctionDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInformationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpInitializationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpIOTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpItemDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentAutoDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpJudgmentManualDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogHistoryDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogJudgmentDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpLogOthersDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpManufacturerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpMyPageDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpOptionBoardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM1Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM3Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSerialCOM4Disable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSorterDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpSystemLogDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpTimeDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUpdateDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpUserDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpASDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpAutoZeroDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCalibrationDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpCountingOutputDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataBackupDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpDataStatisticsDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEngineerDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEquipmentTestDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engHelpEthernetDisable.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>

View File

@ -519,6 +519,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap chnFormMenuLogDisable {
get {
object obj = ResourceManager.GetObject("chnFormMenuLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnFormMenuLogDown {
get {
object obj = ResourceManager.GetObject("chnFormMenuLogDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnFormMenuLogUp {
get {
object obj = ResourceManager.GetObject("chnFormMenuLogUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnFormMenuSystemDisable {
get {
object obj = ResourceManager.GetObject("chnFormMenuSystemDisable", resourceCulture);
@ -981,6 +1002,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap chnHelpLogOthersDisable {
get {
object obj = ResourceManager.GetObject("chnHelpLogOthersDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnHelpLogOthersDown {
get {
object obj = ResourceManager.GetObject("chnHelpLogOthersDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnHelpLogOthersUp {
get {
object obj = ResourceManager.GetObject("chnHelpLogOthersUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnHelpOptionBoardDisable {
get {
object obj = ResourceManager.GetObject("chnHelpOptionBoardDisable", resourceCulture);
@ -1639,13 +1681,6 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap engBackgroundSerial {
get {
object obj = ResourceManager.GetObject("engBackgroundSerial", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engBackgroundSerialSaperate {
get {
object obj = ResourceManager.GetObject("engBackgroundSerialSaperate", resourceCulture);
@ -2052,6 +2087,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap engFormMenuLogDisable {
get {
object obj = ResourceManager.GetObject("engFormMenuLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMenuLogDown {
get {
object obj = ResourceManager.GetObject("engFormMenuLogDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMenuLogUp {
get {
object obj = ResourceManager.GetObject("engFormMenuLogUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engFormMenuSystemDisable {
get {
object obj = ResourceManager.GetObject("engFormMenuSystemDisable", resourceCulture);
@ -2304,6 +2360,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap engHelpExternalInputDisable {
get {
object obj = ResourceManager.GetObject("engHelpExternalInputDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpExternalOutputDisable {
get {
object obj = ResourceManager.GetObject("engHelpExternalOutputDisable", resourceCulture);
@ -2535,6 +2598,41 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap engHelpLogOthersDisable {
get {
object obj = ResourceManager.GetObject("engHelpLogOthersDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpLogOthersDown {
get {
object obj = ResourceManager.GetObject("engHelpLogOthersDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpLogOthersUp {
get {
object obj = ResourceManager.GetObject("engHelpLogOthersUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpManufacturerDisable {
get {
object obj = ResourceManager.GetObject("engHelpManufacturerDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpMyPageDisable {
get {
object obj = ResourceManager.GetObject("engHelpMyPageDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpOptionBoardDisable {
get {
object obj = ResourceManager.GetObject("engHelpOptionBoardDisable", resourceCulture);
@ -2703,6 +2801,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap engHelpSystemLogDisable {
get {
object obj = ResourceManager.GetObject("engHelpSystemLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap engHelpTimeDisable {
get {
object obj = ResourceManager.GetObject("engHelpTimeDisable", resourceCulture);
@ -3655,6 +3760,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap gerFormMenuLogDisable {
get {
object obj = ResourceManager.GetObject("gerFormMenuLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerFormMenuLogDown {
get {
object obj = ResourceManager.GetObject("gerFormMenuLogDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerFormMenuLogUp {
get {
object obj = ResourceManager.GetObject("gerFormMenuLogUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerFormMenuSystemDisable {
get {
object obj = ResourceManager.GetObject("gerFormMenuSystemDisable", resourceCulture);
@ -4054,6 +4180,90 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap gerHelpLogHistoryDisable {
get {
object obj = ResourceManager.GetObject("gerHelpLogHistoryDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogHistoryDown {
get {
object obj = ResourceManager.GetObject("gerHelpLogHistoryDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogHistoryUp {
get {
object obj = ResourceManager.GetObject("gerHelpLogHistoryUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogJudgmentDisable {
get {
object obj = ResourceManager.GetObject("gerHelpLogJudgmentDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogJudgmentDown {
get {
object obj = ResourceManager.GetObject("gerHelpLogJudgmentDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogJudgmentUp {
get {
object obj = ResourceManager.GetObject("gerHelpLogJudgmentUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogOthersDisable {
get {
object obj = ResourceManager.GetObject("gerHelpLogOthersDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogOthersDown {
get {
object obj = ResourceManager.GetObject("gerHelpLogOthersDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpLogOthersUp {
get {
object obj = ResourceManager.GetObject("gerHelpLogOthersUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpManufacturerDisable {
get {
object obj = ResourceManager.GetObject("gerHelpManufacturerDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpManufacturerDown {
get {
object obj = ResourceManager.GetObject("gerHelpManufacturerDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpManufacturerUp {
get {
object obj = ResourceManager.GetObject("gerHelpManufacturerUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap gerHelpOptionBoardDisable {
get {
object obj = ResourceManager.GetObject("gerHelpOptionBoardDisable", resourceCulture);
@ -5146,6 +5356,20 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korFormMenuLogDown {
get {
object obj = ResourceManager.GetObject("korFormMenuLogDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korFormMenuLogUp {
get {
object obj = ResourceManager.GetObject("korFormMenuLogUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korFormMenuSystemDisable {
get {
object obj = ResourceManager.GetObject("korFormMenuSystemDisable", resourceCulture);
@ -5251,6 +5475,20 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpCountingOutputDisable {
get {
object obj = ResourceManager.GetObject("korHelpCountingOutputDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpDataBackupDisable {
get {
object obj = ResourceManager.GetObject("korHelpDataBackupDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpDataStatisticsDisable {
get {
object obj = ResourceManager.GetObject("korHelpDataStatisticsDisable", resourceCulture);
@ -5293,6 +5531,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpEquipmentTestDisable {
get {
object obj = ResourceManager.GetObject("korHelpEquipmentTestDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpEthernetDisable {
get {
object obj = ResourceManager.GetObject("korHelpEthernetDisable", resourceCulture);
@ -5314,6 +5559,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpExternalInputDisable {
get {
object obj = ResourceManager.GetObject("korHelpExternalInputDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpExternalOutputDisable {
get {
object obj = ResourceManager.GetObject("korHelpExternalOutputDisable", resourceCulture);
@ -5440,6 +5692,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpJudgmentAutoDisable {
get {
object obj = ResourceManager.GetObject("korHelpJudgmentAutoDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpJudgmentDisable {
get {
object obj = ResourceManager.GetObject("korHelpJudgmentDisable", resourceCulture);
@ -5454,6 +5713,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpJudgmentManualDisable {
get {
object obj = ResourceManager.GetObject("korHelpJudgmentManualDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpJudgmentUp {
get {
object obj = ResourceManager.GetObject("korHelpJudgmentUp", resourceCulture);
@ -5524,6 +5790,20 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpManufacturerDisable {
get {
object obj = ResourceManager.GetObject("korHelpManufacturerDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpMyPageDisable {
get {
object obj = ResourceManager.GetObject("korHelpMyPageDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpOptionBoardDisable {
get {
object obj = ResourceManager.GetObject("korHelpOptionBoardDisable", resourceCulture);
@ -5545,6 +5825,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpOptionDisable {
get {
object obj = ResourceManager.GetObject("korHelpOptionDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpSerialCOM1Disable {
get {
object obj = ResourceManager.GetObject("korHelpSerialCOM1Disable", resourceCulture);
@ -5608,6 +5895,20 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpSerialDisable {
get {
object obj = ResourceManager.GetObject("korHelpSerialDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpServoDisable {
get {
object obj = ResourceManager.GetObject("korHelpServoDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpSorterDisable {
get {
object obj = ResourceManager.GetObject("korHelpSorterDisable", resourceCulture);
@ -5629,6 +5930,13 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap korHelpSystemLogDisable {
get {
object obj = ResourceManager.GetObject("korHelpSystemLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap korHelpTimeDisable {
get {
object obj = ResourceManager.GetObject("korHelpTimeDisable", resourceCulture);
@ -6462,6 +6770,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap rusFormMenuLogDisable {
get {
object obj = ResourceManager.GetObject("rusFormMenuLogDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusFormMenuLogDown {
get {
object obj = ResourceManager.GetObject("rusFormMenuLogDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusFormMenuLogUp {
get {
object obj = ResourceManager.GetObject("rusFormMenuLogUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusFormMenuSystemDisable {
get {
object obj = ResourceManager.GetObject("rusFormMenuSystemDisable", resourceCulture);
@ -6903,6 +7232,27 @@ namespace ITC81DB_2H_ImageDll {
}
}
internal static System.Drawing.Bitmap rusHelpLogOthersDisable {
get {
object obj = ResourceManager.GetObject("rusHelpLogOthersDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusHelpLogOthersDown {
get {
object obj = ResourceManager.GetObject("rusHelpLogOthersDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusHelpLogOthersUp {
get {
object obj = ResourceManager.GetObject("rusHelpLogOthersUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap rusHelpOptionBoardDisable {
get {
object obj = ResourceManager.GetObject("rusHelpOptionBoardDisable", resourceCulture);

View File

@ -1018,9 +1018,6 @@
<data name="engHelpSerialUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpSerialUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engBackgroundSerial" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engBackgroundSerial.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engBackgroundJudgment_StopWeighing" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engBackgroundJudgment_StopWeighing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@ -3253,4 +3250,157 @@
<data name="korFormMenuLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuLogDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnFormMenuLogUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMenuLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMenuLogDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engFormMenuLogUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerFormMenuLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerFormMenuLogDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerFormMenuLogUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korFormMenuLogDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\spnFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korFormMenuLogUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\spnFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusFormMenuLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusFormMenuLogDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusFormMenuLogUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpLogOthersDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpLogOthersDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnHelpLogOthersUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpLogOthersDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpLogOthersDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpLogOthersUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogHistoryDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogHistoryDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogHistoryDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogHistoryDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogHistoryUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogHistoryUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogJudgmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogJudgmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogJudgmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogJudgmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogJudgmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogJudgmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogOthersDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogOthersDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpLogOthersUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpManufacturerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpManufacturerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpManufacturerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gerHelpManufacturerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerHelpManufacturerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusHelpLogOthersDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusHelpLogOthersDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="rusHelpLogOthersUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\rusHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpExternalInputDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpExternalInputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpManufacturerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpMyPageDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpMyPageDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="engHelpSystemLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\engHelpSystemLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpCountingOutputDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpCountingOutputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpEquipmentTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpEquipmentTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpExternalInputDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpExternalInputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpJudgmentAutoDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpJudgmentAutoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpJudgmentManualDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpJudgmentManualDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpManufacturerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpMyPageDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpMyPageDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpOptionDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpOptionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpSerialDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpSerialDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpServoDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpServoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="korHelpSystemLogDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\korHelpSystemLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Some files were not shown because too many files have changed in this diff Show More