Compare commits
7 Commits
Author | SHA1 | Date |
---|---|---|
|
ddf9005245 | |
|
1a86e33f6d | |
|
7be6873b7b | |
|
c8a4280bd5 | |
|
8dc1c7e353 | |
|
03cfdaeb9f | |
|
f0e27f4ba5 |
|
@ -206,7 +206,7 @@
|
||||||
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
|
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
|
||||||
this.buttonExternalOutput.GroupID = 0;
|
this.buttonExternalOutput.GroupID = 0;
|
||||||
this.buttonExternalOutput.InitVisible = true;
|
this.buttonExternalOutput.InitVisible = true;
|
||||||
this.buttonExternalOutput.Location = new System.Drawing.Point(456, 0);
|
this.buttonExternalOutput.Location = new System.Drawing.Point(527, 0);
|
||||||
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
||||||
this.buttonExternalOutput.Name = "buttonExternalOutput";
|
this.buttonExternalOutput.Name = "buttonExternalOutput";
|
||||||
this.buttonExternalOutput.NestedClickEventPrevent = false;
|
this.buttonExternalOutput.NestedClickEventPrevent = false;
|
||||||
|
@ -223,6 +223,7 @@
|
||||||
this.buttonExternalOutput.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonExternalOutput.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonExternalOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonExternalOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonExternalOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.UpImage")));
|
this.buttonExternalOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.UpImage")));
|
||||||
|
this.buttonExternalOutput.Visible = false;
|
||||||
this.buttonExternalOutput.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonExternalOutput.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonBLDCMotorSetting
|
// buttonBLDCMotorSetting
|
||||||
|
@ -237,7 +238,7 @@
|
||||||
this.buttonBLDCMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBLDCMotorSetting.DownImage")));
|
this.buttonBLDCMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBLDCMotorSetting.DownImage")));
|
||||||
this.buttonBLDCMotorSetting.GroupID = 0;
|
this.buttonBLDCMotorSetting.GroupID = 0;
|
||||||
this.buttonBLDCMotorSetting.InitVisible = true;
|
this.buttonBLDCMotorSetting.InitVisible = true;
|
||||||
this.buttonBLDCMotorSetting.Location = new System.Drawing.Point(527, 0);
|
this.buttonBLDCMotorSetting.Location = new System.Drawing.Point(456, 0);
|
||||||
this.buttonBLDCMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
this.buttonBLDCMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
||||||
this.buttonBLDCMotorSetting.Name = "buttonBLDCMotorSetting";
|
this.buttonBLDCMotorSetting.Name = "buttonBLDCMotorSetting";
|
||||||
this.buttonBLDCMotorSetting.NestedClickEventPrevent = false;
|
this.buttonBLDCMotorSetting.NestedClickEventPrevent = false;
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting));
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.smartLabel2 = new SmartX.SmartLabel();
|
||||||
|
this.labelFileCount1 = new SmartX.SmartLabel();
|
||||||
|
this.buttonBackupDataList = new SmartX.SmartButton();
|
||||||
|
this.listBoxDataList = new System.Windows.Forms.ListBox();
|
||||||
this.labelTitleCommunicationLog = new SmartX.SmartLabel();
|
this.labelTitleCommunicationLog = new SmartX.SmartLabel();
|
||||||
this.buttonCommunicationLog = new SmartX.SmartButton();
|
this.buttonCommunicationLog = new SmartX.SmartButton();
|
||||||
this.labelTitleExternalInput = new SmartX.SmartLabel();
|
this.labelTitleExternalInput = new SmartX.SmartLabel();
|
||||||
|
@ -64,10 +68,8 @@
|
||||||
this.labelTitleBuzzerONTime = new SmartX.SmartLabel();
|
this.labelTitleBuzzerONTime = new SmartX.SmartLabel();
|
||||||
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
|
||||||
this.labelTitleLanguage = new SmartX.SmartLabel();
|
this.labelTitleLanguage = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.labelSwitchChattering = new SmartX.SmartLabel();
|
||||||
this.labelFileCount1 = new SmartX.SmartLabel();
|
this.labelTitleSwitchChattering = new SmartX.SmartLabel();
|
||||||
this.buttonBackupDataList = new SmartX.SmartButton();
|
|
||||||
this.listBoxDataList = new System.Windows.Forms.ListBox();
|
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.smartGroupBox2.SuspendLayout();
|
this.smartGroupBox2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -77,6 +79,8 @@
|
||||||
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelSwitchChattering);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelTitleSwitchChattering);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelFileCount1);
|
this.smartGroupBox1.Controls.Add(this.labelFileCount1);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBackupDataList);
|
this.smartGroupBox1.Controls.Add(this.buttonBackupDataList);
|
||||||
|
@ -122,6 +126,84 @@
|
||||||
this.smartGroupBox1.TabIndex = 2;
|
this.smartGroupBox1.TabIndex = 2;
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// smartLabel2
|
||||||
|
//
|
||||||
|
this.smartLabel2.BackPictureBox1 = null;
|
||||||
|
this.smartLabel2.BackPictureBox2 = this.smartGroupBox1;
|
||||||
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
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.Name = "smartLabel2";
|
||||||
|
this.smartLabel2.Size = new System.Drawing.Size(35, 28);
|
||||||
|
this.smartLabel2.TabIndex = 244;
|
||||||
|
this.smartLabel2.Text = "ea";
|
||||||
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelFileCount1
|
||||||
|
//
|
||||||
|
this.labelFileCount1.BackPictureBox1 = null;
|
||||||
|
this.labelFileCount1.BackPictureBox2 = this.smartGroupBox1;
|
||||||
|
this.labelFileCount1.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelFileCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelFileCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
|
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.Name = "labelFileCount1";
|
||||||
|
this.labelFileCount1.Size = new System.Drawing.Size(92, 28);
|
||||||
|
this.labelFileCount1.TabIndex = 243;
|
||||||
|
this.labelFileCount1.Text = "0";
|
||||||
|
this.labelFileCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelFileCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelFileCount1.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// buttonBackupDataList
|
||||||
|
//
|
||||||
|
this.buttonBackupDataList.BackPictureBox = null;
|
||||||
|
this.buttonBackupDataList.BackPictureBox1 = null;
|
||||||
|
this.buttonBackupDataList.BackPictureBox2 = null;
|
||||||
|
this.buttonBackupDataList.ButtonColor = System.Drawing.Color.Gray;
|
||||||
|
this.buttonBackupDataList.ButtonImageAutoSize = true;
|
||||||
|
this.buttonBackupDataList.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonBackupDataList.DisableImage = null;
|
||||||
|
this.buttonBackupDataList.DownImage = null;
|
||||||
|
this.buttonBackupDataList.GroupID = 0;
|
||||||
|
this.buttonBackupDataList.InitVisible = true;
|
||||||
|
this.buttonBackupDataList.Location = new System.Drawing.Point(607, 260);
|
||||||
|
this.buttonBackupDataList.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
|
this.buttonBackupDataList.Name = "buttonBackupDataList";
|
||||||
|
this.buttonBackupDataList.NestedClickEventPrevent = false;
|
||||||
|
this.buttonBackupDataList.OutlinePixel = 1;
|
||||||
|
this.buttonBackupDataList.RepeatInterval = 200;
|
||||||
|
this.buttonBackupDataList.RepeatIntervalAccelerate = null;
|
||||||
|
this.buttonBackupDataList.SafeInterval = 200;
|
||||||
|
this.buttonBackupDataList.Size = new System.Drawing.Size(80, 28);
|
||||||
|
this.buttonBackupDataList.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
this.buttonBackupDataList.TabIndex = 242;
|
||||||
|
this.buttonBackupDataList.Text = "Backup";
|
||||||
|
this.buttonBackupDataList.TextColor = System.Drawing.Color.Black;
|
||||||
|
this.buttonBackupDataList.TextDownColor = System.Drawing.Color.White;
|
||||||
|
this.buttonBackupDataList.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
|
this.buttonBackupDataList.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonBackupDataList.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
|
this.buttonBackupDataList.UpImage = null;
|
||||||
|
this.buttonBackupDataList.Click += new System.EventHandler(this.buttonBackupDataList_Click);
|
||||||
|
//
|
||||||
|
// 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.Name = "listBoxDataList";
|
||||||
|
this.listBoxDataList.Size = new System.Drawing.Size(305, 62);
|
||||||
|
this.listBoxDataList.TabIndex = 241;
|
||||||
|
//
|
||||||
// labelTitleCommunicationLog
|
// labelTitleCommunicationLog
|
||||||
//
|
//
|
||||||
this.labelTitleCommunicationLog.BackPictureBox1 = null;
|
this.labelTitleCommunicationLog.BackPictureBox1 = null;
|
||||||
|
@ -132,7 +214,7 @@
|
||||||
this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White;
|
this.labelTitleCommunicationLog.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleCommunicationLog.InitVisible = true;
|
this.labelTitleCommunicationLog.InitVisible = true;
|
||||||
this.labelTitleCommunicationLog.LineSpacing = 0F;
|
this.labelTitleCommunicationLog.LineSpacing = 0F;
|
||||||
this.labelTitleCommunicationLog.Location = new System.Drawing.Point(389, 254);
|
this.labelTitleCommunicationLog.Location = new System.Drawing.Point(382, 226);
|
||||||
this.labelTitleCommunicationLog.Name = "labelTitleCommunicationLog";
|
this.labelTitleCommunicationLog.Name = "labelTitleCommunicationLog";
|
||||||
this.labelTitleCommunicationLog.Size = new System.Drawing.Size(219, 28);
|
this.labelTitleCommunicationLog.Size = new System.Drawing.Size(219, 28);
|
||||||
this.labelTitleCommunicationLog.TabIndex = 194;
|
this.labelTitleCommunicationLog.TabIndex = 194;
|
||||||
|
@ -153,7 +235,7 @@
|
||||||
this.buttonCommunicationLog.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunicationLog.DownImage")));
|
this.buttonCommunicationLog.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunicationLog.DownImage")));
|
||||||
this.buttonCommunicationLog.GroupID = 0;
|
this.buttonCommunicationLog.GroupID = 0;
|
||||||
this.buttonCommunicationLog.InitVisible = true;
|
this.buttonCommunicationLog.InitVisible = true;
|
||||||
this.buttonCommunicationLog.Location = new System.Drawing.Point(614, 254);
|
this.buttonCommunicationLog.Location = new System.Drawing.Point(607, 226);
|
||||||
this.buttonCommunicationLog.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonCommunicationLog.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonCommunicationLog.Name = "buttonCommunicationLog";
|
this.buttonCommunicationLog.Name = "buttonCommunicationLog";
|
||||||
this.buttonCommunicationLog.NestedClickEventPrevent = false;
|
this.buttonCommunicationLog.NestedClickEventPrevent = false;
|
||||||
|
@ -182,7 +264,7 @@
|
||||||
this.labelTitleExternalInput.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExternalInput.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExternalInput.InitVisible = true;
|
this.labelTitleExternalInput.InitVisible = true;
|
||||||
this.labelTitleExternalInput.LineSpacing = 0F;
|
this.labelTitleExternalInput.LineSpacing = 0F;
|
||||||
this.labelTitleExternalInput.Location = new System.Drawing.Point(15, 13);
|
this.labelTitleExternalInput.Location = new System.Drawing.Point(15, 7);
|
||||||
this.labelTitleExternalInput.Name = "labelTitleExternalInput";
|
this.labelTitleExternalInput.Name = "labelTitleExternalInput";
|
||||||
this.labelTitleExternalInput.Size = new System.Drawing.Size(679, 28);
|
this.labelTitleExternalInput.Size = new System.Drawing.Size(679, 28);
|
||||||
this.labelTitleExternalInput.TabIndex = 192;
|
this.labelTitleExternalInput.TabIndex = 192;
|
||||||
|
@ -200,7 +282,7 @@
|
||||||
this.smartSeparatorLine1.Line2Visible = true;
|
this.smartSeparatorLine1.Line2Visible = true;
|
||||||
this.smartSeparatorLine1.Line2Width = 1F;
|
this.smartSeparatorLine1.Line2Width = 1F;
|
||||||
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
||||||
this.smartSeparatorLine1.Location = new System.Drawing.Point(11, 237);
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(15, 215);
|
||||||
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
||||||
this.smartSeparatorLine1.Size = new System.Drawing.Size(690, 2);
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(690, 2);
|
||||||
this.smartSeparatorLine1.TabIndex = 191;
|
this.smartSeparatorLine1.TabIndex = 191;
|
||||||
|
@ -218,7 +300,7 @@
|
||||||
this.buttonCapture.DownImage = null;
|
this.buttonCapture.DownImage = null;
|
||||||
this.buttonCapture.GroupID = 0;
|
this.buttonCapture.GroupID = 0;
|
||||||
this.buttonCapture.InitVisible = true;
|
this.buttonCapture.InitVisible = true;
|
||||||
this.buttonCapture.Location = new System.Drawing.Point(389, 288);
|
this.buttonCapture.Location = new System.Drawing.Point(382, 260);
|
||||||
this.buttonCapture.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonCapture.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonCapture.Name = "buttonCapture";
|
this.buttonCapture.Name = "buttonCapture";
|
||||||
this.buttonCapture.NestedClickEventPrevent = false;
|
this.buttonCapture.NestedClickEventPrevent = false;
|
||||||
|
@ -256,7 +338,7 @@
|
||||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
||||||
this.smartGroupBox2.Image = null;
|
this.smartGroupBox2.Image = null;
|
||||||
this.smartGroupBox2.InitVisible = true;
|
this.smartGroupBox2.InitVisible = true;
|
||||||
this.smartGroupBox2.Location = new System.Drawing.Point(436, 43);
|
this.smartGroupBox2.Location = new System.Drawing.Point(436, 28);
|
||||||
this.smartGroupBox2.Name = "smartGroupBox2";
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
||||||
this.smartGroupBox2.RoundRadius = 5;
|
this.smartGroupBox2.RoundRadius = 5;
|
||||||
this.smartGroupBox2.Size = new System.Drawing.Size(265, 184);
|
this.smartGroupBox2.Size = new System.Drawing.Size(265, 184);
|
||||||
|
@ -408,7 +490,7 @@
|
||||||
// comboBoxPIN2
|
// comboBoxPIN2
|
||||||
//
|
//
|
||||||
this.comboBoxPIN2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxPIN2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxPIN2.Location = new System.Drawing.Point(116, 53);
|
this.comboBoxPIN2.Location = new System.Drawing.Point(116, 38);
|
||||||
this.comboBoxPIN2.Name = "comboBoxPIN2";
|
this.comboBoxPIN2.Name = "comboBoxPIN2";
|
||||||
this.comboBoxPIN2.Size = new System.Drawing.Size(314, 28);
|
this.comboBoxPIN2.Size = new System.Drawing.Size(314, 28);
|
||||||
this.comboBoxPIN2.TabIndex = 186;
|
this.comboBoxPIN2.TabIndex = 186;
|
||||||
|
@ -417,7 +499,7 @@
|
||||||
// comboBoxPIN3
|
// comboBoxPIN3
|
||||||
//
|
//
|
||||||
this.comboBoxPIN3.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxPIN3.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxPIN3.Location = new System.Drawing.Point(116, 87);
|
this.comboBoxPIN3.Location = new System.Drawing.Point(116, 72);
|
||||||
this.comboBoxPIN3.Name = "comboBoxPIN3";
|
this.comboBoxPIN3.Name = "comboBoxPIN3";
|
||||||
this.comboBoxPIN3.Size = new System.Drawing.Size(314, 28);
|
this.comboBoxPIN3.Size = new System.Drawing.Size(314, 28);
|
||||||
this.comboBoxPIN3.TabIndex = 185;
|
this.comboBoxPIN3.TabIndex = 185;
|
||||||
|
@ -426,7 +508,7 @@
|
||||||
// comboBoxPIN4
|
// comboBoxPIN4
|
||||||
//
|
//
|
||||||
this.comboBoxPIN4.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxPIN4.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxPIN4.Location = new System.Drawing.Point(116, 121);
|
this.comboBoxPIN4.Location = new System.Drawing.Point(116, 106);
|
||||||
this.comboBoxPIN4.Name = "comboBoxPIN4";
|
this.comboBoxPIN4.Name = "comboBoxPIN4";
|
||||||
this.comboBoxPIN4.Size = new System.Drawing.Size(314, 28);
|
this.comboBoxPIN4.Size = new System.Drawing.Size(314, 28);
|
||||||
this.comboBoxPIN4.TabIndex = 184;
|
this.comboBoxPIN4.TabIndex = 184;
|
||||||
|
@ -435,7 +517,7 @@
|
||||||
// comboBoxPIN5
|
// comboBoxPIN5
|
||||||
//
|
//
|
||||||
this.comboBoxPIN5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxPIN5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxPIN5.Location = new System.Drawing.Point(116, 155);
|
this.comboBoxPIN5.Location = new System.Drawing.Point(116, 140);
|
||||||
this.comboBoxPIN5.Name = "comboBoxPIN5";
|
this.comboBoxPIN5.Name = "comboBoxPIN5";
|
||||||
this.comboBoxPIN5.Size = new System.Drawing.Size(314, 28);
|
this.comboBoxPIN5.Size = new System.Drawing.Size(314, 28);
|
||||||
this.comboBoxPIN5.TabIndex = 183;
|
this.comboBoxPIN5.TabIndex = 183;
|
||||||
|
@ -444,7 +526,7 @@
|
||||||
// comboBoxPIN6
|
// comboBoxPIN6
|
||||||
//
|
//
|
||||||
this.comboBoxPIN6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxPIN6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxPIN6.Location = new System.Drawing.Point(116, 189);
|
this.comboBoxPIN6.Location = new System.Drawing.Point(116, 174);
|
||||||
this.comboBoxPIN6.Name = "comboBoxPIN6";
|
this.comboBoxPIN6.Name = "comboBoxPIN6";
|
||||||
this.comboBoxPIN6.Size = new System.Drawing.Size(314, 28);
|
this.comboBoxPIN6.Size = new System.Drawing.Size(314, 28);
|
||||||
this.comboBoxPIN6.TabIndex = 182;
|
this.comboBoxPIN6.TabIndex = 182;
|
||||||
|
@ -460,7 +542,7 @@
|
||||||
this.labelPIn2.ForeColor = System.Drawing.Color.White;
|
this.labelPIn2.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelPIn2.InitVisible = true;
|
this.labelPIn2.InitVisible = true;
|
||||||
this.labelPIn2.LineSpacing = 0F;
|
this.labelPIn2.LineSpacing = 0F;
|
||||||
this.labelPIn2.Location = new System.Drawing.Point(15, 53);
|
this.labelPIn2.Location = new System.Drawing.Point(15, 38);
|
||||||
this.labelPIn2.Name = "labelPIn2";
|
this.labelPIn2.Name = "labelPIn2";
|
||||||
this.labelPIn2.Size = new System.Drawing.Size(95, 28);
|
this.labelPIn2.Size = new System.Drawing.Size(95, 28);
|
||||||
this.labelPIn2.TabIndex = 179;
|
this.labelPIn2.TabIndex = 179;
|
||||||
|
@ -479,7 +561,7 @@
|
||||||
this.labelPIn3.ForeColor = System.Drawing.Color.White;
|
this.labelPIn3.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelPIn3.InitVisible = true;
|
this.labelPIn3.InitVisible = true;
|
||||||
this.labelPIn3.LineSpacing = 0F;
|
this.labelPIn3.LineSpacing = 0F;
|
||||||
this.labelPIn3.Location = new System.Drawing.Point(15, 87);
|
this.labelPIn3.Location = new System.Drawing.Point(15, 72);
|
||||||
this.labelPIn3.Name = "labelPIn3";
|
this.labelPIn3.Name = "labelPIn3";
|
||||||
this.labelPIn3.Size = new System.Drawing.Size(95, 28);
|
this.labelPIn3.Size = new System.Drawing.Size(95, 28);
|
||||||
this.labelPIn3.TabIndex = 178;
|
this.labelPIn3.TabIndex = 178;
|
||||||
|
@ -498,7 +580,7 @@
|
||||||
this.labelPIn4.ForeColor = System.Drawing.Color.White;
|
this.labelPIn4.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelPIn4.InitVisible = true;
|
this.labelPIn4.InitVisible = true;
|
||||||
this.labelPIn4.LineSpacing = 0F;
|
this.labelPIn4.LineSpacing = 0F;
|
||||||
this.labelPIn4.Location = new System.Drawing.Point(15, 121);
|
this.labelPIn4.Location = new System.Drawing.Point(15, 106);
|
||||||
this.labelPIn4.Name = "labelPIn4";
|
this.labelPIn4.Name = "labelPIn4";
|
||||||
this.labelPIn4.Size = new System.Drawing.Size(95, 28);
|
this.labelPIn4.Size = new System.Drawing.Size(95, 28);
|
||||||
this.labelPIn4.TabIndex = 177;
|
this.labelPIn4.TabIndex = 177;
|
||||||
|
@ -517,7 +599,7 @@
|
||||||
this.labelPIn5.ForeColor = System.Drawing.Color.White;
|
this.labelPIn5.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelPIn5.InitVisible = true;
|
this.labelPIn5.InitVisible = true;
|
||||||
this.labelPIn5.LineSpacing = 0F;
|
this.labelPIn5.LineSpacing = 0F;
|
||||||
this.labelPIn5.Location = new System.Drawing.Point(15, 155);
|
this.labelPIn5.Location = new System.Drawing.Point(15, 140);
|
||||||
this.labelPIn5.Name = "labelPIn5";
|
this.labelPIn5.Name = "labelPIn5";
|
||||||
this.labelPIn5.Size = new System.Drawing.Size(95, 28);
|
this.labelPIn5.Size = new System.Drawing.Size(95, 28);
|
||||||
this.labelPIn5.TabIndex = 173;
|
this.labelPIn5.TabIndex = 173;
|
||||||
|
@ -536,7 +618,7 @@
|
||||||
this.labelPIn6.ForeColor = System.Drawing.Color.White;
|
this.labelPIn6.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelPIn6.InitVisible = true;
|
this.labelPIn6.InitVisible = true;
|
||||||
this.labelPIn6.LineSpacing = 0F;
|
this.labelPIn6.LineSpacing = 0F;
|
||||||
this.labelPIn6.Location = new System.Drawing.Point(15, 189);
|
this.labelPIn6.Location = new System.Drawing.Point(15, 174);
|
||||||
this.labelPIn6.Name = "labelPIn6";
|
this.labelPIn6.Name = "labelPIn6";
|
||||||
this.labelPIn6.Size = new System.Drawing.Size(95, 28);
|
this.labelPIn6.Size = new System.Drawing.Size(95, 28);
|
||||||
this.labelPIn6.TabIndex = 176;
|
this.labelPIn6.TabIndex = 176;
|
||||||
|
@ -555,7 +637,7 @@
|
||||||
this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
|
this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleLogin.InitVisible = true;
|
this.labelTitleLogin.InitVisible = true;
|
||||||
this.labelTitleLogin.LineSpacing = 0F;
|
this.labelTitleLogin.LineSpacing = 0F;
|
||||||
this.labelTitleLogin.Location = new System.Drawing.Point(15, 392);
|
this.labelTitleLogin.Location = new System.Drawing.Point(15, 398);
|
||||||
this.labelTitleLogin.Name = "labelTitleLogin";
|
this.labelTitleLogin.Name = "labelTitleLogin";
|
||||||
this.labelTitleLogin.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleLogin.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleLogin.TabIndex = 135;
|
this.labelTitleLogin.TabIndex = 135;
|
||||||
|
@ -576,7 +658,7 @@
|
||||||
this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage")));
|
this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage")));
|
||||||
this.buttonLogin.GroupID = 0;
|
this.buttonLogin.GroupID = 0;
|
||||||
this.buttonLogin.InitVisible = true;
|
this.buttonLogin.InitVisible = true;
|
||||||
this.buttonLogin.Location = new System.Drawing.Point(251, 392);
|
this.buttonLogin.Location = new System.Drawing.Point(251, 398);
|
||||||
this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonLogin.Name = "buttonLogin";
|
this.buttonLogin.Name = "buttonLogin";
|
||||||
this.buttonLogin.NestedClickEventPrevent = false;
|
this.buttonLogin.NestedClickEventPrevent = false;
|
||||||
|
@ -606,7 +688,7 @@
|
||||||
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelEquipmentID.InitVisible = true;
|
this.labelEquipmentID.InitVisible = true;
|
||||||
this.labelEquipmentID.LineSpacing = 0F;
|
this.labelEquipmentID.LineSpacing = 0F;
|
||||||
this.labelEquipmentID.Location = new System.Drawing.Point(251, 254);
|
this.labelEquipmentID.Location = new System.Drawing.Point(251, 226);
|
||||||
this.labelEquipmentID.Name = "labelEquipmentID";
|
this.labelEquipmentID.Name = "labelEquipmentID";
|
||||||
this.labelEquipmentID.Size = new System.Drawing.Size(80, 28);
|
this.labelEquipmentID.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelEquipmentID.TabIndex = 133;
|
this.labelEquipmentID.TabIndex = 133;
|
||||||
|
@ -626,7 +708,7 @@
|
||||||
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
|
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleEquipmentID.InitVisible = true;
|
this.labelTitleEquipmentID.InitVisible = true;
|
||||||
this.labelTitleEquipmentID.LineSpacing = 0F;
|
this.labelTitleEquipmentID.LineSpacing = 0F;
|
||||||
this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 254);
|
this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 226);
|
||||||
this.labelTitleEquipmentID.Name = "labelTitleEquipmentID";
|
this.labelTitleEquipmentID.Name = "labelTitleEquipmentID";
|
||||||
this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleEquipmentID.TabIndex = 132;
|
this.labelTitleEquipmentID.TabIndex = 132;
|
||||||
|
@ -646,7 +728,7 @@
|
||||||
this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelChattering.InitVisible = true;
|
this.labelChattering.InitVisible = true;
|
||||||
this.labelChattering.LineSpacing = 0F;
|
this.labelChattering.LineSpacing = 0F;
|
||||||
this.labelChattering.Location = new System.Drawing.Point(251, 322);
|
this.labelChattering.Location = new System.Drawing.Point(251, 294);
|
||||||
this.labelChattering.Name = "labelChattering";
|
this.labelChattering.Name = "labelChattering";
|
||||||
this.labelChattering.Size = new System.Drawing.Size(80, 28);
|
this.labelChattering.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelChattering.TabIndex = 129;
|
this.labelChattering.TabIndex = 129;
|
||||||
|
@ -667,7 +749,7 @@
|
||||||
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelRelayOnTime.InitVisible = true;
|
this.labelRelayOnTime.InitVisible = true;
|
||||||
this.labelRelayOnTime.LineSpacing = 0F;
|
this.labelRelayOnTime.LineSpacing = 0F;
|
||||||
this.labelRelayOnTime.Location = new System.Drawing.Point(251, 356);
|
this.labelRelayOnTime.Location = new System.Drawing.Point(251, 362);
|
||||||
this.labelRelayOnTime.Name = "labelRelayOnTime";
|
this.labelRelayOnTime.Name = "labelRelayOnTime";
|
||||||
this.labelRelayOnTime.Size = new System.Drawing.Size(80, 28);
|
this.labelRelayOnTime.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelRelayOnTime.TabIndex = 130;
|
this.labelRelayOnTime.TabIndex = 130;
|
||||||
|
@ -688,7 +770,7 @@
|
||||||
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelBuzzerOnTime.InitVisible = true;
|
this.labelBuzzerOnTime.InitVisible = true;
|
||||||
this.labelBuzzerOnTime.LineSpacing = 0F;
|
this.labelBuzzerOnTime.LineSpacing = 0F;
|
||||||
this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 288);
|
this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 260);
|
||||||
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
|
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
|
||||||
this.labelBuzzerOnTime.Size = new System.Drawing.Size(80, 28);
|
this.labelBuzzerOnTime.Size = new System.Drawing.Size(80, 28);
|
||||||
this.labelBuzzerOnTime.TabIndex = 131;
|
this.labelBuzzerOnTime.TabIndex = 131;
|
||||||
|
@ -708,7 +790,7 @@
|
||||||
this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
|
this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleChattering.InitVisible = true;
|
this.labelTitleChattering.InitVisible = true;
|
||||||
this.labelTitleChattering.LineSpacing = 0F;
|
this.labelTitleChattering.LineSpacing = 0F;
|
||||||
this.labelTitleChattering.Location = new System.Drawing.Point(15, 322);
|
this.labelTitleChattering.Location = new System.Drawing.Point(15, 294);
|
||||||
this.labelTitleChattering.Name = "labelTitleChattering";
|
this.labelTitleChattering.Name = "labelTitleChattering";
|
||||||
this.labelTitleChattering.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleChattering.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleChattering.TabIndex = 127;
|
this.labelTitleChattering.TabIndex = 127;
|
||||||
|
@ -727,7 +809,7 @@
|
||||||
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleRelayRunTime.InitVisible = true;
|
this.labelTitleRelayRunTime.InitVisible = true;
|
||||||
this.labelTitleRelayRunTime.LineSpacing = 0F;
|
this.labelTitleRelayRunTime.LineSpacing = 0F;
|
||||||
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(15, 356);
|
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(15, 362);
|
||||||
this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime";
|
this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime";
|
||||||
this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleRelayRunTime.TabIndex = 126;
|
this.labelTitleRelayRunTime.TabIndex = 126;
|
||||||
|
@ -746,7 +828,7 @@
|
||||||
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
|
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleBuzzerONTime.InitVisible = true;
|
this.labelTitleBuzzerONTime.InitVisible = true;
|
||||||
this.labelTitleBuzzerONTime.LineSpacing = 0F;
|
this.labelTitleBuzzerONTime.LineSpacing = 0F;
|
||||||
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 288);
|
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 260);
|
||||||
this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime";
|
this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime";
|
||||||
this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleBuzzerONTime.TabIndex = 128;
|
this.labelTitleBuzzerONTime.TabIndex = 128;
|
||||||
|
@ -758,7 +840,7 @@
|
||||||
// comboBoxLanguage
|
// comboBoxLanguage
|
||||||
//
|
//
|
||||||
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.comboBoxLanguage.Location = new System.Drawing.Point(251, 426);
|
this.comboBoxLanguage.Location = new System.Drawing.Point(251, 432);
|
||||||
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
||||||
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
|
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
|
||||||
this.comboBoxLanguage.TabIndex = 120;
|
this.comboBoxLanguage.TabIndex = 120;
|
||||||
|
@ -774,7 +856,7 @@
|
||||||
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
|
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleLanguage.InitVisible = true;
|
this.labelTitleLanguage.InitVisible = true;
|
||||||
this.labelTitleLanguage.LineSpacing = 0F;
|
this.labelTitleLanguage.LineSpacing = 0F;
|
||||||
this.labelTitleLanguage.Location = new System.Drawing.Point(15, 426);
|
this.labelTitleLanguage.Location = new System.Drawing.Point(15, 432);
|
||||||
this.labelTitleLanguage.Name = "labelTitleLanguage";
|
this.labelTitleLanguage.Name = "labelTitleLanguage";
|
||||||
this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28);
|
this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelTitleLanguage.TabIndex = 117;
|
this.labelTitleLanguage.TabIndex = 117;
|
||||||
|
@ -783,83 +865,45 @@
|
||||||
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelTitleLanguage.Wordwrap = false;
|
this.labelTitleLanguage.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// labelSwitchChattering
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
this.labelSwitchChattering.BackColor = System.Drawing.SystemColors.Window;
|
||||||
this.smartLabel2.BackPictureBox2 = this.smartGroupBox1;
|
this.labelSwitchChattering.BackPictureBox = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.labelSwitchChattering.BackPictureBox1 = null;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSwitchChattering.BackPictureBox2 = null;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelSwitchChattering.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
this.labelSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.smartLabel2.InitVisible = true;
|
this.labelSwitchChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.labelSwitchChattering.InitVisible = true;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(573, 288);
|
this.labelSwitchChattering.LineSpacing = 0F;
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.labelSwitchChattering.Location = new System.Drawing.Point(251, 328);
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(35, 28);
|
this.labelSwitchChattering.Name = "labelSwitchChattering";
|
||||||
this.smartLabel2.TabIndex = 244;
|
this.labelSwitchChattering.Size = new System.Drawing.Size(80, 28);
|
||||||
this.smartLabel2.Text = "ea";
|
this.labelSwitchChattering.TabIndex = 246;
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelSwitchChattering.Text = "100";
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.labelSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelSwitchChattering.Wordwrap = false;
|
||||||
|
this.labelSwitchChattering.Click += new System.EventHandler(this.labelSwitchChattering_Click);
|
||||||
//
|
//
|
||||||
// labelFileCount1
|
// labelTitleSwitchChattering
|
||||||
//
|
//
|
||||||
this.labelFileCount1.BackPictureBox1 = null;
|
this.labelTitleSwitchChattering.BackPictureBox1 = null;
|
||||||
this.labelFileCount1.BackPictureBox2 = this.smartGroupBox1;
|
this.labelTitleSwitchChattering.BackPictureBox2 = this.smartGroupBox1;
|
||||||
this.labelFileCount1.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleSwitchChattering.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelFileCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleSwitchChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelFileCount1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelTitleSwitchChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelFileCount1.ForeColor = System.Drawing.Color.White;
|
this.labelTitleSwitchChattering.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelFileCount1.InitVisible = true;
|
this.labelTitleSwitchChattering.InitVisible = true;
|
||||||
this.labelFileCount1.LineSpacing = 0F;
|
this.labelTitleSwitchChattering.LineSpacing = 0F;
|
||||||
this.labelFileCount1.Location = new System.Drawing.Point(475, 288);
|
this.labelTitleSwitchChattering.Location = new System.Drawing.Point(15, 328);
|
||||||
this.labelFileCount1.Name = "labelFileCount1";
|
this.labelTitleSwitchChattering.Name = "labelTitleSwitchChattering";
|
||||||
this.labelFileCount1.Size = new System.Drawing.Size(92, 28);
|
this.labelTitleSwitchChattering.Size = new System.Drawing.Size(230, 28);
|
||||||
this.labelFileCount1.TabIndex = 243;
|
this.labelTitleSwitchChattering.TabIndex = 245;
|
||||||
this.labelFileCount1.Text = "0";
|
this.labelTitleSwitchChattering.Text = "스위치채터링";
|
||||||
this.labelFileCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelTitleSwitchChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelFileCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleSwitchChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelFileCount1.Wordwrap = false;
|
this.labelTitleSwitchChattering.Wordwrap = false;
|
||||||
//
|
|
||||||
// buttonBackupDataList
|
|
||||||
//
|
|
||||||
this.buttonBackupDataList.BackPictureBox = null;
|
|
||||||
this.buttonBackupDataList.BackPictureBox1 = null;
|
|
||||||
this.buttonBackupDataList.BackPictureBox2 = null;
|
|
||||||
this.buttonBackupDataList.ButtonColor = System.Drawing.Color.Gray;
|
|
||||||
this.buttonBackupDataList.ButtonImageAutoSize = true;
|
|
||||||
this.buttonBackupDataList.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonBackupDataList.DisableImage = null;
|
|
||||||
this.buttonBackupDataList.DownImage = null;
|
|
||||||
this.buttonBackupDataList.GroupID = 0;
|
|
||||||
this.buttonBackupDataList.InitVisible = true;
|
|
||||||
this.buttonBackupDataList.Location = new System.Drawing.Point(614, 288);
|
|
||||||
this.buttonBackupDataList.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
||||||
this.buttonBackupDataList.Name = "buttonBackupDataList";
|
|
||||||
this.buttonBackupDataList.NestedClickEventPrevent = false;
|
|
||||||
this.buttonBackupDataList.OutlinePixel = 1;
|
|
||||||
this.buttonBackupDataList.RepeatInterval = 200;
|
|
||||||
this.buttonBackupDataList.RepeatIntervalAccelerate = null;
|
|
||||||
this.buttonBackupDataList.SafeInterval = 200;
|
|
||||||
this.buttonBackupDataList.Size = new System.Drawing.Size(80, 28);
|
|
||||||
this.buttonBackupDataList.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
||||||
this.buttonBackupDataList.TabIndex = 242;
|
|
||||||
this.buttonBackupDataList.Text = "Backup";
|
|
||||||
this.buttonBackupDataList.TextColor = System.Drawing.Color.Black;
|
|
||||||
this.buttonBackupDataList.TextDownColor = System.Drawing.Color.White;
|
|
||||||
this.buttonBackupDataList.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
||||||
this.buttonBackupDataList.TextLocation = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonBackupDataList.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
||||||
this.buttonBackupDataList.UpImage = null;
|
|
||||||
this.buttonBackupDataList.Click += new System.EventHandler(this.buttonBackupDataList_Click);
|
|
||||||
//
|
|
||||||
// listBoxDataList
|
|
||||||
//
|
|
||||||
this.listBoxDataList.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.listBoxDataList.Location = new System.Drawing.Point(389, 322);
|
|
||||||
this.listBoxDataList.Name = "listBoxDataList";
|
|
||||||
this.listBoxDataList.Size = new System.Drawing.Size(305, 122);
|
|
||||||
this.listBoxDataList.TabIndex = 241;
|
|
||||||
//
|
//
|
||||||
// ControlCenterEquipFunctionSetting
|
// ControlCenterEquipFunctionSetting
|
||||||
//
|
//
|
||||||
|
@ -915,5 +959,7 @@
|
||||||
private SmartX.SmartLabel labelFileCount1;
|
private SmartX.SmartLabel labelFileCount1;
|
||||||
private SmartX.SmartButton buttonBackupDataList;
|
private SmartX.SmartButton buttonBackupDataList;
|
||||||
private System.Windows.Forms.ListBox listBoxDataList;
|
private System.Windows.Forms.ListBox listBoxDataList;
|
||||||
|
public SmartX.SmartLabel labelSwitchChattering;
|
||||||
|
private SmartX.SmartLabel labelTitleSwitchChattering;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -585,6 +585,11 @@ namespace ITC81DB_2H.Controls
|
||||||
if (this.labelChattering.Text != value)
|
if (this.labelChattering.Text != value)
|
||||||
this.labelChattering.Text = value;
|
this.labelChattering.Text = value;
|
||||||
|
|
||||||
|
// 스위치채터링
|
||||||
|
value = parameter.SwitchChattering.Trim();
|
||||||
|
if (this.labelSwitchChattering.Text != value)
|
||||||
|
this.labelSwitchChattering.Text = value;
|
||||||
|
|
||||||
// 입력포트
|
// 입력포트
|
||||||
index = parameter.PI6;
|
index = parameter.PI6;
|
||||||
if (this.comboBoxPIN6.SelectedIndex != index)
|
if (this.comboBoxPIN6.SelectedIndex != index)
|
||||||
|
@ -782,6 +787,36 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void labelSwitchChattering_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string before = "", after = "";
|
||||||
|
string value = "";
|
||||||
|
before = this.labelSwitchChattering.Text;
|
||||||
|
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSwitchChattering.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
|
||||||
|
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 500)
|
||||||
|
{
|
||||||
|
// 입력범위를 확인하세요
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
after = this.labelSwitchChattering.Text = myKeyPad.StringValue;
|
||||||
|
|
||||||
|
value = Helper.StringZeroFillDigits4(this.labelSwitchChattering.Text);
|
||||||
|
this.ParentForm.ParentForm.CurrentSystemParameter1.SwitchChattering = myKeyPad.StringValue;
|
||||||
|
|
||||||
|
this.ParentForm.ParentForm.SaveSystemParameter1File(this.ParentForm.ParentForm.CurrentSystemParameter1);
|
||||||
|
this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress.SwitchChattering, value);
|
||||||
|
|
||||||
|
if (before != after)
|
||||||
|
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingParameter.SwitchChattering, "", before, after);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
private void comboBoxLanguage_SelectedIndexChanged(object sender, EventArgs e)
|
private void comboBoxLanguage_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
string before = "", after = "";
|
string before = "", after = "";
|
||||||
|
|
|
@ -165,70 +165,45 @@
|
||||||
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
|
t8VwAAAAAElFTkSuQmCC
|
||||||
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
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonChangePassword.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonChangePassword.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -63,30 +63,39 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
Class1 images = new Class1();
|
Class1 images = new Class1();
|
||||||
|
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleExpiryDateOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleExpiryDateOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleAutomaticLogoutTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelTitleAutomaticLogoutTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
|
||||||
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English
|
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English
|
||||||
|| this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Spanish)
|
|| this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Spanish)
|
||||||
{
|
{
|
||||||
this.labelTitleID.Text = "ID";
|
this.labelTitleID.Text = "ID";
|
||||||
this.labelTitlePassword.Text = "Password";
|
this.labelTitlePassword.Text = "Password";
|
||||||
|
this.labelTitleAccessRight.Text = "Access right";
|
||||||
|
|
||||||
this.labelTitleExpiryDateOfAccount.Text = "Expiry date(ID)";
|
this.labelTitleExpiryDateOfAccount.Text = "Expiry date(ID)";
|
||||||
this.labelTitleExpiryDateOfPassword.Text = "Expiry date(PW)";
|
this.labelTitleExpiryDateOfPassword.Text = "Expiry date(PW)";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "<Items common to all users>";
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "Number of failures";
|
||||||
this.labelTitleAutomaticLogoutTime.Text = "Auto Logout";
|
this.labelTitleAutomaticLogoutTime.Text = "Auto Logout";
|
||||||
this.labelAutoLogoutWarning.Text = "* Applies to all ID";
|
|
||||||
this.labelTitleAccessRight.Text = "Access right";
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Chinese)
|
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitleID.Text = "用户名";
|
this.labelTitleID.Text = "用户名";
|
||||||
this.labelTitlePassword.Text = "密码";
|
this.labelTitlePassword.Text = "密码";
|
||||||
|
this.labelTitleAccessRight.Text = "访问权";
|
||||||
|
|
||||||
this.labelTitleExpiryDateOfAccount.Text = "到期日(用户名)";
|
this.labelTitleExpiryDateOfAccount.Text = "到期日(用户名)";
|
||||||
this.labelTitleExpiryDateOfPassword.Text = "到期日(密码)";
|
this.labelTitleExpiryDateOfPassword.Text = "到期日(密码)";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "<所有用户共有的项目>";
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "失败次数";
|
||||||
this.labelTitleAutomaticLogoutTime.Text = "自动注销";
|
this.labelTitleAutomaticLogoutTime.Text = "自动注销";
|
||||||
this.labelAutoLogoutWarning.Text = "* 适用于所有身份证";
|
|
||||||
this.labelTitleAccessRight.Text = "访问权";
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Czech)
|
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
@ -95,37 +104,42 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
this.labelTitleID.Text = "ID";
|
this.labelTitleID.Text = "ID";
|
||||||
this.labelTitlePassword.Text = "Пароль";
|
this.labelTitlePassword.Text = "Пароль";
|
||||||
|
this.labelTitleAccessRight.Text = "Право доступа";
|
||||||
|
|
||||||
this.labelTitleExpiryDateOfAccount.Text = "Истечения(ID)";
|
this.labelTitleExpiryDateOfAccount.Text = "Истечения(ID)";
|
||||||
this.labelTitleExpiryDateOfPassword.Text = "Истечения(Пароль)";
|
this.labelTitleExpiryDateOfPassword.Text = "Истечения(Пароль)";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "<Элементы, общие для всех пользователей>";
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleNumberOfLoginFailures.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "Количество отказов";
|
||||||
this.labelTitleAutomaticLogoutTime.Text = "Автоматический выход";
|
this.labelTitleAutomaticLogoutTime.Text = "Автоматический выход";
|
||||||
this.labelAutoLogoutWarning.Text = "* Все идентификаторы";
|
|
||||||
this.labelTitleAccessRight.Text = "Право доступа";
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.German)
|
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.German)
|
||||||
{
|
{
|
||||||
this.labelTitleID.Text = "ID";
|
this.labelTitleID.Text = "ID";
|
||||||
this.labelTitlePassword.Text = "Passwort";
|
this.labelTitlePassword.Text = "Passwort";
|
||||||
|
this.labelTitleAccessRight.Text = "Zugangsberechtigung";
|
||||||
|
|
||||||
this.labelTitleExpiryDateOfAccount.Text = "Verfallsdatum(ID)";
|
this.labelTitleExpiryDateOfAccount.Text = "Verfallsdatum(ID)";
|
||||||
this.labelTitleExpiryDateOfPassword.Text = "Verfallsdatum(PW)";
|
this.labelTitleExpiryDateOfPassword.Text = "Verfallsdatum(PW)";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "<Elemente, die allen Benutzern gemeinsam sind>";
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "Anzahl der Ausfälle";
|
||||||
this.labelTitleAutomaticLogoutTime.Text = "Automatische Abmeldung";
|
this.labelTitleAutomaticLogoutTime.Text = "Automatische Abmeldung";
|
||||||
this.labelAutoLogoutWarning.Text = "* Gilt für alle ID";
|
|
||||||
this.labelTitleAccessRight.Text = "Zugangsberechtigung";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.labelTitleID.Text = "ID";
|
this.labelTitleID.Text = "ID";
|
||||||
this.labelTitlePassword.Text = "비밀번호";
|
this.labelTitlePassword.Text = "비밀번호";
|
||||||
|
this.labelTitleAccessRight.Text = "접근 권한";
|
||||||
|
|
||||||
this.labelTitleExpiryDateOfAccount.Text = "만료일(ID)";
|
this.labelTitleExpiryDateOfAccount.Text = "만료일(ID)";
|
||||||
this.labelTitleExpiryDateOfPassword.Text = "만료일(PW)";
|
this.labelTitleExpiryDateOfPassword.Text = "만료일(PW)";
|
||||||
|
|
||||||
|
this.labelTitleContents.Text = "<전체 사용자 공통 적용 항목>";
|
||||||
|
this.labelTitleNumberOfLoginFailures.Text = "로그인 실패 횟수";
|
||||||
this.labelTitleAutomaticLogoutTime.Text = "자동 로그아웃";
|
this.labelTitleAutomaticLogoutTime.Text = "자동 로그아웃";
|
||||||
this.labelAutoLogoutWarning.Text = "* 모든 ID에 적용됨";
|
|
||||||
this.labelTitleAccessRight.Text = "접근 권한";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
|
@ -173,41 +187,53 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
if (bValue == true)
|
if (bValue == true)
|
||||||
{
|
{
|
||||||
this.labelTitleExpiryDateOfAccount.Visible = true;
|
//this.labelTitleExpiryDateOfAccount.Visible = true;
|
||||||
this.labelExpiryDateOfAccount.Visible = true;
|
//this.labelExpiryDateOfAccount.Visible = true;
|
||||||
this.labelExpiryDateOfAccount2.Visible = true;
|
//this.labelExpiryDateOfAccount2.Visible = true;
|
||||||
this.labelTitleExpiryDateOfPassword.Visible = true;
|
//this.labelTitleExpiryDateOfPassword.Visible = true;
|
||||||
this.labelExpiryDateOfPassword.Visible = true;
|
//this.labelExpiryDateOfPassword.Visible = true;
|
||||||
this.labelExpiryDateOfPassword2.Visible = true;
|
//this.labelExpiryDateOfPassword2.Visible = true;
|
||||||
|
//this.labelTitleDayAccount.Visible = true;
|
||||||
|
//this.labelTitleDayPassword.Visible = true;
|
||||||
|
|
||||||
|
this.smartGroupBox2.Visible = true;
|
||||||
|
this.smartGroupBox2.Location = new Point(263, 105);
|
||||||
|
|
||||||
|
this.smartSeparatorLine1.Location = new Point(263, 183);
|
||||||
|
this.labelTitleContents.Location = new Point(263, 195);
|
||||||
|
this.labelTitleNumberOfLoginFailures.Location = new Point(263, 227);
|
||||||
|
this.labelNumberOfLoginFailures.Location = new Point(390, 227);
|
||||||
|
|
||||||
this.labelTitleAutomaticLogoutTime.Visible = true;
|
this.labelTitleAutomaticLogoutTime.Visible = true;
|
||||||
this.labelAutomaticLogoutTime.Visible = true;
|
this.labelAutomaticLogoutTime.Visible = true;
|
||||||
|
|
||||||
this.labelTitleDayAccount.Visible = true;
|
|
||||||
this.labelTitleDayPassword.Visible = true;
|
|
||||||
this.smartLabel11.Visible = true;
|
this.smartLabel11.Visible = true;
|
||||||
this.labelAutoLogoutWarning.Visible = true;
|
|
||||||
|
|
||||||
this.smartSeparatorLine1.Visible = true;
|
this.smartSeparatorLine1.Visible = true;
|
||||||
this.smartSeparatorLine2.Visible = true;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.labelTitleExpiryDateOfAccount.Visible = false;
|
//this.labelTitleExpiryDateOfAccount.Visible = false;
|
||||||
this.labelExpiryDateOfAccount.Visible = false;
|
//this.labelExpiryDateOfAccount.Visible = false;
|
||||||
this.labelExpiryDateOfAccount2.Visible = false;
|
//this.labelExpiryDateOfAccount2.Visible = false;
|
||||||
this.labelTitleExpiryDateOfPassword.Visible = false;
|
//this.labelTitleExpiryDateOfPassword.Visible = false;
|
||||||
this.labelExpiryDateOfPassword.Visible = false;
|
//this.labelExpiryDateOfPassword.Visible = false;
|
||||||
this.labelExpiryDateOfPassword2.Visible = false;
|
//this.labelExpiryDateOfPassword2.Visible = false;
|
||||||
|
//this.labelTitleDayAccount.Visible = false;
|
||||||
|
//this.labelTitleDayPassword.Visible = false;
|
||||||
|
|
||||||
|
this.smartGroupBox2.Visible = false;
|
||||||
|
this.smartGroupBox2.Location = new Point(263, 307);
|
||||||
|
|
||||||
|
this.smartSeparatorLine1.Location = new Point(263, 115);
|
||||||
|
this.labelTitleContents.Location = new Point(263, 127);
|
||||||
|
this.labelTitleNumberOfLoginFailures.Location = new Point(263, 159);
|
||||||
|
this.labelNumberOfLoginFailures.Location = new Point(390, 159);
|
||||||
|
|
||||||
this.labelTitleAutomaticLogoutTime.Visible = false;
|
this.labelTitleAutomaticLogoutTime.Visible = false;
|
||||||
this.labelAutomaticLogoutTime.Visible = false;
|
this.labelAutomaticLogoutTime.Visible = false;
|
||||||
|
|
||||||
this.labelTitleDayAccount.Visible = false;
|
|
||||||
this.labelTitleDayPassword.Visible = false;
|
|
||||||
this.smartLabel11.Visible = false;
|
this.smartLabel11.Visible = false;
|
||||||
this.labelAutoLogoutWarning.Visible = false;
|
|
||||||
|
|
||||||
this.smartSeparatorLine1.Visible = false;
|
this.smartSeparatorLine1.Visible = false;
|
||||||
this.smartSeparatorLine2.Visible = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void UpdateAccessRightComboBox()
|
public void UpdateAccessRightComboBox()
|
||||||
|
@ -692,11 +718,15 @@ namespace ITC81DB_2H.Controls
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.buttonLockRelease.Visible = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.labelExpiryDateOfAccount2.ForeColor = Color.White;
|
this.labelExpiryDateOfAccount2.ForeColor = Color.White;
|
||||||
this.labelExpiryDateOfAccount2.Text = string.Format("{0:yy/MM/dd} ~ {1:yy/MM/dd}", item.DateIdLogin, item.DateIdExpire);
|
this.labelExpiryDateOfAccount2.Text = string.Format("{0:yy/MM/dd} ~ {1:yy/MM/dd}", item.DateIdLogin, item.DateIdExpire);
|
||||||
|
|
||||||
|
this.buttonLockRelease.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.IsLockPassword == true)
|
if (item.IsLockPassword == true)
|
||||||
|
@ -1059,7 +1089,10 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
this.PasswordChar = false;
|
this.PasswordChar = false;
|
||||||
this.labelAutomaticLogoutTime.Text = this.ParentForm.ParentForm.SystemConfig2.UserAutomaticLogout.ToString();
|
this.labelAutomaticLogoutTime.Text = this.ParentForm.ParentForm.SystemConfig2.UserAutomaticLogout.ToString();
|
||||||
this.labelAutomaticLogoutTime.Enabled = true;
|
//this.labelAutomaticLogoutTime.Enabled = true;
|
||||||
|
this.labelNumberOfLoginFailures.Text = this.ParentForm.ParentForm.SystemConfig3.NumberOfLoginFailures.ToString();
|
||||||
|
|
||||||
|
this.buttonLockRelease.Visible = false;
|
||||||
|
|
||||||
this.UpdateUserListBoxDisplay(this.ParentForm.ParentForm.ListDllUserName);
|
this.UpdateUserListBoxDisplay(this.ParentForm.ParentForm.ListDllUserName);
|
||||||
this.UpdateInitializeUserDisplay(this.ParentForm.ParentForm.SystemConfig2);
|
this.UpdateInitializeUserDisplay(this.ParentForm.ParentForm.SystemConfig2);
|
||||||
|
@ -1380,6 +1413,26 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void labelNumberOfLoginFailures_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelNumberOfLoginFailures.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
|
||||||
|
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
if (myKeyPad.IntValue <= 0)
|
||||||
|
{
|
||||||
|
// 입력범위를 확인하세요
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.labelNumberOfLoginFailures.Text = myKeyPad.StringValue;
|
||||||
|
this.ParentForm.ParentForm.SystemConfig3.NumberOfLoginFailures = myKeyPad.IntValue;
|
||||||
|
this.ParentForm.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.ParentForm.SystemConfig3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
private void labelAutomaticLogoutTime_Click(object sender, EventArgs e)
|
private void labelAutomaticLogoutTime_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelAutomaticLogoutTime.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelAutomaticLogoutTime.Text, 2, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
@ -1544,6 +1597,57 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void buttonLockRelease_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string code = "", message1 = "", message2 = "";
|
||||||
|
string detail = "";
|
||||||
|
|
||||||
|
switch (this.ParentForm.ParentForm.SystemConfig1.Language)
|
||||||
|
{
|
||||||
|
case Define.E_LanguageID.Korean:
|
||||||
|
code = "유저설정";
|
||||||
|
message1 = "사용자 잠금 해제 하시겠습니까?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.English:
|
||||||
|
code = "User settings";
|
||||||
|
message1 = "Do you want to unlock user?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Chinese:
|
||||||
|
code = "用户设置";
|
||||||
|
message1 = "你想解锁用户吗?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Russian:
|
||||||
|
code = "Пользовательские настройки";
|
||||||
|
message1 = "Вы хотите разблокировать пользователя?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.German:
|
||||||
|
code = "Benutzereinstellungen";
|
||||||
|
message1 = "Möchten Sie Benutzer entsperren?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Spanish:
|
||||||
|
code = "Ajustes de usuario";
|
||||||
|
message1 = "¿Quieres desbloquear usuario?";
|
||||||
|
message2 = "";
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
DialogFormYesNo dlg = new DialogFormYesNo(Define.E_MessageBoxIcon.Question, code, message1, message2);
|
||||||
|
if (dlg.ShowDialog() == DialogResult.Yes)
|
||||||
|
{
|
||||||
|
UserManager.UserManager_UserLockRelease(this.SelectedUserItem.ID, true, false);
|
||||||
|
|
||||||
|
// Part 11
|
||||||
|
detail = string.Format("Release ID : {0}", this.SelectedUserItem.ID);
|
||||||
|
this.ParentForm.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.UserEditor, detail);
|
||||||
|
}
|
||||||
|
}
|
||||||
private void buttonGroupEditor_Click(object sender, EventArgs e)
|
private void buttonGroupEditor_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
this.ParentForm.CenterEquipUserGroupEditor.Visible = true;
|
this.ParentForm.CenterEquipUserGroupEditor.Visible = true;
|
||||||
|
|
|
@ -118,6 +118,265 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="buttonLockRelease.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonLockRelease.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonLockRelease.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
43IT6urq+D8XMbgKydIcyQAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<data name="buttonNew.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonNew.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
|
|
|
@ -387,12 +387,12 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
this.checkBoxNotLoginSystemAutoZero.Visible = bValue;
|
this.checkBoxNotLoginSystemAutoZero.Visible = bValue;
|
||||||
this.checkBoxNotLoginSystemCalibration.Visible = bValue;
|
this.checkBoxNotLoginSystemCalibration.Visible = bValue;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.Visible = bValue;
|
//this.checkBoxNotLoginSystemExternalOutput.Visible = bValue;
|
||||||
this.checkBoxNotLoginSystemIOTest.Visible = bValue;
|
this.checkBoxNotLoginSystemIOTest.Visible = bValue;
|
||||||
this.checkBoxNotLoginSystemJudgment.Visible = bValue;
|
this.checkBoxNotLoginSystemJudgment.Visible = bValue;
|
||||||
this.checkBoxNotLoginSystemSorter.Visible = bValue;
|
this.checkBoxNotLoginSystemSorter.Visible = bValue;
|
||||||
|
|
||||||
this.checkBoxNotLoginEquipmentEngineer.Visible = bValue;
|
//this.checkBoxNotLoginEquipmentEngineer.Visible = bValue;
|
||||||
this.checkBoxNotLoginEquipmentFunction.Visible = bValue;
|
this.checkBoxNotLoginEquipmentFunction.Visible = bValue;
|
||||||
this.checkBoxNotLoginEquipmentInitialization.Visible = bValue;
|
this.checkBoxNotLoginEquipmentInitialization.Visible = bValue;
|
||||||
this.checkBoxNotLoginEquipmentUpdate.Visible = bValue;
|
this.checkBoxNotLoginEquipmentUpdate.Visible = bValue;
|
||||||
|
|
|
@ -515,7 +515,7 @@
|
||||||
this.checkBoxL3Log.ImageCheckBox = null;
|
this.checkBoxL3Log.ImageCheckBox = null;
|
||||||
this.checkBoxL3Log.ImageUnCheckBox = null;
|
this.checkBoxL3Log.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3Log.InitVisible = true;
|
this.checkBoxL3Log.InitVisible = true;
|
||||||
this.checkBoxL3Log.Location = new System.Drawing.Point(636, 327);
|
this.checkBoxL3Log.Location = new System.Drawing.Point(636, 304);
|
||||||
this.checkBoxL3Log.Name = "checkBoxL3Log";
|
this.checkBoxL3Log.Name = "checkBoxL3Log";
|
||||||
this.checkBoxL3Log.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3Log.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3Log.TabIndex = 702;
|
this.checkBoxL3Log.TabIndex = 702;
|
||||||
|
@ -536,7 +536,7 @@
|
||||||
this.checkBoxNotLoginLog.ImageCheckBox = null;
|
this.checkBoxNotLoginLog.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginLog.ImageUnCheckBox = null;
|
this.checkBoxNotLoginLog.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginLog.InitVisible = true;
|
this.checkBoxNotLoginLog.InitVisible = true;
|
||||||
this.checkBoxNotLoginLog.Location = new System.Drawing.Point(665, 327);
|
this.checkBoxNotLoginLog.Location = new System.Drawing.Point(665, 304);
|
||||||
this.checkBoxNotLoginLog.Name = "checkBoxNotLoginLog";
|
this.checkBoxNotLoginLog.Name = "checkBoxNotLoginLog";
|
||||||
this.checkBoxNotLoginLog.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginLog.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginLog.TabIndex = 701;
|
this.checkBoxNotLoginLog.TabIndex = 701;
|
||||||
|
@ -557,7 +557,7 @@
|
||||||
this.checkBoxL2Log.ImageCheckBox = null;
|
this.checkBoxL2Log.ImageCheckBox = null;
|
||||||
this.checkBoxL2Log.ImageUnCheckBox = null;
|
this.checkBoxL2Log.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2Log.InitVisible = true;
|
this.checkBoxL2Log.InitVisible = true;
|
||||||
this.checkBoxL2Log.Location = new System.Drawing.Point(609, 327);
|
this.checkBoxL2Log.Location = new System.Drawing.Point(609, 304);
|
||||||
this.checkBoxL2Log.Name = "checkBoxL2Log";
|
this.checkBoxL2Log.Name = "checkBoxL2Log";
|
||||||
this.checkBoxL2Log.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2Log.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2Log.TabIndex = 699;
|
this.checkBoxL2Log.TabIndex = 699;
|
||||||
|
@ -578,7 +578,7 @@
|
||||||
this.checkBoxL1Log.ImageCheckBox = null;
|
this.checkBoxL1Log.ImageCheckBox = null;
|
||||||
this.checkBoxL1Log.ImageUnCheckBox = null;
|
this.checkBoxL1Log.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1Log.InitVisible = true;
|
this.checkBoxL1Log.InitVisible = true;
|
||||||
this.checkBoxL1Log.Location = new System.Drawing.Point(581, 327);
|
this.checkBoxL1Log.Location = new System.Drawing.Point(581, 304);
|
||||||
this.checkBoxL1Log.Name = "checkBoxL1Log";
|
this.checkBoxL1Log.Name = "checkBoxL1Log";
|
||||||
this.checkBoxL1Log.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1Log.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1Log.TabIndex = 698;
|
this.checkBoxL1Log.TabIndex = 698;
|
||||||
|
@ -671,7 +671,7 @@
|
||||||
this.checkBoxL3EquipmentEngineer.ImageCheckBox = null;
|
this.checkBoxL3EquipmentEngineer.ImageCheckBox = null;
|
||||||
this.checkBoxL3EquipmentEngineer.ImageUnCheckBox = null;
|
this.checkBoxL3EquipmentEngineer.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3EquipmentEngineer.InitVisible = true;
|
this.checkBoxL3EquipmentEngineer.InitVisible = true;
|
||||||
this.checkBoxL3EquipmentEngineer.Location = new System.Drawing.Point(636, 356);
|
this.checkBoxL3EquipmentEngineer.Location = new System.Drawing.Point(636, 333);
|
||||||
this.checkBoxL3EquipmentEngineer.Name = "checkBoxL3EquipmentEngineer";
|
this.checkBoxL3EquipmentEngineer.Name = "checkBoxL3EquipmentEngineer";
|
||||||
this.checkBoxL3EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3EquipmentEngineer.TabIndex = 694;
|
this.checkBoxL3EquipmentEngineer.TabIndex = 694;
|
||||||
|
@ -694,7 +694,7 @@
|
||||||
this.checkBoxL3EquipmentUser.ImageCheckBox = null;
|
this.checkBoxL3EquipmentUser.ImageCheckBox = null;
|
||||||
this.checkBoxL3EquipmentUser.ImageUnCheckBox = null;
|
this.checkBoxL3EquipmentUser.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3EquipmentUser.InitVisible = true;
|
this.checkBoxL3EquipmentUser.InitVisible = true;
|
||||||
this.checkBoxL3EquipmentUser.Location = new System.Drawing.Point(636, 300);
|
this.checkBoxL3EquipmentUser.Location = new System.Drawing.Point(636, 277);
|
||||||
this.checkBoxL3EquipmentUser.Name = "checkBoxL3EquipmentUser";
|
this.checkBoxL3EquipmentUser.Name = "checkBoxL3EquipmentUser";
|
||||||
this.checkBoxL3EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3EquipmentUser.TabIndex = 693;
|
this.checkBoxL3EquipmentUser.TabIndex = 693;
|
||||||
|
@ -715,7 +715,7 @@
|
||||||
this.checkBoxL3EquipmentInitialization.ImageCheckBox = null;
|
this.checkBoxL3EquipmentInitialization.ImageCheckBox = null;
|
||||||
this.checkBoxL3EquipmentInitialization.ImageUnCheckBox = null;
|
this.checkBoxL3EquipmentInitialization.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3EquipmentInitialization.InitVisible = true;
|
this.checkBoxL3EquipmentInitialization.InitVisible = true;
|
||||||
this.checkBoxL3EquipmentInitialization.Location = new System.Drawing.Point(636, 252);
|
this.checkBoxL3EquipmentInitialization.Location = new System.Drawing.Point(636, 229);
|
||||||
this.checkBoxL3EquipmentInitialization.Name = "checkBoxL3EquipmentInitialization";
|
this.checkBoxL3EquipmentInitialization.Name = "checkBoxL3EquipmentInitialization";
|
||||||
this.checkBoxL3EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3EquipmentInitialization.TabIndex = 692;
|
this.checkBoxL3EquipmentInitialization.TabIndex = 692;
|
||||||
|
@ -758,7 +758,7 @@
|
||||||
this.checkBoxL3EquipmentFunction.ImageCheckBox = null;
|
this.checkBoxL3EquipmentFunction.ImageCheckBox = null;
|
||||||
this.checkBoxL3EquipmentFunction.ImageUnCheckBox = null;
|
this.checkBoxL3EquipmentFunction.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3EquipmentFunction.InitVisible = true;
|
this.checkBoxL3EquipmentFunction.InitVisible = true;
|
||||||
this.checkBoxL3EquipmentFunction.Location = new System.Drawing.Point(636, 276);
|
this.checkBoxL3EquipmentFunction.Location = new System.Drawing.Point(636, 253);
|
||||||
this.checkBoxL3EquipmentFunction.Name = "checkBoxL3EquipmentFunction";
|
this.checkBoxL3EquipmentFunction.Name = "checkBoxL3EquipmentFunction";
|
||||||
this.checkBoxL3EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3EquipmentFunction.TabIndex = 688;
|
this.checkBoxL3EquipmentFunction.TabIndex = 688;
|
||||||
|
@ -779,7 +779,7 @@
|
||||||
this.checkBoxL3EquipmentUpdate.ImageCheckBox = null;
|
this.checkBoxL3EquipmentUpdate.ImageCheckBox = null;
|
||||||
this.checkBoxL3EquipmentUpdate.ImageUnCheckBox = null;
|
this.checkBoxL3EquipmentUpdate.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3EquipmentUpdate.InitVisible = true;
|
this.checkBoxL3EquipmentUpdate.InitVisible = true;
|
||||||
this.checkBoxL3EquipmentUpdate.Location = new System.Drawing.Point(636, 228);
|
this.checkBoxL3EquipmentUpdate.Location = new System.Drawing.Point(636, 205);
|
||||||
this.checkBoxL3EquipmentUpdate.Name = "checkBoxL3EquipmentUpdate";
|
this.checkBoxL3EquipmentUpdate.Name = "checkBoxL3EquipmentUpdate";
|
||||||
this.checkBoxL3EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3EquipmentUpdate.TabIndex = 687;
|
this.checkBoxL3EquipmentUpdate.TabIndex = 687;
|
||||||
|
@ -800,11 +800,12 @@
|
||||||
this.checkBoxL3SystemExternalOutput.ImageCheckBox = null;
|
this.checkBoxL3SystemExternalOutput.ImageCheckBox = null;
|
||||||
this.checkBoxL3SystemExternalOutput.ImageUnCheckBox = null;
|
this.checkBoxL3SystemExternalOutput.ImageUnCheckBox = null;
|
||||||
this.checkBoxL3SystemExternalOutput.InitVisible = true;
|
this.checkBoxL3SystemExternalOutput.InitVisible = true;
|
||||||
this.checkBoxL3SystemExternalOutput.Location = new System.Drawing.Point(636, 172);
|
this.checkBoxL3SystemExternalOutput.Location = new System.Drawing.Point(636, 382);
|
||||||
this.checkBoxL3SystemExternalOutput.Name = "checkBoxL3SystemExternalOutput";
|
this.checkBoxL3SystemExternalOutput.Name = "checkBoxL3SystemExternalOutput";
|
||||||
this.checkBoxL3SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL3SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL3SystemExternalOutput.TabIndex = 684;
|
this.checkBoxL3SystemExternalOutput.TabIndex = 684;
|
||||||
this.checkBoxL3SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL3SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL3SystemExternalOutput.Visible = false;
|
||||||
this.checkBoxL3SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
this.checkBoxL3SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
//
|
//
|
||||||
// checkBoxL3SystemAutoZero
|
// checkBoxL3SystemAutoZero
|
||||||
|
@ -1096,7 +1097,7 @@
|
||||||
this.checkBoxNotLoginEquipmentEngineer.ImageCheckBox = null;
|
this.checkBoxNotLoginEquipmentEngineer.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentEngineer.ImageUnCheckBox = null;
|
this.checkBoxNotLoginEquipmentEngineer.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentEngineer.InitVisible = true;
|
this.checkBoxNotLoginEquipmentEngineer.InitVisible = true;
|
||||||
this.checkBoxNotLoginEquipmentEngineer.Location = new System.Drawing.Point(665, 356);
|
this.checkBoxNotLoginEquipmentEngineer.Location = new System.Drawing.Point(665, 333);
|
||||||
this.checkBoxNotLoginEquipmentEngineer.Name = "checkBoxNotLoginEquipmentEngineer";
|
this.checkBoxNotLoginEquipmentEngineer.Name = "checkBoxNotLoginEquipmentEngineer";
|
||||||
this.checkBoxNotLoginEquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginEquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginEquipmentEngineer.TabIndex = 664;
|
this.checkBoxNotLoginEquipmentEngineer.TabIndex = 664;
|
||||||
|
@ -1115,7 +1116,7 @@
|
||||||
this.labelTitleEngineer.ForeColor = System.Drawing.Color.White;
|
this.labelTitleEngineer.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleEngineer.InitVisible = true;
|
this.labelTitleEngineer.InitVisible = true;
|
||||||
this.labelTitleEngineer.LineSpacing = 0F;
|
this.labelTitleEngineer.LineSpacing = 0F;
|
||||||
this.labelTitleEngineer.Location = new System.Drawing.Point(356, 356);
|
this.labelTitleEngineer.Location = new System.Drawing.Point(356, 333);
|
||||||
this.labelTitleEngineer.Name = "labelTitleEngineer";
|
this.labelTitleEngineer.Name = "labelTitleEngineer";
|
||||||
this.labelTitleEngineer.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleEngineer.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleEngineer.TabIndex = 663;
|
this.labelTitleEngineer.TabIndex = 663;
|
||||||
|
@ -1140,7 +1141,7 @@
|
||||||
this.checkBoxL2EquipmentEngineer.ImageCheckBox = null;
|
this.checkBoxL2EquipmentEngineer.ImageCheckBox = null;
|
||||||
this.checkBoxL2EquipmentEngineer.ImageUnCheckBox = null;
|
this.checkBoxL2EquipmentEngineer.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2EquipmentEngineer.InitVisible = true;
|
this.checkBoxL2EquipmentEngineer.InitVisible = true;
|
||||||
this.checkBoxL2EquipmentEngineer.Location = new System.Drawing.Point(609, 356);
|
this.checkBoxL2EquipmentEngineer.Location = new System.Drawing.Point(609, 333);
|
||||||
this.checkBoxL2EquipmentEngineer.Name = "checkBoxL2EquipmentEngineer";
|
this.checkBoxL2EquipmentEngineer.Name = "checkBoxL2EquipmentEngineer";
|
||||||
this.checkBoxL2EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2EquipmentEngineer.TabIndex = 662;
|
this.checkBoxL2EquipmentEngineer.TabIndex = 662;
|
||||||
|
@ -1163,7 +1164,7 @@
|
||||||
this.checkBoxL1EquipmentEngineer.ImageCheckBox = null;
|
this.checkBoxL1EquipmentEngineer.ImageCheckBox = null;
|
||||||
this.checkBoxL1EquipmentEngineer.ImageUnCheckBox = null;
|
this.checkBoxL1EquipmentEngineer.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1EquipmentEngineer.InitVisible = true;
|
this.checkBoxL1EquipmentEngineer.InitVisible = true;
|
||||||
this.checkBoxL1EquipmentEngineer.Location = new System.Drawing.Point(581, 356);
|
this.checkBoxL1EquipmentEngineer.Location = new System.Drawing.Point(581, 333);
|
||||||
this.checkBoxL1EquipmentEngineer.Name = "checkBoxL1EquipmentEngineer";
|
this.checkBoxL1EquipmentEngineer.Name = "checkBoxL1EquipmentEngineer";
|
||||||
this.checkBoxL1EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1EquipmentEngineer.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1EquipmentEngineer.TabIndex = 661;
|
this.checkBoxL1EquipmentEngineer.TabIndex = 661;
|
||||||
|
@ -1186,7 +1187,7 @@
|
||||||
this.checkBoxNotLoginEquipmentUser.ImageCheckBox = null;
|
this.checkBoxNotLoginEquipmentUser.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentUser.ImageUnCheckBox = null;
|
this.checkBoxNotLoginEquipmentUser.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentUser.InitVisible = true;
|
this.checkBoxNotLoginEquipmentUser.InitVisible = true;
|
||||||
this.checkBoxNotLoginEquipmentUser.Location = new System.Drawing.Point(665, 300);
|
this.checkBoxNotLoginEquipmentUser.Location = new System.Drawing.Point(665, 277);
|
||||||
this.checkBoxNotLoginEquipmentUser.Name = "checkBoxNotLoginEquipmentUser";
|
this.checkBoxNotLoginEquipmentUser.Name = "checkBoxNotLoginEquipmentUser";
|
||||||
this.checkBoxNotLoginEquipmentUser.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginEquipmentUser.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginEquipmentUser.TabIndex = 660;
|
this.checkBoxNotLoginEquipmentUser.TabIndex = 660;
|
||||||
|
@ -1204,7 +1205,7 @@
|
||||||
this.labelTitleUser.ForeColor = System.Drawing.Color.White;
|
this.labelTitleUser.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleUser.InitVisible = true;
|
this.labelTitleUser.InitVisible = true;
|
||||||
this.labelTitleUser.LineSpacing = 0F;
|
this.labelTitleUser.LineSpacing = 0F;
|
||||||
this.labelTitleUser.Location = new System.Drawing.Point(356, 300);
|
this.labelTitleUser.Location = new System.Drawing.Point(356, 277);
|
||||||
this.labelTitleUser.Name = "labelTitleUser";
|
this.labelTitleUser.Name = "labelTitleUser";
|
||||||
this.labelTitleUser.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleUser.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleUser.TabIndex = 659;
|
this.labelTitleUser.TabIndex = 659;
|
||||||
|
@ -1227,7 +1228,7 @@
|
||||||
this.checkBoxL2EquipmentUser.ImageCheckBox = null;
|
this.checkBoxL2EquipmentUser.ImageCheckBox = null;
|
||||||
this.checkBoxL2EquipmentUser.ImageUnCheckBox = null;
|
this.checkBoxL2EquipmentUser.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2EquipmentUser.InitVisible = true;
|
this.checkBoxL2EquipmentUser.InitVisible = true;
|
||||||
this.checkBoxL2EquipmentUser.Location = new System.Drawing.Point(609, 300);
|
this.checkBoxL2EquipmentUser.Location = new System.Drawing.Point(609, 277);
|
||||||
this.checkBoxL2EquipmentUser.Name = "checkBoxL2EquipmentUser";
|
this.checkBoxL2EquipmentUser.Name = "checkBoxL2EquipmentUser";
|
||||||
this.checkBoxL2EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2EquipmentUser.TabIndex = 658;
|
this.checkBoxL2EquipmentUser.TabIndex = 658;
|
||||||
|
@ -1248,7 +1249,7 @@
|
||||||
this.checkBoxL1EquipmentUser.ImageCheckBox = null;
|
this.checkBoxL1EquipmentUser.ImageCheckBox = null;
|
||||||
this.checkBoxL1EquipmentUser.ImageUnCheckBox = null;
|
this.checkBoxL1EquipmentUser.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1EquipmentUser.InitVisible = true;
|
this.checkBoxL1EquipmentUser.InitVisible = true;
|
||||||
this.checkBoxL1EquipmentUser.Location = new System.Drawing.Point(581, 300);
|
this.checkBoxL1EquipmentUser.Location = new System.Drawing.Point(581, 277);
|
||||||
this.checkBoxL1EquipmentUser.Name = "checkBoxL1EquipmentUser";
|
this.checkBoxL1EquipmentUser.Name = "checkBoxL1EquipmentUser";
|
||||||
this.checkBoxL1EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1EquipmentUser.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1EquipmentUser.TabIndex = 657;
|
this.checkBoxL1EquipmentUser.TabIndex = 657;
|
||||||
|
@ -1289,7 +1290,7 @@
|
||||||
this.checkBoxNotLoginEquipmentInitialization.ImageCheckBox = null;
|
this.checkBoxNotLoginEquipmentInitialization.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentInitialization.ImageUnCheckBox = null;
|
this.checkBoxNotLoginEquipmentInitialization.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentInitialization.InitVisible = true;
|
this.checkBoxNotLoginEquipmentInitialization.InitVisible = true;
|
||||||
this.checkBoxNotLoginEquipmentInitialization.Location = new System.Drawing.Point(665, 252);
|
this.checkBoxNotLoginEquipmentInitialization.Location = new System.Drawing.Point(665, 229);
|
||||||
this.checkBoxNotLoginEquipmentInitialization.Name = "checkBoxNotLoginEquipmentInitialization";
|
this.checkBoxNotLoginEquipmentInitialization.Name = "checkBoxNotLoginEquipmentInitialization";
|
||||||
this.checkBoxNotLoginEquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginEquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginEquipmentInitialization.TabIndex = 655;
|
this.checkBoxNotLoginEquipmentInitialization.TabIndex = 655;
|
||||||
|
@ -1331,7 +1332,7 @@
|
||||||
this.checkBoxNotLoginEquipmentFunction.ImageCheckBox = null;
|
this.checkBoxNotLoginEquipmentFunction.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentFunction.ImageUnCheckBox = null;
|
this.checkBoxNotLoginEquipmentFunction.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentFunction.InitVisible = true;
|
this.checkBoxNotLoginEquipmentFunction.InitVisible = true;
|
||||||
this.checkBoxNotLoginEquipmentFunction.Location = new System.Drawing.Point(665, 276);
|
this.checkBoxNotLoginEquipmentFunction.Location = new System.Drawing.Point(665, 253);
|
||||||
this.checkBoxNotLoginEquipmentFunction.Name = "checkBoxNotLoginEquipmentFunction";
|
this.checkBoxNotLoginEquipmentFunction.Name = "checkBoxNotLoginEquipmentFunction";
|
||||||
this.checkBoxNotLoginEquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginEquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginEquipmentFunction.TabIndex = 649;
|
this.checkBoxNotLoginEquipmentFunction.TabIndex = 649;
|
||||||
|
@ -1352,7 +1353,7 @@
|
||||||
this.checkBoxNotLoginEquipmentUpdate.ImageCheckBox = null;
|
this.checkBoxNotLoginEquipmentUpdate.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentUpdate.ImageUnCheckBox = null;
|
this.checkBoxNotLoginEquipmentUpdate.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginEquipmentUpdate.InitVisible = true;
|
this.checkBoxNotLoginEquipmentUpdate.InitVisible = true;
|
||||||
this.checkBoxNotLoginEquipmentUpdate.Location = new System.Drawing.Point(665, 228);
|
this.checkBoxNotLoginEquipmentUpdate.Location = new System.Drawing.Point(665, 205);
|
||||||
this.checkBoxNotLoginEquipmentUpdate.Name = "checkBoxNotLoginEquipmentUpdate";
|
this.checkBoxNotLoginEquipmentUpdate.Name = "checkBoxNotLoginEquipmentUpdate";
|
||||||
this.checkBoxNotLoginEquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginEquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginEquipmentUpdate.TabIndex = 648;
|
this.checkBoxNotLoginEquipmentUpdate.TabIndex = 648;
|
||||||
|
@ -1373,11 +1374,12 @@
|
||||||
this.checkBoxNotLoginSystemExternalOutput.ImageCheckBox = null;
|
this.checkBoxNotLoginSystemExternalOutput.ImageCheckBox = null;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.ImageUnCheckBox = null;
|
this.checkBoxNotLoginSystemExternalOutput.ImageUnCheckBox = null;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.InitVisible = true;
|
this.checkBoxNotLoginSystemExternalOutput.InitVisible = true;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.Location = new System.Drawing.Point(665, 172);
|
this.checkBoxNotLoginSystemExternalOutput.Location = new System.Drawing.Point(665, 382);
|
||||||
this.checkBoxNotLoginSystemExternalOutput.Name = "checkBoxNotLoginSystemExternalOutput";
|
this.checkBoxNotLoginSystemExternalOutput.Name = "checkBoxNotLoginSystemExternalOutput";
|
||||||
this.checkBoxNotLoginSystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxNotLoginSystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxNotLoginSystemExternalOutput.TabIndex = 645;
|
this.checkBoxNotLoginSystemExternalOutput.TabIndex = 645;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxNotLoginSystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxNotLoginSystemExternalOutput.Visible = false;
|
||||||
this.checkBoxNotLoginSystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
this.checkBoxNotLoginSystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
//
|
//
|
||||||
// checkBoxNotLoginSystemAutoZero
|
// checkBoxNotLoginSystemAutoZero
|
||||||
|
@ -1796,7 +1798,7 @@
|
||||||
this.labelTitleFunction.ForeColor = System.Drawing.Color.White;
|
this.labelTitleFunction.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleFunction.InitVisible = true;
|
this.labelTitleFunction.InitVisible = true;
|
||||||
this.labelTitleFunction.LineSpacing = 0F;
|
this.labelTitleFunction.LineSpacing = 0F;
|
||||||
this.labelTitleFunction.Location = new System.Drawing.Point(356, 276);
|
this.labelTitleFunction.Location = new System.Drawing.Point(356, 253);
|
||||||
this.labelTitleFunction.Name = "labelTitleFunction";
|
this.labelTitleFunction.Name = "labelTitleFunction";
|
||||||
this.labelTitleFunction.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleFunction.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleFunction.TabIndex = 597;
|
this.labelTitleFunction.TabIndex = 597;
|
||||||
|
@ -1819,7 +1821,7 @@
|
||||||
this.checkBoxL2EquipmentFunction.ImageCheckBox = null;
|
this.checkBoxL2EquipmentFunction.ImageCheckBox = null;
|
||||||
this.checkBoxL2EquipmentFunction.ImageUnCheckBox = null;
|
this.checkBoxL2EquipmentFunction.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2EquipmentFunction.InitVisible = true;
|
this.checkBoxL2EquipmentFunction.InitVisible = true;
|
||||||
this.checkBoxL2EquipmentFunction.Location = new System.Drawing.Point(609, 276);
|
this.checkBoxL2EquipmentFunction.Location = new System.Drawing.Point(609, 253);
|
||||||
this.checkBoxL2EquipmentFunction.Name = "checkBoxL2EquipmentFunction";
|
this.checkBoxL2EquipmentFunction.Name = "checkBoxL2EquipmentFunction";
|
||||||
this.checkBoxL2EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2EquipmentFunction.TabIndex = 596;
|
this.checkBoxL2EquipmentFunction.TabIndex = 596;
|
||||||
|
@ -1840,7 +1842,7 @@
|
||||||
this.checkBoxL1EquipmentFunction.ImageCheckBox = null;
|
this.checkBoxL1EquipmentFunction.ImageCheckBox = null;
|
||||||
this.checkBoxL1EquipmentFunction.ImageUnCheckBox = null;
|
this.checkBoxL1EquipmentFunction.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1EquipmentFunction.InitVisible = true;
|
this.checkBoxL1EquipmentFunction.InitVisible = true;
|
||||||
this.checkBoxL1EquipmentFunction.Location = new System.Drawing.Point(581, 276);
|
this.checkBoxL1EquipmentFunction.Location = new System.Drawing.Point(581, 253);
|
||||||
this.checkBoxL1EquipmentFunction.Name = "checkBoxL1EquipmentFunction";
|
this.checkBoxL1EquipmentFunction.Name = "checkBoxL1EquipmentFunction";
|
||||||
this.checkBoxL1EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1EquipmentFunction.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1EquipmentFunction.TabIndex = 595;
|
this.checkBoxL1EquipmentFunction.TabIndex = 595;
|
||||||
|
@ -1858,7 +1860,7 @@
|
||||||
this.labelTitleInitialization.ForeColor = System.Drawing.Color.White;
|
this.labelTitleInitialization.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleInitialization.InitVisible = true;
|
this.labelTitleInitialization.InitVisible = true;
|
||||||
this.labelTitleInitialization.LineSpacing = 0F;
|
this.labelTitleInitialization.LineSpacing = 0F;
|
||||||
this.labelTitleInitialization.Location = new System.Drawing.Point(356, 252);
|
this.labelTitleInitialization.Location = new System.Drawing.Point(356, 229);
|
||||||
this.labelTitleInitialization.Name = "labelTitleInitialization";
|
this.labelTitleInitialization.Name = "labelTitleInitialization";
|
||||||
this.labelTitleInitialization.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleInitialization.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleInitialization.TabIndex = 594;
|
this.labelTitleInitialization.TabIndex = 594;
|
||||||
|
@ -1881,7 +1883,7 @@
|
||||||
this.checkBoxL2EquipmentInitialization.ImageCheckBox = null;
|
this.checkBoxL2EquipmentInitialization.ImageCheckBox = null;
|
||||||
this.checkBoxL2EquipmentInitialization.ImageUnCheckBox = null;
|
this.checkBoxL2EquipmentInitialization.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2EquipmentInitialization.InitVisible = true;
|
this.checkBoxL2EquipmentInitialization.InitVisible = true;
|
||||||
this.checkBoxL2EquipmentInitialization.Location = new System.Drawing.Point(609, 252);
|
this.checkBoxL2EquipmentInitialization.Location = new System.Drawing.Point(609, 229);
|
||||||
this.checkBoxL2EquipmentInitialization.Name = "checkBoxL2EquipmentInitialization";
|
this.checkBoxL2EquipmentInitialization.Name = "checkBoxL2EquipmentInitialization";
|
||||||
this.checkBoxL2EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2EquipmentInitialization.TabIndex = 593;
|
this.checkBoxL2EquipmentInitialization.TabIndex = 593;
|
||||||
|
@ -1902,7 +1904,7 @@
|
||||||
this.checkBoxL1EquipmentInitialization.ImageCheckBox = null;
|
this.checkBoxL1EquipmentInitialization.ImageCheckBox = null;
|
||||||
this.checkBoxL1EquipmentInitialization.ImageUnCheckBox = null;
|
this.checkBoxL1EquipmentInitialization.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1EquipmentInitialization.InitVisible = true;
|
this.checkBoxL1EquipmentInitialization.InitVisible = true;
|
||||||
this.checkBoxL1EquipmentInitialization.Location = new System.Drawing.Point(581, 252);
|
this.checkBoxL1EquipmentInitialization.Location = new System.Drawing.Point(581, 229);
|
||||||
this.checkBoxL1EquipmentInitialization.Name = "checkBoxL1EquipmentInitialization";
|
this.checkBoxL1EquipmentInitialization.Name = "checkBoxL1EquipmentInitialization";
|
||||||
this.checkBoxL1EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1EquipmentInitialization.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1EquipmentInitialization.TabIndex = 592;
|
this.checkBoxL1EquipmentInitialization.TabIndex = 592;
|
||||||
|
@ -1920,7 +1922,7 @@
|
||||||
this.labelTitleUpdate.ForeColor = System.Drawing.Color.White;
|
this.labelTitleUpdate.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleUpdate.InitVisible = true;
|
this.labelTitleUpdate.InitVisible = true;
|
||||||
this.labelTitleUpdate.LineSpacing = 0F;
|
this.labelTitleUpdate.LineSpacing = 0F;
|
||||||
this.labelTitleUpdate.Location = new System.Drawing.Point(356, 228);
|
this.labelTitleUpdate.Location = new System.Drawing.Point(356, 205);
|
||||||
this.labelTitleUpdate.Name = "labelTitleUpdate";
|
this.labelTitleUpdate.Name = "labelTitleUpdate";
|
||||||
this.labelTitleUpdate.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleUpdate.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleUpdate.TabIndex = 591;
|
this.labelTitleUpdate.TabIndex = 591;
|
||||||
|
@ -1943,7 +1945,7 @@
|
||||||
this.checkBoxL2EquipmentUpdate.ImageCheckBox = null;
|
this.checkBoxL2EquipmentUpdate.ImageCheckBox = null;
|
||||||
this.checkBoxL2EquipmentUpdate.ImageUnCheckBox = null;
|
this.checkBoxL2EquipmentUpdate.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2EquipmentUpdate.InitVisible = true;
|
this.checkBoxL2EquipmentUpdate.InitVisible = true;
|
||||||
this.checkBoxL2EquipmentUpdate.Location = new System.Drawing.Point(609, 228);
|
this.checkBoxL2EquipmentUpdate.Location = new System.Drawing.Point(609, 205);
|
||||||
this.checkBoxL2EquipmentUpdate.Name = "checkBoxL2EquipmentUpdate";
|
this.checkBoxL2EquipmentUpdate.Name = "checkBoxL2EquipmentUpdate";
|
||||||
this.checkBoxL2EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2EquipmentUpdate.TabIndex = 590;
|
this.checkBoxL2EquipmentUpdate.TabIndex = 590;
|
||||||
|
@ -1964,7 +1966,7 @@
|
||||||
this.checkBoxL1EquipmentUpdate.ImageCheckBox = null;
|
this.checkBoxL1EquipmentUpdate.ImageCheckBox = null;
|
||||||
this.checkBoxL1EquipmentUpdate.ImageUnCheckBox = null;
|
this.checkBoxL1EquipmentUpdate.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1EquipmentUpdate.InitVisible = true;
|
this.checkBoxL1EquipmentUpdate.InitVisible = true;
|
||||||
this.checkBoxL1EquipmentUpdate.Location = new System.Drawing.Point(581, 228);
|
this.checkBoxL1EquipmentUpdate.Location = new System.Drawing.Point(581, 205);
|
||||||
this.checkBoxL1EquipmentUpdate.Name = "checkBoxL1EquipmentUpdate";
|
this.checkBoxL1EquipmentUpdate.Name = "checkBoxL1EquipmentUpdate";
|
||||||
this.checkBoxL1EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1EquipmentUpdate.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1EquipmentUpdate.TabIndex = 589;
|
this.checkBoxL1EquipmentUpdate.TabIndex = 589;
|
||||||
|
@ -1983,7 +1985,7 @@
|
||||||
this.labelTitleEquipment.ForeColor = System.Drawing.Color.White;
|
this.labelTitleEquipment.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleEquipment.InitVisible = true;
|
this.labelTitleEquipment.InitVisible = true;
|
||||||
this.labelTitleEquipment.LineSpacing = 0F;
|
this.labelTitleEquipment.LineSpacing = 0F;
|
||||||
this.labelTitleEquipment.Location = new System.Drawing.Point(356, 197);
|
this.labelTitleEquipment.Location = new System.Drawing.Point(356, 174);
|
||||||
this.labelTitleEquipment.Name = "labelTitleEquipment";
|
this.labelTitleEquipment.Name = "labelTitleEquipment";
|
||||||
this.labelTitleEquipment.Size = new System.Drawing.Size(340, 25);
|
this.labelTitleEquipment.Size = new System.Drawing.Size(340, 25);
|
||||||
this.labelTitleEquipment.TabIndex = 588;
|
this.labelTitleEquipment.TabIndex = 588;
|
||||||
|
@ -2003,13 +2005,14 @@
|
||||||
this.labelTitleExternalOutput.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExternalOutput.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExternalOutput.InitVisible = true;
|
this.labelTitleExternalOutput.InitVisible = true;
|
||||||
this.labelTitleExternalOutput.LineSpacing = 0F;
|
this.labelTitleExternalOutput.LineSpacing = 0F;
|
||||||
this.labelTitleExternalOutput.Location = new System.Drawing.Point(356, 172);
|
this.labelTitleExternalOutput.Location = new System.Drawing.Point(356, 382);
|
||||||
this.labelTitleExternalOutput.Name = "labelTitleExternalOutput";
|
this.labelTitleExternalOutput.Name = "labelTitleExternalOutput";
|
||||||
this.labelTitleExternalOutput.Size = new System.Drawing.Size(219, 20);
|
this.labelTitleExternalOutput.Size = new System.Drawing.Size(219, 20);
|
||||||
this.labelTitleExternalOutput.TabIndex = 587;
|
this.labelTitleExternalOutput.TabIndex = 587;
|
||||||
this.labelTitleExternalOutput.Text = "외부출력";
|
this.labelTitleExternalOutput.Text = "외부출력";
|
||||||
this.labelTitleExternalOutput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleExternalOutput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
this.labelTitleExternalOutput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelTitleExternalOutput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleExternalOutput.Visible = false;
|
||||||
this.labelTitleExternalOutput.Wordwrap = false;
|
this.labelTitleExternalOutput.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// checkBoxL2SystemExternalOutput
|
// checkBoxL2SystemExternalOutput
|
||||||
|
@ -2026,11 +2029,12 @@
|
||||||
this.checkBoxL2SystemExternalOutput.ImageCheckBox = null;
|
this.checkBoxL2SystemExternalOutput.ImageCheckBox = null;
|
||||||
this.checkBoxL2SystemExternalOutput.ImageUnCheckBox = null;
|
this.checkBoxL2SystemExternalOutput.ImageUnCheckBox = null;
|
||||||
this.checkBoxL2SystemExternalOutput.InitVisible = true;
|
this.checkBoxL2SystemExternalOutput.InitVisible = true;
|
||||||
this.checkBoxL2SystemExternalOutput.Location = new System.Drawing.Point(609, 172);
|
this.checkBoxL2SystemExternalOutput.Location = new System.Drawing.Point(609, 382);
|
||||||
this.checkBoxL2SystemExternalOutput.Name = "checkBoxL2SystemExternalOutput";
|
this.checkBoxL2SystemExternalOutput.Name = "checkBoxL2SystemExternalOutput";
|
||||||
this.checkBoxL2SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL2SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL2SystemExternalOutput.TabIndex = 586;
|
this.checkBoxL2SystemExternalOutput.TabIndex = 586;
|
||||||
this.checkBoxL2SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL2SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL2SystemExternalOutput.Visible = false;
|
||||||
this.checkBoxL2SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
this.checkBoxL2SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
//
|
//
|
||||||
// checkBoxL1SystemExternalOutput
|
// checkBoxL1SystemExternalOutput
|
||||||
|
@ -2047,11 +2051,12 @@
|
||||||
this.checkBoxL1SystemExternalOutput.ImageCheckBox = null;
|
this.checkBoxL1SystemExternalOutput.ImageCheckBox = null;
|
||||||
this.checkBoxL1SystemExternalOutput.ImageUnCheckBox = null;
|
this.checkBoxL1SystemExternalOutput.ImageUnCheckBox = null;
|
||||||
this.checkBoxL1SystemExternalOutput.InitVisible = true;
|
this.checkBoxL1SystemExternalOutput.InitVisible = true;
|
||||||
this.checkBoxL1SystemExternalOutput.Location = new System.Drawing.Point(581, 172);
|
this.checkBoxL1SystemExternalOutput.Location = new System.Drawing.Point(581, 382);
|
||||||
this.checkBoxL1SystemExternalOutput.Name = "checkBoxL1SystemExternalOutput";
|
this.checkBoxL1SystemExternalOutput.Name = "checkBoxL1SystemExternalOutput";
|
||||||
this.checkBoxL1SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
this.checkBoxL1SystemExternalOutput.Size = new System.Drawing.Size(20, 20);
|
||||||
this.checkBoxL1SystemExternalOutput.TabIndex = 585;
|
this.checkBoxL1SystemExternalOutput.TabIndex = 585;
|
||||||
this.checkBoxL1SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
this.checkBoxL1SystemExternalOutput.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
||||||
|
this.checkBoxL1SystemExternalOutput.Visible = false;
|
||||||
this.checkBoxL1SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
this.checkBoxL1SystemExternalOutput.Click += new System.EventHandler(this.checkBox_Click);
|
||||||
//
|
//
|
||||||
// labelTitleIOTest
|
// labelTitleIOTest
|
||||||
|
@ -3018,7 +3023,7 @@
|
||||||
this.labelTitleLog.ForeColor = System.Drawing.Color.White;
|
this.labelTitleLog.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleLog.InitVisible = true;
|
this.labelTitleLog.InitVisible = true;
|
||||||
this.labelTitleLog.LineSpacing = 0F;
|
this.labelTitleLog.LineSpacing = 0F;
|
||||||
this.labelTitleLog.Location = new System.Drawing.Point(356, 325);
|
this.labelTitleLog.Location = new System.Drawing.Point(356, 302);
|
||||||
this.labelTitleLog.Name = "labelTitleLog";
|
this.labelTitleLog.Name = "labelTitleLog";
|
||||||
this.labelTitleLog.Size = new System.Drawing.Size(340, 25);
|
this.labelTitleLog.Size = new System.Drawing.Size(340, 25);
|
||||||
this.labelTitleLog.TabIndex = 703;
|
this.labelTitleLog.TabIndex = 703;
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
this.buttonBLDCMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBLDCMotorSetting.DownImage")));
|
this.buttonBLDCMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBLDCMotorSetting.DownImage")));
|
||||||
this.buttonBLDCMotorSetting.GroupID = 0;
|
this.buttonBLDCMotorSetting.GroupID = 0;
|
||||||
this.buttonBLDCMotorSetting.InitVisible = true;
|
this.buttonBLDCMotorSetting.InitVisible = true;
|
||||||
this.buttonBLDCMotorSetting.Location = new System.Drawing.Point(360, 240);
|
this.buttonBLDCMotorSetting.Location = new System.Drawing.Point(194, 240);
|
||||||
this.buttonBLDCMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBLDCMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBLDCMotorSetting.Name = "buttonBLDCMotorSetting";
|
this.buttonBLDCMotorSetting.Name = "buttonBLDCMotorSetting";
|
||||||
this.buttonBLDCMotorSetting.NestedClickEventPrevent = false;
|
this.buttonBLDCMotorSetting.NestedClickEventPrevent = false;
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
|
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
|
||||||
this.buttonExternalOutput.GroupID = 0;
|
this.buttonExternalOutput.GroupID = 0;
|
||||||
this.buttonExternalOutput.InitVisible = true;
|
this.buttonExternalOutput.InitVisible = true;
|
||||||
this.buttonExternalOutput.Location = new System.Drawing.Point(194, 240);
|
this.buttonExternalOutput.Location = new System.Drawing.Point(360, 240);
|
||||||
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonExternalOutput.Name = "buttonExternalOutput";
|
this.buttonExternalOutput.Name = "buttonExternalOutput";
|
||||||
this.buttonExternalOutput.NestedClickEventPrevent = false;
|
this.buttonExternalOutput.NestedClickEventPrevent = false;
|
||||||
|
@ -156,6 +156,7 @@
|
||||||
this.buttonExternalOutput.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonExternalOutput.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonExternalOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonExternalOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonExternalOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.UpImage")));
|
this.buttonExternalOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.UpImage")));
|
||||||
|
this.buttonExternalOutput.Visible = false;
|
||||||
this.buttonExternalOutput.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonExternalOutput.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonIOTest
|
// buttonIOTest
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemBLDCMotorSetting));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemIOTest));
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.groupBoxInput = new SmartX.SmartGroupBox();
|
this.groupBoxInput = new SmartX.SmartGroupBox();
|
||||||
this.buttonInputRead = new SmartX.SmartButton();
|
this.buttonInputRead = new SmartX.SmartButton();
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
this.groupBoxInput.InitVisible = true;
|
this.groupBoxInput.InitVisible = true;
|
||||||
this.groupBoxInput.Location = new System.Drawing.Point(3, 9);
|
this.groupBoxInput.Location = new System.Drawing.Point(3, 9);
|
||||||
this.groupBoxInput.Name = "groupBoxInput";
|
this.groupBoxInput.Name = "groupBoxInput";
|
||||||
this.groupBoxInput.RoundRadius = 0;
|
this.groupBoxInput.RoundRadius = 5;
|
||||||
this.groupBoxInput.Size = new System.Drawing.Size(350, 450);
|
this.groupBoxInput.Size = new System.Drawing.Size(350, 450);
|
||||||
this.groupBoxInput.TabIndex = 177;
|
this.groupBoxInput.TabIndex = 177;
|
||||||
this.groupBoxInput.Text = "INPUT";
|
this.groupBoxInput.Text = "INPUT";
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
this.labelInput1.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput1.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput1.Location = new System.Drawing.Point(113, 83);
|
this.labelInput1.Location = new System.Drawing.Point(93, 83);
|
||||||
this.labelInput1.Name = "labelInput1";
|
this.labelInput1.Name = "labelInput1";
|
||||||
this.labelInput1.Size = new System.Drawing.Size(25, 25);
|
this.labelInput1.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -172,7 +172,7 @@
|
||||||
this.labelInput2.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput2.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput2.Location = new System.Drawing.Point(113, 120);
|
this.labelInput2.Location = new System.Drawing.Point(93, 120);
|
||||||
this.labelInput2.Name = "labelInput2";
|
this.labelInput2.Name = "labelInput2";
|
||||||
this.labelInput2.Size = new System.Drawing.Size(25, 25);
|
this.labelInput2.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
this.labelInput3.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput3.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput3.Location = new System.Drawing.Point(113, 157);
|
this.labelInput3.Location = new System.Drawing.Point(93, 157);
|
||||||
this.labelInput3.Name = "labelInput3";
|
this.labelInput3.Name = "labelInput3";
|
||||||
this.labelInput3.Size = new System.Drawing.Size(25, 25);
|
this.labelInput3.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
this.labelInput4.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput4.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput4.Location = new System.Drawing.Point(113, 194);
|
this.labelInput4.Location = new System.Drawing.Point(93, 194);
|
||||||
this.labelInput4.Name = "labelInput4";
|
this.labelInput4.Name = "labelInput4";
|
||||||
this.labelInput4.Size = new System.Drawing.Size(25, 25);
|
this.labelInput4.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
this.labelInput8.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput8.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput8.Location = new System.Drawing.Point(113, 342);
|
this.labelInput8.Location = new System.Drawing.Point(93, 342);
|
||||||
this.labelInput8.Name = "labelInput8";
|
this.labelInput8.Name = "labelInput8";
|
||||||
this.labelInput8.Size = new System.Drawing.Size(25, 25);
|
this.labelInput8.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
this.labelInput5.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput5.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput5.Location = new System.Drawing.Point(113, 231);
|
this.labelInput5.Location = new System.Drawing.Point(93, 231);
|
||||||
this.labelInput5.Name = "labelInput5";
|
this.labelInput5.Name = "labelInput5";
|
||||||
this.labelInput5.Size = new System.Drawing.Size(25, 25);
|
this.labelInput5.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
this.labelInput7.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput7.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput7.Location = new System.Drawing.Point(113, 305);
|
this.labelInput7.Location = new System.Drawing.Point(93, 305);
|
||||||
this.labelInput7.Name = "labelInput7";
|
this.labelInput7.Name = "labelInput7";
|
||||||
this.labelInput7.Size = new System.Drawing.Size(25, 25);
|
this.labelInput7.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -226,7 +226,7 @@
|
||||||
this.labelInput6.BackColor = System.Drawing.Color.DimGray;
|
this.labelInput6.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
|
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
|
||||||
this.labelInput6.Location = new System.Drawing.Point(113, 268);
|
this.labelInput6.Location = new System.Drawing.Point(93, 268);
|
||||||
this.labelInput6.Name = "labelInput6";
|
this.labelInput6.Name = "labelInput6";
|
||||||
this.labelInput6.Size = new System.Drawing.Size(25, 25);
|
this.labelInput6.Size = new System.Drawing.Size(25, 25);
|
||||||
//
|
//
|
||||||
|
@ -242,11 +242,11 @@
|
||||||
this.labelInputName1.ForeColor = System.Drawing.Color.White;
|
this.labelInputName1.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName1.InitVisible = true;
|
this.labelInputName1.InitVisible = true;
|
||||||
this.labelInputName1.LineSpacing = 0F;
|
this.labelInputName1.LineSpacing = 0F;
|
||||||
this.labelInputName1.Location = new System.Drawing.Point(144, 83);
|
this.labelInputName1.Location = new System.Drawing.Point(124, 83);
|
||||||
this.labelInputName1.Name = "labelInputName1";
|
this.labelInputName1.Name = "labelInputName1";
|
||||||
this.labelInputName1.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName1.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName1.TabIndex = 229;
|
this.labelInputName1.TabIndex = 229;
|
||||||
this.labelInputName1.Text = "OPER.SW";
|
this.labelInputName1.Text = "Start/Stop S/W";
|
||||||
this.labelInputName1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInputName1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInputName1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInputName1.Wordwrap = false;
|
this.labelInputName1.Wordwrap = false;
|
||||||
|
@ -263,11 +263,11 @@
|
||||||
this.labelInputName2.ForeColor = System.Drawing.Color.White;
|
this.labelInputName2.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName2.InitVisible = true;
|
this.labelInputName2.InitVisible = true;
|
||||||
this.labelInputName2.LineSpacing = 0F;
|
this.labelInputName2.LineSpacing = 0F;
|
||||||
this.labelInputName2.Location = new System.Drawing.Point(144, 120);
|
this.labelInputName2.Location = new System.Drawing.Point(124, 120);
|
||||||
this.labelInputName2.Name = "labelInputName2";
|
this.labelInputName2.Name = "labelInputName2";
|
||||||
this.labelInputName2.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName2.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName2.TabIndex = 231;
|
this.labelInputName2.TabIndex = 231;
|
||||||
this.labelInputName2.Text = "EM.STOP";
|
this.labelInputName2.Text = "Emergency Stop S/W";
|
||||||
this.labelInputName2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInputName2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInputName2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInputName2.Wordwrap = false;
|
this.labelInputName2.Wordwrap = false;
|
||||||
|
@ -284,11 +284,11 @@
|
||||||
this.labelInputName3.ForeColor = System.Drawing.Color.White;
|
this.labelInputName3.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName3.InitVisible = true;
|
this.labelInputName3.InitVisible = true;
|
||||||
this.labelInputName3.LineSpacing = 0F;
|
this.labelInputName3.LineSpacing = 0F;
|
||||||
this.labelInputName3.Location = new System.Drawing.Point(144, 157);
|
this.labelInputName3.Location = new System.Drawing.Point(124, 157);
|
||||||
this.labelInputName3.Name = "labelInputName3";
|
this.labelInputName3.Name = "labelInputName3";
|
||||||
this.labelInputName3.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName3.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName3.TabIndex = 232;
|
this.labelInputName3.TabIndex = 232;
|
||||||
this.labelInputName3.Text = "ENT.SIG";
|
this.labelInputName3.Text = "Entry Sensor";
|
||||||
this.labelInputName3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInputName3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInputName3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInputName3.Wordwrap = false;
|
this.labelInputName3.Wordwrap = false;
|
||||||
|
@ -305,9 +305,9 @@
|
||||||
this.labelInputName8.ForeColor = System.Drawing.Color.White;
|
this.labelInputName8.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName8.InitVisible = true;
|
this.labelInputName8.InitVisible = true;
|
||||||
this.labelInputName8.LineSpacing = 0F;
|
this.labelInputName8.LineSpacing = 0F;
|
||||||
this.labelInputName8.Location = new System.Drawing.Point(144, 342);
|
this.labelInputName8.Location = new System.Drawing.Point(124, 342);
|
||||||
this.labelInputName8.Name = "labelInputName8";
|
this.labelInputName8.Name = "labelInputName8";
|
||||||
this.labelInputName8.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName8.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName8.TabIndex = 242;
|
this.labelInputName8.TabIndex = 242;
|
||||||
this.labelInputName8.Text = "OPT2";
|
this.labelInputName8.Text = "OPT2";
|
||||||
this.labelInputName8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -326,9 +326,9 @@
|
||||||
this.labelInputName4.ForeColor = System.Drawing.Color.White;
|
this.labelInputName4.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName4.InitVisible = true;
|
this.labelInputName4.InitVisible = true;
|
||||||
this.labelInputName4.LineSpacing = 0F;
|
this.labelInputName4.LineSpacing = 0F;
|
||||||
this.labelInputName4.Location = new System.Drawing.Point(144, 194);
|
this.labelInputName4.Location = new System.Drawing.Point(124, 194);
|
||||||
this.labelInputName4.Name = "labelInputName4";
|
this.labelInputName4.Name = "labelInputName4";
|
||||||
this.labelInputName4.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName4.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName4.TabIndex = 235;
|
this.labelInputName4.TabIndex = 235;
|
||||||
this.labelInputName4.Text = "NG";
|
this.labelInputName4.Text = "NG";
|
||||||
this.labelInputName4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -347,9 +347,9 @@
|
||||||
this.labelInputName7.ForeColor = System.Drawing.Color.White;
|
this.labelInputName7.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName7.InitVisible = true;
|
this.labelInputName7.InitVisible = true;
|
||||||
this.labelInputName7.LineSpacing = 0F;
|
this.labelInputName7.LineSpacing = 0F;
|
||||||
this.labelInputName7.Location = new System.Drawing.Point(144, 305);
|
this.labelInputName7.Location = new System.Drawing.Point(124, 305);
|
||||||
this.labelInputName7.Name = "labelInputName7";
|
this.labelInputName7.Name = "labelInputName7";
|
||||||
this.labelInputName7.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName7.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName7.TabIndex = 241;
|
this.labelInputName7.TabIndex = 241;
|
||||||
this.labelInputName7.Text = "OPT1";
|
this.labelInputName7.Text = "OPT1";
|
||||||
this.labelInputName7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
@ -368,11 +368,11 @@
|
||||||
this.labelInputName5.ForeColor = System.Drawing.Color.White;
|
this.labelInputName5.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName5.InitVisible = true;
|
this.labelInputName5.InitVisible = true;
|
||||||
this.labelInputName5.LineSpacing = 0F;
|
this.labelInputName5.LineSpacing = 0F;
|
||||||
this.labelInputName5.Location = new System.Drawing.Point(144, 231);
|
this.labelInputName5.Location = new System.Drawing.Point(124, 231);
|
||||||
this.labelInputName5.Name = "labelInputName5";
|
this.labelInputName5.Name = "labelInputName5";
|
||||||
this.labelInputName5.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName5.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName5.TabIndex = 236;
|
this.labelInputName5.TabIndex = 236;
|
||||||
this.labelInputName5.Text = "EXT.STOP";
|
this.labelInputName5.Text = "External SIG - STOP";
|
||||||
this.labelInputName5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInputName5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInputName5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInputName5.Wordwrap = false;
|
this.labelInputName5.Wordwrap = false;
|
||||||
|
@ -389,11 +389,11 @@
|
||||||
this.labelInputName6.ForeColor = System.Drawing.Color.White;
|
this.labelInputName6.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelInputName6.InitVisible = true;
|
this.labelInputName6.InitVisible = true;
|
||||||
this.labelInputName6.LineSpacing = 0F;
|
this.labelInputName6.LineSpacing = 0F;
|
||||||
this.labelInputName6.Location = new System.Drawing.Point(144, 268);
|
this.labelInputName6.Location = new System.Drawing.Point(124, 268);
|
||||||
this.labelInputName6.Name = "labelInputName6";
|
this.labelInputName6.Name = "labelInputName6";
|
||||||
this.labelInputName6.Size = new System.Drawing.Size(69, 25);
|
this.labelInputName6.Size = new System.Drawing.Size(152, 25);
|
||||||
this.labelInputName6.TabIndex = 238;
|
this.labelInputName6.TabIndex = 238;
|
||||||
this.labelInputName6.Text = "EXT.OPER";
|
this.labelInputName6.Text = "External SIG - Start";
|
||||||
this.labelInputName6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelInputName6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelInputName6.Wordwrap = false;
|
this.labelInputName6.Wordwrap = false;
|
||||||
|
@ -425,7 +425,7 @@
|
||||||
this.groupBoxOutput.InitVisible = true;
|
this.groupBoxOutput.InitVisible = true;
|
||||||
this.groupBoxOutput.Location = new System.Drawing.Point(354, 9);
|
this.groupBoxOutput.Location = new System.Drawing.Point(354, 9);
|
||||||
this.groupBoxOutput.Name = "groupBoxOutput";
|
this.groupBoxOutput.Name = "groupBoxOutput";
|
||||||
this.groupBoxOutput.RoundRadius = 0;
|
this.groupBoxOutput.RoundRadius = 5;
|
||||||
this.groupBoxOutput.Size = new System.Drawing.Size(350, 450);
|
this.groupBoxOutput.Size = new System.Drawing.Size(350, 450);
|
||||||
this.groupBoxOutput.TabIndex = 176;
|
this.groupBoxOutput.TabIndex = 176;
|
||||||
this.groupBoxOutput.Text = "OUTPUT";
|
this.groupBoxOutput.Text = "OUTPUT";
|
||||||
|
|
|
@ -30,7 +30,9 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgment));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgment));
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.buttonProductNo = new SmartX.SmartButton();
|
this.labelProductNo = new SmartX.SmartLabel();
|
||||||
|
this.smartDraw = new SmartX.SmartDraw();
|
||||||
|
this.labelFilter = new SmartX.SmartLabel();
|
||||||
this.labelDynamicCorrection = new SmartX.SmartLabel();
|
this.labelDynamicCorrection = new SmartX.SmartLabel();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.smartLabel1 = new SmartX.SmartLabel();
|
||||||
this.labelDescendDelayTime = new SmartX.SmartLabel();
|
this.labelDescendDelayTime = new SmartX.SmartLabel();
|
||||||
|
@ -49,7 +51,6 @@
|
||||||
this.labelJudgmentDelayTime = new SmartX.SmartLabel();
|
this.labelJudgmentDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelJudgmentCount = new SmartX.SmartLabel();
|
this.labelJudgmentCount = new SmartX.SmartLabel();
|
||||||
this.labelDoubleDelayTime = new SmartX.SmartLabel();
|
this.labelDoubleDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelFilter = new SmartX.SmartLabel();
|
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -58,8 +59,9 @@
|
||||||
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelProductNo);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.smartDraw);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelFilter);
|
this.smartGroupBox1.Controls.Add(this.labelFilter);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonProductNo);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelDynamicCorrection);
|
this.smartGroupBox1.Controls.Add(this.labelDynamicCorrection);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelDescendDelayTime);
|
this.smartGroupBox1.Controls.Add(this.labelDescendDelayTime);
|
||||||
|
@ -91,39 +93,67 @@
|
||||||
this.smartGroupBox1.TabIndex = 174;
|
this.smartGroupBox1.TabIndex = 174;
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// buttonProductNo
|
// labelProductNo
|
||||||
//
|
//
|
||||||
this.buttonProductNo.BackPictureBox = null;
|
this.labelProductNo.BackColor = System.Drawing.Color.Black;
|
||||||
this.buttonProductNo.BackPictureBox1 = null;
|
this.labelProductNo.BackPictureBox = null;
|
||||||
this.buttonProductNo.BackPictureBox2 = null;
|
this.labelProductNo.BackPictureBox1 = null;
|
||||||
this.buttonProductNo.ButtonColor = System.Drawing.Color.Gray;
|
this.labelProductNo.BackPictureBox2 = null;
|
||||||
this.buttonProductNo.ButtonImageAutoSize = true;
|
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.buttonProductNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.buttonProductNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DisableImage")));
|
this.labelProductNo.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonProductNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DownImage")));
|
this.labelProductNo.ForeColor = System.Drawing.Color.White;
|
||||||
this.buttonProductNo.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
this.labelProductNo.InitVisible = true;
|
||||||
this.buttonProductNo.ForeColor = System.Drawing.Color.White;
|
this.labelProductNo.LineSpacing = 0F;
|
||||||
this.buttonProductNo.GroupID = 0;
|
this.labelProductNo.Location = new System.Drawing.Point(108, 83);
|
||||||
this.buttonProductNo.InitVisible = true;
|
this.labelProductNo.Name = "labelProductNo";
|
||||||
this.buttonProductNo.Location = new System.Drawing.Point(422, 78);
|
this.labelProductNo.Size = new System.Drawing.Size(110, 36);
|
||||||
this.buttonProductNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.labelProductNo.TabIndex = 199;
|
||||||
this.buttonProductNo.Name = "buttonProductNo";
|
this.labelProductNo.Text = "1";
|
||||||
this.buttonProductNo.NestedClickEventPrevent = false;
|
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
this.buttonProductNo.OutlinePixel = 1;
|
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.buttonProductNo.RepeatInterval = 200;
|
this.labelProductNo.Wordwrap = false;
|
||||||
this.buttonProductNo.RepeatIntervalAccelerate = null;
|
this.labelProductNo.Click += new System.EventHandler(this.labelProductNo_Click);
|
||||||
this.buttonProductNo.SafeInterval = 200;
|
//
|
||||||
this.buttonProductNo.Size = new System.Drawing.Size(212, 48);
|
// smartDraw
|
||||||
this.buttonProductNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
//
|
||||||
this.buttonProductNo.TabIndex = 196;
|
this.smartDraw.AnimationGIFFrameInterval = 0;
|
||||||
this.buttonProductNo.Text = "0000";
|
this.smartDraw.BackColor = System.Drawing.Color.Black;
|
||||||
this.buttonProductNo.TextColor = System.Drawing.Color.White;
|
this.smartDraw.BackPictureBox = null;
|
||||||
this.buttonProductNo.TextDownColor = System.Drawing.Color.White;
|
this.smartDraw.BackPictureBox1 = null;
|
||||||
this.buttonProductNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
this.smartDraw.ChartChannelPenStyle = null;
|
||||||
this.buttonProductNo.TextLocation = new System.Drawing.Point(-18, 0);
|
this.smartDraw.ChartDrawStep = 1;
|
||||||
this.buttonProductNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.smartDraw.ImageListIndexIncType = SmartX.SmartDraw.IMAGELISTINDEXCOUNT.RINGCOUNT;
|
||||||
this.buttonProductNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.UpImage")));
|
this.smartDraw.InitVisible = true;
|
||||||
this.buttonProductNo.Click += new System.EventHandler(this.buttonProductNo_Click);
|
this.smartDraw.Location = new System.Drawing.Point(235, 82);
|
||||||
|
this.smartDraw.Name = "smartDraw";
|
||||||
|
this.smartDraw.SetBackimage = null;
|
||||||
|
this.smartDraw.SetBackImageAutoSize = true;
|
||||||
|
this.smartDraw.Size = new System.Drawing.Size(460, 280);
|
||||||
|
this.smartDraw.TabIndex = 198;
|
||||||
|
this.smartDraw.Text = "smartDraw2";
|
||||||
|
//
|
||||||
|
// labelFilter
|
||||||
|
//
|
||||||
|
this.labelFilter.BackColor = System.Drawing.Color.Black;
|
||||||
|
this.labelFilter.BackPictureBox = null;
|
||||||
|
this.labelFilter.BackPictureBox1 = null;
|
||||||
|
this.labelFilter.BackPictureBox2 = null;
|
||||||
|
this.labelFilter.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelFilter.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelFilter.ForeColor = System.Drawing.Color.White;
|
||||||
|
this.labelFilter.InitVisible = true;
|
||||||
|
this.labelFilter.LineSpacing = 0F;
|
||||||
|
this.labelFilter.Location = new System.Drawing.Point(108, 123);
|
||||||
|
this.labelFilter.Name = "labelFilter";
|
||||||
|
this.labelFilter.Size = new System.Drawing.Size(110, 36);
|
||||||
|
this.labelFilter.TabIndex = 197;
|
||||||
|
this.labelFilter.Text = "8";
|
||||||
|
this.labelFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelFilter.Wordwrap = false;
|
||||||
|
this.labelFilter.Click += new System.EventHandler(this.labelFilter_Click);
|
||||||
//
|
//
|
||||||
// labelDynamicCorrection
|
// labelDynamicCorrection
|
||||||
//
|
//
|
||||||
|
@ -137,9 +167,9 @@
|
||||||
this.labelDynamicCorrection.ForeColor = System.Drawing.Color.White;
|
this.labelDynamicCorrection.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelDynamicCorrection.InitVisible = true;
|
this.labelDynamicCorrection.InitVisible = true;
|
||||||
this.labelDynamicCorrection.LineSpacing = 0F;
|
this.labelDynamicCorrection.LineSpacing = 0F;
|
||||||
this.labelDynamicCorrection.Location = new System.Drawing.Point(519, 392);
|
this.labelDynamicCorrection.Location = new System.Drawing.Point(108, 327);
|
||||||
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
|
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
|
||||||
this.labelDynamicCorrection.Size = new System.Drawing.Size(110, 44);
|
this.labelDynamicCorrection.Size = new System.Drawing.Size(110, 36);
|
||||||
this.labelDynamicCorrection.TabIndex = 195;
|
this.labelDynamicCorrection.TabIndex = 195;
|
||||||
this.labelDynamicCorrection.Text = "1.000000";
|
this.labelDynamicCorrection.Text = "1.000000";
|
||||||
this.labelDynamicCorrection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelDynamicCorrection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -155,13 +185,13 @@
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
this.smartLabel1.BackPictureBox2 = null;
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
this.smartLabel1.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel1.ForeColor = System.Drawing.Color.White;
|
this.smartLabel1.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.InitVisible = true;
|
this.smartLabel1.InitVisible = true;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(367, 400);
|
this.smartLabel1.Location = new System.Drawing.Point(675, 419);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.smartLabel1.Name = "smartLabel1";
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(20, 34);
|
this.smartLabel1.Size = new System.Drawing.Size(20, 30);
|
||||||
this.smartLabel1.TabIndex = 194;
|
this.smartLabel1.TabIndex = 194;
|
||||||
this.smartLabel1.Text = "g";
|
this.smartLabel1.Text = "g";
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -202,7 +232,7 @@
|
||||||
this.labelSensingTime.ForeColor = System.Drawing.Color.White;
|
this.labelSensingTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelSensingTime.InitVisible = true;
|
this.labelSensingTime.InitVisible = true;
|
||||||
this.labelSensingTime.LineSpacing = 0F;
|
this.labelSensingTime.LineSpacing = 0F;
|
||||||
this.labelSensingTime.Location = new System.Drawing.Point(362, 47);
|
this.labelSensingTime.Location = new System.Drawing.Point(423, 41);
|
||||||
this.labelSensingTime.Name = "labelSensingTime";
|
this.labelSensingTime.Name = "labelSensingTime";
|
||||||
this.labelSensingTime.Size = new System.Drawing.Size(53, 25);
|
this.labelSensingTime.Size = new System.Drawing.Size(53, 25);
|
||||||
this.labelSensingTime.TabIndex = 143;
|
this.labelSensingTime.TabIndex = 143;
|
||||||
|
@ -344,7 +374,7 @@
|
||||||
this.buttonWeightReference.ForeColor = System.Drawing.Color.White;
|
this.buttonWeightReference.ForeColor = System.Drawing.Color.White;
|
||||||
this.buttonWeightReference.GroupID = 0;
|
this.buttonWeightReference.GroupID = 0;
|
||||||
this.buttonWeightReference.InitVisible = true;
|
this.buttonWeightReference.InitVisible = true;
|
||||||
this.buttonWeightReference.Location = new System.Drawing.Point(315, 77);
|
this.buttonWeightReference.Location = new System.Drawing.Point(232, 374);
|
||||||
this.buttonWeightReference.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonWeightReference.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonWeightReference.Name = "buttonWeightReference";
|
this.buttonWeightReference.Name = "buttonWeightReference";
|
||||||
this.buttonWeightReference.NestedClickEventPrevent = false;
|
this.buttonWeightReference.NestedClickEventPrevent = false;
|
||||||
|
@ -352,14 +382,14 @@
|
||||||
this.buttonWeightReference.RepeatInterval = 200;
|
this.buttonWeightReference.RepeatInterval = 200;
|
||||||
this.buttonWeightReference.RepeatIntervalAccelerate = null;
|
this.buttonWeightReference.RepeatIntervalAccelerate = null;
|
||||||
this.buttonWeightReference.SafeInterval = 200;
|
this.buttonWeightReference.SafeInterval = 200;
|
||||||
this.buttonWeightReference.Size = new System.Drawing.Size(100, 150);
|
this.buttonWeightReference.Size = new System.Drawing.Size(120, 80);
|
||||||
this.buttonWeightReference.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonWeightReference.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonWeightReference.TabIndex = 126;
|
this.buttonWeightReference.TabIndex = 126;
|
||||||
this.buttonWeightReference.Text = "0.0";
|
this.buttonWeightReference.Text = "0.0";
|
||||||
this.buttonWeightReference.TextColor = System.Drawing.Color.White;
|
this.buttonWeightReference.TextColor = System.Drawing.Color.White;
|
||||||
this.buttonWeightReference.TextDownColor = System.Drawing.Color.White;
|
this.buttonWeightReference.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonWeightReference.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonWeightReference.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonWeightReference.TextLocation = new System.Drawing.Point(0, 32);
|
this.buttonWeightReference.TextLocation = new System.Drawing.Point(0, 20);
|
||||||
this.buttonWeightReference.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonWeightReference.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonWeightReference.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.UpImage")));
|
this.buttonWeightReference.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.UpImage")));
|
||||||
this.buttonWeightReference.Click += new System.EventHandler(this.buttonWeightReference_Click);
|
this.buttonWeightReference.Click += new System.EventHandler(this.buttonWeightReference_Click);
|
||||||
|
@ -376,9 +406,9 @@
|
||||||
this.labelFeedSpeed.ForeColor = System.Drawing.Color.White;
|
this.labelFeedSpeed.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelFeedSpeed.InitVisible = true;
|
this.labelFeedSpeed.InitVisible = true;
|
||||||
this.labelFeedSpeed.LineSpacing = 0F;
|
this.labelFeedSpeed.LineSpacing = 0F;
|
||||||
this.labelFeedSpeed.Location = new System.Drawing.Point(519, 341);
|
this.labelFeedSpeed.Location = new System.Drawing.Point(108, 287);
|
||||||
this.labelFeedSpeed.Name = "labelFeedSpeed";
|
this.labelFeedSpeed.Name = "labelFeedSpeed";
|
||||||
this.labelFeedSpeed.Size = new System.Drawing.Size(110, 44);
|
this.labelFeedSpeed.Size = new System.Drawing.Size(110, 36);
|
||||||
this.labelFeedSpeed.TabIndex = 124;
|
this.labelFeedSpeed.TabIndex = 124;
|
||||||
this.labelFeedSpeed.Text = "60";
|
this.labelFeedSpeed.Text = "60";
|
||||||
this.labelFeedSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelFeedSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -394,13 +424,13 @@
|
||||||
this.labelWeightValue.BackPictureBox2 = null;
|
this.labelWeightValue.BackPictureBox2 = null;
|
||||||
this.labelWeightValue.BorderColor = System.Drawing.Color.Black;
|
this.labelWeightValue.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWeightValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelWeightValue.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWeightValue.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
this.labelWeightValue.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeightValue.ForeColor = System.Drawing.Color.White;
|
this.labelWeightValue.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelWeightValue.InitVisible = true;
|
this.labelWeightValue.InitVisible = true;
|
||||||
this.labelWeightValue.LineSpacing = 0F;
|
this.labelWeightValue.LineSpacing = 0F;
|
||||||
this.labelWeightValue.Location = new System.Drawing.Point(189, 400);
|
this.labelWeightValue.Location = new System.Drawing.Point(559, 419);
|
||||||
this.labelWeightValue.Name = "labelWeightValue";
|
this.labelWeightValue.Name = "labelWeightValue";
|
||||||
this.labelWeightValue.Size = new System.Drawing.Size(172, 34);
|
this.labelWeightValue.Size = new System.Drawing.Size(116, 30);
|
||||||
this.labelWeightValue.TabIndex = 120;
|
this.labelWeightValue.TabIndex = 120;
|
||||||
this.labelWeightValue.Text = "0.0";
|
this.labelWeightValue.Text = "0.0";
|
||||||
this.labelWeightValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelWeightValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -418,7 +448,7 @@
|
||||||
this.labelWeightJudgment.ForeColor = System.Drawing.Color.White;
|
this.labelWeightJudgment.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelWeightJudgment.InitVisible = true;
|
this.labelWeightJudgment.InitVisible = true;
|
||||||
this.labelWeightJudgment.LineSpacing = 0F;
|
this.labelWeightJudgment.LineSpacing = 0F;
|
||||||
this.labelWeightJudgment.Location = new System.Drawing.Point(320, 326);
|
this.labelWeightJudgment.Location = new System.Drawing.Point(375, 419);
|
||||||
this.labelWeightJudgment.Name = "labelWeightJudgment";
|
this.labelWeightJudgment.Name = "labelWeightJudgment";
|
||||||
this.labelWeightJudgment.Size = new System.Drawing.Size(90, 30);
|
this.labelWeightJudgment.Size = new System.Drawing.Size(90, 30);
|
||||||
this.labelWeightJudgment.TabIndex = 116;
|
this.labelWeightJudgment.TabIndex = 116;
|
||||||
|
@ -439,7 +469,7 @@
|
||||||
this.buttonPasteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DownImage")));
|
this.buttonPasteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DownImage")));
|
||||||
this.buttonPasteAll.GroupID = 0;
|
this.buttonPasteAll.GroupID = 0;
|
||||||
this.buttonPasteAll.InitVisible = true;
|
this.buttonPasteAll.InitVisible = true;
|
||||||
this.buttonPasteAll.Location = new System.Drawing.Point(584, 22);
|
this.buttonPasteAll.Location = new System.Drawing.Point(645, 16);
|
||||||
this.buttonPasteAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonPasteAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonPasteAll.Name = "buttonPasteAll";
|
this.buttonPasteAll.Name = "buttonPasteAll";
|
||||||
this.buttonPasteAll.NestedClickEventPrevent = false;
|
this.buttonPasteAll.NestedClickEventPrevent = false;
|
||||||
|
@ -470,7 +500,7 @@
|
||||||
this.buttonPaste.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DownImage")));
|
this.buttonPaste.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DownImage")));
|
||||||
this.buttonPaste.GroupID = 0;
|
this.buttonPaste.GroupID = 0;
|
||||||
this.buttonPaste.InitVisible = true;
|
this.buttonPaste.InitVisible = true;
|
||||||
this.buttonPaste.Location = new System.Drawing.Point(528, 22);
|
this.buttonPaste.Location = new System.Drawing.Point(589, 16);
|
||||||
this.buttonPaste.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonPaste.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonPaste.Name = "buttonPaste";
|
this.buttonPaste.Name = "buttonPaste";
|
||||||
this.buttonPaste.NestedClickEventPrevent = false;
|
this.buttonPaste.NestedClickEventPrevent = false;
|
||||||
|
@ -503,7 +533,7 @@
|
||||||
this.buttonCopy.ForeColor = System.Drawing.Color.White;
|
this.buttonCopy.ForeColor = System.Drawing.Color.White;
|
||||||
this.buttonCopy.GroupID = 0;
|
this.buttonCopy.GroupID = 0;
|
||||||
this.buttonCopy.InitVisible = true;
|
this.buttonCopy.InitVisible = true;
|
||||||
this.buttonCopy.Location = new System.Drawing.Point(422, 22);
|
this.buttonCopy.Location = new System.Drawing.Point(483, 16);
|
||||||
this.buttonCopy.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonCopy.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonCopy.Name = "buttonCopy";
|
this.buttonCopy.Name = "buttonCopy";
|
||||||
this.buttonCopy.NestedClickEventPrevent = false;
|
this.buttonCopy.NestedClickEventPrevent = false;
|
||||||
|
@ -535,9 +565,9 @@
|
||||||
this.labelJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelJudgmentDelayTime.InitVisible = true;
|
this.labelJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
||||||
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(519, 188);
|
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(108, 164);
|
||||||
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
||||||
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(110, 44);
|
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(110, 36);
|
||||||
this.labelJudgmentDelayTime.TabIndex = 91;
|
this.labelJudgmentDelayTime.TabIndex = 91;
|
||||||
this.labelJudgmentDelayTime.Text = "1000";
|
this.labelJudgmentDelayTime.Text = "1000";
|
||||||
this.labelJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -557,9 +587,9 @@
|
||||||
this.labelJudgmentCount.ForeColor = System.Drawing.Color.White;
|
this.labelJudgmentCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelJudgmentCount.InitVisible = true;
|
this.labelJudgmentCount.InitVisible = true;
|
||||||
this.labelJudgmentCount.LineSpacing = 0F;
|
this.labelJudgmentCount.LineSpacing = 0F;
|
||||||
this.labelJudgmentCount.Location = new System.Drawing.Point(519, 290);
|
this.labelJudgmentCount.Location = new System.Drawing.Point(108, 246);
|
||||||
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
||||||
this.labelJudgmentCount.Size = new System.Drawing.Size(110, 44);
|
this.labelJudgmentCount.Size = new System.Drawing.Size(110, 36);
|
||||||
this.labelJudgmentCount.TabIndex = 92;
|
this.labelJudgmentCount.TabIndex = 92;
|
||||||
this.labelJudgmentCount.Text = "10";
|
this.labelJudgmentCount.Text = "10";
|
||||||
this.labelJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -579,9 +609,9 @@
|
||||||
this.labelDoubleDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelDoubleDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelDoubleDelayTime.InitVisible = true;
|
this.labelDoubleDelayTime.InitVisible = true;
|
||||||
this.labelDoubleDelayTime.LineSpacing = 0F;
|
this.labelDoubleDelayTime.LineSpacing = 0F;
|
||||||
this.labelDoubleDelayTime.Location = new System.Drawing.Point(519, 239);
|
this.labelDoubleDelayTime.Location = new System.Drawing.Point(108, 205);
|
||||||
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
|
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
|
||||||
this.labelDoubleDelayTime.Size = new System.Drawing.Size(110, 44);
|
this.labelDoubleDelayTime.Size = new System.Drawing.Size(110, 36);
|
||||||
this.labelDoubleDelayTime.TabIndex = 92;
|
this.labelDoubleDelayTime.TabIndex = 92;
|
||||||
this.labelDoubleDelayTime.Text = "900";
|
this.labelDoubleDelayTime.Text = "900";
|
||||||
this.labelDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -589,28 +619,6 @@
|
||||||
this.labelDoubleDelayTime.Wordwrap = false;
|
this.labelDoubleDelayTime.Wordwrap = false;
|
||||||
this.labelDoubleDelayTime.Click += new System.EventHandler(this.labelDoubleDelayTime_Click);
|
this.labelDoubleDelayTime.Click += new System.EventHandler(this.labelDoubleDelayTime_Click);
|
||||||
//
|
//
|
||||||
// labelFilter
|
|
||||||
//
|
|
||||||
this.labelFilter.BackColor = System.Drawing.Color.Black;
|
|
||||||
this.labelFilter.BackPictureBox = null;
|
|
||||||
this.labelFilter.BackPictureBox1 = null;
|
|
||||||
this.labelFilter.BackPictureBox2 = null;
|
|
||||||
this.labelFilter.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelFilter.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelFilter.ForeColor = System.Drawing.Color.White;
|
|
||||||
this.labelFilter.InitVisible = true;
|
|
||||||
this.labelFilter.LineSpacing = 0F;
|
|
||||||
this.labelFilter.Location = new System.Drawing.Point(519, 138);
|
|
||||||
this.labelFilter.Name = "labelFilter";
|
|
||||||
this.labelFilter.Size = new System.Drawing.Size(110, 44);
|
|
||||||
this.labelFilter.TabIndex = 197;
|
|
||||||
this.labelFilter.Text = "8";
|
|
||||||
this.labelFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelFilter.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelFilter.Wordwrap = false;
|
|
||||||
this.labelFilter.Click += new System.EventHandler(this.labelFilter_Click);
|
|
||||||
//
|
|
||||||
// ControlCenterSystemJudgment
|
// ControlCenterSystemJudgment
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -645,7 +653,8 @@
|
||||||
private SmartX.SmartButton buttonUsingAutoMode;
|
private SmartX.SmartButton buttonUsingAutoMode;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel smartLabel1;
|
||||||
public SmartX.SmartLabel labelDynamicCorrection;
|
public SmartX.SmartLabel labelDynamicCorrection;
|
||||||
private SmartX.SmartButton buttonProductNo;
|
|
||||||
public SmartX.SmartLabel labelFilter;
|
public SmartX.SmartLabel labelFilter;
|
||||||
|
public SmartX.SmartDraw smartDraw;
|
||||||
|
public SmartX.SmartLabel labelProductNo;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -27,7 +27,7 @@ namespace ITC81DB_2H.Controls
|
||||||
//private ProductItem SelectedProductItem;
|
//private ProductItem SelectedProductItem;
|
||||||
//private JudgmentSetItem SelectedJudgmentSetItem;
|
//private JudgmentSetItem SelectedJudgmentSetItem;
|
||||||
private JudgmentSetItem CaptureJudgmentSetItem;
|
private JudgmentSetItem CaptureJudgmentSetItem;
|
||||||
private Collection<int> CollectionGraphDataTemp;
|
private int MaxSpeed;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -39,11 +39,7 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
this.InitializeDesign();
|
this.InitializeDesign();
|
||||||
this.DefaultSetting();
|
this.DefaultSetting();
|
||||||
|
this.InitializeDraw();
|
||||||
this.CollectionGraphDataTemp = new Collection<int>();
|
|
||||||
this.CollectionGraphDataTemp.Clear();
|
|
||||||
for (int i = 0; i < 300; i++)
|
|
||||||
this.CollectionGraphDataTemp.Add(0);
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -100,18 +96,57 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
this.RefrenceADC = "0";
|
this.RefrenceADC = "0";
|
||||||
this.CaptureJudgmentSetItem = new JudgmentSetItem();
|
this.CaptureJudgmentSetItem = new JudgmentSetItem();
|
||||||
|
this.MaxSpeed = 120;
|
||||||
|
|
||||||
this.ControlInitializeAsEquipmentType();
|
this.ControlInitializeAsEquipmentType();
|
||||||
this.ControlInitialize();
|
this.ControlInitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void InitializeDraw()
|
||||||
|
{
|
||||||
|
SmartX.SmartDraw.CHARTREFRESH charRefreshType = SmartX.SmartDraw.CHARTREFRESH.LEFTSCROLL;
|
||||||
|
|
||||||
|
// SetChartConfig
|
||||||
|
this.smartDraw.SetChartCfg(33, 260, 400, 240, 4, charRefreshType, 1);
|
||||||
|
|
||||||
|
// BackLayer 기준선 표시
|
||||||
|
this.smartDraw.BackDraw.SetPenStyle(Color.Gray, 1);
|
||||||
|
// BackLayer 가로
|
||||||
|
this.smartDraw.BackDraw.Line(30, 100, 427, 100);
|
||||||
|
this.smartDraw.BackDraw.Line(30, 180, 427, 180);
|
||||||
|
// BackLayer 세로
|
||||||
|
this.smartDraw.BackDraw.SetPenStyle(Color.Blue, 3);
|
||||||
|
this.smartDraw.BackDraw.Line(30, 20, 30, 260);
|
||||||
|
this.smartDraw.BackDraw.Line(427, 20, 427, 260);
|
||||||
|
|
||||||
|
// BackLayer 가로 중심선
|
||||||
|
this.smartDraw.BackDraw.SetPenStyle(Color.Blue, 1);
|
||||||
|
this.smartDraw.BackDraw.Line(30, 140, 427, 140);
|
||||||
|
// BackLayer 세로 중심선
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void DisplayHiddenMenu(bool bValue)
|
||||||
|
{
|
||||||
|
this.MaxSpeed = 200;
|
||||||
|
}
|
||||||
|
|
||||||
private void ControlInitializeAsEquipmentType()
|
private void ControlInitializeAsEquipmentType()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
private void ControlInitialize()
|
private void ControlInitialize()
|
||||||
{
|
{
|
||||||
this.buttonProductNo.Text = this.ParentForm.ParentForm.SystemConfig1.ProductNumber.ToString();
|
this.labelProductNo.Text = this.ParentForm.ParentForm.SystemConfig1.ProductNumber.ToString();
|
||||||
this.buttonCopy.Text = "00";
|
this.buttonCopy.Text = "00";
|
||||||
this.labelSensingTime.Text = "";
|
this.labelSensingTime.Text = "";
|
||||||
this.buttonWeightReference.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
|
this.buttonWeightReference.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
|
||||||
|
@ -355,7 +390,7 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
if (status == Define.E_EquipmentStatus.Start)
|
if (status == Define.E_EquipmentStatus.Start)
|
||||||
{
|
{
|
||||||
this.buttonProductNo.Enabled = false;
|
this.labelProductNo.Enabled = false;
|
||||||
this.buttonWeightReference.Enabled = false;
|
this.buttonWeightReference.Enabled = false;
|
||||||
this.buttonCopy.Enabled = false;
|
this.buttonCopy.Enabled = false;
|
||||||
this.buttonPaste.Enabled = false;
|
this.buttonPaste.Enabled = false;
|
||||||
|
@ -363,28 +398,20 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.buttonProductNo.Enabled = true;
|
this.labelProductNo.Enabled = true;
|
||||||
this.buttonWeightReference.Enabled = true;
|
this.buttonWeightReference.Enabled = true;
|
||||||
this.buttonCopy.Enabled = true;
|
this.buttonCopy.Enabled = true;
|
||||||
this.buttonPaste.Enabled = true;
|
this.buttonPaste.Enabled = true;
|
||||||
this.buttonPasteAll.Enabled = true;
|
this.buttonPasteAll.Enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void UpdateDataDisplay(Define.E_EquipmentStatus status, WeightData weightData)
|
|
||||||
{
|
|
||||||
string sValue = "";
|
|
||||||
|
|
||||||
sValue = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
|
|
||||||
if (this.labelWeightJudgment.Text != sValue)
|
|
||||||
this.labelWeightJudgment.Text = sValue;
|
|
||||||
}
|
|
||||||
public void UpdateCurrentProductDisplay(Define.E_EquipmentStatus status, ProductItem pItem)
|
public void UpdateCurrentProductDisplay(Define.E_EquipmentStatus status, ProductItem pItem)
|
||||||
{
|
{
|
||||||
string value = "";
|
string value = "";
|
||||||
|
|
||||||
value = pItem.Number.ToString();
|
value = pItem.Number.ToString();
|
||||||
if (this.buttonProductNo.Text != value)
|
if (this.labelProductNo.Text != value)
|
||||||
this.buttonProductNo.Text = value;
|
this.labelProductNo.Text = value;
|
||||||
|
|
||||||
this.UpdateSystemParameterDisplay(this.ParentForm.ParentForm.CurrentJudgmentSetItem,
|
this.UpdateSystemParameterDisplay(this.ParentForm.ParentForm.CurrentJudgmentSetItem,
|
||||||
this.ParentForm.ParentForm.CollectionBLDCParameter);
|
this.ParentForm.ParentForm.CollectionBLDCParameter);
|
||||||
|
@ -397,6 +424,33 @@ namespace ITC81DB_2H.Controls
|
||||||
if (this.labelWeightValue.Text != value)
|
if (this.labelWeightValue.Text != value)
|
||||||
this.labelWeightValue.Text = value;
|
this.labelWeightValue.Text = value;
|
||||||
}
|
}
|
||||||
|
public void UpdateGraphDataDisplay(Define.E_EquipmentStatus status, WeightData weightData, Collection<int> values)
|
||||||
|
{
|
||||||
|
int iValue = 0, temp = 0, inputValue = 0;
|
||||||
|
string sValue = "";
|
||||||
|
|
||||||
|
sValue = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
|
||||||
|
if (this.labelWeightJudgment.Text != sValue)
|
||||||
|
this.labelWeightJudgment.Text = sValue;
|
||||||
|
|
||||||
|
this.smartDraw.PutDataAllClear();
|
||||||
|
|
||||||
|
sValue = this.buttonWeightReference.Text.Replace(".", "");
|
||||||
|
iValue = int.Parse(sValue);
|
||||||
|
temp = 120 - iValue;
|
||||||
|
|
||||||
|
for (int i = 0; i < values.Count; i++)
|
||||||
|
{
|
||||||
|
inputValue = values[i] + temp;
|
||||||
|
|
||||||
|
if (inputValue > 240)
|
||||||
|
inputValue = 240;
|
||||||
|
else if (inputValue < 0)
|
||||||
|
inputValue = 1;
|
||||||
|
|
||||||
|
this.smartDraw.PutData(inputValue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void DisplayRefresh(SystemStatus status)
|
public void DisplayRefresh(SystemStatus status)
|
||||||
{
|
{
|
||||||
|
@ -421,19 +475,22 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
this.IsAutoMode(false);
|
this.IsAutoMode(false);
|
||||||
|
|
||||||
|
this.MaxSpeed = 120;
|
||||||
|
this.smartDraw.PutDataAllClear();
|
||||||
|
|
||||||
//// Read Calibration Constant
|
//// Read Calibration Constant
|
||||||
//this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ReadConstant, "");
|
//this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ReadConstant, "");
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Event Handler
|
#region Event Handler
|
||||||
private void buttonProductNo_Click(object sender, EventArgs e)
|
private void labelProductNo_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
string before = "", after = "";
|
string before = "", after = "";
|
||||||
string message = "";
|
string message = "";
|
||||||
|
|
||||||
before = this.buttonProductNo.Text;
|
before = this.labelProductNo.Text;
|
||||||
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.buttonProductNo.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelProductNo.Text, 4, 0, false, this.ParentForm.ParentForm.SystemConfig1.Language);
|
||||||
|
|
||||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
@ -446,9 +503,9 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
after = this.buttonProductNo.Text = myKeyPad.StringValue;
|
after = this.labelProductNo.Text = myKeyPad.StringValue;
|
||||||
|
|
||||||
this.buttonProductNo.Text = "**";
|
this.labelProductNo.Text = "**";
|
||||||
this.ParentForm.ParentForm.TransferProductParameter(myKeyPad.IntValue);
|
this.ParentForm.ParentForm.TransferProductParameter(myKeyPad.IntValue);
|
||||||
|
|
||||||
if (before != after)
|
if (before != after)
|
||||||
|
@ -616,10 +673,10 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
if (myKeyPad.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 100)
|
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > this.MaxSpeed)
|
||||||
{
|
{
|
||||||
// 입력범위를 확인하세요
|
// 입력범위를 확인하세요
|
||||||
message = "1~100";
|
message = "1~" + this.MaxSpeed.ToString();
|
||||||
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language, message);
|
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language, message);
|
||||||
myMsg.ShowDialog();
|
myMsg.ShowDialog();
|
||||||
}
|
}
|
||||||
|
@ -846,7 +903,7 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
private void buttonCopy_Click(object sender, EventArgs e)
|
private void buttonCopy_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
this.buttonCopy.Text = this.buttonProductNo.Text;
|
this.buttonCopy.Text = this.labelProductNo.Text;
|
||||||
|
|
||||||
this.CaptureJudgmentSetItem.Filter = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Filter;
|
this.CaptureJudgmentSetItem.Filter = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Filter;
|
||||||
this.CaptureJudgmentSetItem.JudgmentDelayTime = this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentDelayTime;
|
this.CaptureJudgmentSetItem.JudgmentDelayTime = this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentDelayTime;
|
||||||
|
@ -896,7 +953,7 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
this.ParentForm.ParentForm.SaveJudgmentSetFile(this.ParentForm.ParentForm.CurrentJudgmentSetItem, this.ParentForm.ParentForm.SystemConfig1.ProductNumber - 1);
|
this.ParentForm.ParentForm.SaveJudgmentSetFile(this.ParentForm.ParentForm.CurrentJudgmentSetItem, this.ParentForm.ParentForm.SystemConfig1.ProductNumber - 1);
|
||||||
|
|
||||||
this.buttonProductNo.Text = "**";
|
this.labelProductNo.Text = "**";
|
||||||
this.ParentForm.ParentForm.TransferProductParameter(this.ParentForm.ParentForm.SystemConfig1.ProductNumber);
|
this.ParentForm.ParentForm.TransferProductParameter(this.ParentForm.ParentForm.SystemConfig1.ProductNumber);
|
||||||
|
|
||||||
// Part11
|
// Part11
|
||||||
|
@ -964,7 +1021,7 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
this.ParentForm.ParentForm.ReLoadJudgmentSetFile();
|
this.ParentForm.ParentForm.ReLoadJudgmentSetFile();
|
||||||
|
|
||||||
this.buttonProductNo.Text = "**";
|
this.labelProductNo.Text = "**";
|
||||||
this.ParentForm.ParentForm.TransferProductParameter(this.ParentForm.ParentForm.SystemConfig1.ProductNumber);
|
this.ParentForm.ParentForm.TransferProductParameter(this.ParentForm.ParentForm.SystemConfig1.ProductNumber);
|
||||||
|
|
||||||
this.ParentForm.Enabled = true;
|
this.ParentForm.Enabled = true;
|
|
@ -613,9 +613,9 @@ namespace ITC81DB_2H.Controls
|
||||||
this.ParentForm.Part11AutomaticLogoutReset();
|
this.ParentForm.Part11AutomaticLogoutReset();
|
||||||
|
|
||||||
if (this.buttonBypassDirection.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
if (this.buttonBypassDirection.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||||
this.ParentForm.ParentForm.SystemConfig2.IsBypassDirectionPass = false;
|
this.ParentForm.ParentForm.IsBypassDirectionPass = false;
|
||||||
else
|
else
|
||||||
this.ParentForm.ParentForm.SystemConfig2.IsBypassDirectionPass = true;
|
this.ParentForm.ParentForm.IsBypassDirectionPass = true;
|
||||||
}
|
}
|
||||||
private void buttonBypassOnce_Click(object sender, EventArgs e)
|
private void buttonBypassOnce_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
@ -625,12 +625,12 @@ namespace ITC81DB_2H.Controls
|
||||||
|
|
||||||
if (this.buttonBypassOnce.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
if (this.buttonBypassOnce.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
|
||||||
{
|
{
|
||||||
this.ParentForm.ParentForm.SystemConfig2.IsBypassOnce = false;
|
this.ParentForm.ParentForm.IsBypassOnce = false;
|
||||||
this.buttonBypassRun.Mode = SmartButton.BUTTONMODE.PUSH;
|
this.buttonBypassRun.Mode = SmartButton.BUTTONMODE.PUSH;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.ParentForm.ParentForm.SystemConfig2.IsBypassOnce = true;
|
this.ParentForm.ParentForm.IsBypassOnce = true;
|
||||||
this.buttonBypassRun.Mode = SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBypassRun.Mode = SmartButton.BUTTONMODE.NORMAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -640,9 +640,14 @@ namespace ITC81DB_2H.Controls
|
||||||
if (this.ParentForm.ParentForm.SystemConfig3.IsPart11 == true)
|
if (this.ParentForm.ParentForm.SystemConfig3.IsPart11 == true)
|
||||||
this.ParentForm.Part11AutomaticLogoutReset();
|
this.ParentForm.Part11AutomaticLogoutReset();
|
||||||
|
|
||||||
if (this.ParentForm.ParentForm.SystemConfig2.IsBypassOnce == true)
|
if (this.buttonBypassOnce.ButtonStatus == SmartButton.BUTSTATUS.UP)
|
||||||
{
|
{
|
||||||
if (this.ParentForm.ParentForm.SystemConfig2.IsBypassDirectionPass == true)
|
this.ParentForm.ParentForm.IsBypassOnce = true;
|
||||||
|
this.ParentForm.ParentForm.IsBypassUse = true;
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightBigScreen.UpdateSpotOrBypassImageVisibleStatus(true);
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightSmall.UpdateSpotOrBypassImageVisibleStatus(true);
|
||||||
|
|
||||||
|
if (this.ParentForm.ParentForm.IsBypassDirectionPass == true)
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassOnce, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassOnce, CommunicationID.MainBoard);
|
||||||
else
|
else
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGOnce, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGOnce, CommunicationID.MainBoard);
|
||||||
|
@ -655,8 +660,11 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
this.buttonBypassDirection.Enabled = false;
|
this.buttonBypassDirection.Enabled = false;
|
||||||
this.buttonBypassOnce.Enabled = false;
|
this.buttonBypassOnce.Enabled = false;
|
||||||
|
this.ParentForm.ParentForm.IsBypassUse = true;
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightBigScreen.UpdateSpotOrBypassImageVisibleStatus(true);
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightSmall.UpdateSpotOrBypassImageVisibleStatus(true);
|
||||||
|
|
||||||
if (this.ParentForm.ParentForm.SystemConfig2.IsBypassDirectionPass == true)
|
if (this.ParentForm.ParentForm.IsBypassDirectionPass == true)
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassON, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassON, CommunicationID.MainBoard);
|
||||||
else
|
else
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGON, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGON, CommunicationID.MainBoard);
|
||||||
|
@ -667,8 +675,11 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
this.buttonBypassDirection.Enabled = true;
|
this.buttonBypassDirection.Enabled = true;
|
||||||
this.buttonBypassOnce.Enabled = true;
|
this.buttonBypassOnce.Enabled = true;
|
||||||
|
this.ParentForm.ParentForm.IsBypassUse = false;
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightBigScreen.UpdateSpotOrBypassImageVisibleStatus(false);
|
||||||
|
this.ParentForm.ParentForm.ChildFormMainDisplay.MainWeightSmall.UpdateSpotOrBypassImageVisibleStatus(false);
|
||||||
|
|
||||||
if (this.ParentForm.ParentForm.SystemConfig2.IsBypassDirectionPass == true)
|
if (this.ParentForm.ParentForm.IsBypassDirectionPass == true)
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassOFF, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.BypassOFF, CommunicationID.MainBoard);
|
||||||
else
|
else
|
||||||
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGOFF, CommunicationID.MainBoard);
|
this.ParentForm.ParentForm.TransferData(CommunicationCommand.ByNGOFF, CommunicationID.MainBoard);
|
||||||
|
|
|
@ -338,7 +338,7 @@ namespace ITC81DB_2H.Controls
|
||||||
this.CollectionContents.Add(this.labelContents19);
|
this.CollectionContents.Add(this.labelContents19);
|
||||||
this.CollectionContents.Add(this.labelContents20);
|
this.CollectionContents.Add(this.labelContents20);
|
||||||
|
|
||||||
this.buttonBypassDirection.ButtonUp();
|
this.buttonSelectDecHexa.ButtonUp();
|
||||||
|
|
||||||
this.ReceiveCount = 0;
|
this.ReceiveCount = 0;
|
||||||
this.labelReceiveCount.Text = this.ReceiveCount.ToString();
|
this.labelReceiveCount.Text = this.ReceiveCount.ToString();
|
||||||
|
@ -388,16 +388,16 @@ namespace ITC81DB_2H.Controls
|
||||||
}
|
}
|
||||||
public void UpdateData(_30000_ModbusData mData)
|
public void UpdateData(_30000_ModbusData mData)
|
||||||
{
|
{
|
||||||
if (this.buttonBypassDirection.ButtonStatus == SmartX.SmartButton.BUTSTATUS.UP)
|
if (this.buttonSelectDecHexa.ButtonStatus == SmartX.SmartButton.BUTSTATUS.UP)
|
||||||
{
|
{
|
||||||
this.labelUpdateFlag.Text = mData.IsUpdate.ToString();
|
this.labelUpdateFlag.Text = mData.IsUpdate.ToString();
|
||||||
this.labelEquipmentID.Text = mData.EquipmentID.ToString();
|
this.labelEquipmentID.Text = mData.EquipmentID.ToString();
|
||||||
this.labelCurrentNo.Text = mData.ProductNo.ToString();
|
this.labelCurrentNo.Text = mData.ProductNo.ToString();
|
||||||
|
|
||||||
this.labelUnder.Text = mData.UnderValue.ToString();
|
this.labelUnder.Text = mData.UnderValueFloat.ToString();
|
||||||
this.labelPass.Text = mData.PassValue.ToString();
|
this.labelPass.Text = mData.PassValueFloat.ToString();
|
||||||
this.labelOver.Text = mData.OverValue.ToString();
|
this.labelOver.Text = mData.OverValueFloat.ToString();
|
||||||
this.labelTare.Text = mData.TareValue.ToString();
|
this.labelTare.Text = mData.TareValueFloat.ToString();
|
||||||
|
|
||||||
this.labelUnderCount.Text = mData.UnderCount.ToString();
|
this.labelUnderCount.Text = mData.UnderCount.ToString();
|
||||||
this.labelPassCount.Text = mData.PassCount.ToString();
|
this.labelPassCount.Text = mData.PassCount.ToString();
|
||||||
|
@ -407,10 +407,15 @@ namespace ITC81DB_2H.Controls
|
||||||
this.labelTotalCount.Text = mData.TotalCount.ToString();
|
this.labelTotalCount.Text = mData.TotalCount.ToString();
|
||||||
|
|
||||||
this.labelGrade.Text = mData.Grade.ToString();
|
this.labelGrade.Text = mData.Grade.ToString();
|
||||||
this.labelWeight.Text = mData.Weight.ToString();
|
this.labelWeight.Text = mData.WeightFloat.ToString();
|
||||||
this.labelOperationStatus.Text = mData.OperationStatus.ToString();
|
this.labelOperationStatus.Text = mData.OperationStatus.ToString();
|
||||||
this.labelAlarmStatus.Text = mData.AlarmStatus.ToString();
|
this.labelAlarmStatus.Text = mData.AlarmStatus.ToString();
|
||||||
this.labelSpeed.Text = mData.Speed.ToString();
|
if (mData.Speed <= 500)
|
||||||
|
{
|
||||||
|
string value = mData.Speed.ToString();
|
||||||
|
if (this.labelSpeed.Text != value)
|
||||||
|
this.labelSpeed.Text = value;
|
||||||
|
}
|
||||||
this.labelMetal.Text = mData.MetalDetectionCount.ToString();
|
this.labelMetal.Text = mData.MetalDetectionCount.ToString();
|
||||||
this.labelDouble.Text = mData.DoubleEntryCount.ToString();
|
this.labelDouble.Text = mData.DoubleEntryCount.ToString();
|
||||||
}
|
}
|
||||||
|
@ -436,7 +441,12 @@ namespace ITC81DB_2H.Controls
|
||||||
this.labelWeight.Text = mData.HexStringWeight;
|
this.labelWeight.Text = mData.HexStringWeight;
|
||||||
this.labelOperationStatus.Text = mData.HexStringOperationStatus;
|
this.labelOperationStatus.Text = mData.HexStringOperationStatus;
|
||||||
this.labelAlarmStatus.Text = mData.HexStringAlarmStatus;
|
this.labelAlarmStatus.Text = mData.HexStringAlarmStatus;
|
||||||
this.labelSpeed.Text = mData.HexStringSpeed;
|
if (mData.Speed <= 500)
|
||||||
|
{
|
||||||
|
string value = mData.HexStringSpeed;
|
||||||
|
if (this.labelSpeed.Text != value)
|
||||||
|
this.labelSpeed.Text = value;
|
||||||
|
}
|
||||||
this.labelMetal.Text = mData.HexStringMetalDetectionCount;
|
this.labelMetal.Text = mData.HexStringMetalDetectionCount;
|
||||||
this.labelDouble.Text = mData.HexStringDoubleEntryCount;
|
this.labelDouble.Text = mData.HexStringDoubleEntryCount;
|
||||||
}
|
}
|
||||||
|
@ -541,7 +551,7 @@ namespace ITC81DB_2H.Controls
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Event Handler
|
#region Event Handler
|
||||||
private void buttonBypassDirection_Click(object sender, EventArgs e)
|
private void buttonSelectDecHexa_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// Automatic Logout Reset
|
// Automatic Logout Reset
|
||||||
if (this.ParentForm.ParentForm.SystemConfig3.IsPart11 == true)
|
if (this.ParentForm.ParentForm.SystemConfig3.IsPart11 == true)
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
this.labelAlarmStatus = new SmartX.SmartLabel();
|
this.labelAlarmStatus = new SmartX.SmartLabel();
|
||||||
this.labelOperationStatus = new SmartX.SmartLabel();
|
this.labelOperationStatus = new SmartX.SmartLabel();
|
||||||
this.labelWeight = new SmartX.SmartLabel();
|
this.labelWeight = new SmartX.SmartLabel();
|
||||||
this.buttonBypassDirection = new SmartX.SmartButton();
|
this.buttonSelectDecHexa = new SmartX.SmartButton();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
this.labelTitleReceiveCount2 = new SmartX.SmartLabel();
|
this.labelTitleReceiveCount2 = new SmartX.SmartLabel();
|
||||||
this.labelTitleStartAddr2 = new SmartX.SmartLabel();
|
this.labelTitleStartAddr2 = new SmartX.SmartLabel();
|
||||||
|
@ -469,36 +469,36 @@
|
||||||
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelWeight.Wordwrap = false;
|
this.labelWeight.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// buttonBypassDirection
|
// buttonSelectDecHexa
|
||||||
//
|
//
|
||||||
this.buttonBypassDirection.BackPictureBox = null;
|
this.buttonSelectDecHexa.BackPictureBox = null;
|
||||||
this.buttonBypassDirection.BackPictureBox1 = null;
|
this.buttonSelectDecHexa.BackPictureBox1 = null;
|
||||||
this.buttonBypassDirection.BackPictureBox2 = null;
|
this.buttonSelectDecHexa.BackPictureBox2 = null;
|
||||||
this.buttonBypassDirection.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonSelectDecHexa.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBypassDirection.ButtonImageAutoSize = true;
|
this.buttonSelectDecHexa.ButtonImageAutoSize = true;
|
||||||
this.buttonBypassDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonSelectDecHexa.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBypassDirection.DisableImage = null;
|
this.buttonSelectDecHexa.DisableImage = null;
|
||||||
this.buttonBypassDirection.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.DownImage")));
|
this.buttonSelectDecHexa.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSelectDecHexa.DownImage")));
|
||||||
this.buttonBypassDirection.GroupID = 0;
|
this.buttonSelectDecHexa.GroupID = 0;
|
||||||
this.buttonBypassDirection.InitVisible = true;
|
this.buttonSelectDecHexa.InitVisible = true;
|
||||||
this.buttonBypassDirection.Location = new System.Drawing.Point(53, 22);
|
this.buttonSelectDecHexa.Location = new System.Drawing.Point(53, 22);
|
||||||
this.buttonBypassDirection.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
this.buttonSelectDecHexa.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||||
this.buttonBypassDirection.Name = "buttonBypassDirection";
|
this.buttonSelectDecHexa.Name = "buttonSelectDecHexa";
|
||||||
this.buttonBypassDirection.NestedClickEventPrevent = false;
|
this.buttonSelectDecHexa.NestedClickEventPrevent = false;
|
||||||
this.buttonBypassDirection.OutlinePixel = 1;
|
this.buttonSelectDecHexa.OutlinePixel = 1;
|
||||||
this.buttonBypassDirection.RepeatInterval = 200;
|
this.buttonSelectDecHexa.RepeatInterval = 200;
|
||||||
this.buttonBypassDirection.RepeatIntervalAccelerate = null;
|
this.buttonSelectDecHexa.RepeatIntervalAccelerate = null;
|
||||||
this.buttonBypassDirection.SafeInterval = 200;
|
this.buttonSelectDecHexa.SafeInterval = 200;
|
||||||
this.buttonBypassDirection.Size = new System.Drawing.Size(80, 28);
|
this.buttonSelectDecHexa.Size = new System.Drawing.Size(80, 28);
|
||||||
this.buttonBypassDirection.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonSelectDecHexa.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonBypassDirection.TabIndex = 727;
|
this.buttonSelectDecHexa.TabIndex = 727;
|
||||||
this.buttonBypassDirection.TextColor = System.Drawing.Color.Black;
|
this.buttonSelectDecHexa.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonBypassDirection.TextDownColor = System.Drawing.Color.White;
|
this.buttonSelectDecHexa.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonBypassDirection.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonSelectDecHexa.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonBypassDirection.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonSelectDecHexa.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBypassDirection.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonSelectDecHexa.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonBypassDirection.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.UpImage")));
|
this.buttonSelectDecHexa.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSelectDecHexa.UpImage")));
|
||||||
this.buttonBypassDirection.Click += new System.EventHandler(this.buttonBypassDirection_Click);
|
this.buttonSelectDecHexa.Click += new System.EventHandler(this.buttonSelectDecHexa_Click);
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
|
@ -565,7 +565,7 @@
|
||||||
this.smartGroupBox1.Controls.Add(this.labelOffset5);
|
this.smartGroupBox1.Controls.Add(this.labelOffset5);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelOffset4);
|
this.smartGroupBox1.Controls.Add(this.labelOffset4);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelOffset3);
|
this.smartGroupBox1.Controls.Add(this.labelOffset3);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBypassDirection);
|
this.smartGroupBox1.Controls.Add(this.buttonSelectDecHexa);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelAlarmStatus);
|
this.smartGroupBox1.Controls.Add(this.labelAlarmStatus);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelOperationStatus);
|
this.smartGroupBox1.Controls.Add(this.labelOperationStatus);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelWeight);
|
this.smartGroupBox1.Controls.Add(this.labelWeight);
|
||||||
|
@ -1843,7 +1843,7 @@
|
||||||
public SmartX.SmartLabel labelAlarmStatus;
|
public SmartX.SmartLabel labelAlarmStatus;
|
||||||
public SmartX.SmartLabel labelOperationStatus;
|
public SmartX.SmartLabel labelOperationStatus;
|
||||||
public SmartX.SmartLabel labelWeight;
|
public SmartX.SmartLabel labelWeight;
|
||||||
private SmartX.SmartButton buttonBypassDirection;
|
private SmartX.SmartButton buttonSelectDecHexa;
|
||||||
public SmartX.SmartLabel labelOffset2;
|
public SmartX.SmartLabel labelOffset2;
|
||||||
public SmartX.SmartLabel labelOffset3;
|
public SmartX.SmartLabel labelOffset3;
|
||||||
public SmartX.SmartLabel labelOffset4;
|
public SmartX.SmartLabel labelOffset4;
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="buttonBypassDirection.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonSelectDecHexa.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAFAAAAAcCAYAAAD2izi6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
iVBORw0KGgoAAAANSUhEUgAAAFAAAAAcCAYAAAD2izi6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
L08x/2cSbsdRF+6qT3meCQ3+AR4uKz9SHag8AAAAAElFTkSuQmCC
|
L08x/2cSbsdRF+6qT3meCQ3+AR4uKz9SHag8AAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBypassDirection.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonSelectDecHexa.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAFAAAAAcCAYAAAD2izi6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
iVBORw0KGgoAAAANSUhEUgAAAFAAAAAcCAYAAAD2izi6AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
|
|
|
@ -105,9 +105,9 @@
|
||||||
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTotalCount.InitVisible = true;
|
this.labelTotalCount.InitVisible = true;
|
||||||
this.labelTotalCount.LineSpacing = 0F;
|
this.labelTotalCount.LineSpacing = 0F;
|
||||||
this.labelTotalCount.Location = new System.Drawing.Point(573, 175);
|
this.labelTotalCount.Location = new System.Drawing.Point(590, 175);
|
||||||
this.labelTotalCount.Name = "labelTotalCount";
|
this.labelTotalCount.Name = "labelTotalCount";
|
||||||
this.labelTotalCount.Size = new System.Drawing.Size(115, 30);
|
this.labelTotalCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTotalCount.TabIndex = 465;
|
this.labelTotalCount.TabIndex = 465;
|
||||||
this.labelTotalCount.Text = "234567890";
|
this.labelTotalCount.Text = "234567890";
|
||||||
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -125,9 +125,9 @@
|
||||||
this.labelExNGCount.ForeColor = System.Drawing.Color.White;
|
this.labelExNGCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelExNGCount.InitVisible = true;
|
this.labelExNGCount.InitVisible = true;
|
||||||
this.labelExNGCount.LineSpacing = 0F;
|
this.labelExNGCount.LineSpacing = 0F;
|
||||||
this.labelExNGCount.Location = new System.Drawing.Point(340, 175);
|
this.labelExNGCount.Location = new System.Drawing.Point(357, 175);
|
||||||
this.labelExNGCount.Name = "labelExNGCount";
|
this.labelExNGCount.Name = "labelExNGCount";
|
||||||
this.labelExNGCount.Size = new System.Drawing.Size(115, 30);
|
this.labelExNGCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelExNGCount.TabIndex = 468;
|
this.labelExNGCount.TabIndex = 468;
|
||||||
this.labelExNGCount.Text = "234567890";
|
this.labelExNGCount.Text = "234567890";
|
||||||
this.labelExNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelExNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -358,13 +358,13 @@
|
||||||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleTotalCount.InitVisible = true;
|
this.labelTitleTotalCount.InitVisible = true;
|
||||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||||
this.labelTitleTotalCount.Location = new System.Drawing.Point(487, 175);
|
this.labelTitleTotalCount.Location = new System.Drawing.Point(487, 175);
|
||||||
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
|
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
|
||||||
this.labelTitleTotalCount.Size = new System.Drawing.Size(80, 30);
|
this.labelTitleTotalCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTitleTotalCount.TabIndex = 479;
|
this.labelTitleTotalCount.TabIndex = 479;
|
||||||
this.labelTitleTotalCount.Text = "총계";
|
this.labelTitleTotalCount.Text = "총계";
|
||||||
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -378,13 +378,13 @@
|
||||||
this.labelTitleExNgCount.BackPictureBox2 = null;
|
this.labelTitleExNgCount.BackPictureBox2 = null;
|
||||||
this.labelTitleExNgCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleExNgCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleExNgCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExNgCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleExNgCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExNgCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExNgCount.InitVisible = true;
|
this.labelTitleExNgCount.InitVisible = true;
|
||||||
this.labelTitleExNgCount.LineSpacing = 0F;
|
this.labelTitleExNgCount.LineSpacing = 0F;
|
||||||
this.labelTitleExNgCount.Location = new System.Drawing.Point(254, 175);
|
this.labelTitleExNgCount.Location = new System.Drawing.Point(254, 175);
|
||||||
this.labelTitleExNgCount.Name = "labelTitleExNgCount";
|
this.labelTitleExNgCount.Name = "labelTitleExNgCount";
|
||||||
this.labelTitleExNgCount.Size = new System.Drawing.Size(80, 30);
|
this.labelTitleExNgCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTitleExNgCount.TabIndex = 478;
|
this.labelTitleExNgCount.TabIndex = 478;
|
||||||
this.labelTitleExNgCount.Text = "기타불량";
|
this.labelTitleExNgCount.Text = "기타불량";
|
||||||
this.labelTitleExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
this.labelTitleSpeed.BackPictureBox2 = null;
|
this.labelTitleSpeed.BackPictureBox2 = null;
|
||||||
this.labelTitleSpeed.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleSpeed.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleSpeed.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleSpeed.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleSpeed.ForeColor = System.Drawing.Color.White;
|
this.labelTitleSpeed.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleSpeed.InitVisible = true;
|
this.labelTitleSpeed.InitVisible = true;
|
||||||
this.labelTitleSpeed.LineSpacing = 0F;
|
this.labelTitleSpeed.LineSpacing = 0F;
|
||||||
|
|
|
@ -50,6 +50,7 @@ namespace ITC81DB_2H.Controls
|
||||||
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitleSpeed.Text = "Speed";
|
this.labelTitleSpeed.Text = "Speed";
|
||||||
|
this.labelTitleExNgCount.Text = "Other faulty";
|
||||||
this.labelTitleTotalCount.Text = "Total";
|
this.labelTitleTotalCount.Text = "Total";
|
||||||
|
|
||||||
this.buttonOverRange.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engMainRunOverDisable));
|
this.buttonOverRange.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.engMainRunOverDisable));
|
||||||
|
@ -116,6 +117,7 @@ namespace ITC81DB_2H.Controls
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.labelTitleSpeed.Text = "속도";
|
this.labelTitleSpeed.Text = "속도";
|
||||||
|
this.labelTitleExNgCount.Text = "기타불량";
|
||||||
this.labelTitleTotalCount.Text = "총계";
|
this.labelTitleTotalCount.Text = "총계";
|
||||||
|
|
||||||
this.buttonOverRange.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korMainRunOverDisable));
|
this.buttonOverRange.DisableImage = new Bitmap(images.GetImage(Class1.ButtonImages.korMainRunOverDisable));
|
||||||
|
@ -330,7 +332,7 @@ namespace ITC81DB_2H.Controls
|
||||||
if (bValue == false)
|
if (bValue == false)
|
||||||
{
|
{
|
||||||
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
||||||
this.labelTitleExNgCount.Text = "ExNG";
|
this.labelTitleExNgCount.Text = "Other faulty";
|
||||||
else
|
else
|
||||||
this.labelTitleExNgCount.Text = "기타불량";
|
this.labelTitleExNgCount.Text = "기타불량";
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,6 @@ namespace ITC81DB_2H.Controls
|
||||||
charPenStyle[0].m_chColor = Color.White;
|
charPenStyle[0].m_chColor = Color.White;
|
||||||
charPenStyle[0].m_iPenWidth = 2;
|
charPenStyle[0].m_iPenWidth = 2;
|
||||||
|
|
||||||
|
|
||||||
this.draw.SetChartCfg(0, 198, 420, 198, 5, charRefreshType, 1);
|
this.draw.SetChartCfg(0, 198, 420, 198, 5, charRefreshType, 1);
|
||||||
this.draw.ChartChannelPenStyle = charPenStyle;
|
this.draw.ChartChannelPenStyle = charPenStyle;
|
||||||
this.draw.ChartDrawStep = 1;
|
this.draw.ChartDrawStep = 1;
|
||||||
|
|
|
@ -168,9 +168,9 @@
|
||||||
this.labelExNgCount.ForeColor = System.Drawing.Color.White;
|
this.labelExNgCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelExNgCount.InitVisible = true;
|
this.labelExNgCount.InitVisible = true;
|
||||||
this.labelExNgCount.LineSpacing = 0F;
|
this.labelExNgCount.LineSpacing = 0F;
|
||||||
this.labelExNgCount.Location = new System.Drawing.Point(340, 175);
|
this.labelExNgCount.Location = new System.Drawing.Point(358, 175);
|
||||||
this.labelExNgCount.Name = "labelExNgCount";
|
this.labelExNgCount.Name = "labelExNgCount";
|
||||||
this.labelExNgCount.Size = new System.Drawing.Size(115, 30);
|
this.labelExNgCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelExNgCount.TabIndex = 26;
|
this.labelExNgCount.TabIndex = 26;
|
||||||
this.labelExNgCount.Text = "234567890";
|
this.labelExNgCount.Text = "234567890";
|
||||||
this.labelExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -229,9 +229,9 @@
|
||||||
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTotalCount.InitVisible = true;
|
this.labelTotalCount.InitVisible = true;
|
||||||
this.labelTotalCount.LineSpacing = 0F;
|
this.labelTotalCount.LineSpacing = 0F;
|
||||||
this.labelTotalCount.Location = new System.Drawing.Point(573, 175);
|
this.labelTotalCount.Location = new System.Drawing.Point(591, 175);
|
||||||
this.labelTotalCount.Name = "labelTotalCount";
|
this.labelTotalCount.Name = "labelTotalCount";
|
||||||
this.labelTotalCount.Size = new System.Drawing.Size(115, 30);
|
this.labelTotalCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTotalCount.TabIndex = 17;
|
this.labelTotalCount.TabIndex = 17;
|
||||||
this.labelTotalCount.Text = "234567890";
|
this.labelTotalCount.Text = "234567890";
|
||||||
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
@ -365,7 +365,7 @@
|
||||||
this.labelTitleNgCount.BackPictureBox2 = null;
|
this.labelTitleNgCount.BackPictureBox2 = null;
|
||||||
this.labelTitleNgCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleNgCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleNgCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleNgCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleNgCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleNgCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleNgCount.InitVisible = true;
|
this.labelTitleNgCount.InitVisible = true;
|
||||||
this.labelTitleNgCount.LineSpacing = 0F;
|
this.labelTitleNgCount.LineSpacing = 0F;
|
||||||
|
@ -385,13 +385,13 @@
|
||||||
this.labelTitleExNgCount.BackPictureBox2 = null;
|
this.labelTitleExNgCount.BackPictureBox2 = null;
|
||||||
this.labelTitleExNgCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleExNgCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleExNgCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleExNgCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleExNgCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleExNgCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleExNgCount.InitVisible = true;
|
this.labelTitleExNgCount.InitVisible = true;
|
||||||
this.labelTitleExNgCount.LineSpacing = 0F;
|
this.labelTitleExNgCount.LineSpacing = 0F;
|
||||||
this.labelTitleExNgCount.Location = new System.Drawing.Point(254, 175);
|
this.labelTitleExNgCount.Location = new System.Drawing.Point(254, 175);
|
||||||
this.labelTitleExNgCount.Name = "labelTitleExNgCount";
|
this.labelTitleExNgCount.Name = "labelTitleExNgCount";
|
||||||
this.labelTitleExNgCount.Size = new System.Drawing.Size(80, 30);
|
this.labelTitleExNgCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTitleExNgCount.TabIndex = 38;
|
this.labelTitleExNgCount.TabIndex = 38;
|
||||||
this.labelTitleExNgCount.Text = "기타불량";
|
this.labelTitleExNgCount.Text = "기타불량";
|
||||||
this.labelTitleExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -406,13 +406,13 @@
|
||||||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleTotalCount.InitVisible = true;
|
this.labelTitleTotalCount.InitVisible = true;
|
||||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||||
this.labelTitleTotalCount.Location = new System.Drawing.Point(487, 175);
|
this.labelTitleTotalCount.Location = new System.Drawing.Point(487, 175);
|
||||||
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
|
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
|
||||||
this.labelTitleTotalCount.Size = new System.Drawing.Size(80, 30);
|
this.labelTitleTotalCount.Size = new System.Drawing.Size(100, 30);
|
||||||
this.labelTitleTotalCount.TabIndex = 39;
|
this.labelTitleTotalCount.TabIndex = 39;
|
||||||
this.labelTitleTotalCount.Text = "총계";
|
this.labelTitleTotalCount.Text = "총계";
|
||||||
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
|
|
@ -49,8 +49,8 @@ namespace ITC81DB_2H.Controls
|
||||||
{
|
{
|
||||||
this.pictureBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engMainStatScreen));
|
this.pictureBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engMainStatScreen));
|
||||||
|
|
||||||
this.labelTitleNgCount.Text = "NG";
|
this.labelTitleNgCount.Text = "Faulty";
|
||||||
this.labelTitleExNgCount.Text = "ExNG";
|
this.labelTitleExNgCount.Text = "Other faulty";
|
||||||
this.labelTitleTotalCount.Text = "Total";
|
this.labelTitleTotalCount.Text = "Total";
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Chinese)
|
else if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.Chinese)
|
||||||
|
@ -210,7 +210,7 @@ namespace ITC81DB_2H.Controls
|
||||||
if (bValue == false)
|
if (bValue == false)
|
||||||
{
|
{
|
||||||
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
if (this.ParentForm.ParentForm.SystemConfig1.Language == Define.E_LanguageID.English)
|
||||||
this.labelTitleExNgCount.Text = "ExNG";
|
this.labelTitleExNgCount.Text = "Other faulty";
|
||||||
else
|
else
|
||||||
this.labelTitleExNgCount.Text = "기타불량";
|
this.labelTitleExNgCount.Text = "기타불량";
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
this.pictureBoxCountingOutputCount = new System.Windows.Forms.PictureBox();
|
this.pictureBoxCountingOutputCount = new System.Windows.Forms.PictureBox();
|
||||||
this.labelIconNET = new SmartX.SmartLabel();
|
this.labelIconNET = new SmartX.SmartLabel();
|
||||||
this.labelWeight = new SmartX.SmartLabel();
|
this.labelWeight = new SmartX.SmartLabel();
|
||||||
|
this.pictureBoxBypass = new System.Windows.Forms.PictureBox();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -93,7 +94,7 @@
|
||||||
// pictureBoxIconAir
|
// pictureBoxIconAir
|
||||||
//
|
//
|
||||||
this.pictureBoxIconAir.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconAir.Image")));
|
this.pictureBoxIconAir.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconAir.Image")));
|
||||||
this.pictureBoxIconAir.Location = new System.Drawing.Point(67, 43);
|
this.pictureBoxIconAir.Location = new System.Drawing.Point(169, 38);
|
||||||
this.pictureBoxIconAir.Name = "pictureBoxIconAir";
|
this.pictureBoxIconAir.Name = "pictureBoxIconAir";
|
||||||
this.pictureBoxIconAir.Size = new System.Drawing.Size(45, 25);
|
this.pictureBoxIconAir.Size = new System.Drawing.Size(45, 25);
|
||||||
this.pictureBoxIconAir.Visible = false;
|
this.pictureBoxIconAir.Visible = false;
|
||||||
|
@ -101,7 +102,7 @@
|
||||||
// pictureBoxIconMetal
|
// pictureBoxIconMetal
|
||||||
//
|
//
|
||||||
this.pictureBoxIconMetal.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconMetal.Image")));
|
this.pictureBoxIconMetal.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconMetal.Image")));
|
||||||
this.pictureBoxIconMetal.Location = new System.Drawing.Point(16, 115);
|
this.pictureBoxIconMetal.Location = new System.Drawing.Point(16, 141);
|
||||||
this.pictureBoxIconMetal.Name = "pictureBoxIconMetal";
|
this.pictureBoxIconMetal.Name = "pictureBoxIconMetal";
|
||||||
this.pictureBoxIconMetal.Size = new System.Drawing.Size(45, 25);
|
this.pictureBoxIconMetal.Size = new System.Drawing.Size(45, 25);
|
||||||
this.pictureBoxIconMetal.Visible = false;
|
this.pictureBoxIconMetal.Visible = false;
|
||||||
|
@ -139,7 +140,7 @@
|
||||||
// pictureBoxIconZero
|
// pictureBoxIconZero
|
||||||
//
|
//
|
||||||
this.pictureBoxIconZero.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconZero.Image")));
|
this.pictureBoxIconZero.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconZero.Image")));
|
||||||
this.pictureBoxIconZero.Location = new System.Drawing.Point(16, 43);
|
this.pictureBoxIconZero.Location = new System.Drawing.Point(16, 38);
|
||||||
this.pictureBoxIconZero.Name = "pictureBoxIconZero";
|
this.pictureBoxIconZero.Name = "pictureBoxIconZero";
|
||||||
this.pictureBoxIconZero.Size = new System.Drawing.Size(45, 35);
|
this.pictureBoxIconZero.Size = new System.Drawing.Size(45, 35);
|
||||||
//
|
//
|
||||||
|
@ -212,7 +213,7 @@
|
||||||
// pictureBoxIconGap
|
// pictureBoxIconGap
|
||||||
//
|
//
|
||||||
this.pictureBoxIconGap.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconGap.Image")));
|
this.pictureBoxIconGap.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconGap.Image")));
|
||||||
this.pictureBoxIconGap.Location = new System.Drawing.Point(16, 84);
|
this.pictureBoxIconGap.Location = new System.Drawing.Point(16, 110);
|
||||||
this.pictureBoxIconGap.Name = "pictureBoxIconGap";
|
this.pictureBoxIconGap.Name = "pictureBoxIconGap";
|
||||||
this.pictureBoxIconGap.Size = new System.Drawing.Size(45, 25);
|
this.pictureBoxIconGap.Size = new System.Drawing.Size(45, 25);
|
||||||
this.pictureBoxIconGap.Visible = false;
|
this.pictureBoxIconGap.Visible = false;
|
||||||
|
@ -378,6 +379,7 @@
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.pictureBoxBypass);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelBarcodeCount);
|
this.smartGroupBox1.Controls.Add(this.labelBarcodeCount);
|
||||||
this.smartGroupBox1.Controls.Add(this.pictureBoxBarcodeQueueCount);
|
this.smartGroupBox1.Controls.Add(this.pictureBoxBarcodeQueueCount);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelUnit);
|
this.smartGroupBox1.Controls.Add(this.labelUnit);
|
||||||
|
@ -484,7 +486,7 @@
|
||||||
// pictureBoxIconExNG2
|
// pictureBoxIconExNG2
|
||||||
//
|
//
|
||||||
this.pictureBoxIconExNG2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG2.Image")));
|
this.pictureBoxIconExNG2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG2.Image")));
|
||||||
this.pictureBoxIconExNG2.Location = new System.Drawing.Point(16, 177);
|
this.pictureBoxIconExNG2.Location = new System.Drawing.Point(118, 38);
|
||||||
this.pictureBoxIconExNG2.Name = "pictureBoxIconExNG2";
|
this.pictureBoxIconExNG2.Name = "pictureBoxIconExNG2";
|
||||||
this.pictureBoxIconExNG2.Size = new System.Drawing.Size(45, 25);
|
this.pictureBoxIconExNG2.Size = new System.Drawing.Size(45, 25);
|
||||||
this.pictureBoxIconExNG2.Visible = false;
|
this.pictureBoxIconExNG2.Visible = false;
|
||||||
|
@ -492,7 +494,7 @@
|
||||||
// pictureBoxIconExNG1
|
// pictureBoxIconExNG1
|
||||||
//
|
//
|
||||||
this.pictureBoxIconExNG1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG1.Image")));
|
this.pictureBoxIconExNG1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG1.Image")));
|
||||||
this.pictureBoxIconExNG1.Location = new System.Drawing.Point(16, 146);
|
this.pictureBoxIconExNG1.Location = new System.Drawing.Point(67, 38);
|
||||||
this.pictureBoxIconExNG1.Name = "pictureBoxIconExNG1";
|
this.pictureBoxIconExNG1.Name = "pictureBoxIconExNG1";
|
||||||
this.pictureBoxIconExNG1.Size = new System.Drawing.Size(45, 25);
|
this.pictureBoxIconExNG1.Size = new System.Drawing.Size(45, 25);
|
||||||
this.pictureBoxIconExNG1.Visible = false;
|
this.pictureBoxIconExNG1.Visible = false;
|
||||||
|
@ -609,6 +611,14 @@
|
||||||
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelWeight.Wordwrap = false;
|
this.labelWeight.Wordwrap = false;
|
||||||
//
|
//
|
||||||
|
// pictureBoxBypass
|
||||||
|
//
|
||||||
|
this.pictureBoxBypass.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBypass.Image")));
|
||||||
|
this.pictureBoxBypass.Location = new System.Drawing.Point(16, 79);
|
||||||
|
this.pictureBoxBypass.Name = "pictureBoxBypass";
|
||||||
|
this.pictureBoxBypass.Size = new System.Drawing.Size(45, 25);
|
||||||
|
this.pictureBoxBypass.Visible = false;
|
||||||
|
//
|
||||||
// ControlMainDisplayWeightBigScreen
|
// ControlMainDisplayWeightBigScreen
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -673,5 +683,6 @@
|
||||||
private System.Windows.Forms.PictureBox pictureBoxRandomModeDisable;
|
private System.Windows.Forms.PictureBox pictureBoxRandomModeDisable;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxIconExNG2;
|
private System.Windows.Forms.PictureBox pictureBoxIconExNG2;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxIconExNG1;
|
private System.Windows.Forms.PictureBox pictureBoxIconExNG1;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBoxBypass;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,6 +84,19 @@ namespace ITC81DB_2H
|
||||||
else
|
else
|
||||||
this.labelIconNET.Visible = false;
|
this.labelIconNET.Visible = false;
|
||||||
}
|
}
|
||||||
|
public void UpdateSpotOrBypassImageVisibleStatus(bool check)
|
||||||
|
{
|
||||||
|
this.ParentForm.ParentForm.IsBypassStart = check;
|
||||||
|
|
||||||
|
if (check == true)
|
||||||
|
{
|
||||||
|
this.pictureBoxBypass.Visible = true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.pictureBoxBypass.Visible = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
private void UpdateDisplay()
|
private void UpdateDisplay()
|
||||||
{
|
{
|
||||||
int value = 0;
|
int value = 0;
|
||||||
|
|
|
@ -2236,6 +2236,65 @@
|
||||||
GTRNA33fwzRN8OjeXlBdZ6GAgYL12a8K8Ifrs78lsG2bO4vjWNjwNazxUgGGlWVJt/I8tRVFpAIR+FWi
|
GTRNA33fwzRN8OjeXlBdZ6GAgYL12a8K8Ifrs78lsG2bO4vjWNjwNazxUgGGlWVJt/I8tRVFpAIR+FWi
|
||||||
tVzDGq8sUG28smBP46/XT3h5uy2IsmCJrPGMuwQ4qq7raHOWjWfcJdjDwQITvgAnx1xAevGfCwAAAABJ
|
tVzDGq8sUG28smBP46/XT3h5uy2IsmCJrPGMuwQ4qq7raHOWjWfcJdjDwQITvgAnx1xAevGfCwAAAABJ
|
||||||
RU5ErkJggg==
|
RU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="pictureBoxBypass.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
DbIfz/EsowwAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxIconExNG2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxIconExNG2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
this.labelBarcodeCount = new SmartX.SmartLabel();
|
this.labelBarcodeCount = new SmartX.SmartLabel();
|
||||||
this.labelIconNET = new SmartX.SmartLabel();
|
this.labelIconNET = new SmartX.SmartLabel();
|
||||||
this.labelWeight = new SmartX.SmartLabel();
|
this.labelWeight = new SmartX.SmartLabel();
|
||||||
|
this.pictureBoxBypass = new System.Windows.Forms.PictureBox();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -362,6 +363,7 @@
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.pictureBoxBypass);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelUnit);
|
this.smartGroupBox1.Controls.Add(this.labelUnit);
|
||||||
this.smartGroupBox1.Controls.Add(this.pictureBoxIconExNG2);
|
this.smartGroupBox1.Controls.Add(this.pictureBoxIconExNG2);
|
||||||
this.smartGroupBox1.Controls.Add(this.pictureBoxIconExNG1);
|
this.smartGroupBox1.Controls.Add(this.pictureBoxIconExNG1);
|
||||||
|
@ -591,6 +593,14 @@
|
||||||
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelWeight.Wordwrap = false;
|
this.labelWeight.Wordwrap = false;
|
||||||
//
|
//
|
||||||
|
// pictureBoxBypass
|
||||||
|
//
|
||||||
|
this.pictureBoxBypass.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBypass.Image")));
|
||||||
|
this.pictureBoxBypass.Location = new System.Drawing.Point(20, 63);
|
||||||
|
this.pictureBoxBypass.Name = "pictureBoxBypass";
|
||||||
|
this.pictureBoxBypass.Size = new System.Drawing.Size(45, 25);
|
||||||
|
this.pictureBoxBypass.Visible = false;
|
||||||
|
//
|
||||||
// ControlMainDisplayWeightSmall
|
// ControlMainDisplayWeightSmall
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -653,5 +663,6 @@
|
||||||
private System.Windows.Forms.PictureBox pictureBoxRandomModeDisable;
|
private System.Windows.Forms.PictureBox pictureBoxRandomModeDisable;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxIconExNG2;
|
private System.Windows.Forms.PictureBox pictureBoxIconExNG2;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxIconExNG1;
|
private System.Windows.Forms.PictureBox pictureBoxIconExNG1;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBoxBypass;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,6 +85,19 @@ namespace ITC81DB_2H.Controls
|
||||||
else
|
else
|
||||||
this.labelIconNET.Visible = false;
|
this.labelIconNET.Visible = false;
|
||||||
}
|
}
|
||||||
|
public void UpdateSpotOrBypassImageVisibleStatus(bool check)
|
||||||
|
{
|
||||||
|
this.ParentForm.ParentForm.IsBypassStart = check;
|
||||||
|
|
||||||
|
if (check == true)
|
||||||
|
{
|
||||||
|
this.pictureBoxBypass.Visible = true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.pictureBoxBypass.Visible = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
private void UpdateDisplay()
|
private void UpdateDisplay()
|
||||||
{
|
{
|
||||||
int value = 0;
|
int value = 0;
|
||||||
|
|
|
@ -2235,6 +2235,65 @@
|
||||||
DMNwYUVgsI9agBcTZQE6tkwqx5pqsGEFZRX8FmDDNLfApX4OVp+hY5/J28DqSbZASV3rv6F/7H+joES8
|
DMNwYUVgsI9agBcTZQE6tkwqx5pqsGEFZRX8FmDDNLfApX4OVp+hY5/J28DqSbZASV3rv6F/7H+joES8
|
||||||
WEXXCKyeZAuQsZKmzn+brMb/7q1LwFjXxR9DDUUW6HuEooQ5yDJQykFWQ5EFxGAaWyD3HwCOpzb6PKgt
|
WEXXCKyeZAuQsZKmzn+brMb/7q1LwFjXxR9DDUUW6HuEooQ5yDJQykFWQ5EFxGAaWyD3HwCOpzb6PKgt
|
||||||
jgAAAABJRU5ErkJggg==
|
jgAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="pictureBoxBypass.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
DbIfz/EsowwAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxIconExNG2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxIconExNG2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -381,6 +381,8 @@ namespace ITC81DB_2H
|
||||||
public static readonly string ExternalInput = "6007";
|
public static readonly string ExternalInput = "6007";
|
||||||
// 옵션 - 기타 NG 사용
|
// 옵션 - 기타 NG 사용
|
||||||
public static readonly string ExternalNG = "6008";
|
public static readonly string ExternalNG = "6008";
|
||||||
|
// 옵션 - 스위치채터링 설정
|
||||||
|
public static readonly string SwitchChattering = "6012";
|
||||||
// 옵션 - OPT1_샘플링개수
|
// 옵션 - OPT1_샘플링개수
|
||||||
public static readonly string OPT1SamplingCount = "6201";
|
public static readonly string OPT1SamplingCount = "6201";
|
||||||
// 옵션 - OPT1_지연개수
|
// 옵션 - OPT1_지연개수
|
||||||
|
@ -569,22 +571,44 @@ namespace ITC81DB_2H
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Modbus
|
#region Modbus
|
||||||
|
public class _39000_ModbusAddressAlarm
|
||||||
|
{
|
||||||
|
public const short _9001_Alarm1 = 9000;
|
||||||
|
public const short _9002_Alarm2 = 9001;
|
||||||
|
public const short _9003_Alarm3 = 9002;
|
||||||
|
public const short _9004_Alarm4 = 9003;
|
||||||
|
public const short _9005_Alarm5 = 9004;
|
||||||
|
public const short _9006_Alarm6 = 9005;
|
||||||
|
public const short _9007_Alarm7 = 9006;
|
||||||
|
public const short _9008_Alarm8 = 9007;
|
||||||
|
public const short _9009_Alarm9 = 9008;
|
||||||
|
public const short _9010_Alarm10 = 9009;
|
||||||
|
public const short _9011_Alarm11 = 9010;
|
||||||
|
public const short _9012_Alarm12 = 9011;
|
||||||
|
public const short _9013_Alarm13 = 9012;
|
||||||
|
public const short _9014_Alarm14 = 9013;
|
||||||
|
public const short _9015_Alarm15 = 9014;
|
||||||
|
public const short _9016_Alarm16 = 9015;
|
||||||
|
public const short _9017_Alarm17 = 9016;
|
||||||
|
public const short _9018_Alarm18 = 9017;
|
||||||
|
}
|
||||||
public class _30000_ModbusAddress
|
public class _30000_ModbusAddress
|
||||||
{
|
{
|
||||||
|
public const int _01_DecimalPoint = 0;
|
||||||
public const int _01_IsUpdate_High = 10;
|
public const int _01_IsUpdate_High = 10;
|
||||||
public const int _02_IsUpdate_Low = 11;
|
public const int _02_IsUpdate_Low = 11;
|
||||||
public const int _03_EquipmentID_High = 12;
|
public const int _03_EquipmentID_High = 12;
|
||||||
public const int _04_EquipmentID_Low = 13;
|
public const int _04_EquipmentID_Low = 13;
|
||||||
public const int _05_ProductNo_High = 14;
|
public const int _05_ProductNo_High = 14;
|
||||||
public const int _06_ProductNo_Low = 15;
|
public const int _06_ProductNo_Low = 15;
|
||||||
public const int _07_UnderValue_High = 16;
|
public const int _07_UnderValueFloat_High = 16;
|
||||||
public const int _08_UnderValue_Low = 17;
|
public const int _08_UnderValueFloat_Low = 17;
|
||||||
public const int _09_PassValue_High = 18;
|
public const int _09_PassValueFloat_High = 18;
|
||||||
public const int _10_PassValue_Low = 19;
|
public const int _10_PassValueFloat_Low = 19;
|
||||||
public const int _11_OverValue_High = 20;
|
public const int _11_OverValueFloat_High = 20;
|
||||||
public const int _12_OverValue_Low = 21;
|
public const int _12_OverValueFloat_Low = 21;
|
||||||
public const int _13_TareValue_High = 22;
|
public const int _13_TareValueFloat_High = 22;
|
||||||
public const int _14_TareValue_Low = 23;
|
public const int _14_TareValueFloat_Low = 23;
|
||||||
public const int _15_UnderCount_High = 24;
|
public const int _15_UnderCount_High = 24;
|
||||||
public const int _16_UnderCount_Low = 25;
|
public const int _16_UnderCount_Low = 25;
|
||||||
public const int _17_PassCount_High = 26;
|
public const int _17_PassCount_High = 26;
|
||||||
|
@ -599,8 +623,8 @@ namespace ITC81DB_2H
|
||||||
public const int _26_TotalCount_Low = 35;
|
public const int _26_TotalCount_Low = 35;
|
||||||
public const int _27_Grade_High = 36;
|
public const int _27_Grade_High = 36;
|
||||||
public const int _28_Grade_Low = 37;
|
public const int _28_Grade_Low = 37;
|
||||||
public const int _29_Weight_High = 38;
|
public const int _29_WeightFloat_High = 38;
|
||||||
public const int _30_Weight_Low = 39;
|
public const int _30_WeightFloat_Low = 39;
|
||||||
public const int _31_OperationStatus_High = 40;
|
public const int _31_OperationStatus_High = 40;
|
||||||
public const int _32_OperationStatus_Low = 41;
|
public const int _32_OperationStatus_Low = 41;
|
||||||
public const int _33_AlarmStatus_High = 42;
|
public const int _33_AlarmStatus_High = 42;
|
||||||
|
@ -611,16 +635,17 @@ namespace ITC81DB_2H
|
||||||
public const int _38_MetalDetectionCount_Low = 47;
|
public const int _38_MetalDetectionCount_Low = 47;
|
||||||
public const int _39_DoubleEntryCount_High = 48;
|
public const int _39_DoubleEntryCount_High = 48;
|
||||||
public const int _40_DoubleEntryCount_Low = 49;
|
public const int _40_DoubleEntryCount_Low = 49;
|
||||||
public const int _41_ProductName = 50;
|
public const int _41_ProductName = 50; // 41~50
|
||||||
public const int _42_ProductName = 51;
|
public const int _51_UnderValueInt_High = 60;
|
||||||
public const int _43_ProductName = 52;
|
public const int _52_UnderValueInt_Low = 61;
|
||||||
public const int _44_ProductName = 53;
|
public const int _53_PassValueInt_High = 62;
|
||||||
public const int _45_ProductName = 54;
|
public const int _54_PassValueInt_Low = 63;
|
||||||
public const int _46_ProductName = 55;
|
public const int _55_OverValueInt_High = 64;
|
||||||
public const int _47_ProductName = 56;
|
public const int _56_OverValueInt_Low = 65;
|
||||||
public const int _48_ProductName = 57;
|
public const int _57_TareValueInt_High = 66;
|
||||||
public const int _49_ProductName = 58;
|
public const int _58_TareValueInt_Low = 67;
|
||||||
public const int _50_ProductName = 59;
|
public const int _59_WeightInt_High = 68;
|
||||||
|
public const int _60_WeightInt_Low = 69;
|
||||||
|
|
||||||
#region V7
|
#region V7
|
||||||
//public const int _01_EquipmentID = 10;
|
//public const int _01_EquipmentID = 10;
|
||||||
|
@ -655,10 +680,14 @@ namespace ITC81DB_2H
|
||||||
private int m_IsUpdate;
|
private int m_IsUpdate;
|
||||||
private int m_EquipmentID;
|
private int m_EquipmentID;
|
||||||
private int m_ProductNo;
|
private int m_ProductNo;
|
||||||
private double m_UnderValue;
|
private int m_UnderValueInt;
|
||||||
private double m_PassValue;
|
private int m_PassValueInt;
|
||||||
private double m_OverValue;
|
private int m_OverValueInt;
|
||||||
private double m_TareValue;
|
private int m_TareValueInt;
|
||||||
|
private double m_UnderValueFloat;
|
||||||
|
private double m_PassValueFloat;
|
||||||
|
private double m_OverValueFloat;
|
||||||
|
private double m_TareValueFloat;
|
||||||
private UInt32 m_UnderCount;
|
private UInt32 m_UnderCount;
|
||||||
private UInt32 m_PassCount;
|
private UInt32 m_PassCount;
|
||||||
private UInt32 m_OverCount;
|
private UInt32 m_OverCount;
|
||||||
|
@ -666,13 +695,16 @@ namespace ITC81DB_2H
|
||||||
private UInt32 m_ExNGCount;
|
private UInt32 m_ExNGCount;
|
||||||
private UInt32 m_TotalCount;
|
private UInt32 m_TotalCount;
|
||||||
private int m_Grade;
|
private int m_Grade;
|
||||||
private double m_Weight;
|
private double m_WeightFloat;
|
||||||
|
private int m_WeightInt;
|
||||||
private int m_OperationStatus;
|
private int m_OperationStatus;
|
||||||
private int m_AlarmStatus;
|
private int m_AlarmStatus;
|
||||||
private int m_Speed;
|
private int m_Speed;
|
||||||
private UInt32 m_MetalDetectionCount;
|
private UInt32 m_MetalDetectionCount;
|
||||||
private UInt32 m_DoubleEntryCount;
|
private UInt32 m_DoubleEntryCount;
|
||||||
private byte[] m_ProductName;
|
private byte[] m_ProductName;
|
||||||
|
|
||||||
|
private short[] m_Alarm;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -699,25 +731,46 @@ namespace ITC81DB_2H
|
||||||
set { this.m_ProductNo = value; }
|
set { this.m_ProductNo = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public double UnderValue
|
public int UnderValueInt
|
||||||
{
|
{
|
||||||
get { return this.m_UnderValue; }
|
get { return this.m_UnderValueInt; }
|
||||||
set { this.m_UnderValue = value; }
|
set { this.m_UnderValueInt = value; }
|
||||||
}
|
}
|
||||||
public double PassValue
|
public int PassValueInt
|
||||||
{
|
{
|
||||||
get { return this.m_PassValue; }
|
get { return this.m_PassValueInt; }
|
||||||
set { this.m_PassValue = value; }
|
set { this.m_PassValueInt = value; }
|
||||||
}
|
}
|
||||||
public double OverValue
|
public int OverValueInt
|
||||||
{
|
{
|
||||||
get { return this.m_OverValue; }
|
get { return this.m_OverValueInt; }
|
||||||
set { this.m_OverValue = value; }
|
set { this.m_OverValueInt = value; }
|
||||||
}
|
}
|
||||||
public double TareValue
|
public int TareValueInt
|
||||||
{
|
{
|
||||||
get { return this.m_TareValue; }
|
get { return this.m_TareValueInt; }
|
||||||
set { this.m_TareValue = value; }
|
set { this.m_TareValueInt = value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public double UnderValueFloat
|
||||||
|
{
|
||||||
|
get { return this.m_UnderValueFloat; }
|
||||||
|
set { this.m_UnderValueFloat = value; }
|
||||||
|
}
|
||||||
|
public double PassValueFloat
|
||||||
|
{
|
||||||
|
get { return this.m_PassValueFloat; }
|
||||||
|
set { this.m_PassValueFloat = value; }
|
||||||
|
}
|
||||||
|
public double OverValueFloat
|
||||||
|
{
|
||||||
|
get { return this.m_OverValueFloat; }
|
||||||
|
set { this.m_OverValueFloat = value; }
|
||||||
|
}
|
||||||
|
public double TareValueFloat
|
||||||
|
{
|
||||||
|
get { return this.m_TareValueFloat; }
|
||||||
|
set { this.m_TareValueFloat = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public UInt32 UnderCount
|
public UInt32 UnderCount
|
||||||
|
@ -756,10 +809,15 @@ namespace ITC81DB_2H
|
||||||
get { return this.m_Grade; }
|
get { return this.m_Grade; }
|
||||||
set { this.m_Grade = value; }
|
set { this.m_Grade = value; }
|
||||||
}
|
}
|
||||||
public double Weight
|
public double WeightFloat
|
||||||
{
|
{
|
||||||
get { return this.m_Weight; }
|
get { return this.m_WeightFloat; }
|
||||||
set { this.m_Weight = value; }
|
set { this.m_WeightFloat = value; }
|
||||||
|
}
|
||||||
|
public int WeightInt
|
||||||
|
{
|
||||||
|
get { return this.m_WeightInt; }
|
||||||
|
set { this.m_WeightInt = value; }
|
||||||
}
|
}
|
||||||
public int OperationStatus
|
public int OperationStatus
|
||||||
{
|
{
|
||||||
|
@ -792,6 +850,12 @@ namespace ITC81DB_2H
|
||||||
set { this.m_ProductName = value; }
|
set { this.m_ProductName = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public short[] Alarm
|
||||||
|
{
|
||||||
|
get { return this.m_Alarm; }
|
||||||
|
set { this.m_Alarm = value; }
|
||||||
|
}
|
||||||
|
|
||||||
public string HexStringIsUpdate
|
public string HexStringIsUpdate
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
@ -820,7 +884,7 @@ namespace ITC81DB_2H
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
byte[] bytes = BitConverter.GetBytes((float)this.UnderValue);
|
byte[] bytes = BitConverter.GetBytes((float)this.UnderValueFloat);
|
||||||
Array.Reverse(bytes);
|
Array.Reverse(bytes);
|
||||||
string hexString = BitConverter.ToString(bytes);
|
string hexString = BitConverter.ToString(bytes);
|
||||||
hexString = hexString.Replace("-", "");
|
hexString = hexString.Replace("-", "");
|
||||||
|
@ -832,7 +896,7 @@ namespace ITC81DB_2H
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
byte[] bytes = BitConverter.GetBytes((float)this.PassValue);
|
byte[] bytes = BitConverter.GetBytes((float)this.PassValueFloat);
|
||||||
Array.Reverse(bytes);
|
Array.Reverse(bytes);
|
||||||
string hexString = BitConverter.ToString(bytes);
|
string hexString = BitConverter.ToString(bytes);
|
||||||
hexString = hexString.Replace("-", "");
|
hexString = hexString.Replace("-", "");
|
||||||
|
@ -844,7 +908,7 @@ namespace ITC81DB_2H
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
byte[] bytes = BitConverter.GetBytes((float)this.OverValue);
|
byte[] bytes = BitConverter.GetBytes((float)this.OverValueFloat);
|
||||||
Array.Reverse(bytes);
|
Array.Reverse(bytes);
|
||||||
string hexString = BitConverter.ToString(bytes);
|
string hexString = BitConverter.ToString(bytes);
|
||||||
hexString = hexString.Replace("-", "");
|
hexString = hexString.Replace("-", "");
|
||||||
|
@ -856,7 +920,7 @@ namespace ITC81DB_2H
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
byte[] bytes = BitConverter.GetBytes((float)this.TareValue);
|
byte[] bytes = BitConverter.GetBytes((float)this.TareValueFloat);
|
||||||
Array.Reverse(bytes);
|
Array.Reverse(bytes);
|
||||||
string hexString = BitConverter.ToString(bytes);
|
string hexString = BitConverter.ToString(bytes);
|
||||||
hexString = hexString.Replace("-", "");
|
hexString = hexString.Replace("-", "");
|
||||||
|
@ -924,7 +988,7 @@ namespace ITC81DB_2H
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
byte[] bytes = BitConverter.GetBytes((float)this.Weight);
|
byte[] bytes = BitConverter.GetBytes((float)this.WeightFloat);
|
||||||
byte[] reverseBytes = new byte[bytes.Length];
|
byte[] reverseBytes = new byte[bytes.Length];
|
||||||
for (int i = 0; i < bytes.Length; i++)
|
for (int i = 0; i < bytes.Length; i++)
|
||||||
reverseBytes[bytes.Length - 1 - i] = bytes[i];
|
reverseBytes[bytes.Length - 1 - i] = bytes[i];
|
||||||
|
@ -975,6 +1039,18 @@ namespace ITC81DB_2H
|
||||||
return hexString;
|
return hexString;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public string[] HexStringAlarm
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
string[] hexString = new string[this.Alarm.Count()];
|
||||||
|
|
||||||
|
for (int i = 0; i < this.Alarm.Count(); i++)
|
||||||
|
hexString[i] = this.Alarm[i].ToString("X8");
|
||||||
|
|
||||||
|
return hexString;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public byte[] _01_IsUpdate_High
|
public byte[] _01_IsUpdate_High
|
||||||
{
|
{
|
||||||
|
@ -1067,7 +1143,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.UnderValue);
|
Length4Value = Modbus.GetBytes((Single)this.UnderValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[3 - i];
|
madeData[i] = Length4Value[3 - i];
|
||||||
|
|
||||||
|
@ -1081,7 +1157,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.UnderValue);
|
Length4Value = Modbus.GetBytes((Single)this.UnderValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[1 - i];
|
madeData[i] = Length4Value[1 - i];
|
||||||
|
|
||||||
|
@ -1095,7 +1171,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.PassValue);
|
Length4Value = Modbus.GetBytes((Single)this.PassValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[3 - i];
|
madeData[i] = Length4Value[3 - i];
|
||||||
|
|
||||||
|
@ -1109,7 +1185,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.PassValue);
|
Length4Value = Modbus.GetBytes((Single)this.PassValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[1 - i];
|
madeData[i] = Length4Value[1 - i];
|
||||||
|
|
||||||
|
@ -1123,7 +1199,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.OverValue);
|
Length4Value = Modbus.GetBytes((Single)this.OverValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[3 - i];
|
madeData[i] = Length4Value[3 - i];
|
||||||
|
|
||||||
|
@ -1137,7 +1213,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.OverValue);
|
Length4Value = Modbus.GetBytes((Single)this.OverValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[1 - i];
|
madeData[i] = Length4Value[1 - i];
|
||||||
|
|
||||||
|
@ -1151,7 +1227,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.TareValue);
|
Length4Value = Modbus.GetBytes((Single)this.TareValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[3 - i];
|
madeData[i] = Length4Value[3 - i];
|
||||||
|
|
||||||
|
@ -1165,7 +1241,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.TareValue);
|
Length4Value = Modbus.GetBytes((Single)this.TareValueFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[1 - i];
|
madeData[i] = Length4Value[1 - i];
|
||||||
|
|
||||||
|
@ -1375,7 +1451,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.Weight);
|
Length4Value = Modbus.GetBytes((Single)this.WeightFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[3 - i];
|
madeData[i] = Length4Value[3 - i];
|
||||||
|
|
||||||
|
@ -1389,7 +1465,7 @@ namespace ITC81DB_2H
|
||||||
byte[] madeData = new byte[2];
|
byte[] madeData = new byte[2];
|
||||||
byte[] Length4Value = new byte[4];
|
byte[] Length4Value = new byte[4];
|
||||||
|
|
||||||
Length4Value = Modbus.GetBytes((Single)this.Weight);
|
Length4Value = Modbus.GetBytes((Single)this.WeightFloat);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[i] = Length4Value[1 - i];
|
madeData[i] = Length4Value[1 - i];
|
||||||
|
|
||||||
|
@ -1544,10 +1620,14 @@ namespace ITC81DB_2H
|
||||||
this.IsUpdate = 0;
|
this.IsUpdate = 0;
|
||||||
this.EquipmentID = 1;
|
this.EquipmentID = 1;
|
||||||
this.ProductNo = 1;
|
this.ProductNo = 1;
|
||||||
this.UnderValue = 100.0;
|
this.UnderValueFloat = 100.0;
|
||||||
this.PassValue = 200.0;
|
this.PassValueFloat = 200.0;
|
||||||
this.OverValue = 300.0;
|
this.OverValueFloat = 300.0;
|
||||||
this.TareValue = 0.0;
|
this.TareValueFloat = 0.0;
|
||||||
|
this.UnderValueInt = 1000;
|
||||||
|
this.PassValueInt = 2000;
|
||||||
|
this.OverValueInt = 3000;
|
||||||
|
this.TareValueInt = 0;
|
||||||
this.UnderCount = 0;
|
this.UnderCount = 0;
|
||||||
this.PassCount = 0;
|
this.PassCount = 0;
|
||||||
this.OverCount = 0;
|
this.OverCount = 0;
|
||||||
|
@ -1555,13 +1635,15 @@ namespace ITC81DB_2H
|
||||||
this.ExNGCount = 0;
|
this.ExNGCount = 0;
|
||||||
this.TotalCount = 0;
|
this.TotalCount = 0;
|
||||||
this.Grade = 5;
|
this.Grade = 5;
|
||||||
this.Weight = 0.0;
|
this.WeightFloat = 0.0;
|
||||||
|
this.WeightInt = 0;
|
||||||
this.OperationStatus = 0;
|
this.OperationStatus = 0;
|
||||||
this.AlarmStatus = 0;
|
this.AlarmStatus = 0;
|
||||||
this.Speed = 0;
|
this.Speed = 0;
|
||||||
this.MetalDetectionCount = 0;
|
this.MetalDetectionCount = 0;
|
||||||
this.DoubleEntryCount = 0;
|
this.DoubleEntryCount = 0;
|
||||||
this.ProductName = new byte[20];
|
this.ProductName = new byte[20];
|
||||||
|
this.Alarm = new short[6];
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
@ -2838,6 +2920,7 @@ namespace ITC81DB_2H
|
||||||
private int m_MULTiJETSlaveAddressEthernet;
|
private int m_MULTiJETSlaveAddressEthernet;
|
||||||
|
|
||||||
private int m_StoragePeriod;
|
private int m_StoragePeriod;
|
||||||
|
private int m_NumberOfLoginFailures;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -2885,6 +2968,11 @@ namespace ITC81DB_2H
|
||||||
get { return this.m_StoragePeriod; }
|
get { return this.m_StoragePeriod; }
|
||||||
set { this.m_StoragePeriod = value; }
|
set { this.m_StoragePeriod = value; }
|
||||||
}
|
}
|
||||||
|
public int NumberOfLoginFailures
|
||||||
|
{
|
||||||
|
get { return this.m_NumberOfLoginFailures; }
|
||||||
|
set { this.m_NumberOfLoginFailures = value; }
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Method
|
#region Method
|
||||||
|
@ -2899,6 +2987,7 @@ namespace ITC81DB_2H
|
||||||
this.MULTiJETSlaveAddressEthernet = 58;
|
this.MULTiJETSlaveAddressEthernet = 58;
|
||||||
|
|
||||||
this.StoragePeriod = 12;
|
this.StoragePeriod = 12;
|
||||||
|
this.NumberOfLoginFailures = 5;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
@ -2962,7 +3051,7 @@ namespace ITC81DB_2H
|
||||||
public int DummyInt22;
|
public int DummyInt22;
|
||||||
public int DummyInt23;
|
public int DummyInt23;
|
||||||
public int DummyInt24;
|
public int DummyInt24;
|
||||||
public int DummyInt25;
|
public int NumberOfLoginFailures;
|
||||||
public int MULTiJETSlaveAddressCOM1;
|
public int MULTiJETSlaveAddressCOM1;
|
||||||
public int MULTiJETSlaveAddressCOM3;
|
public int MULTiJETSlaveAddressCOM3;
|
||||||
public int MULTiJETSlaveAddressCOM4;
|
public int MULTiJETSlaveAddressCOM4;
|
||||||
|
@ -3621,12 +3710,12 @@ namespace ITC81DB_2H
|
||||||
}
|
}
|
||||||
public int TotalNGCount
|
public int TotalNGCount
|
||||||
{
|
{
|
||||||
get { return this.UnderCount + this.OverCount + this.ExNGCount + this.DoubleEntryCount; }
|
get { return this.UnderCount + this.OverCount + this.ExNGCount; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public int TotalCount
|
public int TotalCount
|
||||||
{
|
{
|
||||||
get { return this.UnderCount + this.PassCount + this.OverCount + this.ExNGCount + this.DoubleEntryCount; }
|
get { return this.UnderCount + this.PassCount + this.OverCount + this.ExNGCount; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public double Weight
|
public double Weight
|
||||||
|
@ -3847,7 +3936,7 @@ namespace ITC81DB_2H
|
||||||
this.BoardMetalDetectionCount = 0;
|
this.BoardMetalDetectionCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProductionSpeedCalculation()
|
public void ProductionSpeedCalculation()
|
||||||
{
|
{
|
||||||
int currentTimeTickCount = 0, gap = 0;
|
int currentTimeTickCount = 0, gap = 0;
|
||||||
double millisecond = 0.0, speed = 0.0;
|
double millisecond = 0.0, speed = 0.0;
|
||||||
|
@ -4640,9 +4729,9 @@ namespace ITC81DB_2H
|
||||||
private int m_PI7;
|
private int m_PI7;
|
||||||
private int m_PI8;
|
private int m_PI8;
|
||||||
|
|
||||||
|
private string m_SwitchChattering;
|
||||||
private string m_Dummy1;
|
private string m_Dummy1;
|
||||||
private string m_Dummy2;
|
private string m_Dummy2;
|
||||||
private string m_Dummy3;
|
|
||||||
private string m_EquipmentType;
|
private string m_EquipmentType;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -4736,6 +4825,11 @@ namespace ITC81DB_2H
|
||||||
set { this.m_PI8 = value; }
|
set { this.m_PI8 = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public string SwitchChattering
|
||||||
|
{
|
||||||
|
get { return this.m_SwitchChattering; }
|
||||||
|
set { this.m_SwitchChattering = value; }
|
||||||
|
}
|
||||||
public string EquipmentType
|
public string EquipmentType
|
||||||
{
|
{
|
||||||
get { return this.m_EquipmentType; }
|
get { return this.m_EquipmentType; }
|
||||||
|
@ -4752,19 +4846,14 @@ namespace ITC81DB_2H
|
||||||
get { return this.m_Dummy2; }
|
get { return this.m_Dummy2; }
|
||||||
set { this.m_Dummy2 = value; }
|
set { this.m_Dummy2 = value; }
|
||||||
}
|
}
|
||||||
public string Dummy3
|
|
||||||
{
|
|
||||||
get { return this.m_Dummy3; }
|
|
||||||
set { this.m_Dummy3 = value; }
|
|
||||||
}
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Method
|
#region Method
|
||||||
public void Initialization()
|
public void Initialization()
|
||||||
{
|
{
|
||||||
this.BuzzerOnTime = "1000";
|
this.BuzzerOnTime = "500";
|
||||||
this.RelayOnTime = "1000";
|
this.RelayOnTime = "1000";
|
||||||
this.Chattering = "100";
|
this.Chattering = "150";
|
||||||
this.SorterDoubleEntry = "0";
|
this.SorterDoubleEntry = "0";
|
||||||
this.SorterExternalNgInput = "0";
|
this.SorterExternalNgInput = "0";
|
||||||
this.SorterEtcNg = "0";
|
this.SorterEtcNg = "0";
|
||||||
|
@ -4781,10 +4870,10 @@ namespace ITC81DB_2H
|
||||||
this.PI8 = 0;
|
this.PI8 = 0;
|
||||||
|
|
||||||
this.EquipmentType = "0";
|
this.EquipmentType = "0";
|
||||||
|
this.SwitchChattering = "150";
|
||||||
|
|
||||||
this.Dummy1 = "0";
|
this.Dummy1 = "0";
|
||||||
this.Dummy2 = "0";
|
this.Dummy2 = "0";
|
||||||
this.Dummy3 = "0";
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
@ -4823,12 +4912,12 @@ namespace ITC81DB_2H
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
||||||
public string EquipmentType;
|
public string EquipmentType;
|
||||||
|
|
||||||
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
||||||
|
public string SwitchChattering;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
||||||
public string Dummy1;
|
public string Dummy1;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
||||||
public string Dummy2;
|
public string Dummy2;
|
||||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 10)]
|
|
||||||
public string Dummy3;
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region SystemParameter2
|
#region SystemParameter2
|
||||||
|
|
|
@ -533,6 +533,7 @@ namespace ITC81DB_2H.Datastore
|
||||||
BuzzerONTime,
|
BuzzerONTime,
|
||||||
RelayONTime,
|
RelayONTime,
|
||||||
Chattering,
|
Chattering,
|
||||||
|
SwitchChattering,
|
||||||
Language,
|
Language,
|
||||||
IsLogin,
|
IsLogin,
|
||||||
|
|
||||||
|
@ -540,7 +541,7 @@ namespace ITC81DB_2H.Datastore
|
||||||
BLDCMotorSpeed,
|
BLDCMotorSpeed,
|
||||||
BLDCPollNum,
|
BLDCPollNum,
|
||||||
BLDCAttenuatorRatio,
|
BLDCAttenuatorRatio,
|
||||||
BLDCMotorDirection
|
BLDCMotorDirection,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum E_TrackingAlarm
|
public enum E_TrackingAlarm
|
||||||
|
|
|
@ -382,6 +382,25 @@ namespace ITC81DB_2H
|
||||||
return 0x00;
|
return 0x00;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public static string StringToHexString(string strData)
|
||||||
|
{
|
||||||
|
string resultHex = string.Empty;
|
||||||
|
byte[] arr_byteStr = Encoding.Default.GetBytes(strData);
|
||||||
|
|
||||||
|
foreach (byte byteStr in arr_byteStr)
|
||||||
|
resultHex += string.Format("{0:X2}", byteStr);
|
||||||
|
|
||||||
|
return resultHex;
|
||||||
|
}
|
||||||
|
public static string ByteToHexString(byte[] array)
|
||||||
|
{
|
||||||
|
string resultHex = "";
|
||||||
|
|
||||||
|
foreach (byte byteStr in array)
|
||||||
|
resultHex += string.Format("{0:X2}", byteStr);
|
||||||
|
|
||||||
|
return resultHex;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Remove Folder로 이동
|
/// Remove Folder로 이동
|
||||||
|
|
|
@ -269,12 +269,7 @@ namespace ITC81DB_2H.DialogForms
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
{
|
{
|
||||||
int x = 0, y = 0;
|
this.Location = new Point(0, 65);
|
||||||
|
|
||||||
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
|
|
||||||
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
|
|
||||||
|
|
||||||
this.Location = new Point(x, y);
|
|
||||||
this.Size = new Size(710, 470);
|
this.Size = new Size(710, 470);
|
||||||
|
|
||||||
this.textBoxID.Text = "";
|
this.textBoxID.Text = "";
|
||||||
|
@ -381,6 +376,48 @@ namespace ITC81DB_2H.DialogForms
|
||||||
this.DialogResult = DialogResult.Abort;
|
this.DialogResult = DialogResult.Abort;
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
|
else if (userInfo.status == 14) // password error
|
||||||
|
{
|
||||||
|
if (this.textBoxID.Text == "admin00")
|
||||||
|
{
|
||||||
|
// 비밀번호를 확인하세요
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig1.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (userInfo.login_fail_count < this.ParentForm.SystemConfig3.NumberOfLoginFailures)
|
||||||
|
{
|
||||||
|
// 비밀번호 n회 오류입니다
|
||||||
|
// n회 오류 시, 계정이 잠금처리됩니다.
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, userInfo.login_fail_count,
|
||||||
|
this.ParentForm.SystemConfig3.NumberOfLoginFailures, this.ParentForm.SystemConfig1.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, string.Format("Fail : PW error {0}", userInfo.login_fail_count), this.textBoxID.Text);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// 계정이 잠금처리 되었습니다.
|
||||||
|
// 관리자에게 문의하세요.
|
||||||
|
DialogFormMessage myMsg = new DialogFormMessage(null, 19, this.ParentForm.SystemConfig1.Language);
|
||||||
|
myMsg.ShowDialog();
|
||||||
|
|
||||||
|
UserManager.UserManager_UserLoginFailLockSet(this.textBoxID.Text);
|
||||||
|
|
||||||
|
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, "Account lock", this.textBoxID.Text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (this.ParentForm.SystemConfig3.IsPart11 == false)
|
||||||
|
{
|
||||||
|
if (userInfo.status == 7 || userInfo.status == 15)
|
||||||
|
{
|
||||||
|
UserManager.UserManager_UserLockRelease(this.textBoxID.Text, true, true);
|
||||||
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig1.Language);
|
DialogFormMessage myMsg = new DialogFormMessage(null, userInfo.status, this.ParentForm.SystemConfig1.Language);
|
||||||
|
@ -389,16 +426,22 @@ namespace ITC81DB_2H.DialogForms
|
||||||
// 비밀번호 만료 시
|
// 비밀번호 만료 시
|
||||||
if (userInfo.status == 15)
|
if (userInfo.status == 15)
|
||||||
{
|
{
|
||||||
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, "Password expiration");
|
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, "Password expiration", this.textBoxID.Text);
|
||||||
|
|
||||||
this.ParentForm.ChildFormMainDisplay.ChangeID = this.textBoxID.Text;
|
this.ParentForm.ChildFormMainDisplay.ChangeID = this.textBoxID.Text;
|
||||||
this.DialogResult = DialogResult.Abort;
|
this.DialogResult = DialogResult.Abort;
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status));
|
{
|
||||||
|
this.ParentForm.SetTrackingHistoryData(Define.E_TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status), this.textBoxID.Text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.ParentForm.SystemConfig3.IsPart11 == false)
|
||||||
|
UserManager.UserManager_AutoLogoutTimeoutPause();
|
||||||
|
}
|
||||||
private void ChangePassword()
|
private void ChangePassword()
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
|
@ -1476,83 +1476,88 @@ namespace ITC81DB_2H.DialogForms
|
||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
this.labelErrorCode.Text = "Error 01";
|
this.labelErrorCode.Text = "Error 04_01";
|
||||||
this.labelMessage1.Text = "ID를 찾을 수 없습니다";
|
this.labelMessage1.Text = "ID를 찾을 수 없습니다";
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
this.labelErrorCode.Text = "Error 02";
|
this.labelErrorCode.Text = "Error 04_02";
|
||||||
this.labelMessage1.Text = "ID : 동일한 ID가 있습니다";
|
this.labelMessage1.Text = "ID : 동일한 ID가 있습니다";
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
this.labelErrorCode.Text = "Error 03";
|
this.labelErrorCode.Text = "Error 04_03";
|
||||||
this.labelMessage1.Text = "ID : 6~20자 입력하세요";
|
this.labelMessage1.Text = "ID : 6~20자 입력하세요";
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
this.labelErrorCode.Text = "Error 04";
|
this.labelErrorCode.Text = "Error 04_04";
|
||||||
this.labelMessage1.Text = "ID : 6~20자 입력하세요";
|
this.labelMessage1.Text = "ID : 6~20자 입력하세요";
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
this.labelErrorCode.Text = "Error 05";
|
this.labelErrorCode.Text = "Error 04_05";
|
||||||
this.labelMessage1.Text = "ID : 연속된 문자(123,321,abc,cba...)또는";
|
this.labelMessage1.Text = "ID : 연속된 문자(123,321,abc,cba...)또는";
|
||||||
this.labelMessage2.Text = "동일한 문자(111,222,aaa...) 사용 할 수 없습니다";
|
this.labelMessage2.Text = "동일한 문자(111,222,aaa...) 사용 할 수 없습니다";
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
this.labelErrorCode.Text = "Error 06";
|
this.labelErrorCode.Text = "Error 04_06";
|
||||||
this.labelMessage1.Text = "ID : 사용할 수 없는 문자가 포함되어 있습니다";
|
this.labelMessage1.Text = "ID : 사용할 수 없는 문자가 포함되어 있습니다";
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
this.labelErrorCode.Text = "Error 07";
|
this.labelErrorCode.Text = "Error 04_07";
|
||||||
this.labelMessage1.Text = "ID : 사용자 계정이 만료 되었습니다";
|
this.labelMessage1.Text = "ID : 사용자 계정이 만료 되었습니다";
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
this.labelErrorCode.Text = "Error 08";
|
this.labelErrorCode.Text = "Error 04_08";
|
||||||
this.labelMessage1.Text = "PASSWORD : 이전 패스워드 입니다";
|
this.labelMessage1.Text = "PASSWORD : 이전 패스워드 입니다";
|
||||||
break;
|
break;
|
||||||
case 9:
|
case 9:
|
||||||
this.labelErrorCode.Text = "Error 09";
|
this.labelErrorCode.Text = "Error 04_09";
|
||||||
this.labelMessage1.Text = "PASSWORD : 6~20자 입력하세요";
|
this.labelMessage1.Text = "PASSWORD : 6~20자 입력하세요";
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
this.labelErrorCode.Text = "Error 10";
|
this.labelErrorCode.Text = "Error 04_10";
|
||||||
this.labelMessage1.Text = "PASSWORD : 6~20자 입력하세요";
|
this.labelMessage1.Text = "PASSWORD : 6~20자 입력하세요";
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
this.labelErrorCode.Text = "Error 11";
|
this.labelErrorCode.Text = "Error 04_11";
|
||||||
this.labelMessage1.Text = "PASSWORD : 연속된 문자(123,321,abc,cba...)또는";
|
this.labelMessage1.Text = "PASSWORD : 연속된 문자(123,321,abc,cba...)또는";
|
||||||
this.labelMessage2.Text = "동일한 문자(111,222,aaa...) 사용 할 수 없습니다";
|
this.labelMessage2.Text = "동일한 문자(111,222,aaa...) 사용 할 수 없습니다";
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
this.labelErrorCode.Text = "Error 12";
|
this.labelErrorCode.Text = "Error 04_12";
|
||||||
this.labelMessage1.Text = "PASSWORD : 사용할 수 없는 문자가 포함되어 있습니다";
|
this.labelMessage1.Text = "PASSWORD : 사용할 수 없는 문자가 포함되어 있습니다";
|
||||||
this.labelMessage2.Text = "사용 가능 특수문자 : !@#$%^&*+-.";
|
this.labelMessage2.Text = "사용 가능 특수문자 : !@#$%^&*+-.";
|
||||||
break;
|
break;
|
||||||
case 13:
|
case 13:
|
||||||
this.labelErrorCode.Text = "Error 13";
|
this.labelErrorCode.Text = "Error 04_13";
|
||||||
this.labelMessage1.Text = "PASSWORD : 영문1이상, 숫자1이상, 특수문자1이상";
|
this.labelMessage1.Text = "PASSWORD : 영문1이상, 숫자1이상, 특수문자1이상";
|
||||||
this.labelMessage2.Text = "포함하여 주십시오";
|
this.labelMessage2.Text = "포함하여 주십시오";
|
||||||
break;
|
break;
|
||||||
case 14:
|
case 14:
|
||||||
this.labelErrorCode.Text = "Error 14";
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
this.labelMessage1.Text = "비밀번호를 확인하세요";
|
this.labelMessage1.Text = "비밀번호를 확인하세요";
|
||||||
break;
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
this.labelErrorCode.Text = "Error 15";
|
this.labelErrorCode.Text = "Error 04_15";
|
||||||
this.labelMessage1.Text = "PASSWORD : 비밀번호가 만료 되었습니다";
|
this.labelMessage1.Text = "PASSWORD : 비밀번호가 만료 되었습니다";
|
||||||
break;
|
break;
|
||||||
case 16:
|
case 16:
|
||||||
this.labelErrorCode.Text = "Error 16";
|
this.labelErrorCode.Text = "Error 04_16";
|
||||||
this.labelMessage1.Text = "필수 설정 항목을 설정해 주십시오";
|
this.labelMessage1.Text = "접근 권한을 설정해 주십시오";
|
||||||
break;
|
break;
|
||||||
case 17:
|
case 17:
|
||||||
this.labelErrorCode.Text = "Error 17";
|
this.labelErrorCode.Text = "Error 04_17";
|
||||||
this.labelMessage1.Text = "";
|
this.labelMessage1.Text = "비밀번호가 동일하지 않습니다";
|
||||||
break;
|
break;
|
||||||
case 18:
|
case 18:
|
||||||
this.labelErrorCode.Text = "Error 18";
|
this.labelErrorCode.Text = "Error 04_18";
|
||||||
this.labelMessage1.Text = "";
|
this.labelMessage1.Text = "";
|
||||||
break;
|
break;
|
||||||
|
case 19:
|
||||||
|
this.labelErrorCode.Text = "Error 04_19";
|
||||||
|
this.labelMessage1.Text = "계정이 잠금처리 되었습니다.";
|
||||||
|
this.labelMessage2.Text = "관리자에게 문의하세요.";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
this.labelErrorCode.Text = "Error 99";
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
this.labelMessage1.Text = "제조사에 문의하세요";
|
this.labelMessage1.Text = "제조사에 문의하세요";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -1563,83 +1568,88 @@ namespace ITC81DB_2H.DialogForms
|
||||||
switch (code)
|
switch (code)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
this.labelErrorCode.Text = "Error 01";
|
this.labelErrorCode.Text = "Error 04_01";
|
||||||
this.labelMessage1.Text = "ID not found";
|
this.labelMessage1.Text = "ID not found";
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
this.labelErrorCode.Text = "Error 02";
|
this.labelErrorCode.Text = "Error 04_02";
|
||||||
this.labelMessage1.Text = "ID : ID already exists";
|
this.labelMessage1.Text = "ID : ID already exists";
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
this.labelErrorCode.Text = "Error 03";
|
this.labelErrorCode.Text = "Error 04_03";
|
||||||
this.labelMessage1.Text = "ID : Please enter 6~20 characters";
|
this.labelMessage1.Text = "ID : Please enter 6~20 characters";
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
this.labelErrorCode.Text = "Error 04";
|
this.labelErrorCode.Text = "Error 04_04";
|
||||||
this.labelMessage1.Text = "ID : Please enter 6~20 characters";
|
this.labelMessage1.Text = "ID : Please enter 6~20 characters";
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
this.labelErrorCode.Text = "Error 05";
|
this.labelErrorCode.Text = "Error 04_05";
|
||||||
this.labelMessage1.Text = "ID : Consecutive(123,321,abc,cba...) or";
|
this.labelMessage1.Text = "ID : Consecutive(123,321,abc,cba...) or";
|
||||||
this.labelMessage2.Text = "identical(111,222,aaa...) characters cannot be used.";
|
this.labelMessage2.Text = "identical(111,222,aaa...) characters cannot be used.";
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
this.labelErrorCode.Text = "Error 06";
|
this.labelErrorCode.Text = "Error 04_06";
|
||||||
this.labelMessage1.Text = "ID : Contains invalid characters";
|
this.labelMessage1.Text = "ID : Contains invalid characters";
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
this.labelErrorCode.Text = "Error 07";
|
this.labelErrorCode.Text = "Error 04_07";
|
||||||
this.labelMessage1.Text = "ID : User account has expired";
|
this.labelMessage1.Text = "ID : User account has expired";
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
this.labelErrorCode.Text = "Error 08";
|
this.labelErrorCode.Text = "Error 04_08";
|
||||||
this.labelMessage1.Text = "PASSWORD : This is the old password";
|
this.labelMessage1.Text = "PASSWORD : This is the old password";
|
||||||
break;
|
break;
|
||||||
case 9:
|
case 9:
|
||||||
this.labelErrorCode.Text = "Error 09";
|
this.labelErrorCode.Text = "Error 04_09";
|
||||||
this.labelMessage1.Text = "PASSWORD : Please enter 6~20 characters";
|
this.labelMessage1.Text = "PASSWORD : Please enter 6~20 characters";
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
this.labelErrorCode.Text = "Error 10";
|
this.labelErrorCode.Text = "Error 04_10";
|
||||||
this.labelMessage1.Text = "PASSWORD : Please enter 6~20 characters";
|
this.labelMessage1.Text = "PASSWORD : Please enter 6~20 characters";
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
this.labelErrorCode.Text = "Error 11";
|
this.labelErrorCode.Text = "Error 04_11";
|
||||||
this.labelMessage1.Text = "PASSWORD : Consecutive(123,321,abc,cba...) or";
|
this.labelMessage1.Text = "PASSWORD : Consecutive(123,321,abc,cba...) or";
|
||||||
this.labelMessage2.Text = "identical(111,222,aaa...) characters cannot be used.";
|
this.labelMessage2.Text = "identical(111,222,aaa...) characters cannot be used.";
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
this.labelErrorCode.Text = "Error 12";
|
this.labelErrorCode.Text = "Error 04_12";
|
||||||
this.labelMessage1.Text = "PASSWORD : Contains invalid characters";
|
this.labelMessage1.Text = "PASSWORD : Contains invalid characters";
|
||||||
this.labelMessage2.Text = "Special characters allowed : !@#$%^&*+-.";
|
this.labelMessage2.Text = "Special characters allowed : !@#$%^&*+-.";
|
||||||
break;
|
break;
|
||||||
case 13:
|
case 13:
|
||||||
this.labelErrorCode.Text = "Error 13";
|
this.labelErrorCode.Text = "Error 04_13";
|
||||||
this.labelMessage1.Text = "PASSWORD : Please include at least one English letter,";
|
this.labelMessage1.Text = "PASSWORD : Please include at least one English letter,";
|
||||||
this.labelMessage2.Text = "at least one number, and at least one special character";
|
this.labelMessage2.Text = "at least one number, and at least one special character";
|
||||||
break;
|
break;
|
||||||
case 14:
|
case 14:
|
||||||
this.labelErrorCode.Text = "Error 14";
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
this.labelMessage1.Text = "Check your password";
|
this.labelMessage1.Text = "Check your password";
|
||||||
break;
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
this.labelErrorCode.Text = "Error 15";
|
this.labelErrorCode.Text = "Error 04_15";
|
||||||
this.labelMessage1.Text = "PASSWORD : Password has expired";
|
this.labelMessage1.Text = "PASSWORD : Password has expired";
|
||||||
break;
|
break;
|
||||||
case 16:
|
case 16:
|
||||||
this.labelErrorCode.Text = "Error 16";
|
this.labelErrorCode.Text = "Error 04_16";
|
||||||
this.labelMessage1.Text = "Please set the required setting items";
|
this.labelMessage1.Text = "Please set the access right";
|
||||||
break;
|
break;
|
||||||
case 17:
|
case 17:
|
||||||
this.labelErrorCode.Text = "Error 17";
|
this.labelErrorCode.Text = "Error 04_17";
|
||||||
this.labelMessage1.Text = "";
|
this.labelMessage1.Text = "Passwords are not the same";
|
||||||
break;
|
break;
|
||||||
case 18:
|
case 18:
|
||||||
this.labelErrorCode.Text = "Error 18";
|
this.labelErrorCode.Text = "Error 04_18";
|
||||||
this.labelMessage1.Text = "";
|
this.labelMessage1.Text = "";
|
||||||
break;
|
break;
|
||||||
|
case 19:
|
||||||
|
this.labelErrorCode.Text = "Error 04_19";
|
||||||
|
this.labelMessage1.Text = "Your account has been locked.";
|
||||||
|
this.labelMessage2.Text = "Please contact your administrator.";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
this.labelErrorCode.Text = "Error 99";
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
this.labelMessage1.Text = "Please contact a manufacturer";
|
this.labelMessage1.Text = "Please contact a manufacturer";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -1649,6 +1659,124 @@ namespace ITC81DB_2H.DialogForms
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public DialogFormMessage(object dll, int code, int num1, int num2, Define.E_LanguageID language)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.labelErrorCode.Text = "";
|
||||||
|
this.labelMessage1.Text = "";
|
||||||
|
this.labelMessage2.Text = "";
|
||||||
|
|
||||||
|
switch (language)
|
||||||
|
{
|
||||||
|
case Define.E_LanguageID.Korean:
|
||||||
|
#region 한글
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("비밀번호 {0}회 오류입니다", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("{0}회 오류 시, 계정이 잠금처리됩니다.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
|
this.labelMessage1.Text = "제조사에 문의하세요";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.English:
|
||||||
|
#region 영문
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Password error {0} times.", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("If there are {0} errors, your account will be locked.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
|
this.labelMessage1.Text = "Please contact a manufacturer";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Chinese:
|
||||||
|
#region 중문
|
||||||
|
this.buttonOK.Text = "确认";
|
||||||
|
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "错误 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("密码错误{0}次。", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("如果出现 {0} 个错误,您的帐户将被锁定。", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "错误 04_99";
|
||||||
|
this.labelMessage1.Text = "请联系制造商";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Czech:
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Russian:
|
||||||
|
#region 러시아어
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Ошибка 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Ошибка пароля {0} раза. Если возникнут ошибки {1}, ", num1, num2);
|
||||||
|
this.labelMessage2.Text = string.Format("ваша учетная запись будет заблокирована.");
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Ошибка 04_99";
|
||||||
|
this.labelMessage1.Text = "Пожалуйста, свяжитесь с производителем";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.German:
|
||||||
|
#region 독일어
|
||||||
|
this.buttonOK.Text = "Bestätigen";
|
||||||
|
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Fehler 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Passwortfehler {0} Mal.", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("Bei {0} Fehlern wird Ihr Konto gesperrt.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Fehler 04_99";
|
||||||
|
this.labelMessage1.Text = "Bitte wenden Sie sich an einen Hersteller";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
case Define.E_LanguageID.Spanish:
|
||||||
|
#region 스페인어
|
||||||
|
this.buttonOK.Text = "DE ACUERDO";
|
||||||
|
|
||||||
|
switch (code)
|
||||||
|
{
|
||||||
|
case 14:
|
||||||
|
this.labelErrorCode.Text = "Error 04_14";
|
||||||
|
this.labelMessage1.Text = string.Format("Error de contraseña {0} veces.", num1);
|
||||||
|
this.labelMessage2.Text = string.Format("Si hay {0} errores, su cuenta se bloqueará.", num2);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
this.labelErrorCode.Text = "Error 04_99";
|
||||||
|
this.labelMessage1.Text = "Póngase en contacto con un fabricante";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
public DialogFormMessage(Define.E_MessageBoxIcon icon, string code, string message1, string message2, int autoClose_sec)
|
public DialogFormMessage(Define.E_MessageBoxIcon icon, string code, string message1, string message2, int autoClose_sec)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
@ -1697,7 +1825,7 @@ namespace ITC81DB_2H.DialogForms
|
||||||
|
|
||||||
if (autoClose_sec != 0)
|
if (autoClose_sec != 0)
|
||||||
{
|
{
|
||||||
this.timerAutoClose.Interval = autoClose_sec * 1000;
|
this.timerAutoClose.Interval = autoClose_sec * 900;
|
||||||
this.timerAutoClose.Enabled = true;
|
this.timerAutoClose.Enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,8 +25,8 @@ namespace ITC81DB_2H.Forms
|
||||||
public partial class FormMain : Form
|
public partial class FormMain : Form
|
||||||
{
|
{
|
||||||
#region Field
|
#region Field
|
||||||
public static string DisplayVersion = "3.3.4";
|
public static string DisplayVersion = "3.4.0";
|
||||||
public static string ReleaseDate = "2024.08.09";
|
public static string ReleaseDate = "2025.05.30";
|
||||||
|
|
||||||
private SmartSplash SmartSplashProgramLoad;
|
private SmartSplash SmartSplashProgramLoad;
|
||||||
public bool IsCommunicationLogOpen;
|
public bool IsCommunicationLogOpen;
|
||||||
|
@ -51,6 +51,10 @@ namespace ITC81DB_2H.Forms
|
||||||
public bool IsOPCModbusUsing;
|
public bool IsOPCModbusUsing;
|
||||||
public int FlagAutomaticLogoutWarningTime;
|
public int FlagAutomaticLogoutWarningTime;
|
||||||
public bool IsLogProcessing;
|
public bool IsLogProcessing;
|
||||||
|
public bool IsBypassOnce; // 바이패스
|
||||||
|
public bool IsBypassDirectionPass; // 바이패스
|
||||||
|
public bool IsBypassUse; // 바이패스
|
||||||
|
public bool IsBypassStart;
|
||||||
|
|
||||||
// 재전송 기능
|
// 재전송 기능
|
||||||
public int MissingCommIDCount;
|
public int MissingCommIDCount;
|
||||||
|
@ -163,7 +167,9 @@ namespace ITC81DB_2H.Forms
|
||||||
public FormMenu ChildFormMenu;
|
public FormMenu ChildFormMenu;
|
||||||
|
|
||||||
// 알람
|
// 알람
|
||||||
|
public static int CurrentAlarmCount = 32;
|
||||||
private AlarmList CurrentAlarmList;
|
private AlarmList CurrentAlarmList;
|
||||||
|
public List<short> CurrentAlarm;
|
||||||
|
|
||||||
// IO Test Input 데이터 취합
|
// IO Test Input 데이터 취합
|
||||||
private Collection<string> CollectionIOTest_InputData;
|
private Collection<string> CollectionIOTest_InputData;
|
||||||
|
@ -399,6 +405,9 @@ namespace ITC81DB_2H.Forms
|
||||||
this.FlagComRetry3th = 0;
|
this.FlagComRetry3th = 0;
|
||||||
this.MissingCommIDCount = 0;
|
this.MissingCommIDCount = 0;
|
||||||
this.CommID = 0;
|
this.CommID = 0;
|
||||||
|
this.IsBypassOnce = true;
|
||||||
|
this.IsBypassDirectionPass = true;
|
||||||
|
this.IsBypassUse = false;
|
||||||
|
|
||||||
this.QueueCommunicationRecive = new Queue<string>();
|
this.QueueCommunicationRecive = new Queue<string>();
|
||||||
this.CurrentAlarmList = new AlarmList();
|
this.CurrentAlarmList = new AlarmList();
|
||||||
|
@ -467,9 +476,14 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
this.CollectionGraphData = new Collection<int>();
|
this.CollectionGraphData = new Collection<int>();
|
||||||
this.CollectionGraphData.Clear();
|
this.CollectionGraphData.Clear();
|
||||||
for (int i = 0; i < 300; i++)
|
for (int i = 0; i < 100; i++)
|
||||||
this.CollectionGraphData.Add(0);
|
this.CollectionGraphData.Add(0);
|
||||||
|
|
||||||
|
this.CurrentAlarm = new List<short>();
|
||||||
|
this.CurrentAlarm.Clear();
|
||||||
|
for (int i = 0; i < CurrentAlarmCount; i++)
|
||||||
|
this.CurrentAlarm.Add(0);
|
||||||
|
|
||||||
this.SystemConfig1 = new SystemConfigurationItem1();
|
this.SystemConfig1 = new SystemConfigurationItem1();
|
||||||
this.SystemConfig2 = new SystemConfigurationItem2();
|
this.SystemConfig2 = new SystemConfigurationItem2();
|
||||||
this.SystemConfig3 = new SystemConfigurationItem3();
|
this.SystemConfig3 = new SystemConfigurationItem3();
|
||||||
|
@ -913,9 +927,9 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
if (flagAlarm == true)
|
if (flagAlarm == true)
|
||||||
{
|
{
|
||||||
if (this.SystemConfig1.IsExternalInputLamp == true && this.IsLampOnDataSend == false)
|
if (this.IsLampOnDataSend == false)
|
||||||
this.OnExternalInputLampSignal(true, true);
|
this.OnExternalInputLampSignal(true, true);
|
||||||
if (this.SystemConfig1.IsExternalInputBuzzer == true && this.IsBuzzerOnDataSend == false)
|
if (this.IsBuzzerOnDataSend == false)
|
||||||
this.OnExternalInputBuzzerSignal(true, true);
|
this.OnExternalInputBuzzerSignal(true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1044,22 +1058,22 @@ namespace ITC81DB_2H.Forms
|
||||||
{
|
{
|
||||||
if (this.SystemConfig1.ProductNumber == wData.BoardProductNumber)
|
if (this.SystemConfig1.ProductNumber == wData.BoardProductNumber)
|
||||||
{
|
{
|
||||||
if (wData.ExNGCount != wData.BoardExNGCount)
|
if (wData.ExNGCount < wData.BoardExNGCount)
|
||||||
this.CurrentWeightData.ETCExNGCount = wData.BoardExNGCount - wData.BoardMetalDetectionCount - wData.BoardDoubleEntryCount;
|
this.CurrentWeightData.ETCExNGCount = wData.BoardExNGCount - wData.BoardMetalDetectionCount - wData.BoardDoubleEntryCount;
|
||||||
|
|
||||||
if (wData.MetalDetectionCount != wData.BoardMetalDetectionCount)
|
if (wData.MetalDetectionCount < wData.BoardMetalDetectionCount)
|
||||||
this.CurrentWeightData.MetalDetectionCount = wData.BoardMetalDetectionCount;
|
this.CurrentWeightData.MetalDetectionCount = wData.BoardMetalDetectionCount;
|
||||||
|
|
||||||
if (wData.DoubleEntryCount != wData.BoardDoubleEntryCount)
|
if (wData.DoubleEntryCount < wData.BoardDoubleEntryCount)
|
||||||
this.CurrentWeightData.DoubleEntryCount = wData.BoardDoubleEntryCount;
|
this.CurrentWeightData.DoubleEntryCount = wData.BoardDoubleEntryCount;
|
||||||
|
|
||||||
if (wData.OverCount != wData.BoardOverCount)
|
if (wData.OverCount < wData.BoardOverCount)
|
||||||
this.CurrentWeightData.OverCount = wData.BoardOverCount;
|
this.CurrentWeightData.OverCount = wData.BoardOverCount;
|
||||||
|
|
||||||
if (wData.PassCount != wData.BoardPassCount)
|
if (wData.PassCount < wData.BoardPassCount)
|
||||||
this.CurrentWeightData.PassCount = wData.BoardPassCount;
|
this.CurrentWeightData.PassCount = wData.BoardPassCount;
|
||||||
|
|
||||||
if (wData.UnderCount != wData.BoardUnderCount)
|
if (wData.UnderCount < wData.BoardUnderCount)
|
||||||
this.CurrentWeightData.UnderCount = wData.BoardUnderCount;
|
this.CurrentWeightData.UnderCount = wData.BoardUnderCount;
|
||||||
|
|
||||||
if (wData.StartTime.Year == 1111)
|
if (wData.StartTime.Year == 1111)
|
||||||
|
@ -2058,7 +2072,7 @@ namespace ITC81DB_2H.Forms
|
||||||
{
|
{
|
||||||
// 로그
|
// 로그
|
||||||
if (this.IsCommunicationLogOpen == true)
|
if (this.IsCommunicationLogOpen == true)
|
||||||
this.smartFileCommunicationLog.WriteString(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Command Data CHKSUM Error", DateTime.Now, strTemp));
|
this.smartFileCommunicationLog.WriteString(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : ReceiveData() Catch", DateTime.Now, strTemp));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3122,6 +3136,8 @@ namespace ITC81DB_2H.Forms
|
||||||
//// 통신 제대로 받으면 ACK
|
//// 통신 제대로 받으면 ACK
|
||||||
//this.TransferData(string.Format("{0}{1}{2}{3}", CommunicationCommand.RunWeightData, (int)Define.E_ResponseData.ACK, dataID, transferCount), CommunicationID.MainBoard);
|
//this.TransferData(string.Format("{0}{1}{2}{3}", CommunicationCommand.RunWeightData, (int)Define.E_ResponseData.ACK, dataID, transferCount), CommunicationID.MainBoard);
|
||||||
|
|
||||||
|
// 속도계산
|
||||||
|
this.CurrentWeightData.ProductionSpeedCalculation();
|
||||||
|
|
||||||
if (this.FlagSerialDll == true)
|
if (this.FlagSerialDll == true)
|
||||||
{
|
{
|
||||||
|
@ -3157,6 +3173,15 @@ namespace ITC81DB_2H.Forms
|
||||||
this.CurrentWeightData.Weight = this.OverloadWeight;
|
this.CurrentWeightData.Weight = this.OverloadWeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 바이패스 사용 시
|
||||||
|
if (this.IsBypassUse == true && this.IsBypassOnce == true)
|
||||||
|
{
|
||||||
|
this.IsBypassOnce = false;
|
||||||
|
this.IsBypassUse = false;
|
||||||
|
this.ChildFormMainDisplay.MainWeightBigScreen.UpdateSpotOrBypassImageVisibleStatus(false);
|
||||||
|
this.ChildFormMainDisplay.MainWeightSmall.UpdateSpotOrBypassImageVisibleStatus(false);
|
||||||
|
}
|
||||||
|
|
||||||
this.Update30000ModbusItem();
|
this.Update30000ModbusItem();
|
||||||
|
|
||||||
#region 통신
|
#region 통신
|
||||||
|
@ -4174,7 +4199,7 @@ namespace ITC81DB_2H.Forms
|
||||||
// 판정설정 그래프
|
// 판정설정 그래프
|
||||||
private int ReceiveCommandSG0(string lane, string receiveData)
|
private int ReceiveCommandSG0(string lane, string receiveData)
|
||||||
{
|
{
|
||||||
int ret = 0, temp = 15;
|
int ret = 0, temp = 10;
|
||||||
|
|
||||||
switch (lane)
|
switch (lane)
|
||||||
{
|
{
|
||||||
|
@ -4183,18 +4208,15 @@ namespace ITC81DB_2H.Forms
|
||||||
this.CurrentWeightData.Status = Helper.StringToWeightStatus(receiveData.Substring(0, 2));
|
this.CurrentWeightData.Status = Helper.StringToWeightStatus(receiveData.Substring(0, 2));
|
||||||
this.ConverterAlarm(this.CurrentWeightData, receiveData.Substring(2, 3));
|
this.ConverterAlarm(this.CurrentWeightData, receiveData.Substring(2, 3));
|
||||||
this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces);
|
this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces);
|
||||||
this.CurrentWeightData.ADCValue = receiveData.Substring(10, 5);
|
|
||||||
|
|
||||||
//for (int i = 0; i < this.CollectionGraphData.Count; i++)
|
for (int i = 0; i < this.CollectionGraphData.Count; i++)
|
||||||
//{
|
{
|
||||||
// this.CollectionGraphData[i] = int.Parse(receiveData.Substring(temp, 5));
|
this.CollectionGraphData[i] = int.Parse(receiveData.Substring(temp, 5));
|
||||||
// temp += 5;
|
temp += 5;
|
||||||
//}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
//if (this.ChildFormMenu.CenterSystemJudgment != null)
|
|
||||||
// this.ChildFormMenu.CenterSystemJudgment.UpdateGraphDataDisplay(this.CurrentSystemStatus.Equipment, this.CurrentWeightData, this.CollectionGraphData);
|
|
||||||
if (this.ChildFormMenu.CenterSystemJudgment != null)
|
if (this.ChildFormMenu.CenterSystemJudgment != null)
|
||||||
this.ChildFormMenu.CenterSystemJudgment.UpdateDataDisplay(this.CurrentSystemStatus.Equipment, this.CurrentWeightData);
|
this.ChildFormMenu.CenterSystemJudgment.UpdateGraphDataDisplay(this.CurrentSystemStatus.Equipment, this.CurrentWeightData, this.CollectionGraphData);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -5231,6 +5253,17 @@ namespace ITC81DB_2H.Forms
|
||||||
else if (readByte[1] == ModbusFunctionCode.FunctionCode_04)
|
else if (readByte[1] == ModbusFunctionCode.FunctionCode_04)
|
||||||
{
|
{
|
||||||
#region Read Input Register(0x04)
|
#region Read Input Register(0x04)
|
||||||
|
int tempWeight = 0;
|
||||||
|
string removeMinus = "";
|
||||||
|
if (this.CurrentWeightData.WeightString.StartsWith("-") == true)
|
||||||
|
{
|
||||||
|
removeMinus = this.CurrentWeightData.WeightString.Replace("-", "");
|
||||||
|
tempWeight = int.Parse(removeMinus);
|
||||||
|
tempWeight *= -1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
tempWeight = int.Parse(this.CurrentWeightData.WeightString);
|
||||||
|
|
||||||
double underValue = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
double underValue = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
||||||
double passValue = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
double passValue = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
||||||
double overValue = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
double overValue = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
||||||
|
@ -5278,6 +5311,13 @@ namespace ITC81DB_2H.Forms
|
||||||
switch (j)
|
switch (j)
|
||||||
{
|
{
|
||||||
#region Make data
|
#region Make data
|
||||||
|
|
||||||
|
#region Data
|
||||||
|
case _30000_ModbusAddress._01_DecimalPoint:
|
||||||
|
length2Value = GetBytes(this.SystemConfig1.DecimalPlaces);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length2Value[1 - i];
|
||||||
|
break;
|
||||||
case _30000_ModbusAddress._01_IsUpdate_High:
|
case _30000_ModbusAddress._01_IsUpdate_High:
|
||||||
length4Value = GetBytes(this.UpdateValue);
|
length4Value = GetBytes(this.UpdateValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
|
@ -5308,42 +5348,42 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._07_UnderValue_High:
|
case _30000_ModbusAddress._07_UnderValueFloat_High:
|
||||||
length4Value = GetBytes((Single)underValue);
|
length4Value = GetBytes((Single)underValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._08_UnderValue_Low:
|
case _30000_ModbusAddress._08_UnderValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)underValue);
|
length4Value = GetBytes((Single)underValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._09_PassValue_High:
|
case _30000_ModbusAddress._09_PassValueFloat_High:
|
||||||
length4Value = GetBytes((Single)passValue);
|
length4Value = GetBytes((Single)passValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._10_PassValue_Low:
|
case _30000_ModbusAddress._10_PassValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)passValue);
|
length4Value = GetBytes((Single)passValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._11_OverValue_High:
|
case _30000_ModbusAddress._11_OverValueFloat_High:
|
||||||
length4Value = GetBytes((Single)overValue);
|
length4Value = GetBytes((Single)overValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._12_OverValue_Low:
|
case _30000_ModbusAddress._12_OverValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)overValue);
|
length4Value = GetBytes((Single)overValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._13_TareValue_High:
|
case _30000_ModbusAddress._13_TareValueFloat_High:
|
||||||
length4Value = GetBytes((Single)tareValue);
|
length4Value = GetBytes((Single)tareValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._14_TareValue_Low:
|
case _30000_ModbusAddress._14_TareValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)tareValue);
|
length4Value = GetBytes((Single)tareValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
@ -5418,7 +5458,7 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._29_Weight_High:
|
case _30000_ModbusAddress._29_WeightFloat_High:
|
||||||
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
length4Value = GetBytes((Single)0.0);
|
length4Value = GetBytes((Single)0.0);
|
||||||
else
|
else
|
||||||
|
@ -5426,7 +5466,7 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._30_Weight_Low:
|
case _30000_ModbusAddress._30_WeightFloat_Low:
|
||||||
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
length4Value = GetBytes((Single)0.0);
|
length4Value = GetBytes((Single)0.0);
|
||||||
else
|
else
|
||||||
|
@ -5488,13 +5528,101 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < productName.Length; i++)
|
for (int i = 0; i < productName.Length; i++)
|
||||||
madeData[madeDataIndex + i] = productName[i];
|
madeData[madeDataIndex + i] = productName[i];
|
||||||
break;
|
break;
|
||||||
|
case _30000_ModbusAddress._51_UnderValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.UnderRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._52_UnderValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.UnderRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._53_PassValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.PassRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._54_PassValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.PassRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._55_OverValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.OverRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._56_OverValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.OverRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._57_TareValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.TareRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._58_TareValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.TareRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._59_WeightInt_High:
|
||||||
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
|
length4Value = GetBytes(0);
|
||||||
|
else
|
||||||
|
length4Value = GetBytes(tempWeight);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._60_WeightInt_Low:
|
||||||
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
|
length4Value = GetBytes(0);
|
||||||
|
else
|
||||||
|
length4Value = GetBytes(tempWeight);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Alarm
|
||||||
|
case _39000_ModbusAddressAlarm._9001_Alarm1:
|
||||||
|
case _39000_ModbusAddressAlarm._9002_Alarm2:
|
||||||
|
case _39000_ModbusAddressAlarm._9003_Alarm3:
|
||||||
|
case _39000_ModbusAddressAlarm._9004_Alarm4:
|
||||||
|
case _39000_ModbusAddressAlarm._9005_Alarm5:
|
||||||
|
case _39000_ModbusAddressAlarm._9006_Alarm6:
|
||||||
|
case _39000_ModbusAddressAlarm._9007_Alarm7:
|
||||||
|
case _39000_ModbusAddressAlarm._9008_Alarm8:
|
||||||
|
case _39000_ModbusAddressAlarm._9009_Alarm9:
|
||||||
|
case _39000_ModbusAddressAlarm._9010_Alarm10:
|
||||||
|
case _39000_ModbusAddressAlarm._9011_Alarm11:
|
||||||
|
case _39000_ModbusAddressAlarm._9012_Alarm12:
|
||||||
|
case _39000_ModbusAddressAlarm._9013_Alarm13:
|
||||||
|
case _39000_ModbusAddressAlarm._9014_Alarm14:
|
||||||
|
case _39000_ModbusAddressAlarm._9015_Alarm15:
|
||||||
|
case _39000_ModbusAddressAlarm._9016_Alarm16:
|
||||||
|
case _39000_ModbusAddressAlarm._9017_Alarm17:
|
||||||
|
case _39000_ModbusAddressAlarm._9018_Alarm18:
|
||||||
|
length2Value = GetBytes(this.CurrentAlarm[j - 9000]);
|
||||||
|
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length2Value[1 - i];
|
||||||
|
break;
|
||||||
|
#endregion
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = 0;
|
||||||
break;
|
break;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
if (j == (int)_30000_ModbusAddress._41_ProductName)
|
if (j == (int)_30000_ModbusAddress._41_ProductName)
|
||||||
|
{
|
||||||
|
j += 9;
|
||||||
madeDataIndex += 20;
|
madeDataIndex += 20;
|
||||||
else
|
}
|
||||||
madeDataIndex += 2;
|
madeDataIndex += 2;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
@ -5631,6 +5759,17 @@ namespace ITC81DB_2H.Forms
|
||||||
else if (readByte[7] == ModbusFunctionCode.FunctionCode_04)
|
else if (readByte[7] == ModbusFunctionCode.FunctionCode_04)
|
||||||
{
|
{
|
||||||
#region Read Input Register(0x04)
|
#region Read Input Register(0x04)
|
||||||
|
int tempWeight = 0;
|
||||||
|
string removeMinus = "";
|
||||||
|
if (this.CurrentWeightData.WeightString.StartsWith("-") == true)
|
||||||
|
{
|
||||||
|
removeMinus = this.CurrentWeightData.WeightString.Replace("-", "");
|
||||||
|
tempWeight = int.Parse(removeMinus);
|
||||||
|
tempWeight *= -1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
tempWeight = int.Parse(this.CurrentWeightData.WeightString);
|
||||||
|
|
||||||
double underValue = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
double underValue = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
||||||
double passValue = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
double passValue = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
||||||
double overValue = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
double overValue = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
||||||
|
@ -5679,6 +5818,13 @@ namespace ITC81DB_2H.Forms
|
||||||
switch (j)
|
switch (j)
|
||||||
{
|
{
|
||||||
#region Make data
|
#region Make data
|
||||||
|
|
||||||
|
#region Data
|
||||||
|
case _30000_ModbusAddress._01_DecimalPoint:
|
||||||
|
length2Value = GetBytes(this.SystemConfig1.DecimalPlaces);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length2Value[1 - i];
|
||||||
|
break;
|
||||||
case _30000_ModbusAddress._01_IsUpdate_High:
|
case _30000_ModbusAddress._01_IsUpdate_High:
|
||||||
length4Value = GetBytes(this.UpdateValue);
|
length4Value = GetBytes(this.UpdateValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
|
@ -5709,42 +5855,42 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._07_UnderValue_High:
|
case _30000_ModbusAddress._07_UnderValueFloat_High:
|
||||||
length4Value = GetBytes((Single)underValue);
|
length4Value = GetBytes((Single)underValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._08_UnderValue_Low:
|
case _30000_ModbusAddress._08_UnderValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)underValue);
|
length4Value = GetBytes((Single)underValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._09_PassValue_High:
|
case _30000_ModbusAddress._09_PassValueFloat_High:
|
||||||
length4Value = GetBytes((Single)passValue);
|
length4Value = GetBytes((Single)passValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._10_PassValue_Low:
|
case _30000_ModbusAddress._10_PassValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)passValue);
|
length4Value = GetBytes((Single)passValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._11_OverValue_High:
|
case _30000_ModbusAddress._11_OverValueFloat_High:
|
||||||
length4Value = GetBytes((Single)overValue);
|
length4Value = GetBytes((Single)overValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._12_OverValue_Low:
|
case _30000_ModbusAddress._12_OverValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)overValue);
|
length4Value = GetBytes((Single)overValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._13_TareValue_High:
|
case _30000_ModbusAddress._13_TareValueFloat_High:
|
||||||
length4Value = GetBytes((Single)tareValue);
|
length4Value = GetBytes((Single)tareValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._14_TareValue_Low:
|
case _30000_ModbusAddress._14_TareValueFloat_Low:
|
||||||
length4Value = GetBytes((Single)tareValue);
|
length4Value = GetBytes((Single)tareValue);
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
@ -5819,7 +5965,7 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[1 - i];
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._29_Weight_High:
|
case _30000_ModbusAddress._29_WeightFloat_High:
|
||||||
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
length4Value = GetBytes((Single)0.0);
|
length4Value = GetBytes((Single)0.0);
|
||||||
else
|
else
|
||||||
|
@ -5827,7 +5973,7 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < 2; i++)
|
for (int i = 0; i < 2; i++)
|
||||||
madeData[madeDataIndex + i] = length4Value[3 - i];
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
break;
|
break;
|
||||||
case _30000_ModbusAddress._30_Weight_Low:
|
case _30000_ModbusAddress._30_WeightFloat_Low:
|
||||||
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
length4Value = GetBytes((Single)0.0);
|
length4Value = GetBytes((Single)0.0);
|
||||||
else
|
else
|
||||||
|
@ -5889,12 +6035,101 @@ namespace ITC81DB_2H.Forms
|
||||||
for (int i = 0; i < productName.Length; i++)
|
for (int i = 0; i < productName.Length; i++)
|
||||||
madeData[madeDataIndex + i] = productName[i];
|
madeData[madeDataIndex + i] = productName[i];
|
||||||
break;
|
break;
|
||||||
|
case _30000_ModbusAddress._51_UnderValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.UnderRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._52_UnderValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.UnderRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._53_PassValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.PassRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._54_PassValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.PassRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._55_OverValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.OverRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._56_OverValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.OverRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._57_TareValueInt_High:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.TareRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._58_TareValueInt_Low:
|
||||||
|
length4Value = GetBytes(this.CurrentProductItem.TareRangeInt);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._59_WeightInt_High:
|
||||||
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
|
length4Value = GetBytes(0);
|
||||||
|
else
|
||||||
|
length4Value = GetBytes(tempWeight);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[3 - i];
|
||||||
|
break;
|
||||||
|
case _30000_ModbusAddress._60_WeightInt_Low:
|
||||||
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Stop)
|
||||||
|
length4Value = GetBytes(0);
|
||||||
|
else
|
||||||
|
length4Value = GetBytes(tempWeight);
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length4Value[1 - i];
|
||||||
|
break;
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Alarm
|
||||||
|
case _39000_ModbusAddressAlarm._9001_Alarm1:
|
||||||
|
case _39000_ModbusAddressAlarm._9002_Alarm2:
|
||||||
|
case _39000_ModbusAddressAlarm._9003_Alarm3:
|
||||||
|
case _39000_ModbusAddressAlarm._9004_Alarm4:
|
||||||
|
case _39000_ModbusAddressAlarm._9005_Alarm5:
|
||||||
|
case _39000_ModbusAddressAlarm._9006_Alarm6:
|
||||||
|
case _39000_ModbusAddressAlarm._9007_Alarm7:
|
||||||
|
case _39000_ModbusAddressAlarm._9008_Alarm8:
|
||||||
|
case _39000_ModbusAddressAlarm._9009_Alarm9:
|
||||||
|
case _39000_ModbusAddressAlarm._9010_Alarm10:
|
||||||
|
case _39000_ModbusAddressAlarm._9011_Alarm11:
|
||||||
|
case _39000_ModbusAddressAlarm._9012_Alarm12:
|
||||||
|
case _39000_ModbusAddressAlarm._9013_Alarm13:
|
||||||
|
case _39000_ModbusAddressAlarm._9014_Alarm14:
|
||||||
|
case _39000_ModbusAddressAlarm._9015_Alarm15:
|
||||||
|
case _39000_ModbusAddressAlarm._9016_Alarm16:
|
||||||
|
case _39000_ModbusAddressAlarm._9017_Alarm17:
|
||||||
|
case _39000_ModbusAddressAlarm._9018_Alarm18:
|
||||||
|
length2Value = GetBytes(this.CurrentAlarm[j - 9000]);
|
||||||
|
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = length2Value[1 - i];
|
||||||
|
break;
|
||||||
|
#endregion
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
for (int i = 0; i < 2; i++)
|
||||||
|
madeData[madeDataIndex + i] = 0;
|
||||||
break;
|
break;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
if (j == (int)_30000_ModbusAddress._41_ProductName)
|
if (j == (int)_30000_ModbusAddress._41_ProductName)
|
||||||
|
{
|
||||||
|
j += 9;
|
||||||
madeDataIndex += 20;
|
madeDataIndex += 20;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
madeDataIndex += 2;
|
madeDataIndex += 2;
|
||||||
}
|
}
|
||||||
|
@ -7098,8 +7333,6 @@ namespace ITC81DB_2H.Forms
|
||||||
if (this.IsOPCModbusUsing == false)
|
if (this.IsOPCModbusUsing == false)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//byte[] productName;
|
|
||||||
|
|
||||||
if (this.UpdateValue > 999999999)
|
if (this.UpdateValue > 999999999)
|
||||||
this.UpdateValue = 0;
|
this.UpdateValue = 0;
|
||||||
else
|
else
|
||||||
|
@ -7109,19 +7342,10 @@ namespace ITC81DB_2H.Forms
|
||||||
this.Current30000ModbusData.EquipmentID = this.SystemConfig1.EquipmentID;
|
this.Current30000ModbusData.EquipmentID = this.SystemConfig1.EquipmentID;
|
||||||
this.Current30000ModbusData.ProductNo = this.SystemConfig1.ProductNumber;
|
this.Current30000ModbusData.ProductNo = this.SystemConfig1.ProductNumber;
|
||||||
|
|
||||||
this.Current30000ModbusData.UnderValue = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
this.Current30000ModbusData.UnderValueFloat = Helper.StringToWeight(this.CurrentProductItem.UnderRange, this.SystemConfig1.DecimalPlaces);
|
||||||
this.Current30000ModbusData.PassValue = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
this.Current30000ModbusData.PassValueFloat = Helper.StringToWeight(this.CurrentProductItem.PassRange, this.SystemConfig1.DecimalPlaces);
|
||||||
this.Current30000ModbusData.OverValue = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
this.Current30000ModbusData.OverValueFloat = Helper.StringToWeight(this.CurrentProductItem.OverRange, this.SystemConfig1.DecimalPlaces);
|
||||||
this.Current30000ModbusData.TareValue = Helper.StringToWeight(this.CurrentProductItem.TareRange, this.SystemConfig1.DecimalPlaces);
|
this.Current30000ModbusData.TareValueFloat = Helper.StringToWeight(this.CurrentProductItem.TareRange, this.SystemConfig1.DecimalPlaces);
|
||||||
|
|
||||||
//// 통신 확인 로그
|
|
||||||
//if (this.IsCommunicationLogOpen == true)
|
|
||||||
//{
|
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("UnderValue ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, this.Current30000ModbusData.UnderValue.ToString()));
|
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("PassValue ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, this.Current30000ModbusData.PassValue.ToString()));
|
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("OverValue ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, this.Current30000ModbusData.OverValue.ToString()));
|
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("TareValue ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, this.Current30000ModbusData.TareValue.ToString()));
|
|
||||||
//}
|
|
||||||
|
|
||||||
this.Current30000ModbusData.UnderCount = (UInt32)this.CurrentWeightData.UnderCount;
|
this.Current30000ModbusData.UnderCount = (UInt32)this.CurrentWeightData.UnderCount;
|
||||||
this.Current30000ModbusData.PassCount = (UInt32)this.CurrentWeightData.PassCount;
|
this.Current30000ModbusData.PassCount = (UInt32)this.CurrentWeightData.PassCount;
|
||||||
|
@ -7154,12 +7378,12 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Start)
|
if (this.CurrentSystemStatus.Equipment == Define.E_EquipmentStatus.Start)
|
||||||
{
|
{
|
||||||
this.Current30000ModbusData.Weight = this.CurrentWeightData.Weight;
|
this.Current30000ModbusData.WeightFloat = this.CurrentWeightData.Weight;
|
||||||
this.Current30000ModbusData.OperationStatus = 1;
|
this.Current30000ModbusData.OperationStatus = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.Current30000ModbusData.Weight = 0.0;
|
this.Current30000ModbusData.WeightFloat = 0.0;
|
||||||
this.Current30000ModbusData.OperationStatus = 0;
|
this.Current30000ModbusData.OperationStatus = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7168,6 +7392,7 @@ namespace ITC81DB_2H.Forms
|
||||||
else
|
else
|
||||||
this.Current30000ModbusData.AlarmStatus = 0;
|
this.Current30000ModbusData.AlarmStatus = 0;
|
||||||
|
|
||||||
|
if (this.CurrentWeightData.ProductionSpeed <= 500)
|
||||||
this.Current30000ModbusData.Speed = this.CurrentWeightData.ProductionSpeed;
|
this.Current30000ModbusData.Speed = this.CurrentWeightData.ProductionSpeed;
|
||||||
this.Current30000ModbusData.MetalDetectionCount = (UInt32)this.CurrentWeightData.MetalDetectionCount;
|
this.Current30000ModbusData.MetalDetectionCount = (UInt32)this.CurrentWeightData.MetalDetectionCount;
|
||||||
this.Current30000ModbusData.DoubleEntryCount = (UInt32)this.CurrentWeightData.DoubleEntryCount;
|
this.Current30000ModbusData.DoubleEntryCount = (UInt32)this.CurrentWeightData.DoubleEntryCount;
|
||||||
|
@ -7175,11 +7400,6 @@ namespace ITC81DB_2H.Forms
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
byte[] productName = new UTF8Encoding().GetBytes(this.CurrentProductItem.Name);
|
byte[] productName = new UTF8Encoding().GetBytes(this.CurrentProductItem.Name);
|
||||||
// 로그
|
|
||||||
//if (this.IsCommunicationLogOpen == true)
|
|
||||||
//{
|
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("Update30000ModbusItem ({0:yyyy-MM-dd HH:mm:ss}): {1}, {2}", DateTime.Now, BitConverter.ToString(productName), productName.Length));
|
|
||||||
//}
|
|
||||||
if (productName.Length > 20)
|
if (productName.Length > 20)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 20; i++)
|
for (int i = 0; i < 20; i++)
|
||||||
|
@ -7196,7 +7416,7 @@ namespace ITC81DB_2H.Forms
|
||||||
// 로그
|
// 로그
|
||||||
//if (this.IsCommunicationLogOpen == true)
|
//if (this.IsCommunicationLogOpen == true)
|
||||||
//{
|
//{
|
||||||
// this.smartFileCommunicationLog.WriteString(string.Format("Update30000ModbusItem ({0:yyyy-MM-dd HH:mm:ss}): {1}, {2}", DateTime.Now, BitConverter.ToString(this.Current30000ModbusData.ProductName), this.Current30000ModbusData.ProductName.Length));
|
// this.smartFileCommunicationLog.WriteString(string.Format("Update30000ModbusItem ({0:yyyy-MM-dd HH:mm:ss}): {1}, {2}", DateTime.Now, BitConverter.ToString(productName), productName.Length));
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
@ -7208,6 +7428,24 @@ namespace ITC81DB_2H.Forms
|
||||||
this.Current30000ModbusData.ProductName[i] = 0x20;
|
this.Current30000ModbusData.ProductName[i] = 0x20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.Current30000ModbusData.UnderValueInt = this.CurrentProductItem.UnderRangeInt;
|
||||||
|
this.Current30000ModbusData.PassValueInt = this.CurrentProductItem.PassRangeInt;
|
||||||
|
this.Current30000ModbusData.OverValueInt = this.CurrentProductItem.OverRangeInt;
|
||||||
|
this.Current30000ModbusData.TareValueInt = this.CurrentProductItem.TareRangeInt;
|
||||||
|
|
||||||
|
int tempWeight = 0;
|
||||||
|
string removeMinus = "";
|
||||||
|
if (this.CurrentWeightData.WeightString.StartsWith("-") == true)
|
||||||
|
{
|
||||||
|
removeMinus = this.CurrentWeightData.WeightString.Replace("-", "");
|
||||||
|
tempWeight = int.Parse(removeMinus);
|
||||||
|
tempWeight *= -1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
tempWeight = int.Parse(this.CurrentWeightData.WeightString);
|
||||||
|
|
||||||
|
this.Current30000ModbusData.WeightInt = tempWeight;
|
||||||
|
|
||||||
this.ChildFormMainDisplay.MainModbus.UpdateData(this.Current30000ModbusData);
|
this.ChildFormMainDisplay.MainModbus.UpdateData(this.Current30000ModbusData);
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -8530,6 +8768,20 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
this.TrackingHistoryData(data);
|
this.TrackingHistoryData(data);
|
||||||
}
|
}
|
||||||
|
public void SetTrackingHistoryData(Define.E_TrackingOperation eventType, string detail, string loginID)
|
||||||
|
{
|
||||||
|
HistoryData data = new HistoryData();
|
||||||
|
|
||||||
|
data.Type = "Operation";
|
||||||
|
data.Time = DateTime.Now;
|
||||||
|
data.LoginID = loginID;
|
||||||
|
data.Event = eventType.ToString();
|
||||||
|
data.Detail = detail;
|
||||||
|
data.BeforeData = "";
|
||||||
|
data.AfterData = "";
|
||||||
|
|
||||||
|
this.TrackingHistoryData(data);
|
||||||
|
}
|
||||||
public void SetTrackingHistoryData(Define.E_TrackingAlarm eventType, string detail)
|
public void SetTrackingHistoryData(Define.E_TrackingAlarm eventType, string detail)
|
||||||
{
|
{
|
||||||
HistoryData data = new HistoryData();
|
HistoryData data = new HistoryData();
|
||||||
|
@ -9200,7 +9452,7 @@ namespace ITC81DB_2H.Forms
|
||||||
structItem.DummyInt22 = 0;
|
structItem.DummyInt22 = 0;
|
||||||
structItem.DummyInt23 = 0;
|
structItem.DummyInt23 = 0;
|
||||||
structItem.DummyInt24 = 0;
|
structItem.DummyInt24 = 0;
|
||||||
structItem.DummyInt25 = 0;
|
structItem.NumberOfLoginFailures = this.SystemConfig3.NumberOfLoginFailures;
|
||||||
structItem.MULTiJETSlaveAddressCOM1 = this.SystemConfig3.MULTiJETSlaveAddressCOM1;
|
structItem.MULTiJETSlaveAddressCOM1 = this.SystemConfig3.MULTiJETSlaveAddressCOM1;
|
||||||
structItem.MULTiJETSlaveAddressCOM3 = this.SystemConfig3.MULTiJETSlaveAddressCOM3;
|
structItem.MULTiJETSlaveAddressCOM3 = this.SystemConfig3.MULTiJETSlaveAddressCOM3;
|
||||||
structItem.MULTiJETSlaveAddressCOM4 = this.SystemConfig3.MULTiJETSlaveAddressCOM4;
|
structItem.MULTiJETSlaveAddressCOM4 = this.SystemConfig3.MULTiJETSlaveAddressCOM4;
|
||||||
|
@ -9302,7 +9554,7 @@ namespace ITC81DB_2H.Forms
|
||||||
structItem.DummyInt22 = 0;
|
structItem.DummyInt22 = 0;
|
||||||
structItem.DummyInt23 = 0;
|
structItem.DummyInt23 = 0;
|
||||||
structItem.DummyInt24 = 0;
|
structItem.DummyInt24 = 0;
|
||||||
structItem.DummyInt25 = 0;
|
structItem.NumberOfLoginFailures = item.NumberOfLoginFailures;
|
||||||
structItem.MULTiJETSlaveAddressCOM1 = item.MULTiJETSlaveAddressCOM1;
|
structItem.MULTiJETSlaveAddressCOM1 = item.MULTiJETSlaveAddressCOM1;
|
||||||
structItem.MULTiJETSlaveAddressCOM3 = item.MULTiJETSlaveAddressCOM3;
|
structItem.MULTiJETSlaveAddressCOM3 = item.MULTiJETSlaveAddressCOM3;
|
||||||
structItem.MULTiJETSlaveAddressCOM4 = item.MULTiJETSlaveAddressCOM4;
|
structItem.MULTiJETSlaveAddressCOM4 = item.MULTiJETSlaveAddressCOM4;
|
||||||
|
@ -9364,6 +9616,7 @@ namespace ITC81DB_2H.Forms
|
||||||
this.SystemConfig3.MULTiJETSlaveAddressEthernet = structItem.MULTiJETSlaveAddressEthernet;
|
this.SystemConfig3.MULTiJETSlaveAddressEthernet = structItem.MULTiJETSlaveAddressEthernet;
|
||||||
|
|
||||||
this.SystemConfig3.StoragePeriod = structItem.StoragePeriod;
|
this.SystemConfig3.StoragePeriod = structItem.StoragePeriod;
|
||||||
|
this.SystemConfig3.NumberOfLoginFailures = structItem.NumberOfLoginFailures;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
@ -9863,8 +10116,7 @@ namespace ITC81DB_2H.Forms
|
||||||
sb.Append(Helper.StringZeroFillDigits4(sItem.PI8.ToString())); // PI8
|
sb.Append(Helper.StringZeroFillDigits4(sItem.PI8.ToString())); // PI8
|
||||||
|
|
||||||
sb.Append(Helper.StringZeroFillDigits4(sItem.EquipmentType.ToString())); // 장비타입
|
sb.Append(Helper.StringZeroFillDigits4(sItem.EquipmentType.ToString())); // 장비타입
|
||||||
|
sb.Append(Helper.StringZeroFillDigits4(sItem.SwitchChattering.ToString())); // 스위치채터링4)
|
||||||
sb.Append("0000"); // Dummy1(4)
|
|
||||||
sb.Append("0000"); // Dummy2(4)
|
sb.Append("0000"); // Dummy2(4)
|
||||||
sb.Append("0000"); // Dummy3(4)
|
sb.Append("0000"); // Dummy3(4)
|
||||||
|
|
||||||
|
@ -10182,11 +10434,11 @@ namespace ITC81DB_2H.Forms
|
||||||
structItem.PI7 = this.CurrentSystemParameter1.PI7;
|
structItem.PI7 = this.CurrentSystemParameter1.PI7;
|
||||||
structItem.PI8 = this.CurrentSystemParameter1.PI8;
|
structItem.PI8 = this.CurrentSystemParameter1.PI8;
|
||||||
|
|
||||||
|
structItem.SwitchChattering = this.CurrentSystemParameter1.SwitchChattering;
|
||||||
structItem.EquipmentType = this.CurrentSystemParameter1.EquipmentType;
|
structItem.EquipmentType = this.CurrentSystemParameter1.EquipmentType;
|
||||||
|
|
||||||
structItem.Dummy1 = "0";
|
structItem.Dummy1 = "0";
|
||||||
structItem.Dummy2 = "0";
|
structItem.Dummy2 = "0";
|
||||||
structItem.Dummy3 = "0";
|
|
||||||
|
|
||||||
this.smartFileIO.WriteStructure(structItem, 0);
|
this.smartFileIO.WriteStructure(structItem, 0);
|
||||||
}
|
}
|
||||||
|
@ -10229,11 +10481,11 @@ namespace ITC81DB_2H.Forms
|
||||||
structItem.PI7 = item.PI7;
|
structItem.PI7 = item.PI7;
|
||||||
structItem.PI8 = item.PI8;
|
structItem.PI8 = item.PI8;
|
||||||
|
|
||||||
|
structItem.SwitchChattering = item.SwitchChattering;
|
||||||
structItem.EquipmentType = item.EquipmentType;
|
structItem.EquipmentType = item.EquipmentType;
|
||||||
|
|
||||||
structItem.Dummy1 = "0";
|
structItem.Dummy1 = "0";
|
||||||
structItem.Dummy2 = "0";
|
structItem.Dummy2 = "0";
|
||||||
structItem.Dummy3 = "0";
|
|
||||||
|
|
||||||
this.smartFileIO.WriteStructure(structItem, 0);
|
this.smartFileIO.WriteStructure(structItem, 0);
|
||||||
this.smartFileIO.Close();
|
this.smartFileIO.Close();
|
||||||
|
@ -10277,6 +10529,7 @@ namespace ITC81DB_2H.Forms
|
||||||
if (structItem.EquipmentType == "")
|
if (structItem.EquipmentType == "")
|
||||||
structItem.EquipmentType = "0";
|
structItem.EquipmentType = "0";
|
||||||
pItem.EquipmentType = structItem.EquipmentType;
|
pItem.EquipmentType = structItem.EquipmentType;
|
||||||
|
pItem.SwitchChattering = structItem.SwitchChattering;
|
||||||
|
|
||||||
pItem.PI2 = structItem.PI2;
|
pItem.PI2 = structItem.PI2;
|
||||||
pItem.PI3 = structItem.PI3;
|
pItem.PI3 = structItem.PI3;
|
||||||
|
@ -14448,7 +14701,11 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
private void CurrentAlarmList_Change(Define.E_TrackingAlarm alarm, string status)
|
private void CurrentAlarmList_Change(Define.E_TrackingAlarm alarm, string status)
|
||||||
{
|
{
|
||||||
this.Update30000ModbusItem();
|
if (status == "ON")
|
||||||
|
this.CurrentAlarm[(short)alarm - 1] = 1;
|
||||||
|
else
|
||||||
|
this.CurrentAlarm[(short)alarm - 1] = 0;
|
||||||
|
|
||||||
this.SetTrackingHistoryData(alarm, status);
|
this.SetTrackingHistoryData(alarm, status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -359,7 +359,7 @@
|
||||||
// smartMemory1
|
// smartMemory1
|
||||||
//
|
//
|
||||||
this.smartMemory1.AutoFreeProMemoryAlarmPercent = 0;
|
this.smartMemory1.AutoFreeProMemoryAlarmPercent = 0;
|
||||||
this.smartMemory1.ParentWindow = this;
|
this.smartMemory1.ParentWindow = null;
|
||||||
//
|
//
|
||||||
// buttonWeightInputMode
|
// buttonWeightInputMode
|
||||||
//
|
//
|
||||||
|
|
|
@ -325,9 +325,9 @@ namespace ITC81DB_2H.Forms
|
||||||
this.labelSorterAlarm.Visible = false;
|
this.labelSorterAlarm.Visible = false;
|
||||||
this.PopUpWarningClose();
|
this.PopUpWarningClose();
|
||||||
|
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputLamp == true && this.ParentForm.IsLampOnDataSend == true)
|
if (this.ParentForm.IsLampOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputBuzzer == true && this.ParentForm.IsBuzzerOnDataSend == true)
|
if (this.ParentForm.IsBuzzerOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
|
|
||||||
this.ParentForm.IsLampOnDataSend = false;
|
this.ParentForm.IsLampOnDataSend = false;
|
||||||
|
@ -1637,9 +1637,9 @@ namespace ITC81DB_2H.Forms
|
||||||
this.MainAlarm.Visible = true;
|
this.MainAlarm.Visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputLamp == true && this.ParentForm.IsLampOnDataSend == true)
|
if (this.ParentForm.IsLampOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputBuzzer == true && this.ParentForm.IsBuzzerOnDataSend == true)
|
if (this.ParentForm.IsBuzzerOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
}
|
}
|
||||||
private void labelSorterAlarm_Click(object sender, EventArgs e)
|
private void labelSorterAlarm_Click(object sender, EventArgs e)
|
||||||
|
@ -1649,9 +1649,9 @@ namespace ITC81DB_2H.Forms
|
||||||
this.Part11AutomaticLogoutReset();
|
this.Part11AutomaticLogoutReset();
|
||||||
|
|
||||||
this.ParentForm.TransferData(CommunicationCommand.AlarmNgClearSorter, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.AlarmNgClearSorter, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputLamp == true && this.ParentForm.IsLampOnDataSend == true)
|
if (this.ParentForm.IsLampOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputBuzzer == true && this.ParentForm.IsBuzzerOnDataSend == true)
|
if (this.ParentForm.IsBuzzerOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
this.labelSorterAlarm.Visible = false;
|
this.labelSorterAlarm.Visible = false;
|
||||||
}
|
}
|
||||||
|
@ -1663,9 +1663,9 @@ namespace ITC81DB_2H.Forms
|
||||||
|
|
||||||
if (this.MainAlarm.listBoxMessage.Items.Contains("Sorter A Error") || this.MainAlarm.listBoxMessage.Items.Contains("Sorter B Error"))
|
if (this.MainAlarm.listBoxMessage.Items.Contains("Sorter A Error") || this.MainAlarm.listBoxMessage.Items.Contains("Sorter B Error"))
|
||||||
this.ParentForm.TransferData(CommunicationCommand.AlarmNgClearSorter, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.AlarmNgClearSorter, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputLamp == true && this.ParentForm.IsLampOnDataSend == true)
|
if (this.ParentForm.IsLampOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.LampOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
if (this.ParentForm.SystemConfig1.IsExternalInputBuzzer == true && this.ParentForm.IsBuzzerOnDataSend == true)
|
if (this.ParentForm.IsBuzzerOnDataSend == true)
|
||||||
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
this.ParentForm.TransferData(CommunicationCommand.BuzzerOnContinuousDisable, CommunicationID.MainBoard);
|
||||||
this.PopUpWarningClose();
|
this.PopUpWarningClose();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1352,6 +1352,9 @@ namespace ITC81DB_2H.Forms
|
||||||
case Define.E_DisplayStore.EquipUser:
|
case Define.E_DisplayStore.EquipUser:
|
||||||
this.CenterEquipUser.DisplayHiddenMenu(true);
|
this.CenterEquipUser.DisplayHiddenMenu(true);
|
||||||
break;
|
break;
|
||||||
|
case Define.E_DisplayStore.SystemJudgment:
|
||||||
|
this.CenterSystemJudgment.DisplayHiddenMenu(true);
|
||||||
|
break;
|
||||||
case Define.E_DisplayStore.EquipHelp:
|
case Define.E_DisplayStore.EquipHelp:
|
||||||
DialogFormPasswordKeyPad password = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig1.Language, this.ParentForm.CurrentSystemStatus.CurrentUserPasswordType);
|
DialogFormPasswordKeyPad password = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig1.Language, this.ParentForm.CurrentSystemStatus.CurrentUserPasswordType);
|
||||||
DialogResult dialogResult = password.ShowDialog();
|
DialogResult dialogResult = password.ShowDialog();
|
||||||
|
@ -1473,6 +1476,10 @@ namespace ITC81DB_2H.Forms
|
||||||
}
|
}
|
||||||
public void DisplayBottomEquipment(Define.E_MenuBottomEquipment menu)
|
public void DisplayBottomEquipment(Define.E_MenuBottomEquipment menu)
|
||||||
{
|
{
|
||||||
|
if (this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer
|
||||||
|
&& this.ParentForm.SystemConfig1.IsLogin == true)
|
||||||
|
this.BottomEquipment.DisplayHiddenMenu(true);
|
||||||
|
else
|
||||||
this.BottomEquipment.DisplayHiddenMenu(false);
|
this.BottomEquipment.DisplayHiddenMenu(false);
|
||||||
|
|
||||||
switch (menu)
|
switch (menu)
|
||||||
|
@ -1631,40 +1638,40 @@ namespace ITC81DB_2H.Forms
|
||||||
switch (this.ParentForm.CurrentSystemStatus.CurrentUser.Group)
|
switch (this.ParentForm.CurrentSystemStatus.CurrentUser.Group)
|
||||||
{
|
{
|
||||||
case Define.E_UserGroup.Level1:
|
case Define.E_UserGroup.Level1:
|
||||||
if (group.Level1.IsEquipUserSetting == true)
|
//if (group.Level1.IsEquipUserSetting == true)
|
||||||
{
|
//{
|
||||||
this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
// this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipUser.BringToFront();
|
// this.CenterEquipUser.BringToFront();
|
||||||
}
|
//}
|
||||||
else
|
//else
|
||||||
{
|
//{
|
||||||
this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipMyPage.BringToFront();
|
this.CenterEquipMyPage.BringToFront();
|
||||||
}
|
//}
|
||||||
break;
|
break;
|
||||||
case Define.E_UserGroup.Level2:
|
case Define.E_UserGroup.Level2:
|
||||||
if (group.Level2.IsEquipUserSetting == true)
|
//if (group.Level2.IsEquipUserSetting == true)
|
||||||
{
|
//{
|
||||||
this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
// this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipUser.BringToFront();
|
// this.CenterEquipUser.BringToFront();
|
||||||
}
|
//}
|
||||||
else
|
//else
|
||||||
{
|
//{
|
||||||
this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipMyPage.BringToFront();
|
this.CenterEquipMyPage.BringToFront();
|
||||||
}
|
//}
|
||||||
break;
|
break;
|
||||||
case Define.E_UserGroup.Level3:
|
case Define.E_UserGroup.Level3:
|
||||||
if (group.Level3.IsEquipUserSetting == true)
|
//if (group.Level3.IsEquipUserSetting == true)
|
||||||
{
|
//{
|
||||||
this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
this.CenterEquipUser.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipUser.BringToFront();
|
this.CenterEquipUser.BringToFront();
|
||||||
}
|
//}
|
||||||
else
|
//else
|
||||||
{
|
//{
|
||||||
this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
// this.CenterEquipMyPage.DisplayRefresh(this.ParentForm.CurrentSystemStatus);
|
||||||
this.CenterEquipMyPage.BringToFront();
|
// this.CenterEquipMyPage.BringToFront();
|
||||||
}
|
//}
|
||||||
break;
|
break;
|
||||||
case Define.E_UserGroup.Developer:
|
case Define.E_UserGroup.Developer:
|
||||||
case Define.E_UserGroup.Admin:
|
case Define.E_UserGroup.Admin:
|
||||||
|
|
|
@ -366,11 +366,11 @@
|
||||||
<Compile Include="Controls\CenterSystem\ControlCenterSystemIOTest.Designer.cs">
|
<Compile Include="Controls\CenterSystem\ControlCenterSystemIOTest.Designer.cs">
|
||||||
<DependentUpon>ControlCenterSystemIOTest.cs</DependentUpon>
|
<DependentUpon>ControlCenterSystemIOTest.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Controls\CenterSystem\ControlCenterSystemJudgmentManual.cs">
|
<Compile Include="Controls\CenterSystem\ControlCenterSystemJudgment.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Controls\CenterSystem\ControlCenterSystemJudgmentManual.Designer.cs">
|
<Compile Include="Controls\CenterSystem\ControlCenterSystemJudgment.Designer.cs">
|
||||||
<DependentUpon>ControlCenterSystemJudgmentManual.cs</DependentUpon>
|
<DependentUpon>ControlCenterSystemJudgment.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Controls\CenterSystem\ControlCenterSystemSorterSetting.cs">
|
<Compile Include="Controls\CenterSystem\ControlCenterSystemSorterSetting.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
|
@ -647,8 +647,8 @@
|
||||||
<DependentUpon>ControlCenterSystemIOTest.cs</DependentUpon>
|
<DependentUpon>ControlCenterSystemIOTest.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Controls\CenterSystem\ControlCenterSystemJudgmentManual.resx">
|
<EmbeddedResource Include="Controls\CenterSystem\ControlCenterSystemJudgment.resx">
|
||||||
<DependentUpon>ControlCenterSystemJudgmentManual.cs</DependentUpon>
|
<DependentUpon>ControlCenterSystemJudgment.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Controls\CenterSystem\ControlCenterSystemSorterSetting.resx">
|
<EmbeddedResource Include="Controls\CenterSystem\ControlCenterSystemSorterSetting.resx">
|
||||||
|
|
|
@ -54,7 +54,6 @@ namespace ITC81DB_2H.Part11_UserManager
|
||||||
private delegate void fnUserMgrGetListNameCB(ref UserMgr_user_list_name_t user_name);
|
private delegate void fnUserMgrGetListNameCB(ref UserMgr_user_list_name_t user_name);
|
||||||
private static fnUserMgrGetListNameCB fnUsermgrGetListNameCallBack;
|
private static fnUserMgrGetListNameCB fnUsermgrGetListNameCallBack;
|
||||||
|
|
||||||
|
|
||||||
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
private static extern void DLL_UserMgr_Register_VersionCB(fnUserMgrVersionCB func);
|
private static extern void DLL_UserMgr_Register_VersionCB(fnUserMgrVersionCB func);
|
||||||
|
|
||||||
|
@ -145,6 +144,9 @@ namespace ITC81DB_2H.Part11_UserManager
|
||||||
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
private static extern int DLL_UserMgr_UserAllDel_Default();
|
private static extern int DLL_UserMgr_UserAllDel_Default();
|
||||||
|
|
||||||
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
|
private static extern int DLL_UserMgr_UserLoginFailLockSet(IntPtr user_id);
|
||||||
|
|
||||||
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
[DllImport(PathDll, CallingConvention = CallingConvention.Winapi)]
|
||||||
private static extern int DLL_UserMgr_UserLockRelease(IntPtr user_id, bool lock_account, bool lock_password);
|
private static extern int DLL_UserMgr_UserLockRelease(IntPtr user_id, bool lock_account, bool lock_password);
|
||||||
|
|
||||||
|
|
|
@ -243,6 +243,9 @@ namespace ITC81DB_2H.Part11_UserManager
|
||||||
|
|
||||||
[MarshalAs(UnmanagedType.I4)]
|
[MarshalAs(UnmanagedType.I4)]
|
||||||
public Int32 fFirstPW; // [1] First (request to modify), [0] Next (not request)
|
public Int32 fFirstPW; // [1] First (request to modify), [0] Next (not request)
|
||||||
|
|
||||||
|
[MarshalAs(UnmanagedType.I4)]
|
||||||
|
public Int32 login_fail_count; // [1] First (request to modify), [0] Next (not request)
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,12 @@ namespace ITC81DB_2H.Part11_UserManager
|
||||||
|
|
||||||
DLL_UserMgr_UserLockGet(pID);
|
DLL_UserMgr_UserLockGet(pID);
|
||||||
}
|
}
|
||||||
|
public static void UserManager_UserLoginFailLockSet(String sID)
|
||||||
|
{
|
||||||
|
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
||||||
|
|
||||||
|
DLL_UserMgr_UserLoginFailLockSet(pID);
|
||||||
|
}
|
||||||
public static void UserManager_UserLoginCB(String sID, String sPW)
|
public static void UserManager_UserLoginCB(String sID, String sPW)
|
||||||
{
|
{
|
||||||
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
IntPtr pID = Marshal.StringToBSTR(sID.ToString());
|
||||||
|
|
|
@ -13,6 +13,37 @@
|
||||||
기본형 컨베어 고정밀센서 계량기
|
기본형 컨베어 고정밀센서 계량기
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ Ver 3.4.1 by CJY
|
||||||
|
- 2025.07.08
|
||||||
|
- Ver 3.4.0 Modify
|
||||||
|
- 최대속도 120까지 표시되도록 수정
|
||||||
|
- Hidden 버튼 누르면 최대속도 200으로 변경
|
||||||
|
|
||||||
|
@ Ver 3.4.0 by CJY
|
||||||
|
- 2025.05.30
|
||||||
|
- Ver 3.3.7 Modify
|
||||||
|
- (버그수정) Developer 등급일 때 엔지니어 설정 하단 버튼 없어지는 버그 수정
|
||||||
|
- 판정설정 그래프 추가
|
||||||
|
- 외부출력 메뉴 닫아놓기
|
||||||
|
- 기능설정 : 스위치 채터링 추가
|
||||||
|
|
||||||
|
@ Ver 3.3.7 by CJY
|
||||||
|
- 2025.05.19
|
||||||
|
- Ver 3.3.6 Modify
|
||||||
|
- (버그수정)바이패스 버그 수정
|
||||||
|
- (버그수정)알람 발생 시, 'CAE' 통신 전송 안하는 버그 수정
|
||||||
|
|
||||||
|
@ Ver 3.3.6 by CJY
|
||||||
|
- 2025.03.04
|
||||||
|
- Ver 3.3.5 Modify
|
||||||
|
- 메인화면 속도 표시 안되는 버그 수정
|
||||||
|
- Modbus 없는 항목 추가
|
||||||
|
|
||||||
|
@ Ver 3.3.5 by CJY
|
||||||
|
- 2024.09.23
|
||||||
|
- Ver 3.3.4 Modify
|
||||||
|
- 부팅 시, 메인보드 카운트 값이 LCD 값보다 클 경우에만 LCD 카운트 값을 보드 카운트 값으로 변경하도록 수정
|
||||||
|
|
||||||
@ Ver 3.3.4 by CJY
|
@ Ver 3.3.4 by CJY
|
||||||
- 2024.08.09
|
- 2024.08.09
|
||||||
- Ver 3.3.3 Modify
|
- Ver 3.3.3 Modify
|
||||||
|
|
|
@ -2860,15 +2860,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnBackgroundCalibration.png" />
|
<None Include="Resources\chnBackgroundCalibration.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korJudgmentStandardUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korJudgmentStandardDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korJudgmentStandardDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\rusJudgmentStandardDisable.png" />
|
<None Include="Resources\rusJudgmentStandardDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -2905,15 +2896,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormJudgmentStandardDown.png" />
|
<None Include="Resources\chnFormJudgmentStandardDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engJudgmentStandardUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engJudgmentStandardDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engJudgmentStandardDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnCalibrationStartDown.png" />
|
<None Include="Resources\chnCalibrationStartDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -3037,9 +3019,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engHelpBLDCUp.png" />
|
<None Include="Resources\engHelpBLDCUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korBackgroundJudgment.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korBackgroundCalibration.png" />
|
<None Include="Resources\korBackgroundCalibration.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -3115,9 +3094,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engCalibrationZeroUp.png" />
|
<None Include="Resources\engCalibrationZeroUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engBackgroundJudgment.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engBackgroundAutoZero.png" />
|
<None Include="Resources\engBackgroundAutoZero.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -3427,6 +3403,30 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korMainModbusScreen.png" />
|
<None Include="Resources\korMainModbusScreen.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korBackgroundJudgment.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korJudgmentStandardDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korJudgmentStandardDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korJudgmentStandardUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engJudgmentStandardDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engJudgmentStandardDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engJudgmentStandardUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engBackgroundJudgment.png" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.5 KiB |