namespace ITC81DB_0H.Controls
{
partial class ControlCenterConfiOption
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterConfiOption));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartGroupBox3 = new SmartX.SmartGroupBox();
this.smartLabel7 = new SmartX.SmartLabel();
this.smartCheckBox1 = new SmartX.SmartCheckBox();
this.smartCheckBox2 = new SmartX.SmartCheckBox();
this.labelTitleContinuousNG = new SmartX.SmartLabel();
this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelStaticWarning = new SmartX.SmartLabel();
this.labelPassCount = new SmartX.SmartLabel();
this.checkBoxPassAlarmBuzzer = new SmartX.SmartCheckBox();
this.checkBoxPassAlarmAutoReset = new SmartX.SmartCheckBox();
this.labelTitlePassAlarm = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.smartGroupBox3.SuspendLayout();
this.smartGroupBox2.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;
this.smartGroupBox1.Controls.Add(this.smartGroupBox3);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
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;
//
// smartGroupBox3
//
this.smartGroupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartGroupBox3.BackPictureBox = null;
this.smartGroupBox3.BackPictureBox1 = null;
this.smartGroupBox3.Controls.Add(this.smartLabel7);
this.smartGroupBox3.Controls.Add(this.smartCheckBox1);
this.smartGroupBox3.Controls.Add(this.smartCheckBox2);
this.smartGroupBox3.Controls.Add(this.labelTitleContinuousNG);
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.White;
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox3.FrameLineThickness = 1;
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox3.Image = null;
this.smartGroupBox3.InitVisible = true;
this.smartGroupBox3.Location = new System.Drawing.Point(40, 69);
this.smartGroupBox3.Name = "smartGroupBox3";
this.smartGroupBox3.RoundRadius = 5;
this.smartGroupBox3.Size = new System.Drawing.Size(623, 70);
this.smartGroupBox3.TabIndex = 128;
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
//
// smartLabel7
//
this.smartLabel7.BackColor = System.Drawing.SystemColors.Window;
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.FixedSingle;
this.smartLabel7.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.smartLabel7.InitVisible = true;
this.smartLabel7.LineSpacing = 0F;
this.smartLabel7.Location = new System.Drawing.Point(221, 20);
this.smartLabel7.Name = "smartLabel7";
this.smartLabel7.Size = new System.Drawing.Size(80, 30);
this.smartLabel7.TabIndex = 126;
this.smartLabel7.Text = "100";
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel7.Wordwrap = false;
//
// smartCheckBox1
//
this.smartCheckBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartCheckBox1.BackPictureBox = null;
this.smartCheckBox1.BackPictureBox1 = null;
this.smartCheckBox1.BackPictureBox2 = null;
this.smartCheckBox1.CheckBoxBackColor = System.Drawing.Color.White;
this.smartCheckBox1.CheckBoxCheckColor = System.Drawing.Color.Green;
this.smartCheckBox1.CheckBoxForeColor = System.Drawing.Color.Black;
this.smartCheckBox1.CheckBoxSymbolSize = 14;
this.smartCheckBox1.Checked = false;
this.smartCheckBox1.CheckLineWidth = 3;
this.smartCheckBox1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.smartCheckBox1.ForeColor = System.Drawing.Color.White;
this.smartCheckBox1.ImageCheckBox = null;
this.smartCheckBox1.ImageUnCheckBox = null;
this.smartCheckBox1.InitVisible = true;
this.smartCheckBox1.Location = new System.Drawing.Point(467, 20);
this.smartCheckBox1.Name = "smartCheckBox1";
this.smartCheckBox1.Size = new System.Drawing.Size(144, 30);
this.smartCheckBox1.TabIndex = 125;
this.smartCheckBox1.Text = "부저 On";
this.smartCheckBox1.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// smartCheckBox2
//
this.smartCheckBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smartCheckBox2.BackPictureBox = null;
this.smartCheckBox2.BackPictureBox1 = null;
this.smartCheckBox2.BackPictureBox2 = null;
this.smartCheckBox2.CheckBoxBackColor = System.Drawing.Color.White;
this.smartCheckBox2.CheckBoxCheckColor = System.Drawing.Color.Green;
this.smartCheckBox2.CheckBoxForeColor = System.Drawing.Color.Black;
this.smartCheckBox2.CheckBoxSymbolSize = 14;
this.smartCheckBox2.Checked = false;
this.smartCheckBox2.CheckLineWidth = 3;
this.smartCheckBox2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.smartCheckBox2.ForeColor = System.Drawing.Color.White;
this.smartCheckBox2.ImageCheckBox = null;
this.smartCheckBox2.ImageUnCheckBox = null;
this.smartCheckBox2.InitVisible = true;
this.smartCheckBox2.Location = new System.Drawing.Point(341, 20);
this.smartCheckBox2.Name = "smartCheckBox2";
this.smartCheckBox2.Size = new System.Drawing.Size(120, 30);
this.smartCheckBox2.TabIndex = 124;
this.smartCheckBox2.Text = "Auto Reset";
this.smartCheckBox2.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
//
// labelTitleContinuousNG
//
this.labelTitleContinuousNG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelTitleContinuousNG.BackPictureBox = null;
this.labelTitleContinuousNG.BackPictureBox1 = null;
this.labelTitleContinuousNG.BackPictureBox2 = null;
this.labelTitleContinuousNG.BorderColor = System.Drawing.Color.Black;
this.labelTitleContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleContinuousNG.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleContinuousNG.ForeColor = System.Drawing.Color.White;
this.labelTitleContinuousNG.InitVisible = true;
this.labelTitleContinuousNG.LineSpacing = 0F;
this.labelTitleContinuousNG.Location = new System.Drawing.Point(35, 20);
this.labelTitleContinuousNG.Name = "labelTitleContinuousNG";
this.labelTitleContinuousNG.Size = new System.Drawing.Size(180, 30);
this.labelTitleContinuousNG.TabIndex = 123;
this.labelTitleContinuousNG.Text = "연속불량";
this.labelTitleContinuousNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitleContinuousNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleContinuousNG.Wordwrap = false;
//
// 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.labelStaticWarning);
this.smartGroupBox2.Controls.Add(this.labelPassCount);
this.smartGroupBox2.Controls.Add(this.checkBoxPassAlarmBuzzer);
this.smartGroupBox2.Controls.Add(this.checkBoxPassAlarmAutoReset);
this.smartGroupBox2.Controls.Add(this.labelTitlePassAlarm);
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;
this.smartGroupBox2.Location = new System.Drawing.Point(40, 145);
this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(623, 98);
this.smartGroupBox2.TabIndex = 127;
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
//
// labelStaticWarning
//
this.labelStaticWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelStaticWarning.BackPictureBox = null;
this.labelStaticWarning.BackPictureBox1 = null;
this.labelStaticWarning.BackPictureBox2 = null;
this.labelStaticWarning.BorderColor = System.Drawing.Color.Black;
this.labelStaticWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticWarning.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticWarning.ForeColor = System.Drawing.Color.White;
this.labelStaticWarning.InitVisible = true;
this.labelStaticWarning.LineSpacing = 0F;
this.labelStaticWarning.Location = new System.Drawing.Point(35, 56);
this.labelStaticWarning.Name = "labelStaticWarning";
this.labelStaticWarning.Size = new System.Drawing.Size(552, 20);
this.labelStaticWarning.TabIndex = 127;
this.labelStaticWarning.Text = "* 자동리셋 미사용시 외부 옵션 버튼 필요함";
this.labelStaticWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelStaticWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticWarning.Wordwrap = false;
//
// labelPassCount
//
this.labelPassCount.BackColor = System.Drawing.SystemColors.Window;
this.labelPassCount.BackPictureBox = null;
this.labelPassCount.BackPictureBox1 = null;
this.labelPassCount.BackPictureBox2 = null;
this.labelPassCount.BorderColor = System.Drawing.Color.Black;
this.labelPassCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelPassCount.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelPassCount.InitVisible = true;
this.labelPassCount.LineSpacing = 0F;
this.labelPassCount.Location = new System.Drawing.Point(221, 20);
this.labelPassCount.Name = "labelPassCount";
this.labelPassCount.Size = new System.Drawing.Size(80, 30);
this.labelPassCount.TabIndex = 126;
this.labelPassCount.Text = "100";
this.labelPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassCount.Wordwrap = false;
this.labelPassCount.Click += new System.EventHandler(this.labelPassCount_Click);
//
// checkBoxPassAlarmBuzzer
//
this.checkBoxPassAlarmBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.checkBoxPassAlarmBuzzer.BackPictureBox = null;
this.checkBoxPassAlarmBuzzer.BackPictureBox1 = null;
this.checkBoxPassAlarmBuzzer.BackPictureBox2 = null;
this.checkBoxPassAlarmBuzzer.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxPassAlarmBuzzer.CheckBoxCheckColor = System.Drawing.Color.Green;
this.checkBoxPassAlarmBuzzer.CheckBoxForeColor = System.Drawing.Color.Black;
this.checkBoxPassAlarmBuzzer.CheckBoxSymbolSize = 14;
this.checkBoxPassAlarmBuzzer.Checked = false;
this.checkBoxPassAlarmBuzzer.CheckLineWidth = 3;
this.checkBoxPassAlarmBuzzer.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.checkBoxPassAlarmBuzzer.ForeColor = System.Drawing.Color.White;
this.checkBoxPassAlarmBuzzer.ImageCheckBox = null;
this.checkBoxPassAlarmBuzzer.ImageUnCheckBox = null;
this.checkBoxPassAlarmBuzzer.InitVisible = true;
this.checkBoxPassAlarmBuzzer.Location = new System.Drawing.Point(467, 20);
this.checkBoxPassAlarmBuzzer.Name = "checkBoxPassAlarmBuzzer";
this.checkBoxPassAlarmBuzzer.Size = new System.Drawing.Size(144, 30);
this.checkBoxPassAlarmBuzzer.TabIndex = 125;
this.checkBoxPassAlarmBuzzer.Text = "부저 On";
this.checkBoxPassAlarmBuzzer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxPassAlarmBuzzer.Click += new System.EventHandler(this.checkBoxPassAlarmBuzzer_Click);
//
// checkBoxPassAlarmAutoReset
//
this.checkBoxPassAlarmAutoReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.checkBoxPassAlarmAutoReset.BackPictureBox = null;
this.checkBoxPassAlarmAutoReset.BackPictureBox1 = null;
this.checkBoxPassAlarmAutoReset.BackPictureBox2 = null;
this.checkBoxPassAlarmAutoReset.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxPassAlarmAutoReset.CheckBoxCheckColor = System.Drawing.Color.Green;
this.checkBoxPassAlarmAutoReset.CheckBoxForeColor = System.Drawing.Color.Black;
this.checkBoxPassAlarmAutoReset.CheckBoxSymbolSize = 14;
this.checkBoxPassAlarmAutoReset.Checked = false;
this.checkBoxPassAlarmAutoReset.CheckLineWidth = 3;
this.checkBoxPassAlarmAutoReset.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.checkBoxPassAlarmAutoReset.ForeColor = System.Drawing.Color.White;
this.checkBoxPassAlarmAutoReset.ImageCheckBox = null;
this.checkBoxPassAlarmAutoReset.ImageUnCheckBox = null;
this.checkBoxPassAlarmAutoReset.InitVisible = true;
this.checkBoxPassAlarmAutoReset.Location = new System.Drawing.Point(341, 20);
this.checkBoxPassAlarmAutoReset.Name = "checkBoxPassAlarmAutoReset";
this.checkBoxPassAlarmAutoReset.Size = new System.Drawing.Size(120, 30);
this.checkBoxPassAlarmAutoReset.TabIndex = 124;
this.checkBoxPassAlarmAutoReset.Text = "Auto Reset";
this.checkBoxPassAlarmAutoReset.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxPassAlarmAutoReset.Click += new System.EventHandler(this.checkBoxPassAlarmAutoReset_Click);
//
// labelTitlePassAlarm
//
this.labelTitlePassAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelTitlePassAlarm.BackPictureBox = null;
this.labelTitlePassAlarm.BackPictureBox1 = null;
this.labelTitlePassAlarm.BackPictureBox2 = null;
this.labelTitlePassAlarm.BorderColor = System.Drawing.Color.Black;
this.labelTitlePassAlarm.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitlePassAlarm.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelTitlePassAlarm.ForeColor = System.Drawing.Color.White;
this.labelTitlePassAlarm.InitVisible = true;
this.labelTitlePassAlarm.LineSpacing = 0F;
this.labelTitlePassAlarm.Location = new System.Drawing.Point(35, 20);
this.labelTitlePassAlarm.Name = "labelTitlePassAlarm";
this.labelTitlePassAlarm.Size = new System.Drawing.Size(180, 30);
this.labelTitlePassAlarm.TabIndex = 123;
this.labelTitlePassAlarm.Text = "정량알람";
this.labelTitlePassAlarm.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelTitlePassAlarm.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitlePassAlarm.Wordwrap = false;
//
// ControlCenterConfiOption
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlCenterConfiOption";
this.Size = new System.Drawing.Size(710, 470);
this.smartGroupBox1.ResumeLayout(false);
this.smartGroupBox3.ResumeLayout(false);
this.smartGroupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelTitlePassAlarm;
public SmartX.SmartLabel labelPassCount;
private SmartX.SmartCheckBox checkBoxPassAlarmBuzzer;
private SmartX.SmartCheckBox checkBoxPassAlarmAutoReset;
private SmartX.SmartGroupBox smartGroupBox2;
private SmartX.SmartLabel labelStaticWarning;
private SmartX.SmartGroupBox smartGroupBox3;
public SmartX.SmartLabel smartLabel7;
private SmartX.SmartCheckBox smartCheckBox1;
private SmartX.SmartCheckBox smartCheckBox2;
private SmartX.SmartLabel labelTitleContinuousNG;
}
}