diff --git a/ITC81DB_2H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs b/ITC81DB_2H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs index 5a388c6..78d3fe3 100644 --- a/ITC81DB_2H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs +++ b/ITC81DB_2H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs @@ -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 diff --git a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs index b52c725..5cf415e 100644 --- a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs +++ b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs @@ -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; diff --git a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs index f10358e..2aecfb2 100644 --- a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs +++ b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs @@ -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(); diff --git a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.designer.cs b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.designer.cs index 4a50670..c46069c 100644 --- a/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.designer.cs +++ b/ITC81DB_2H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.designer.cs @@ -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; diff --git a/ITC81DB_2H/Controls/CenterSystem/ControlCenterSystemJudgment.cs b/ITC81DB_2H/Controls/CenterSystem/ControlCenterSystemJudgment.cs index ee50dc6..918e359 100644 --- a/ITC81DB_2H/Controls/CenterSystem/ControlCenterSystemJudgment.cs +++ b/ITC81DB_2H/Controls/CenterSystem/ControlCenterSystemJudgment.cs @@ -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); diff --git a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.cs b/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.cs deleted file mode 100644 index 0cc9db5..0000000 --- a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.cs +++ /dev/null @@ -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> CollectionProtocolList; - public List ListUserDefinedProtocolCOM1; - public List ListUserDefinedProtocolCOM3; - public List 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>(); - - this.ListUserDefinedProtocolCOM1 = new List(); - this.ListUserDefinedProtocolCOM3 = new List(); - this.ListUserDefinedProtocolCOM4 = new List(); - - 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 - } -} diff --git a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs b/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs deleted file mode 100644 index 5e37698..0000000 --- a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs +++ /dev/null @@ -1,1077 +0,0 @@ -namespace ITC81DB_2H -{ - partial class ControlConfiSerialUserDefine - { - /// - /// 필수 디자이너 변수입니다. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// 사용 중인 모든 리소스를 정리합니다. - /// - /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region 구성 요소 디자이너에서 생성한 코드 - - /// - /// 디자이너 지원에 필요한 메서드입니다. - /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlConfiSerialUserDefine)); - this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartKeyboard = new SmartX.SmartKeyboard(); - this.buttonDirectInput = new SmartX.SmartButton(); - this.buttonTotalCount = new SmartX.SmartButton(); - this.buttonNGCount = new SmartX.SmartButton(); - this.buttonOverCount = new SmartX.SmartButton(); - this.buttonPassCount = new SmartX.SmartButton(); - this.buttonUnderCount = new SmartX.SmartButton(); - this.buttonOverRange = new SmartX.SmartButton(); - this.buttonPassRange = new SmartX.SmartButton(); - this.buttonUnderRange = new SmartX.SmartButton(); - this.buttonGap = new SmartX.SmartButton(); - this.buttonChecksum = new SmartX.SmartButton(); - this.buttonSign = new SmartX.SmartButton(); - this.buttonWeight = new SmartX.SmartButton(); - this.buttonNo = new SmartX.SmartButton(); - this.buttonGrade = new SmartX.SmartButton(); - this.buttonTime = new SmartX.SmartButton(); - this.buttonDate = new SmartX.SmartButton(); - this.buttonESC = new SmartX.SmartButton(); - this.buttonLF = new SmartX.SmartButton(); - this.buttonCR = new SmartX.SmartButton(); - this.buttonETX = new SmartX.SmartButton(); - this.buttonSTX = new SmartX.SmartButton(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.buttonEnter = new SmartX.SmartButton(); - this.buttonClearAll = new SmartX.SmartButton(); - this.buttonCancel = new SmartX.SmartButton(); - this.buttonSave = new SmartX.SmartButton(); - this.labelWindow = new SmartX.SmartLabel(); - this.smartGroupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // smartGroupBox1 - // - this.smartGroupBox1.BackPictureBox = null; - this.smartGroupBox1.BackPictureBox1 = null; - this.smartGroupBox1.Controls.Add(this.smartKeyboard); - this.smartGroupBox1.Controls.Add(this.buttonDirectInput); - this.smartGroupBox1.Controls.Add(this.buttonTotalCount); - this.smartGroupBox1.Controls.Add(this.buttonNGCount); - this.smartGroupBox1.Controls.Add(this.buttonOverCount); - this.smartGroupBox1.Controls.Add(this.buttonPassCount); - this.smartGroupBox1.Controls.Add(this.buttonUnderCount); - this.smartGroupBox1.Controls.Add(this.buttonOverRange); - this.smartGroupBox1.Controls.Add(this.buttonPassRange); - this.smartGroupBox1.Controls.Add(this.buttonUnderRange); - this.smartGroupBox1.Controls.Add(this.buttonGap); - this.smartGroupBox1.Controls.Add(this.buttonChecksum); - this.smartGroupBox1.Controls.Add(this.buttonSign); - this.smartGroupBox1.Controls.Add(this.buttonWeight); - this.smartGroupBox1.Controls.Add(this.buttonNo); - this.smartGroupBox1.Controls.Add(this.buttonGrade); - this.smartGroupBox1.Controls.Add(this.buttonTime); - this.smartGroupBox1.Controls.Add(this.buttonDate); - this.smartGroupBox1.Controls.Add(this.buttonESC); - this.smartGroupBox1.Controls.Add(this.buttonLF); - this.smartGroupBox1.Controls.Add(this.buttonCR); - this.smartGroupBox1.Controls.Add(this.buttonETX); - this.smartGroupBox1.Controls.Add(this.buttonSTX); - this.smartGroupBox1.Controls.Add(this.textBox1); - this.smartGroupBox1.Controls.Add(this.buttonEnter); - this.smartGroupBox1.Controls.Add(this.buttonClearAll); - this.smartGroupBox1.Controls.Add(this.buttonCancel); - this.smartGroupBox1.Controls.Add(this.buttonSave); - this.smartGroupBox1.Controls.Add(this.labelWindow); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; - this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; - this.smartGroupBox1.FrameLineThickness = 1; - this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; - this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image"))); - this.smartGroupBox1.InitVisible = true; - this.smartGroupBox1.Location = new System.Drawing.Point(0, 0); - this.smartGroupBox1.Name = "smartGroupBox1"; - this.smartGroupBox1.RoundRadius = 5; - this.smartGroupBox1.Size = new System.Drawing.Size(710, 253); - this.smartGroupBox1.TabIndex = 4; - this.smartGroupBox1.Text = "smartGroupBox1"; - this.smartGroupBox1.TextColor = System.Drawing.Color.Black; - // - // smartKeyboard - // - this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); - this.smartKeyboard.ControlKeyDisable = false; - this.smartKeyboard.DesignMinimize = true; - this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); - this.smartKeyboard.HanYoungKeyDisable = false; - this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; - this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black; - this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); - this.smartKeyboard.KeyOutLineWidth = 1; - this.smartKeyboard.KeyPressImage1 = null; - this.smartKeyboard.KeyPressImage2 = null; - this.smartKeyboard.KeyPressImage3 = null; - this.smartKeyboard.KeyUpImage1 = null; - this.smartKeyboard.KeyUpImage2 = null; - this.smartKeyboard.KeyUpImage3 = null; - this.smartKeyboard.LeftMargin = 5; - this.smartKeyboard.Location = new System.Drawing.Point(31, 28); - this.smartKeyboard.Name = "smartKeyboard"; - this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive; - this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green; - this.smartKeyboard.RoundedCorners = true; - this.smartKeyboard.SetBackimage = null; - this.smartKeyboard.Size = new System.Drawing.Size(16, 11); - this.smartKeyboard.TabIndex = 134; - this.smartKeyboard.TABKeyDisable = false; - this.smartKeyboard.TargetInputObject = null; - this.smartKeyboard.Text = "smartKeyboard1"; - this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE; - this.smartKeyboard.TopMargin = 5; - this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick); - // - // buttonDirectInput - // - this.buttonDirectInput.BackPictureBox = null; - this.buttonDirectInput.BackPictureBox1 = null; - this.buttonDirectInput.BackPictureBox2 = null; - this.buttonDirectInput.ButtonColor = System.Drawing.Color.Gray; - this.buttonDirectInput.ButtonImageAutoSize = true; - this.buttonDirectInput.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonDirectInput.DisableImage = null; - this.buttonDirectInput.DownImage = null; - this.buttonDirectInput.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonDirectInput.GroupID = 0; - this.buttonDirectInput.InitVisible = true; - this.buttonDirectInput.Location = new System.Drawing.Point(357, 193); - this.buttonDirectInput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonDirectInput.Name = "buttonDirectInput"; - this.buttonDirectInput.NestedClickEventPrevent = false; - this.buttonDirectInput.OutlinePixel = 1; - this.buttonDirectInput.RepeatInterval = 200; - this.buttonDirectInput.RepeatIntervalAccelerate = null; - this.buttonDirectInput.SafeInterval = 200; - this.buttonDirectInput.Size = new System.Drawing.Size(88, 34); - this.buttonDirectInput.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonDirectInput.TabIndex = 66; - this.buttonDirectInput.Text = "직접입력"; - this.buttonDirectInput.TextColor = System.Drawing.Color.Black; - this.buttonDirectInput.TextDownColor = System.Drawing.Color.White; - this.buttonDirectInput.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonDirectInput.TextLocation = new System.Drawing.Point(0, 0); - this.buttonDirectInput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonDirectInput.UpImage = null; - this.buttonDirectInput.Click += new System.EventHandler(this.buttonDirectInput_Click); - // - // buttonTotalCount - // - this.buttonTotalCount.BackPictureBox = null; - this.buttonTotalCount.BackPictureBox1 = null; - this.buttonTotalCount.BackPictureBox2 = null; - this.buttonTotalCount.ButtonColor = System.Drawing.Color.Gray; - this.buttonTotalCount.ButtonImageAutoSize = true; - this.buttonTotalCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonTotalCount.DisableImage = null; - this.buttonTotalCount.DownImage = null; - this.buttonTotalCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonTotalCount.GroupID = 0; - this.buttonTotalCount.InitVisible = true; - this.buttonTotalCount.Location = new System.Drawing.Point(120, 192); - this.buttonTotalCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonTotalCount.Name = "buttonTotalCount"; - this.buttonTotalCount.NestedClickEventPrevent = false; - this.buttonTotalCount.OutlinePixel = 1; - this.buttonTotalCount.RepeatInterval = 200; - this.buttonTotalCount.RepeatIntervalAccelerate = null; - this.buttonTotalCount.SafeInterval = 200; - this.buttonTotalCount.Size = new System.Drawing.Size(108, 33); - this.buttonTotalCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonTotalCount.TabIndex = 65; - this.buttonTotalCount.Text = "Total Count[10]"; - this.buttonTotalCount.TextColor = System.Drawing.Color.Black; - this.buttonTotalCount.TextDownColor = System.Drawing.Color.White; - this.buttonTotalCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonTotalCount.TextLocation = new System.Drawing.Point(0, 0); - this.buttonTotalCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonTotalCount.UpImage = null; - this.buttonTotalCount.Click += new System.EventHandler(this.button_Click); - // - // buttonNGCount - // - this.buttonNGCount.BackPictureBox = null; - this.buttonNGCount.BackPictureBox1 = null; - this.buttonNGCount.BackPictureBox2 = null; - this.buttonNGCount.ButtonColor = System.Drawing.Color.Gray; - this.buttonNGCount.ButtonImageAutoSize = true; - this.buttonNGCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonNGCount.DisableImage = null; - this.buttonNGCount.DownImage = null; - this.buttonNGCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonNGCount.GroupID = 0; - this.buttonNGCount.InitVisible = true; - this.buttonNGCount.Location = new System.Drawing.Point(423, 153); - this.buttonNGCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonNGCount.Name = "buttonNGCount"; - this.buttonNGCount.NestedClickEventPrevent = false; - this.buttonNGCount.OutlinePixel = 1; - this.buttonNGCount.RepeatInterval = 200; - this.buttonNGCount.RepeatIntervalAccelerate = null; - this.buttonNGCount.SafeInterval = 200; - this.buttonNGCount.Size = new System.Drawing.Size(95, 33); - this.buttonNGCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonNGCount.TabIndex = 64; - this.buttonNGCount.Text = "NG Count[7]"; - this.buttonNGCount.TextColor = System.Drawing.Color.Black; - this.buttonNGCount.TextDownColor = System.Drawing.Color.White; - this.buttonNGCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonNGCount.TextLocation = new System.Drawing.Point(0, 0); - this.buttonNGCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonNGCount.UpImage = null; - this.buttonNGCount.Click += new System.EventHandler(this.button_Click); - // - // buttonOverCount - // - this.buttonOverCount.BackPictureBox = null; - this.buttonOverCount.BackPictureBox1 = null; - this.buttonOverCount.BackPictureBox2 = null; - this.buttonOverCount.ButtonColor = System.Drawing.Color.Gray; - this.buttonOverCount.ButtonImageAutoSize = true; - this.buttonOverCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOverCount.DisableImage = null; - this.buttonOverCount.DownImage = null; - this.buttonOverCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonOverCount.GroupID = 0; - this.buttonOverCount.InitVisible = true; - this.buttonOverCount.Location = new System.Drawing.Point(322, 153); - this.buttonOverCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonOverCount.Name = "buttonOverCount"; - this.buttonOverCount.NestedClickEventPrevent = false; - this.buttonOverCount.OutlinePixel = 1; - this.buttonOverCount.RepeatInterval = 200; - this.buttonOverCount.RepeatIntervalAccelerate = null; - this.buttonOverCount.SafeInterval = 200; - this.buttonOverCount.Size = new System.Drawing.Size(95, 33); - this.buttonOverCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOverCount.TabIndex = 63; - this.buttonOverCount.Text = "Over Count[7]"; - this.buttonOverCount.TextColor = System.Drawing.Color.Black; - this.buttonOverCount.TextDownColor = System.Drawing.Color.White; - this.buttonOverCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOverCount.TextLocation = new System.Drawing.Point(0, 0); - this.buttonOverCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOverCount.UpImage = null; - this.buttonOverCount.Click += new System.EventHandler(this.button_Click); - // - // buttonPassCount - // - this.buttonPassCount.BackPictureBox = null; - this.buttonPassCount.BackPictureBox1 = null; - this.buttonPassCount.BackPictureBox2 = null; - this.buttonPassCount.ButtonColor = System.Drawing.Color.Gray; - this.buttonPassCount.ButtonImageAutoSize = true; - this.buttonPassCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonPassCount.DisableImage = null; - this.buttonPassCount.DownImage = null; - this.buttonPassCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonPassCount.GroupID = 0; - this.buttonPassCount.InitVisible = true; - this.buttonPassCount.Location = new System.Drawing.Point(221, 153); - this.buttonPassCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonPassCount.Name = "buttonPassCount"; - this.buttonPassCount.NestedClickEventPrevent = false; - this.buttonPassCount.OutlinePixel = 1; - this.buttonPassCount.RepeatInterval = 200; - this.buttonPassCount.RepeatIntervalAccelerate = null; - this.buttonPassCount.SafeInterval = 200; - this.buttonPassCount.Size = new System.Drawing.Size(95, 33); - this.buttonPassCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonPassCount.TabIndex = 62; - this.buttonPassCount.Text = "Pass Count[7]"; - this.buttonPassCount.TextColor = System.Drawing.Color.Black; - this.buttonPassCount.TextDownColor = System.Drawing.Color.White; - this.buttonPassCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonPassCount.TextLocation = new System.Drawing.Point(0, 0); - this.buttonPassCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonPassCount.UpImage = null; - this.buttonPassCount.Click += new System.EventHandler(this.button_Click); - // - // buttonUnderCount - // - this.buttonUnderCount.BackPictureBox = null; - this.buttonUnderCount.BackPictureBox1 = null; - this.buttonUnderCount.BackPictureBox2 = null; - this.buttonUnderCount.ButtonColor = System.Drawing.Color.Gray; - this.buttonUnderCount.ButtonImageAutoSize = true; - this.buttonUnderCount.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonUnderCount.DisableImage = null; - this.buttonUnderCount.DownImage = null; - this.buttonUnderCount.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonUnderCount.GroupID = 0; - this.buttonUnderCount.InitVisible = true; - this.buttonUnderCount.Location = new System.Drawing.Point(120, 154); - this.buttonUnderCount.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonUnderCount.Name = "buttonUnderCount"; - this.buttonUnderCount.NestedClickEventPrevent = false; - this.buttonUnderCount.OutlinePixel = 1; - this.buttonUnderCount.RepeatInterval = 200; - this.buttonUnderCount.RepeatIntervalAccelerate = null; - this.buttonUnderCount.SafeInterval = 200; - this.buttonUnderCount.Size = new System.Drawing.Size(95, 33); - this.buttonUnderCount.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonUnderCount.TabIndex = 61; - this.buttonUnderCount.Text = "Under Count[7]"; - this.buttonUnderCount.TextColor = System.Drawing.Color.Black; - this.buttonUnderCount.TextDownColor = System.Drawing.Color.White; - this.buttonUnderCount.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonUnderCount.TextLocation = new System.Drawing.Point(0, 0); - this.buttonUnderCount.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonUnderCount.UpImage = null; - this.buttonUnderCount.Click += new System.EventHandler(this.button_Click); - // - // buttonOverRange - // - this.buttonOverRange.BackPictureBox = null; - this.buttonOverRange.BackPictureBox1 = null; - this.buttonOverRange.BackPictureBox2 = null; - this.buttonOverRange.ButtonColor = System.Drawing.Color.Gray; - this.buttonOverRange.ButtonImageAutoSize = true; - this.buttonOverRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOverRange.DisableImage = null; - this.buttonOverRange.DownImage = null; - this.buttonOverRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonOverRange.GroupID = 0; - this.buttonOverRange.InitVisible = true; - this.buttonOverRange.Location = new System.Drawing.Point(504, 115); - this.buttonOverRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonOverRange.Name = "buttonOverRange"; - this.buttonOverRange.NestedClickEventPrevent = false; - this.buttonOverRange.OutlinePixel = 1; - this.buttonOverRange.RepeatInterval = 200; - this.buttonOverRange.RepeatIntervalAccelerate = null; - this.buttonOverRange.SafeInterval = 200; - this.buttonOverRange.Size = new System.Drawing.Size(93, 33); - this.buttonOverRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOverRange.TabIndex = 60; - this.buttonOverRange.Text = "Over range[7]"; - this.buttonOverRange.TextColor = System.Drawing.Color.Black; - this.buttonOverRange.TextDownColor = System.Drawing.Color.White; - this.buttonOverRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOverRange.TextLocation = new System.Drawing.Point(0, 0); - this.buttonOverRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOverRange.UpImage = null; - this.buttonOverRange.Click += new System.EventHandler(this.button_Click); - // - // buttonPassRange - // - this.buttonPassRange.BackPictureBox = null; - this.buttonPassRange.BackPictureBox1 = null; - this.buttonPassRange.BackPictureBox2 = null; - this.buttonPassRange.ButtonColor = System.Drawing.Color.Gray; - this.buttonPassRange.ButtonImageAutoSize = true; - this.buttonPassRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonPassRange.DisableImage = null; - this.buttonPassRange.DownImage = null; - this.buttonPassRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonPassRange.GroupID = 0; - this.buttonPassRange.InitVisible = true; - this.buttonPassRange.Location = new System.Drawing.Point(405, 115); - this.buttonPassRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonPassRange.Name = "buttonPassRange"; - this.buttonPassRange.NestedClickEventPrevent = false; - this.buttonPassRange.OutlinePixel = 1; - this.buttonPassRange.RepeatInterval = 200; - this.buttonPassRange.RepeatIntervalAccelerate = null; - this.buttonPassRange.SafeInterval = 200; - this.buttonPassRange.Size = new System.Drawing.Size(93, 33); - this.buttonPassRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonPassRange.TabIndex = 59; - this.buttonPassRange.Text = "Pass range[7]"; - this.buttonPassRange.TextColor = System.Drawing.Color.Black; - this.buttonPassRange.TextDownColor = System.Drawing.Color.White; - this.buttonPassRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonPassRange.TextLocation = new System.Drawing.Point(0, 0); - this.buttonPassRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonPassRange.UpImage = null; - this.buttonPassRange.Click += new System.EventHandler(this.button_Click); - // - // buttonUnderRange - // - this.buttonUnderRange.BackPictureBox = null; - this.buttonUnderRange.BackPictureBox1 = null; - this.buttonUnderRange.BackPictureBox2 = null; - this.buttonUnderRange.ButtonColor = System.Drawing.Color.Gray; - this.buttonUnderRange.ButtonImageAutoSize = true; - this.buttonUnderRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonUnderRange.DisableImage = null; - this.buttonUnderRange.DownImage = null; - this.buttonUnderRange.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonUnderRange.GroupID = 0; - this.buttonUnderRange.InitVisible = true; - this.buttonUnderRange.Location = new System.Drawing.Point(304, 115); - this.buttonUnderRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonUnderRange.Name = "buttonUnderRange"; - this.buttonUnderRange.NestedClickEventPrevent = false; - this.buttonUnderRange.OutlinePixel = 1; - this.buttonUnderRange.RepeatInterval = 200; - this.buttonUnderRange.RepeatIntervalAccelerate = null; - this.buttonUnderRange.SafeInterval = 200; - this.buttonUnderRange.Size = new System.Drawing.Size(95, 33); - this.buttonUnderRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonUnderRange.TabIndex = 58; - this.buttonUnderRange.Text = "Under range[7]"; - this.buttonUnderRange.TextColor = System.Drawing.Color.Black; - this.buttonUnderRange.TextDownColor = System.Drawing.Color.White; - this.buttonUnderRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonUnderRange.TextLocation = new System.Drawing.Point(0, 0); - this.buttonUnderRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonUnderRange.UpImage = null; - this.buttonUnderRange.Click += new System.EventHandler(this.button_Click); - // - // buttonGap - // - this.buttonGap.BackPictureBox = null; - this.buttonGap.BackPictureBox1 = null; - this.buttonGap.BackPictureBox2 = null; - this.buttonGap.ButtonColor = System.Drawing.Color.Gray; - this.buttonGap.ButtonImageAutoSize = true; - this.buttonGap.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonGap.DisableImage = null; - this.buttonGap.DownImage = null; - this.buttonGap.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonGap.GroupID = 0; - this.buttonGap.InitVisible = true; - this.buttonGap.Location = new System.Drawing.Point(249, 115); - this.buttonGap.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonGap.Name = "buttonGap"; - this.buttonGap.NestedClickEventPrevent = false; - this.buttonGap.OutlinePixel = 1; - this.buttonGap.RepeatInterval = 200; - this.buttonGap.RepeatIntervalAccelerate = null; - this.buttonGap.SafeInterval = 200; - this.buttonGap.Size = new System.Drawing.Size(49, 33); - this.buttonGap.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonGap.TabIndex = 57; - this.buttonGap.Text = "Gap[6]"; - this.buttonGap.TextColor = System.Drawing.Color.Black; - this.buttonGap.TextDownColor = System.Drawing.Color.White; - this.buttonGap.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonGap.TextLocation = new System.Drawing.Point(0, 0); - this.buttonGap.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonGap.UpImage = null; - this.buttonGap.Click += new System.EventHandler(this.button_Click); - // - // buttonChecksum - // - this.buttonChecksum.BackPictureBox = null; - this.buttonChecksum.BackPictureBox1 = null; - this.buttonChecksum.BackPictureBox2 = null; - this.buttonChecksum.ButtonColor = System.Drawing.Color.Gray; - this.buttonChecksum.ButtonImageAutoSize = true; - this.buttonChecksum.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonChecksum.DisableImage = null; - this.buttonChecksum.DownImage = null; - this.buttonChecksum.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonChecksum.GroupID = 0; - this.buttonChecksum.InitVisible = true; - this.buttonChecksum.Location = new System.Drawing.Point(234, 192); - this.buttonChecksum.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonChecksum.Name = "buttonChecksum"; - this.buttonChecksum.NestedClickEventPrevent = false; - this.buttonChecksum.OutlinePixel = 1; - this.buttonChecksum.RepeatInterval = 200; - this.buttonChecksum.RepeatIntervalAccelerate = null; - this.buttonChecksum.SafeInterval = 200; - this.buttonChecksum.Size = new System.Drawing.Size(89, 33); - this.buttonChecksum.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonChecksum.TabIndex = 56; - this.buttonChecksum.Text = "Checksum[2]"; - this.buttonChecksum.TextColor = System.Drawing.Color.Black; - this.buttonChecksum.TextDownColor = System.Drawing.Color.White; - this.buttonChecksum.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonChecksum.TextLocation = new System.Drawing.Point(0, 0); - this.buttonChecksum.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonChecksum.UpImage = null; - this.buttonChecksum.Click += new System.EventHandler(this.button_Click); - // - // buttonSign - // - this.buttonSign.BackPictureBox = null; - this.buttonSign.BackPictureBox1 = null; - this.buttonSign.BackPictureBox2 = null; - this.buttonSign.ButtonColor = System.Drawing.Color.Gray; - this.buttonSign.ButtonImageAutoSize = true; - this.buttonSign.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSign.DisableImage = null; - this.buttonSign.DownImage = null; - this.buttonSign.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonSign.GroupID = 0; - this.buttonSign.InitVisible = true; - this.buttonSign.Location = new System.Drawing.Point(120, 115); - this.buttonSign.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonSign.Name = "buttonSign"; - this.buttonSign.NestedClickEventPrevent = false; - this.buttonSign.OutlinePixel = 1; - this.buttonSign.RepeatInterval = 200; - this.buttonSign.RepeatIntervalAccelerate = null; - this.buttonSign.SafeInterval = 200; - this.buttonSign.Size = new System.Drawing.Size(54, 33); - this.buttonSign.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSign.TabIndex = 55; - this.buttonSign.Text = "Sign[1]"; - this.buttonSign.TextColor = System.Drawing.Color.Black; - this.buttonSign.TextDownColor = System.Drawing.Color.White; - this.buttonSign.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSign.TextLocation = new System.Drawing.Point(0, 0); - this.buttonSign.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonSign.UpImage = null; - this.buttonSign.Click += new System.EventHandler(this.button_Click); - // - // buttonWeight - // - this.buttonWeight.BackPictureBox = null; - this.buttonWeight.BackPictureBox1 = null; - this.buttonWeight.BackPictureBox2 = null; - this.buttonWeight.ButtonColor = System.Drawing.Color.Gray; - this.buttonWeight.ButtonImageAutoSize = true; - this.buttonWeight.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonWeight.DisableImage = null; - this.buttonWeight.DownImage = null; - this.buttonWeight.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonWeight.GroupID = 0; - this.buttonWeight.InitVisible = true; - this.buttonWeight.Location = new System.Drawing.Point(180, 115); - this.buttonWeight.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonWeight.Name = "buttonWeight"; - this.buttonWeight.NestedClickEventPrevent = false; - this.buttonWeight.OutlinePixel = 1; - this.buttonWeight.RepeatInterval = 200; - this.buttonWeight.RepeatIntervalAccelerate = null; - this.buttonWeight.SafeInterval = 200; - this.buttonWeight.Size = new System.Drawing.Size(63, 33); - this.buttonWeight.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonWeight.TabIndex = 54; - this.buttonWeight.Text = "Weight[6]"; - this.buttonWeight.TextColor = System.Drawing.Color.Black; - this.buttonWeight.TextDownColor = System.Drawing.Color.White; - this.buttonWeight.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonWeight.TextLocation = new System.Drawing.Point(0, 0); - this.buttonWeight.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonWeight.UpImage = null; - this.buttonWeight.Click += new System.EventHandler(this.button_Click); - // - // buttonNo - // - this.buttonNo.BackPictureBox = null; - this.buttonNo.BackPictureBox1 = null; - this.buttonNo.BackPictureBox2 = null; - this.buttonNo.ButtonColor = System.Drawing.Color.Gray; - this.buttonNo.ButtonImageAutoSize = true; - this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonNo.DisableImage = null; - this.buttonNo.DownImage = null; - this.buttonNo.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonNo.GroupID = 0; - this.buttonNo.InitVisible = true; - this.buttonNo.Location = new System.Drawing.Point(534, 76); - this.buttonNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonNo.Name = "buttonNo"; - this.buttonNo.NestedClickEventPrevent = false; - this.buttonNo.OutlinePixel = 1; - this.buttonNo.RepeatInterval = 200; - this.buttonNo.RepeatIntervalAccelerate = null; - this.buttonNo.SafeInterval = 200; - this.buttonNo.Size = new System.Drawing.Size(47, 33); - this.buttonNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonNo.TabIndex = 53; - this.buttonNo.Text = "No[4]"; - this.buttonNo.TextColor = System.Drawing.Color.Black; - this.buttonNo.TextDownColor = System.Drawing.Color.White; - this.buttonNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonNo.TextLocation = new System.Drawing.Point(0, 0); - this.buttonNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonNo.UpImage = null; - this.buttonNo.Click += new System.EventHandler(this.button_Click); - // - // buttonGrade - // - this.buttonGrade.BackPictureBox = null; - this.buttonGrade.BackPictureBox1 = null; - this.buttonGrade.BackPictureBox2 = null; - this.buttonGrade.ButtonColor = System.Drawing.Color.Gray; - this.buttonGrade.ButtonImageAutoSize = true; - this.buttonGrade.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonGrade.DisableImage = null; - this.buttonGrade.DownImage = null; - this.buttonGrade.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonGrade.GroupID = 0; - this.buttonGrade.InitVisible = true; - this.buttonGrade.Location = new System.Drawing.Point(462, 76); - this.buttonGrade.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonGrade.Name = "buttonGrade"; - this.buttonGrade.NestedClickEventPrevent = false; - this.buttonGrade.OutlinePixel = 1; - this.buttonGrade.RepeatInterval = 200; - this.buttonGrade.RepeatIntervalAccelerate = null; - this.buttonGrade.SafeInterval = 200; - this.buttonGrade.Size = new System.Drawing.Size(66, 33); - this.buttonGrade.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonGrade.TabIndex = 52; - this.buttonGrade.Text = "Grade[1]"; - this.buttonGrade.TextColor = System.Drawing.Color.Black; - this.buttonGrade.TextDownColor = System.Drawing.Color.White; - this.buttonGrade.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonGrade.TextLocation = new System.Drawing.Point(0, 0); - this.buttonGrade.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonGrade.UpImage = null; - this.buttonGrade.Click += new System.EventHandler(this.button_Click); - // - // buttonTime - // - this.buttonTime.BackPictureBox = null; - this.buttonTime.BackPictureBox1 = null; - this.buttonTime.BackPictureBox2 = null; - this.buttonTime.ButtonColor = System.Drawing.Color.Gray; - this.buttonTime.ButtonImageAutoSize = true; - this.buttonTime.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonTime.DisableImage = null; - this.buttonTime.DownImage = null; - this.buttonTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonTime.GroupID = 0; - this.buttonTime.InitVisible = true; - this.buttonTime.Location = new System.Drawing.Point(405, 76); - this.buttonTime.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonTime.Name = "buttonTime"; - this.buttonTime.NestedClickEventPrevent = false; - this.buttonTime.OutlinePixel = 1; - this.buttonTime.RepeatInterval = 200; - this.buttonTime.RepeatIntervalAccelerate = null; - this.buttonTime.SafeInterval = 200; - this.buttonTime.Size = new System.Drawing.Size(51, 33); - this.buttonTime.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonTime.TabIndex = 51; - this.buttonTime.Text = "Time[8]"; - this.buttonTime.TextColor = System.Drawing.Color.Black; - this.buttonTime.TextDownColor = System.Drawing.Color.White; - this.buttonTime.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonTime.TextLocation = new System.Drawing.Point(0, 0); - this.buttonTime.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonTime.UpImage = null; - this.buttonTime.Click += new System.EventHandler(this.button_Click); - // - // buttonDate - // - this.buttonDate.BackPictureBox = null; - this.buttonDate.BackPictureBox1 = null; - this.buttonDate.BackPictureBox2 = null; - this.buttonDate.ButtonColor = System.Drawing.Color.Gray; - this.buttonDate.ButtonImageAutoSize = true; - this.buttonDate.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonDate.DisableImage = null; - this.buttonDate.DownImage = null; - this.buttonDate.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonDate.GroupID = 0; - this.buttonDate.InitVisible = true; - this.buttonDate.Location = new System.Drawing.Point(343, 76); - this.buttonDate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonDate.Name = "buttonDate"; - this.buttonDate.NestedClickEventPrevent = false; - this.buttonDate.OutlinePixel = 1; - this.buttonDate.RepeatInterval = 200; - this.buttonDate.RepeatIntervalAccelerate = null; - this.buttonDate.SafeInterval = 200; - this.buttonDate.Size = new System.Drawing.Size(56, 33); - this.buttonDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonDate.TabIndex = 50; - this.buttonDate.Text = "Date[8]"; - this.buttonDate.TextColor = System.Drawing.Color.Black; - this.buttonDate.TextDownColor = System.Drawing.Color.White; - this.buttonDate.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonDate.TextLocation = new System.Drawing.Point(0, 0); - this.buttonDate.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonDate.UpImage = null; - this.buttonDate.Click += new System.EventHandler(this.button_Click); - // - // buttonESC - // - this.buttonESC.BackPictureBox = null; - this.buttonESC.BackPictureBox1 = null; - this.buttonESC.BackPictureBox2 = null; - this.buttonESC.ButtonColor = System.Drawing.Color.Gray; - this.buttonESC.ButtonImageAutoSize = true; - this.buttonESC.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonESC.DisableImage = null; - this.buttonESC.DownImage = null; - this.buttonESC.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonESC.GroupID = 0; - this.buttonESC.InitVisible = true; - this.buttonESC.Location = new System.Drawing.Point(294, 76); - this.buttonESC.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonESC.Name = "buttonESC"; - this.buttonESC.NestedClickEventPrevent = false; - this.buttonESC.OutlinePixel = 1; - this.buttonESC.RepeatInterval = 200; - this.buttonESC.RepeatIntervalAccelerate = null; - this.buttonESC.SafeInterval = 200; - this.buttonESC.Size = new System.Drawing.Size(43, 33); - this.buttonESC.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonESC.TabIndex = 49; - this.buttonESC.Text = "ESC"; - this.buttonESC.TextColor = System.Drawing.Color.Black; - this.buttonESC.TextDownColor = System.Drawing.Color.White; - this.buttonESC.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonESC.TextLocation = new System.Drawing.Point(0, 0); - this.buttonESC.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonESC.UpImage = null; - this.buttonESC.Click += new System.EventHandler(this.button_Click); - // - // buttonLF - // - this.buttonLF.BackPictureBox = null; - this.buttonLF.BackPictureBox1 = null; - this.buttonLF.BackPictureBox2 = null; - this.buttonLF.ButtonColor = System.Drawing.Color.Gray; - this.buttonLF.ButtonImageAutoSize = true; - this.buttonLF.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonLF.DisableImage = null; - this.buttonLF.DownImage = null; - this.buttonLF.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonLF.GroupID = 0; - this.buttonLF.InitVisible = true; - this.buttonLF.Location = new System.Drawing.Point(249, 76); - this.buttonLF.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonLF.Name = "buttonLF"; - this.buttonLF.NestedClickEventPrevent = false; - this.buttonLF.OutlinePixel = 1; - this.buttonLF.RepeatInterval = 200; - this.buttonLF.RepeatIntervalAccelerate = null; - this.buttonLF.SafeInterval = 200; - this.buttonLF.Size = new System.Drawing.Size(39, 33); - this.buttonLF.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonLF.TabIndex = 48; - this.buttonLF.Text = "LF"; - this.buttonLF.TextColor = System.Drawing.Color.Black; - this.buttonLF.TextDownColor = System.Drawing.Color.White; - this.buttonLF.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonLF.TextLocation = new System.Drawing.Point(0, 0); - this.buttonLF.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonLF.UpImage = null; - this.buttonLF.Click += new System.EventHandler(this.button_Click); - // - // buttonCR - // - this.buttonCR.BackPictureBox = null; - this.buttonCR.BackPictureBox1 = null; - this.buttonCR.BackPictureBox2 = null; - this.buttonCR.ButtonColor = System.Drawing.Color.Gray; - this.buttonCR.ButtonImageAutoSize = true; - this.buttonCR.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonCR.DisableImage = null; - this.buttonCR.DownImage = null; - this.buttonCR.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonCR.GroupID = 0; - this.buttonCR.InitVisible = true; - this.buttonCR.Location = new System.Drawing.Point(204, 76); - this.buttonCR.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonCR.Name = "buttonCR"; - this.buttonCR.NestedClickEventPrevent = false; - this.buttonCR.OutlinePixel = 1; - this.buttonCR.RepeatInterval = 200; - this.buttonCR.RepeatIntervalAccelerate = null; - this.buttonCR.SafeInterval = 200; - this.buttonCR.Size = new System.Drawing.Size(39, 33); - this.buttonCR.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonCR.TabIndex = 47; - this.buttonCR.Text = "CR"; - this.buttonCR.TextColor = System.Drawing.Color.Black; - this.buttonCR.TextDownColor = System.Drawing.Color.White; - this.buttonCR.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonCR.TextLocation = new System.Drawing.Point(0, 0); - this.buttonCR.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonCR.UpImage = null; - this.buttonCR.Click += new System.EventHandler(this.button_Click); - // - // buttonETX - // - this.buttonETX.BackPictureBox = null; - this.buttonETX.BackPictureBox1 = null; - this.buttonETX.BackPictureBox2 = null; - this.buttonETX.ButtonColor = System.Drawing.Color.Gray; - this.buttonETX.ButtonImageAutoSize = true; - this.buttonETX.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonETX.DisableImage = null; - this.buttonETX.DownImage = null; - this.buttonETX.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonETX.GroupID = 0; - this.buttonETX.InitVisible = true; - this.buttonETX.Location = new System.Drawing.Point(162, 76); - this.buttonETX.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonETX.Name = "buttonETX"; - this.buttonETX.NestedClickEventPrevent = false; - this.buttonETX.OutlinePixel = 1; - this.buttonETX.RepeatInterval = 200; - this.buttonETX.RepeatIntervalAccelerate = null; - this.buttonETX.SafeInterval = 200; - this.buttonETX.Size = new System.Drawing.Size(36, 33); - this.buttonETX.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonETX.TabIndex = 46; - this.buttonETX.Text = "ETX"; - this.buttonETX.TextColor = System.Drawing.Color.Black; - this.buttonETX.TextDownColor = System.Drawing.Color.White; - this.buttonETX.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonETX.TextLocation = new System.Drawing.Point(0, 0); - this.buttonETX.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonETX.UpImage = null; - this.buttonETX.Click += new System.EventHandler(this.button_Click); - // - // buttonSTX - // - this.buttonSTX.BackPictureBox = null; - this.buttonSTX.BackPictureBox1 = null; - this.buttonSTX.BackPictureBox2 = null; - this.buttonSTX.ButtonColor = System.Drawing.Color.Gray; - this.buttonSTX.ButtonImageAutoSize = true; - this.buttonSTX.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSTX.DisableImage = null; - this.buttonSTX.DownImage = null; - this.buttonSTX.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonSTX.GroupID = 0; - this.buttonSTX.InitVisible = true; - this.buttonSTX.Location = new System.Drawing.Point(120, 76); - this.buttonSTX.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonSTX.Name = "buttonSTX"; - this.buttonSTX.NestedClickEventPrevent = false; - this.buttonSTX.OutlinePixel = 1; - this.buttonSTX.RepeatInterval = 200; - this.buttonSTX.RepeatIntervalAccelerate = null; - this.buttonSTX.SafeInterval = 200; - this.buttonSTX.Size = new System.Drawing.Size(36, 33); - this.buttonSTX.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSTX.TabIndex = 45; - this.buttonSTX.Text = "STX"; - this.buttonSTX.TextColor = System.Drawing.Color.Black; - this.buttonSTX.TextDownColor = System.Drawing.Color.White; - this.buttonSTX.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSTX.TextLocation = new System.Drawing.Point(0, 0); - this.buttonSTX.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonSTX.UpImage = null; - this.buttonSTX.Click += new System.EventHandler(this.button_Click); - // - // textBox1 - // - this.textBox1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular); - this.textBox1.Location = new System.Drawing.Point(451, 192); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(85, 35); - this.textBox1.TabIndex = 44; - this.textBox1.Text = "0x"; - // - // buttonEnter - // - this.buttonEnter.BackPictureBox = null; - this.buttonEnter.BackPictureBox1 = null; - this.buttonEnter.BackPictureBox2 = null; - this.buttonEnter.ButtonColor = System.Drawing.Color.Gray; - this.buttonEnter.ButtonImageAutoSize = true; - this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonEnter.DisableImage = null; - this.buttonEnter.DownImage = null; - this.buttonEnter.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); - this.buttonEnter.GroupID = 0; - this.buttonEnter.InitVisible = true; - this.buttonEnter.Location = new System.Drawing.Point(542, 192); - this.buttonEnter.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonEnter.Name = "buttonEnter"; - this.buttonEnter.NestedClickEventPrevent = false; - this.buttonEnter.OutlinePixel = 1; - this.buttonEnter.RepeatInterval = 200; - this.buttonEnter.RepeatIntervalAccelerate = null; - this.buttonEnter.SafeInterval = 200; - this.buttonEnter.Size = new System.Drawing.Size(55, 34); - this.buttonEnter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonEnter.TabIndex = 43; - this.buttonEnter.Text = "입력"; - this.buttonEnter.TextColor = System.Drawing.Color.Black; - this.buttonEnter.TextDownColor = System.Drawing.Color.White; - this.buttonEnter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonEnter.TextLocation = new System.Drawing.Point(0, 0); - this.buttonEnter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonEnter.UpImage = null; - this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click); - // - // buttonClearAll - // - this.buttonClearAll.BackPictureBox = null; - this.buttonClearAll.BackPictureBox1 = null; - this.buttonClearAll.BackPictureBox2 = null; - this.buttonClearAll.ButtonColor = System.Drawing.Color.Gray; - this.buttonClearAll.ButtonImageAutoSize = true; - this.buttonClearAll.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonClearAll.DisableImage = null; - this.buttonClearAll.DownImage = null; - this.buttonClearAll.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.buttonClearAll.GroupID = 0; - this.buttonClearAll.InitVisible = true; - this.buttonClearAll.Location = new System.Drawing.Point(603, 62); - this.buttonClearAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonClearAll.Name = "buttonClearAll"; - this.buttonClearAll.NestedClickEventPrevent = false; - this.buttonClearAll.OutlinePixel = 1; - this.buttonClearAll.RepeatInterval = 200; - this.buttonClearAll.RepeatIntervalAccelerate = null; - this.buttonClearAll.SafeInterval = 200; - this.buttonClearAll.Size = new System.Drawing.Size(80, 43); - this.buttonClearAll.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonClearAll.TabIndex = 7; - this.buttonClearAll.Text = "전체삭제"; - this.buttonClearAll.TextColor = System.Drawing.Color.Black; - this.buttonClearAll.TextDownColor = System.Drawing.Color.White; - this.buttonClearAll.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonClearAll.TextLocation = new System.Drawing.Point(0, 0); - this.buttonClearAll.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonClearAll.UpImage = null; - this.buttonClearAll.Click += new System.EventHandler(this.buttonClearAll_Click); - // - // buttonCancel - // - this.buttonCancel.BackPictureBox = null; - this.buttonCancel.BackPictureBox1 = null; - this.buttonCancel.BackPictureBox2 = null; - this.buttonCancel.ButtonColor = System.Drawing.Color.Gray; - this.buttonCancel.ButtonImageAutoSize = true; - this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonCancel.DisableImage = null; - this.buttonCancel.DownImage = null; - this.buttonCancel.GroupID = 0; - this.buttonCancel.InitVisible = true; - this.buttonCancel.Location = new System.Drawing.Point(603, 13); - this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.NestedClickEventPrevent = false; - this.buttonCancel.OutlinePixel = 1; - this.buttonCancel.RepeatInterval = 200; - this.buttonCancel.RepeatIntervalAccelerate = null; - this.buttonCancel.SafeInterval = 200; - this.buttonCancel.Size = new System.Drawing.Size(80, 43); - this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonCancel.TabIndex = 6; - this.buttonCancel.Text = "←"; - this.buttonCancel.TextColor = System.Drawing.Color.Black; - this.buttonCancel.TextDownColor = System.Drawing.Color.White; - this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0); - this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonCancel.UpImage = null; - this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); - // - // buttonSave - // - this.buttonSave.BackPictureBox = null; - this.buttonSave.BackPictureBox1 = null; - this.buttonSave.BackPictureBox2 = null; - this.buttonSave.ButtonColor = System.Drawing.Color.Gray; - this.buttonSave.ButtonImageAutoSize = true; - this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSave.DisableImage = null; - this.buttonSave.DownImage = null; - this.buttonSave.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); - this.buttonSave.GroupID = 0; - this.buttonSave.InitVisible = true; - this.buttonSave.Location = new System.Drawing.Point(603, 112); - this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonSave.Name = "buttonSave"; - this.buttonSave.NestedClickEventPrevent = false; - this.buttonSave.OutlinePixel = 1; - this.buttonSave.RepeatInterval = 200; - this.buttonSave.RepeatIntervalAccelerate = null; - this.buttonSave.SafeInterval = 200; - this.buttonSave.Size = new System.Drawing.Size(80, 115); - this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSave.TabIndex = 5; - this.buttonSave.Text = "저장"; - this.buttonSave.TextColor = System.Drawing.Color.Black; - this.buttonSave.TextDownColor = System.Drawing.Color.White; - this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSave.TextLocation = new System.Drawing.Point(0, 0); - this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonSave.UpImage = null; - this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); - // - // labelWindow - // - this.labelWindow.BackColor = System.Drawing.Color.White; - this.labelWindow.BackPictureBox = null; - this.labelWindow.BackPictureBox1 = null; - this.labelWindow.BackPictureBox2 = null; - this.labelWindow.BorderColor = System.Drawing.Color.Black; - this.labelWindow.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.labelWindow.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); - this.labelWindow.ForeColor = System.Drawing.Color.Black; - this.labelWindow.InitVisible = true; - this.labelWindow.LineSpacing = 0F; - this.labelWindow.Location = new System.Drawing.Point(120, 13); - this.labelWindow.Name = "labelWindow"; - this.labelWindow.Size = new System.Drawing.Size(476, 57); - this.labelWindow.TabIndex = 4; - this.labelWindow.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.labelWindow.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; - this.labelWindow.Wordwrap = true; - // - // ControlConfiSerialUserDefine - // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.Controls.Add(this.smartGroupBox1); - this.Name = "ControlConfiSerialUserDefine"; - this.Size = new System.Drawing.Size(710, 253); - this.smartGroupBox1.ResumeLayout(false); - this.ResumeLayout(false); - - } - - #endregion - - private SmartX.SmartGroupBox smartGroupBox1; - public SmartX.SmartLabel labelWindow; - private SmartX.SmartButton buttonClearAll; - private SmartX.SmartButton buttonCancel; - private SmartX.SmartButton buttonSave; - private System.Windows.Forms.TextBox textBox1; - private SmartX.SmartButton buttonEnter; - private SmartX.SmartButton buttonTotalCount; - private SmartX.SmartButton buttonNGCount; - private SmartX.SmartButton buttonOverCount; - private SmartX.SmartButton buttonPassCount; - private SmartX.SmartButton buttonUnderCount; - private SmartX.SmartButton buttonOverRange; - private SmartX.SmartButton buttonPassRange; - private SmartX.SmartButton buttonUnderRange; - private SmartX.SmartButton buttonGap; - private SmartX.SmartButton buttonChecksum; - private SmartX.SmartButton buttonSign; - private SmartX.SmartButton buttonWeight; - private SmartX.SmartButton buttonNo; - private SmartX.SmartButton buttonGrade; - private SmartX.SmartButton buttonTime; - private SmartX.SmartButton buttonDate; - private SmartX.SmartButton buttonESC; - private SmartX.SmartButton buttonLF; - private SmartX.SmartButton buttonCR; - private SmartX.SmartButton buttonETX; - private SmartX.SmartButton buttonSTX; - private SmartX.SmartButton buttonDirectInput; - private SmartX.SmartKeyboard smartKeyboard; - } -} diff --git a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.resx b/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.resx deleted file mode 100644 index d228dfc..0000000 --- a/ITC81DB_2H/Controls/Etc/ControlConfiSerialUserDefine.resx +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - 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= - - - - WEBPAD - - \ No newline at end of file diff --git a/ITC81DB_2H/Forms/FormMain.cs b/ITC81DB_2H/Forms/FormMain.cs index 976b1df..3300558 100644 --- a/ITC81DB_2H/Forms/FormMain.cs +++ b/ITC81DB_2H/Forms/FormMain.cs @@ -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; diff --git a/ITC81DB_2H/Forms/FormMenu.cs b/ITC81DB_2H/Forms/FormMenu.cs index 7711394..4022f2a 100644 --- a/ITC81DB_2H/Forms/FormMenu.cs +++ b/ITC81DB_2H/Forms/FormMenu.cs @@ -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)); diff --git a/ITC81DB_2H/ITC81DB_2H.csproj b/ITC81DB_2H/ITC81DB_2H.csproj index 6a25c88..42f7e72 100644 --- a/ITC81DB_2H/ITC81DB_2H.csproj +++ b/ITC81DB_2H/ITC81DB_2H.csproj @@ -204,12 +204,6 @@ ControlConfiSerialMarkoPrint.cs - - UserControl - - - ControlConfiSerialUserDefine.cs - UserControl @@ -683,10 +677,6 @@ ControlConfiSerialMarkoPrint.cs Designer - - ControlConfiSerialUserDefine.cs - Designer - ControlConfiOptionBoard1.cs Designer diff --git a/ITC81DB_2H/Version.txt b/ITC81DB_2H/Version.txt index a948f60..e69d9f9 100644 --- a/ITC81DB_2H/Version.txt +++ b/ITC81DB_2H/Version.txt @@ -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 diff --git a/ITC81DB_2H/bin/Release/ITC81DB_2H.exe b/ITC81DB_2H/bin/Release/ITC81DB_2H.exe index 6b2c8b5..e3f5c4d 100644 Binary files a/ITC81DB_2H/bin/Release/ITC81DB_2H.exe and b/ITC81DB_2H/bin/Release/ITC81DB_2H.exe differ diff --git a/ITC81DB_2H/bin/Release/ITC81DB_2H_ImageDll.dll b/ITC81DB_2H/bin/Release/ITC81DB_2H_ImageDll.dll index 1f4beca..3ab7ddf 100644 Binary files a/ITC81DB_2H/bin/Release/ITC81DB_2H_ImageDll.dll and b/ITC81DB_2H/bin/Release/ITC81DB_2H_ImageDll.dll differ diff --git a/ITC81DB_2H/obj/Release/ITC81DB_2H.csproj.FileListAbsolute.txt b/ITC81DB_2H/obj/Release/ITC81DB_2H.csproj.FileListAbsolute.txt index d62a39f..230b027 100644 --- a/ITC81DB_2H/obj/Release/ITC81DB_2H.csproj.FileListAbsolute.txt +++ b/ITC81DB_2H/obj/Release/ITC81DB_2H.csproj.FileListAbsolute.txt @@ -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 diff --git a/ITC81DB_2H/obj/Release/ITC81DB_2H.exe b/ITC81DB_2H/obj/Release/ITC81DB_2H.exe index 6b2c8b5..e3f5c4d 100644 Binary files a/ITC81DB_2H/obj/Release/ITC81DB_2H.exe and b/ITC81DB_2H/obj/Release/ITC81DB_2H.exe differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Class1.cs b/ITC81DB_ImageDll/ITC81DB_ImageDll/Class1.cs index 5b4f28e..0c48244 100644 --- a/ITC81DB_ImageDll/ITC81DB_ImageDll/Class1.cs +++ b/ITC81DB_ImageDll/ITC81DB_ImageDll/Class1.cs @@ -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; diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/ITC81DB_2H_ImageDll.csproj b/ITC81DB_ImageDll/ITC81DB_ImageDll/ITC81DB_2H_ImageDll.csproj index 5845c3f..0c971f0 100644 --- a/ITC81DB_ImageDll/ITC81DB_ImageDll/ITC81DB_2H_ImageDll.csproj +++ b/ITC81DB_ImageDll/ITC81DB_ImageDll/ITC81DB_2H_ImageDll.csproj @@ -394,51 +394,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -484,9 +439,6 @@ - - - @@ -499,9 +451,6 @@ - - - @@ -550,18 +499,12 @@ - - - - - - @@ -592,108 +535,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -718,9 +625,6 @@ - - - @@ -736,27 +640,18 @@ - - - - - - - - - @@ -766,18 +661,12 @@ - - - - - - @@ -808,9 +697,6 @@ - - - @@ -1333,27 +1219,18 @@ - - - - - - - - - @@ -1480,9 +1357,6 @@ - - - @@ -1492,9 +1366,6 @@ - - - @@ -1525,9 +1396,6 @@ - - - @@ -2710,12 +2578,6 @@ - - - - - - @@ -2752,18 +2614,12 @@ - - - - - - @@ -2854,9 +2710,6 @@ - - - @@ -3181,60 +3034,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3316,78 +3127,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3427,6 +3166,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.Designer.cs b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.Designer.cs index 8876827..6a78e84 100644 --- a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.Designer.cs +++ b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.Designer.cs @@ -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); diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.resx b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.resx index f114bf0..98a7ab9 100644 --- a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.resx +++ b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resource1.resx @@ -1018,9 +1018,6 @@ Resources\engHelpSerialUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Resources\engBackgroundSerial.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Resources\engBackgroundJudgment_StopWeighing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -3253,4 +3250,157 @@ Resources\korFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Resources\chnFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\chnFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\chnFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\spnFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\spnFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusFormMenuLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusFormMenuLogDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusFormMenuLogUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\chnHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\chnHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\chnHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogHistoryDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogHistoryDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogHistoryUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogJudgmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogJudgmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogJudgmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpManufacturerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\gerHelpManufacturerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusHelpLogOthersDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusHelpLogOthersDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\rusHelpLogOthersUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpExternalInputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpMyPageDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\engHelpSystemLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpCountingOutputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpEquipmentTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpExternalInputDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpJudgmentAutoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpJudgmentManualDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpManufacturerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpMyPageDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpOptionDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpSerialDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpServoDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Resources\korHelpSystemLogDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDisable.png new file mode 100644 index 0000000..5da7a17 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDown.png new file mode 100644 index 0000000..1f4ca4c Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogUp.png new file mode 100644 index 0000000..c0e508c Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnFormMenuLogUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDisable.png new file mode 100644 index 0000000..a2058c0 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDown.png new file mode 100644 index 0000000..080151a Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersUp.png new file mode 100644 index 0000000..f9fbdcf Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/chnHelpLogOthersUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engBackgroundCalibration.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engBackgroundCalibration.png index 3d61f92..45f2a43 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engBackgroundCalibration.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engBackgroundCalibration.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuConfigDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuConfigDisable.png index 93179e2..c700fea 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuConfigDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuConfigDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuDefaultDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuDefaultDisable.png index 8b5eb6d..dfa7770 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuDefaultDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuDefaultDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuEquipmentDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuEquipmentDisable.png index 348d2b3..1693ba2 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuEquipmentDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuEquipmentDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuInformationDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuInformationDisable.png index a56819a..32177d0 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuInformationDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuInformationDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDisable.png new file mode 100644 index 0000000..906c0b6 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDown.png new file mode 100644 index 0000000..0eeabe4 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogUp.png new file mode 100644 index 0000000..6521102 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuLogUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuSystemDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuSystemDisable.png index 41d62ff..fdd291f 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuSystemDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engFormMenuSystemDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpASDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpASDisable.png index b5a368f..7b95570 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpASDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpASDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpAutoZeroDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpAutoZeroDisable.png index d5e19ee..11b938c 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpAutoZeroDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpAutoZeroDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCalibrationDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCalibrationDisable.png index 852f939..8d318bd 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCalibrationDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCalibrationDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCountingOutputDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCountingOutputDisable.png index 24a46fd..680b5a7 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCountingOutputDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpCountingOutputDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataBackupDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataBackupDisable.png index 149e13c..c5d5bc4 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataBackupDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataBackupDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataStatisticsDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataStatisticsDisable.png index 76cb579..1621d45 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataStatisticsDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpDataStatisticsDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEngineerDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEngineerDisable.png index dde4916..44729e7 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEngineerDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEngineerDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEquipmentTestDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEquipmentTestDisable.png index f1f59ea..fc0f702 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEquipmentTestDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEquipmentTestDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEthernetDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEthernetDisable.png index 242079d..0ff10a3 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEthernetDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpEthernetDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalInputDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalInputDisable.png new file mode 100644 index 0000000..ca197a4 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalInputDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalOutputDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalOutputDisable.png index a3ce524..414bb8f 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalOutputDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpExternalOutputDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpFunctionDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpFunctionDisable.png index 4cead0f..0b05849 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpFunctionDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpFunctionDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpIOTestDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpIOTestDisable.png index acf4b39..2425e9a 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpIOTestDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpIOTestDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInformationDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInformationDisable.png index 5a5a9c6..e820e02 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInformationDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInformationDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInitializationDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInitializationDisable.png index 91b20f5..468dd55 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInitializationDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpInitializationDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpItemDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpItemDisable.png index 4b0c432..5b6bab7 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpItemDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpItemDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpJudgmentDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpJudgmentDisable.png index 4eb0a02..90cf30b 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpJudgmentDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpJudgmentDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDisable.png new file mode 100644 index 0000000..a930536 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDown.png new file mode 100644 index 0000000..f5e4fe3 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersUp.png new file mode 100644 index 0000000..53aaa75 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpLogOthersUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpManufacturerDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpManufacturerDisable.png new file mode 100644 index 0000000..f6f7d8c Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpManufacturerDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpMyPageDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpMyPageDisable.png new file mode 100644 index 0000000..e39722a Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpMyPageDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpOptionBoardDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpOptionBoardDisable.png index 9c16cf1..c809ee4 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpOptionBoardDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpOptionBoardDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM1Disable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM1Disable.png index 6287bad..60ee631 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM1Disable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM1Disable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM3Disable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM3Disable.png index 9e0c838..0d53e16 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM3Disable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM3Disable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM4Disable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM4Disable.png index fe981d7..eea9a08 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM4Disable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSerialCOM4Disable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSorterDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSorterDisable.png index ee8c7f1..37614f6 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSorterDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSorterDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSystemLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSystemLogDisable.png new file mode 100644 index 0000000..d2805db Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpSystemLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpTimeDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpTimeDisable.png index 47225f9..0ffdcec 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpTimeDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpTimeDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUpdateDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUpdateDisable.png index 229dcae..1b1530c 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUpdateDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUpdateDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUserDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUserDisable.png index 2c1b15c..05a0b44 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUserDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/engHelpUserDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDisable.png new file mode 100644 index 0000000..7ced9fc Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDown.png new file mode 100644 index 0000000..e5f4421 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogUp.png new file mode 100644 index 0000000..ebc5de0 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerFormMenuLogUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDisable.png new file mode 100644 index 0000000..06c037d Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDown.png new file mode 100644 index 0000000..30e1eac Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryUp.png new file mode 100644 index 0000000..415cbbd Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogHistoryUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDisable.png new file mode 100644 index 0000000..e7cda31 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDown.png new file mode 100644 index 0000000..7dd0b47 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentUp.png new file mode 100644 index 0000000..df5562e Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogJudgmentUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDisable.png new file mode 100644 index 0000000..2a81db9 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDown.png new file mode 100644 index 0000000..3780423 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersUp.png new file mode 100644 index 0000000..32628b5 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpLogOthersUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDisable.png new file mode 100644 index 0000000..aba3ddd Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDown.png new file mode 100644 index 0000000..1bceb4f Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerUp.png new file mode 100644 index 0000000..8a0847a Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/gerHelpManufacturerUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpCountingOutputDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpCountingOutputDisable.png index 8afd790..33a6131 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpCountingOutputDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpCountingOutputDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpDataBackupDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpDataBackupDisable.png index b076595..5029b4e 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpDataBackupDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpDataBackupDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpEquipmentTestDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpEquipmentTestDisable.png index da4d995..6baca87 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpEquipmentTestDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpEquipmentTestDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpExternalInputDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpExternalInputDisable.png new file mode 100644 index 0000000..ba34bb3 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpExternalInputDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpManufacturerDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpManufacturerDisable.png new file mode 100644 index 0000000..b7a751b Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpManufacturerDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpMyPageDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpMyPageDisable.png new file mode 100644 index 0000000..bd128be Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpMyPageDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpOptionDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpOptionDisable.png index 742acb6..77d4bd6 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpOptionDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpOptionDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSerialDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSerialDisable.png index f9d8204..05a0ae1 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSerialDisable.png and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSerialDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpServoDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpServoDisable.png new file mode 100644 index 0000000..87310c9 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpServoDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSystemLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSystemLogDisable.png new file mode 100644 index 0000000..eeab812 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/korHelpSystemLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDisable.png new file mode 100644 index 0000000..c2ac7a5 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDown.png new file mode 100644 index 0000000..5fd303a Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogUp.png new file mode 100644 index 0000000..4e29144 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusFormMenuLogUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDisable.png new file mode 100644 index 0000000..1c41ddb Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDown.png new file mode 100644 index 0000000..9bb6973 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersUp.png new file mode 100644 index 0000000..b94bdce Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/rusHelpLogOthersUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDisable.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDisable.png new file mode 100644 index 0000000..6d92786 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDisable.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDown.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDown.png new file mode 100644 index 0000000..437d7f9 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogDown.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogUp.png b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogUp.png new file mode 100644 index 0000000..7e3d3f4 Binary files /dev/null and b/ITC81DB_ImageDll/ITC81DB_ImageDll/Resources/spnFormMenuLogUp.png differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_2H_ImageDll.dll b/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_2H_ImageDll.dll index 1f4beca..3ab7ddf 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_2H_ImageDll.dll and b/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_2H_ImageDll.dll differ