ITC81DB_2H/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionS...

948 lines
58 KiB
C#
Raw Normal View History

namespace ITC81DB_0H.Controls
{
partial class ControlCenterEquipFunctionSetting
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelTitleExternalInput = new SmartX.SmartLabel();
2020-09-22 01:11:23 +00:00
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.buttonCapture = new SmartX.SmartButton();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelExternalInputMessage2 = new SmartX.SmartLabel();
this.labelExternalInputMessage1 = new SmartX.SmartLabel();
this.buttonExternalInputBuzzer = new SmartX.SmartButton();
this.buttonExternalInputLamp = new SmartX.SmartButton();
this.labelTitleExternalInputLamp = new SmartX.SmartLabel();
this.labelTitleExternalInputBuzzer = new SmartX.SmartLabel();
this.comboBoxPIN2 = new System.Windows.Forms.ComboBox();
this.comboBoxPIN3 = new System.Windows.Forms.ComboBox();
this.comboBoxPIN4 = new System.Windows.Forms.ComboBox();
this.comboBoxPIN5 = new System.Windows.Forms.ComboBox();
this.comboBoxPIN6 = new System.Windows.Forms.ComboBox();
this.labelPIn2 = new SmartX.SmartLabel();
this.labelPIn3 = new SmartX.SmartLabel();
this.labelPIn4 = new SmartX.SmartLabel();
this.labelPIn5 = new SmartX.SmartLabel();
this.labelPIn6 = new SmartX.SmartLabel();
this.labelTitleLogin = new SmartX.SmartLabel();
this.smartGroupBox4 = new SmartX.SmartGroupBox();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartLabel6 = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel();
this.labelUser3Password = new SmartX.SmartLabel();
this.labelUser1Password = new SmartX.SmartLabel();
this.labelUser2Password = new SmartX.SmartLabel();
this.buttonLogin = new SmartX.SmartButton();
this.labelEquipmentID = new SmartX.SmartLabel();
this.labelTitleEquipmentID = new SmartX.SmartLabel();
this.labelChattering = new SmartX.SmartLabel();
this.labelRelayOnTime = new SmartX.SmartLabel();
this.labelBuzzerOnTime = new SmartX.SmartLabel();
this.labelTitleChattering = new SmartX.SmartLabel();
this.labelTitleRelayRunTime = new SmartX.SmartLabel();
this.labelTitleBuzzerONTime = new SmartX.SmartLabel();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.labelTitleLanguage = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout();
this.smartGroupBox4.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
2020-09-22 01:11:23 +00:00
this.smartGroupBox1.Controls.Add(this.labelTitleExternalInput);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.buttonCapture);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN2);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN3);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN4);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN5);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN6);
this.smartGroupBox1.Controls.Add(this.labelPIn2);
this.smartGroupBox1.Controls.Add(this.labelPIn3);
this.smartGroupBox1.Controls.Add(this.labelPIn4);
this.smartGroupBox1.Controls.Add(this.labelPIn5);
this.smartGroupBox1.Controls.Add(this.labelPIn6);
this.smartGroupBox1.Controls.Add(this.labelTitleLogin);
this.smartGroupBox1.Controls.Add(this.smartGroupBox4);
this.smartGroupBox1.Controls.Add(this.buttonLogin);
this.smartGroupBox1.Controls.Add(this.labelEquipmentID);
this.smartGroupBox1.Controls.Add(this.labelTitleEquipmentID);
this.smartGroupBox1.Controls.Add(this.labelChattering);
this.smartGroupBox1.Controls.Add(this.labelRelayOnTime);
this.smartGroupBox1.Controls.Add(this.labelBuzzerOnTime);
this.smartGroupBox1.Controls.Add(this.labelTitleChattering);
this.smartGroupBox1.Controls.Add(this.labelTitleRelayRunTime);
this.smartGroupBox1.Controls.Add(this.labelTitleBuzzerONTime);
this.smartGroupBox1.Controls.Add(this.comboBoxLanguage);
this.smartGroupBox1.Controls.Add(this.labelTitleLanguage);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 2;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 10;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.TabIndex = 2;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelTitleExternalInput
//
this.labelTitleExternalInput.BackPictureBox1 = null;
this.labelTitleExternalInput.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleExternalInput.BorderColor = System.Drawing.Color.Black;
this.labelTitleExternalInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExternalInput.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleExternalInput.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInput.InitVisible = true;
this.labelTitleExternalInput.LineSpacing = 0F;
this.labelTitleExternalInput.Location = new System.Drawing.Point(15, 13);
this.labelTitleExternalInput.Name = "labelTitleExternalInput";
this.labelTitleExternalInput.Size = new System.Drawing.Size(679, 28);
this.labelTitleExternalInput.TabIndex = 192;
this.labelTitleExternalInput.Text = "외부입력 설정";
this.labelTitleExternalInput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExternalInput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExternalInput.Wordwrap = false;
//
2020-09-22 01:11:23 +00:00
// smartSeparatorLine1
//
this.smartSeparatorLine1.InitVisible = true;
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine1.Line2Visible = true;
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(11, 237);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(690, 2);
this.smartSeparatorLine1.TabIndex = 191;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// buttonCapture
//
this.buttonCapture.BackPictureBox = null;
this.buttonCapture.BackPictureBox1 = null;
this.buttonCapture.BackPictureBox2 = null;
this.buttonCapture.ButtonColor = System.Drawing.Color.Gray;
this.buttonCapture.ButtonImageAutoSize = true;
this.buttonCapture.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCapture.DisableImage = null;
this.buttonCapture.DownImage = null;
this.buttonCapture.GroupID = 0;
this.buttonCapture.InitVisible = true;
this.buttonCapture.Location = new System.Drawing.Point(606, 429);
this.buttonCapture.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCapture.Name = "buttonCapture";
this.buttonCapture.NestedClickEventPrevent = false;
this.buttonCapture.OutlinePixel = 1;
this.buttonCapture.RepeatInterval = 200;
this.buttonCapture.RepeatIntervalAccelerate = null;
this.buttonCapture.SafeInterval = 200;
this.buttonCapture.Size = new System.Drawing.Size(88, 28);
this.buttonCapture.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonCapture.TabIndex = 190;
this.buttonCapture.Text = "Capture";
this.buttonCapture.TextColor = System.Drawing.Color.Black;
this.buttonCapture.TextDownColor = System.Drawing.Color.White;
this.buttonCapture.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonCapture.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCapture.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCapture.UpImage = null;
this.buttonCapture.Visible = false;
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
//
// smartGroupBox2
//
this.smartGroupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartGroupBox2.BackPictureBox = null;
this.smartGroupBox2.BackPictureBox1 = null;
this.smartGroupBox2.Controls.Add(this.labelExternalInputMessage2);
this.smartGroupBox2.Controls.Add(this.labelExternalInputMessage1);
this.smartGroupBox2.Controls.Add(this.buttonExternalInputBuzzer);
this.smartGroupBox2.Controls.Add(this.buttonExternalInputLamp);
this.smartGroupBox2.Controls.Add(this.labelTitleExternalInputLamp);
this.smartGroupBox2.Controls.Add(this.labelTitleExternalInputBuzzer);
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.White;
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox2.FrameLineThickness = 1;
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox2.Image = null;
this.smartGroupBox2.InitVisible = true;
2020-09-22 01:11:23 +00:00
this.smartGroupBox2.Location = new System.Drawing.Point(380, 44);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
2020-09-22 01:11:23 +00:00
this.smartGroupBox2.Size = new System.Drawing.Size(324, 184);
this.smartGroupBox2.TabIndex = 151;
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
this.smartGroupBox2.Visible = false;
//
// labelExternalInputMessage2
//
this.labelExternalInputMessage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelExternalInputMessage2.BackPictureBox1 = null;
this.labelExternalInputMessage2.BackPictureBox2 = this.smartGroupBox2;
this.labelExternalInputMessage2.BorderColor = System.Drawing.Color.Black;
this.labelExternalInputMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExternalInputMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExternalInputMessage2.ForeColor = System.Drawing.Color.Gold;
this.labelExternalInputMessage2.InitVisible = true;
this.labelExternalInputMessage2.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelExternalInputMessage2.Location = new System.Drawing.Point(18, 52);
this.labelExternalInputMessage2.Name = "labelExternalInputMessage2";
this.labelExternalInputMessage2.Size = new System.Drawing.Size(290, 20);
this.labelExternalInputMessage2.TabIndex = 194;
this.labelExternalInputMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExternalInputMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExternalInputMessage2.Wordwrap = false;
//
// labelExternalInputMessage1
//
this.labelExternalInputMessage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelExternalInputMessage1.BackPictureBox1 = null;
this.labelExternalInputMessage1.BackPictureBox2 = this.smartGroupBox2;
this.labelExternalInputMessage1.BorderColor = System.Drawing.Color.Black;
this.labelExternalInputMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExternalInputMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExternalInputMessage1.ForeColor = System.Drawing.Color.Gold;
this.labelExternalInputMessage1.InitVisible = true;
this.labelExternalInputMessage1.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelExternalInputMessage1.Location = new System.Drawing.Point(18, 32);
this.labelExternalInputMessage1.Name = "labelExternalInputMessage1";
this.labelExternalInputMessage1.Size = new System.Drawing.Size(290, 20);
this.labelExternalInputMessage1.TabIndex = 193;
2020-09-22 01:11:23 +00:00
this.labelExternalInputMessage1.Text = "배출, 공압, 비상정지, 적체";
this.labelExternalInputMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExternalInputMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExternalInputMessage1.Wordwrap = false;
//
// buttonExternalInputBuzzer
//
this.buttonExternalInputBuzzer.BackPictureBox = null;
this.buttonExternalInputBuzzer.BackPictureBox1 = null;
this.buttonExternalInputBuzzer.BackPictureBox2 = null;
this.buttonExternalInputBuzzer.ButtonColor = System.Drawing.Color.Gray;
this.buttonExternalInputBuzzer.ButtonImageAutoSize = true;
this.buttonExternalInputBuzzer.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonExternalInputBuzzer.DisableImage = null;
this.buttonExternalInputBuzzer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputBuzzer.DownImage")));
this.buttonExternalInputBuzzer.GroupID = 0;
this.buttonExternalInputBuzzer.InitVisible = true;
2020-09-22 01:11:23 +00:00
this.buttonExternalInputBuzzer.Location = new System.Drawing.Point(220, 77);
this.buttonExternalInputBuzzer.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonExternalInputBuzzer.Name = "buttonExternalInputBuzzer";
this.buttonExternalInputBuzzer.NestedClickEventPrevent = false;
this.buttonExternalInputBuzzer.OutlinePixel = 1;
this.buttonExternalInputBuzzer.RepeatInterval = 200;
this.buttonExternalInputBuzzer.RepeatIntervalAccelerate = null;
this.buttonExternalInputBuzzer.SafeInterval = 200;
this.buttonExternalInputBuzzer.Size = new System.Drawing.Size(80, 28);
this.buttonExternalInputBuzzer.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonExternalInputBuzzer.TabIndex = 192;
this.buttonExternalInputBuzzer.TextColor = System.Drawing.Color.Black;
this.buttonExternalInputBuzzer.TextDownColor = System.Drawing.Color.White;
this.buttonExternalInputBuzzer.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExternalInputBuzzer.TextLocation = new System.Drawing.Point(0, 0);
this.buttonExternalInputBuzzer.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExternalInputBuzzer.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputBuzzer.UpImage")));
this.buttonExternalInputBuzzer.Click += new System.EventHandler(this.buttonExternalInputBuzzer_Click);
//
// buttonExternalInputLamp
//
this.buttonExternalInputLamp.BackPictureBox = null;
this.buttonExternalInputLamp.BackPictureBox1 = null;
this.buttonExternalInputLamp.BackPictureBox2 = null;
this.buttonExternalInputLamp.ButtonColor = System.Drawing.Color.Gray;
this.buttonExternalInputLamp.ButtonImageAutoSize = true;
this.buttonExternalInputLamp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonExternalInputLamp.DisableImage = null;
this.buttonExternalInputLamp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputLamp.DownImage")));
this.buttonExternalInputLamp.GroupID = 0;
this.buttonExternalInputLamp.InitVisible = true;
2020-09-22 01:11:23 +00:00
this.buttonExternalInputLamp.Location = new System.Drawing.Point(220, 111);
this.buttonExternalInputLamp.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonExternalInputLamp.Name = "buttonExternalInputLamp";
this.buttonExternalInputLamp.NestedClickEventPrevent = false;
this.buttonExternalInputLamp.OutlinePixel = 1;
this.buttonExternalInputLamp.RepeatInterval = 200;
this.buttonExternalInputLamp.RepeatIntervalAccelerate = null;
this.buttonExternalInputLamp.SafeInterval = 200;
this.buttonExternalInputLamp.Size = new System.Drawing.Size(80, 28);
this.buttonExternalInputLamp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonExternalInputLamp.TabIndex = 191;
this.buttonExternalInputLamp.TextColor = System.Drawing.Color.Black;
this.buttonExternalInputLamp.TextDownColor = System.Drawing.Color.White;
this.buttonExternalInputLamp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonExternalInputLamp.TextLocation = new System.Drawing.Point(0, 0);
this.buttonExternalInputLamp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonExternalInputLamp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputLamp.UpImage")));
this.buttonExternalInputLamp.Click += new System.EventHandler(this.buttonExternalInputLamp_Click);
//
// labelTitleExternalInputLamp
//
this.labelTitleExternalInputLamp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelTitleExternalInputLamp.BackPictureBox1 = null;
this.labelTitleExternalInputLamp.BackPictureBox2 = this.smartGroupBox2;
this.labelTitleExternalInputLamp.BorderColor = System.Drawing.Color.Black;
this.labelTitleExternalInputLamp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExternalInputLamp.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleExternalInputLamp.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInputLamp.InitVisible = true;
this.labelTitleExternalInputLamp.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleExternalInputLamp.Location = new System.Drawing.Point(26, 111);
this.labelTitleExternalInputLamp.Name = "labelTitleExternalInputLamp";
this.labelTitleExternalInputLamp.Size = new System.Drawing.Size(178, 28);
this.labelTitleExternalInputLamp.TabIndex = 190;
this.labelTitleExternalInputLamp.Text = "램프";
this.labelTitleExternalInputLamp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleExternalInputLamp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExternalInputLamp.Wordwrap = false;
//
// labelTitleExternalInputBuzzer
//
this.labelTitleExternalInputBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelTitleExternalInputBuzzer.BackPictureBox1 = null;
this.labelTitleExternalInputBuzzer.BackPictureBox2 = this.smartGroupBox2;
this.labelTitleExternalInputBuzzer.BorderColor = System.Drawing.Color.Black;
this.labelTitleExternalInputBuzzer.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExternalInputBuzzer.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleExternalInputBuzzer.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInputBuzzer.InitVisible = true;
this.labelTitleExternalInputBuzzer.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleExternalInputBuzzer.Location = new System.Drawing.Point(26, 77);
this.labelTitleExternalInputBuzzer.Name = "labelTitleExternalInputBuzzer";
this.labelTitleExternalInputBuzzer.Size = new System.Drawing.Size(178, 28);
this.labelTitleExternalInputBuzzer.TabIndex = 189;
this.labelTitleExternalInputBuzzer.Text = "부저";
this.labelTitleExternalInputBuzzer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleExternalInputBuzzer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExternalInputBuzzer.Wordwrap = false;
//
// comboBoxPIN2
//
this.comboBoxPIN2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxPIN2.Location = new System.Drawing.Point(131, 53);
this.comboBoxPIN2.Name = "comboBoxPIN2";
this.comboBoxPIN2.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN2.TabIndex = 186;
this.comboBoxPIN2.SelectedIndexChanged += new System.EventHandler(this.comboBoxPIN2_SelectedIndexChanged);
//
// comboBoxPIN3
//
this.comboBoxPIN3.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxPIN3.Location = new System.Drawing.Point(131, 87);
this.comboBoxPIN3.Name = "comboBoxPIN3";
this.comboBoxPIN3.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN3.TabIndex = 185;
this.comboBoxPIN3.SelectedIndexChanged += new System.EventHandler(this.comboBoxPIN3_SelectedIndexChanged);
//
// comboBoxPIN4
//
this.comboBoxPIN4.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxPIN4.Location = new System.Drawing.Point(131, 121);
this.comboBoxPIN4.Name = "comboBoxPIN4";
this.comboBoxPIN4.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN4.TabIndex = 184;
this.comboBoxPIN4.SelectedIndexChanged += new System.EventHandler(this.comboBoxPIN4_SelectedIndexChanged);
//
// comboBoxPIN5
//
this.comboBoxPIN5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxPIN5.Location = new System.Drawing.Point(131, 155);
this.comboBoxPIN5.Name = "comboBoxPIN5";
this.comboBoxPIN5.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN5.TabIndex = 183;
this.comboBoxPIN5.SelectedIndexChanged += new System.EventHandler(this.comboBoxPIN5_SelectedIndexChanged);
//
// comboBoxPIN6
//
this.comboBoxPIN6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxPIN6.Location = new System.Drawing.Point(131, 189);
this.comboBoxPIN6.Name = "comboBoxPIN6";
this.comboBoxPIN6.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN6.TabIndex = 182;
this.comboBoxPIN6.SelectedIndexChanged += new System.EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
//
// labelPIn2
//
this.labelPIn2.BackPictureBox1 = null;
this.labelPIn2.BackPictureBox2 = this.smartGroupBox1;
this.labelPIn2.BorderColor = System.Drawing.Color.Black;
this.labelPIn2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPIn2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelPIn2.ForeColor = System.Drawing.Color.White;
this.labelPIn2.InitVisible = true;
this.labelPIn2.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelPIn2.Location = new System.Drawing.Point(15, 53);
this.labelPIn2.Name = "labelPIn2";
2020-09-22 01:11:23 +00:00
this.labelPIn2.Size = new System.Drawing.Size(110, 28);
this.labelPIn2.TabIndex = 179;
2020-09-22 01:11:23 +00:00
this.labelPIn2.Text = "[NG]";
this.labelPIn2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn2.Wordwrap = false;
//
// labelPIn3
//
this.labelPIn3.BackPictureBox1 = null;
this.labelPIn3.BackPictureBox2 = this.smartGroupBox1;
this.labelPIn3.BorderColor = System.Drawing.Color.Black;
this.labelPIn3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPIn3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelPIn3.ForeColor = System.Drawing.Color.White;
this.labelPIn3.InitVisible = true;
this.labelPIn3.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelPIn3.Location = new System.Drawing.Point(15, 87);
this.labelPIn3.Name = "labelPIn3";
2020-09-22 01:11:23 +00:00
this.labelPIn3.Size = new System.Drawing.Size(110, 28);
this.labelPIn3.TabIndex = 178;
2020-09-22 01:11:23 +00:00
this.labelPIn3.Text = "[STOP]";
this.labelPIn3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn3.Wordwrap = false;
//
// labelPIn4
//
this.labelPIn4.BackPictureBox1 = null;
this.labelPIn4.BackPictureBox2 = this.smartGroupBox1;
this.labelPIn4.BorderColor = System.Drawing.Color.Black;
this.labelPIn4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPIn4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelPIn4.ForeColor = System.Drawing.Color.White;
this.labelPIn4.InitVisible = true;
this.labelPIn4.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelPIn4.Location = new System.Drawing.Point(15, 121);
this.labelPIn4.Name = "labelPIn4";
2020-09-22 01:11:23 +00:00
this.labelPIn4.Size = new System.Drawing.Size(110, 28);
this.labelPIn4.TabIndex = 177;
2020-09-22 01:11:23 +00:00
this.labelPIn4.Text = "[START]";
this.labelPIn4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn4.Wordwrap = false;
//
// labelPIn5
//
this.labelPIn5.BackPictureBox1 = null;
this.labelPIn5.BackPictureBox2 = this.smartGroupBox1;
this.labelPIn5.BorderColor = System.Drawing.Color.Black;
this.labelPIn5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPIn5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelPIn5.ForeColor = System.Drawing.Color.White;
this.labelPIn5.InitVisible = true;
this.labelPIn5.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelPIn5.Location = new System.Drawing.Point(15, 155);
this.labelPIn5.Name = "labelPIn5";
2020-09-22 01:11:23 +00:00
this.labelPIn5.Size = new System.Drawing.Size(110, 28);
this.labelPIn5.TabIndex = 173;
2020-09-22 01:11:23 +00:00
this.labelPIn5.Text = "[IN_OPT1]";
this.labelPIn5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn5.Wordwrap = false;
//
// labelPIn6
//
this.labelPIn6.BackPictureBox1 = null;
this.labelPIn6.BackPictureBox2 = this.smartGroupBox1;
this.labelPIn6.BorderColor = System.Drawing.Color.Black;
this.labelPIn6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPIn6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelPIn6.ForeColor = System.Drawing.Color.White;
this.labelPIn6.InitVisible = true;
this.labelPIn6.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelPIn6.Location = new System.Drawing.Point(15, 189);
this.labelPIn6.Name = "labelPIn6";
2020-09-22 01:11:23 +00:00
this.labelPIn6.Size = new System.Drawing.Size(110, 28);
this.labelPIn6.TabIndex = 176;
2020-09-22 01:11:23 +00:00
this.labelPIn6.Text = "[IN_OPT2]";
this.labelPIn6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn6.Wordwrap = false;
//
// labelTitleLogin
//
this.labelTitleLogin.BackPictureBox1 = null;
this.labelTitleLogin.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleLogin.BorderColor = System.Drawing.Color.Black;
this.labelTitleLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLogin.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
this.labelTitleLogin.InitVisible = true;
this.labelTitleLogin.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleLogin.Location = new System.Drawing.Point(343, 295);
this.labelTitleLogin.Name = "labelTitleLogin";
this.labelTitleLogin.Size = new System.Drawing.Size(230, 28);
this.labelTitleLogin.TabIndex = 135;
this.labelTitleLogin.Text = "로그인";
this.labelTitleLogin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleLogin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLogin.Wordwrap = false;
//
// smartGroupBox4
//
this.smartGroupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartGroupBox4.BackPictureBox = null;
this.smartGroupBox4.BackPictureBox1 = null;
this.smartGroupBox4.Controls.Add(this.smartLabel7);
this.smartGroupBox4.Controls.Add(this.smartLabel6);
this.smartGroupBox4.Controls.Add(this.smartLabel4);
this.smartGroupBox4.Controls.Add(this.labelUser3Password);
this.smartGroupBox4.Controls.Add(this.labelUser1Password);
this.smartGroupBox4.Controls.Add(this.labelUser2Password);
this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.White;
this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox4.FrameLineThickness = 1;
this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox4.Image = null;
this.smartGroupBox4.InitVisible = true;
this.smartGroupBox4.Location = new System.Drawing.Point(35, 435);
this.smartGroupBox4.Name = "smartGroupBox4";
this.smartGroupBox4.RoundRadius = 5;
this.smartGroupBox4.Size = new System.Drawing.Size(313, 146);
this.smartGroupBox4.TabIndex = 150;
this.smartGroupBox4.TextColor = System.Drawing.Color.Black;
this.smartGroupBox4.Visible = false;
//
// smartLabel7
//
this.smartLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartLabel7.BackPictureBox = null;
this.smartLabel7.BackPictureBox1 = null;
this.smartLabel7.BackPictureBox2 = null;
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel7.ForeColor = System.Drawing.Color.White;
this.smartLabel7.InitVisible = true;
this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(32, 96);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.Size = new System.Drawing.Size(159, 30);
this.smartLabel7.TabIndex = 149;
this.smartLabel7.Text = "User3";
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Visible = false;
this.smartLabel7.Wordwrap = false;
//
// smartLabel6
//
this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartLabel6.BackPictureBox = null;
this.smartLabel6.BackPictureBox1 = null;
this.smartLabel6.BackPictureBox2 = null;
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel6.ForeColor = System.Drawing.Color.White;
this.smartLabel6.InitVisible = true;
this.smartLabel6.LineSpacing = 0F;
this.smartLabel6.Location = new System.Drawing.Point(32, 60);
this.smartLabel6.Name = "smartLabel6";
this.smartLabel6.Size = new System.Drawing.Size(159, 30);
this.smartLabel6.TabIndex = 148;
this.smartLabel6.Text = "User2";
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel6.Visible = false;
this.smartLabel6.Wordwrap = false;
//
// smartLabel4
//
this.smartLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartLabel4.BackPictureBox = null;
this.smartLabel4.BackPictureBox1 = null;
this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel4.ForeColor = System.Drawing.Color.White;
this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(32, 24);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.Size = new System.Drawing.Size(159, 30);
this.smartLabel4.TabIndex = 144;
this.smartLabel4.Text = "User1";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Visible = false;
this.smartLabel4.Wordwrap = false;
//
// labelUser3Password
//
this.labelUser3Password.BackColor = System.Drawing.SystemColors.Window;
this.labelUser3Password.BackPictureBox = null;
this.labelUser3Password.BackPictureBox1 = null;
this.labelUser3Password.BackPictureBox2 = null;
this.labelUser3Password.BorderColor = System.Drawing.Color.Black;
this.labelUser3Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelUser3Password.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelUser3Password.InitVisible = true;
this.labelUser3Password.LineSpacing = 0F;
this.labelUser3Password.Location = new System.Drawing.Point(197, 96);
this.labelUser3Password.Name = "labelUser3Password";
this.labelUser3Password.Size = new System.Drawing.Size(80, 30);
this.labelUser3Password.TabIndex = 147;
this.labelUser3Password.Text = "100";
this.labelUser3Password.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUser3Password.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUser3Password.Visible = false;
this.labelUser3Password.Wordwrap = false;
this.labelUser3Password.Click += new System.EventHandler(this.labelUser3Password_Click);
//
// labelUser1Password
//
this.labelUser1Password.BackColor = System.Drawing.SystemColors.Window;
this.labelUser1Password.BackPictureBox = null;
this.labelUser1Password.BackPictureBox1 = null;
this.labelUser1Password.BackPictureBox2 = null;
this.labelUser1Password.BorderColor = System.Drawing.Color.Black;
this.labelUser1Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelUser1Password.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelUser1Password.InitVisible = true;
this.labelUser1Password.LineSpacing = 0F;
this.labelUser1Password.Location = new System.Drawing.Point(197, 24);
this.labelUser1Password.Name = "labelUser1Password";
this.labelUser1Password.Size = new System.Drawing.Size(80, 30);
this.labelUser1Password.TabIndex = 145;
this.labelUser1Password.Text = "100";
this.labelUser1Password.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUser1Password.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUser1Password.Visible = false;
this.labelUser1Password.Wordwrap = false;
this.labelUser1Password.Click += new System.EventHandler(this.labelUser1Password_Click);
//
// labelUser2Password
//
this.labelUser2Password.BackColor = System.Drawing.SystemColors.Window;
this.labelUser2Password.BackPictureBox = null;
this.labelUser2Password.BackPictureBox1 = null;
this.labelUser2Password.BackPictureBox2 = null;
this.labelUser2Password.BorderColor = System.Drawing.Color.Black;
this.labelUser2Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelUser2Password.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelUser2Password.InitVisible = true;
this.labelUser2Password.LineSpacing = 0F;
this.labelUser2Password.Location = new System.Drawing.Point(197, 60);
this.labelUser2Password.Name = "labelUser2Password";
this.labelUser2Password.Size = new System.Drawing.Size(80, 30);
this.labelUser2Password.TabIndex = 146;
this.labelUser2Password.Text = "100";
this.labelUser2Password.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUser2Password.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUser2Password.Visible = false;
this.labelUser2Password.Wordwrap = false;
this.labelUser2Password.Click += new System.EventHandler(this.labelUser2Password_Click);
//
// buttonLogin
//
this.buttonLogin.BackPictureBox = null;
this.buttonLogin.BackPictureBox1 = null;
this.buttonLogin.BackPictureBox2 = null;
this.buttonLogin.ButtonColor = System.Drawing.Color.Gray;
this.buttonLogin.ButtonImageAutoSize = true;
this.buttonLogin.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonLogin.DisableImage = null;
this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage")));
this.buttonLogin.GroupID = 0;
this.buttonLogin.InitVisible = true;
2020-09-22 01:11:23 +00:00
this.buttonLogin.Location = new System.Drawing.Point(579, 295);
this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonLogin.Name = "buttonLogin";
this.buttonLogin.NestedClickEventPrevent = false;
this.buttonLogin.OutlinePixel = 1;
this.buttonLogin.RepeatInterval = 200;
this.buttonLogin.RepeatIntervalAccelerate = null;
this.buttonLogin.SafeInterval = 200;
this.buttonLogin.Size = new System.Drawing.Size(80, 28);
this.buttonLogin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonLogin.TabIndex = 134;
this.buttonLogin.TextColor = System.Drawing.Color.Black;
this.buttonLogin.TextDownColor = System.Drawing.Color.White;
this.buttonLogin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonLogin.TextLocation = new System.Drawing.Point(0, 0);
this.buttonLogin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonLogin.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.UpImage")));
this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click);
//
// labelEquipmentID
//
this.labelEquipmentID.BackColor = System.Drawing.SystemColors.Window;
this.labelEquipmentID.BackPictureBox = null;
this.labelEquipmentID.BackPictureBox1 = null;
this.labelEquipmentID.BackPictureBox2 = null;
this.labelEquipmentID.BorderColor = System.Drawing.Color.Black;
this.labelEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelEquipmentID.InitVisible = true;
this.labelEquipmentID.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelEquipmentID.Location = new System.Drawing.Point(251, 261);
this.labelEquipmentID.Name = "labelEquipmentID";
2020-09-22 01:11:23 +00:00
this.labelEquipmentID.Size = new System.Drawing.Size(80, 28);
this.labelEquipmentID.TabIndex = 133;
this.labelEquipmentID.Text = "100";
this.labelEquipmentID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelEquipmentID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelEquipmentID.Wordwrap = false;
this.labelEquipmentID.Click += new System.EventHandler(this.labelEquipmentID_Click);
//
// labelTitleEquipmentID
//
this.labelTitleEquipmentID.BackPictureBox1 = null;
this.labelTitleEquipmentID.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleEquipmentID.BorderColor = System.Drawing.Color.Black;
this.labelTitleEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleEquipmentID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
this.labelTitleEquipmentID.InitVisible = true;
this.labelTitleEquipmentID.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 261);
this.labelTitleEquipmentID.Name = "labelTitleEquipmentID";
this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28);
this.labelTitleEquipmentID.TabIndex = 132;
this.labelTitleEquipmentID.Text = "장비 ID";
this.labelTitleEquipmentID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleEquipmentID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleEquipmentID.Wordwrap = false;
//
// labelChattering
//
this.labelChattering.BackColor = System.Drawing.SystemColors.Window;
this.labelChattering.BackPictureBox = null;
this.labelChattering.BackPictureBox1 = null;
this.labelChattering.BackPictureBox2 = null;
this.labelChattering.BorderColor = System.Drawing.Color.Black;
this.labelChattering.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelChattering.InitVisible = true;
this.labelChattering.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelChattering.Location = new System.Drawing.Point(251, 329);
this.labelChattering.Name = "labelChattering";
2020-09-22 01:11:23 +00:00
this.labelChattering.Size = new System.Drawing.Size(80, 28);
this.labelChattering.TabIndex = 129;
this.labelChattering.Text = "100";
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelChattering.Wordwrap = false;
this.labelChattering.Click += new System.EventHandler(this.labelChattering_Click);
//
// labelRelayOnTime
//
this.labelRelayOnTime.BackColor = System.Drawing.SystemColors.Window;
this.labelRelayOnTime.BackPictureBox = null;
this.labelRelayOnTime.BackPictureBox1 = null;
this.labelRelayOnTime.BackPictureBox2 = null;
this.labelRelayOnTime.BorderColor = System.Drawing.Color.Black;
this.labelRelayOnTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelRelayOnTime.InitVisible = true;
this.labelRelayOnTime.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelRelayOnTime.Location = new System.Drawing.Point(251, 363);
this.labelRelayOnTime.Name = "labelRelayOnTime";
2020-09-22 01:11:23 +00:00
this.labelRelayOnTime.Size = new System.Drawing.Size(80, 28);
this.labelRelayOnTime.TabIndex = 130;
this.labelRelayOnTime.Text = "100";
this.labelRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelRelayOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRelayOnTime.Wordwrap = false;
this.labelRelayOnTime.Click += new System.EventHandler(this.labelRelayOnTime_Click);
//
// labelBuzzerOnTime
//
this.labelBuzzerOnTime.BackColor = System.Drawing.SystemColors.Window;
this.labelBuzzerOnTime.BackPictureBox = null;
this.labelBuzzerOnTime.BackPictureBox1 = null;
this.labelBuzzerOnTime.BackPictureBox2 = null;
this.labelBuzzerOnTime.BorderColor = System.Drawing.Color.Black;
this.labelBuzzerOnTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelBuzzerOnTime.InitVisible = true;
this.labelBuzzerOnTime.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 295);
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
2020-09-22 01:11:23 +00:00
this.labelBuzzerOnTime.Size = new System.Drawing.Size(80, 28);
this.labelBuzzerOnTime.TabIndex = 131;
this.labelBuzzerOnTime.Text = "100";
this.labelBuzzerOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelBuzzerOnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelBuzzerOnTime.Wordwrap = false;
this.labelBuzzerOnTime.Click += new System.EventHandler(this.labelBuzzerOnTime_Click);
//
// labelTitleChattering
//
this.labelTitleChattering.BackPictureBox1 = null;
this.labelTitleChattering.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleChattering.BorderColor = System.Drawing.Color.Black;
this.labelTitleChattering.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleChattering.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleChattering.InitVisible = true;
this.labelTitleChattering.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleChattering.Location = new System.Drawing.Point(15, 329);
this.labelTitleChattering.Name = "labelTitleChattering";
this.labelTitleChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleChattering.TabIndex = 127;
this.labelTitleChattering.Text = "채터링감지";
this.labelTitleChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleChattering.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleChattering.Wordwrap = false;
//
// labelTitleRelayRunTime
//
this.labelTitleRelayRunTime.BackPictureBox1 = null;
this.labelTitleRelayRunTime.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleRelayRunTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleRelayRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleRelayRunTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
this.labelTitleRelayRunTime.InitVisible = true;
this.labelTitleRelayRunTime.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(15, 363);
this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime";
this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleRelayRunTime.TabIndex = 126;
this.labelTitleRelayRunTime.Text = "릴레이 동작 시간";
this.labelTitleRelayRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleRelayRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleRelayRunTime.Wordwrap = false;
//
// labelTitleBuzzerONTime
//
this.labelTitleBuzzerONTime.BackPictureBox1 = null;
this.labelTitleBuzzerONTime.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleBuzzerONTime.BorderColor = System.Drawing.Color.Black;
this.labelTitleBuzzerONTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleBuzzerONTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
this.labelTitleBuzzerONTime.InitVisible = true;
this.labelTitleBuzzerONTime.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 295);
this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime";
this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleBuzzerONTime.TabIndex = 128;
this.labelTitleBuzzerONTime.Text = "부저 ON 시간";
this.labelTitleBuzzerONTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleBuzzerONTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleBuzzerONTime.Wordwrap = false;
//
// comboBoxLanguage
//
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
2020-09-22 01:11:23 +00:00
this.comboBoxLanguage.Location = new System.Drawing.Point(579, 261);
this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
this.comboBoxLanguage.TabIndex = 120;
this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
//
// labelTitleLanguage
//
this.labelTitleLanguage.BackPictureBox1 = null;
this.labelTitleLanguage.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleLanguage.BorderColor = System.Drawing.Color.Black;
this.labelTitleLanguage.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleLanguage.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
this.labelTitleLanguage.InitVisible = true;
this.labelTitleLanguage.LineSpacing = 0F;
2020-09-22 01:11:23 +00:00
this.labelTitleLanguage.Location = new System.Drawing.Point(343, 261);
this.labelTitleLanguage.Name = "labelTitleLanguage";
this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28);
this.labelTitleLanguage.TabIndex = 117;
this.labelTitleLanguage.Text = "언어설정";
this.labelTitleLanguage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLanguage.Wordwrap = false;
//
// ControlCenterEquipFunctionSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlCenterEquipFunctionSetting";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.smartGroupBox4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private System.Windows.Forms.ComboBox comboBoxLanguage;
private SmartX.SmartLabel labelTitleLanguage;
public SmartX.SmartLabel labelChattering;
public SmartX.SmartLabel labelRelayOnTime;
public SmartX.SmartLabel labelBuzzerOnTime;
private SmartX.SmartLabel labelTitleChattering;
private SmartX.SmartLabel labelTitleRelayRunTime;
private SmartX.SmartLabel labelTitleBuzzerONTime;
public SmartX.SmartLabel labelEquipmentID;
private SmartX.SmartLabel labelTitleEquipmentID;
private SmartX.SmartLabel labelTitleLogin;
private SmartX.SmartButton buttonLogin;
private SmartX.SmartLabel smartLabel7;
private SmartX.SmartLabel smartLabel6;
public SmartX.SmartLabel labelUser3Password;
public SmartX.SmartLabel labelUser2Password;
public SmartX.SmartLabel labelUser1Password;
private SmartX.SmartLabel smartLabel4;
private SmartX.SmartGroupBox smartGroupBox4;
private System.Windows.Forms.ComboBox comboBoxPIN2;
private System.Windows.Forms.ComboBox comboBoxPIN3;
private System.Windows.Forms.ComboBox comboBoxPIN4;
private System.Windows.Forms.ComboBox comboBoxPIN5;
private System.Windows.Forms.ComboBox comboBoxPIN6;
private SmartX.SmartLabel labelPIn2;
private SmartX.SmartLabel labelPIn3;
private SmartX.SmartLabel labelPIn4;
private SmartX.SmartLabel labelPIn5;
private SmartX.SmartLabel labelPIn6;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartButton buttonExternalInputBuzzer;
private SmartX.SmartButton buttonExternalInputLamp;
private SmartX.SmartLabel labelTitleExternalInputLamp;
private SmartX.SmartLabel labelTitleExternalInputBuzzer;
private SmartX.SmartLabel labelExternalInputMessage1;
private SmartX.SmartButton buttonCapture;
private SmartX.SmartLabel labelExternalInputMessage2;
2020-09-22 01:11:23 +00:00
private SmartX.SmartSeparatorLine smartSeparatorLine1;
private SmartX.SmartLabel labelTitleExternalInput;
}
}