545 lines
33 KiB
C#
545 lines
33 KiB
C#
namespace ITC81DB_2.Controls
|
|
{
|
|
partial class ControlCenterBasicProduct
|
|
{
|
|
/// <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(ControlCenterBasicProduct));
|
|
this.textBoxLotNo = new System.Windows.Forms.TextBox();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.labelDeviationOver2 = new SmartX.SmartLabel();
|
|
this.labelDeviationUnder2 = new SmartX.SmartLabel();
|
|
this.labelTareRange2 = new SmartX.SmartLabel();
|
|
this.labelUnderRange2 = new SmartX.SmartLabel();
|
|
this.labelPassRange2 = new SmartX.SmartLabel();
|
|
this.labelOverRange2 = new SmartX.SmartLabel();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.buttonProductNo = new SmartX.SmartButton();
|
|
this.labelDeviationOver1 = new SmartX.SmartLabel();
|
|
this.labelDeviationUnder1 = new SmartX.SmartLabel();
|
|
this.buttonLotEdit = new SmartX.SmartButton();
|
|
this.buttonNameEdit = new SmartX.SmartButton();
|
|
this.labelTareRange1 = new SmartX.SmartLabel();
|
|
this.labelUnderRange1 = new SmartX.SmartLabel();
|
|
this.labelPassRange1 = new SmartX.SmartLabel();
|
|
this.labelOverRange1 = new SmartX.SmartLabel();
|
|
this.textBoxProductName = new System.Windows.Forms.TextBox();
|
|
this.listBoxProductList = new System.Windows.Forms.ListBox();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxLotNo
|
|
//
|
|
this.textBoxLotNo.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.textBoxLotNo.Location = new System.Drawing.Point(96, 120);
|
|
this.textBoxLotNo.MaxLength = 14;
|
|
this.textBoxLotNo.Name = "textBoxLotNo";
|
|
this.textBoxLotNo.Size = new System.Drawing.Size(207, 28);
|
|
this.textBoxLotNo.TabIndex = 118;
|
|
this.textBoxLotNo.Text = "LotNo";
|
|
this.textBoxLotNo.WordWrap = false;
|
|
this.textBoxLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxLotNo_KeyPress);
|
|
//
|
|
// 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.labelDeviationOver2);
|
|
this.smartGroupBox1.Controls.Add(this.labelDeviationUnder2);
|
|
this.smartGroupBox1.Controls.Add(this.labelTareRange2);
|
|
this.smartGroupBox1.Controls.Add(this.labelUnderRange2);
|
|
this.smartGroupBox1.Controls.Add(this.labelPassRange2);
|
|
this.smartGroupBox1.Controls.Add(this.labelOverRange2);
|
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
|
|
this.smartGroupBox1.Controls.Add(this.buttonProductNo);
|
|
this.smartGroupBox1.Controls.Add(this.labelDeviationOver1);
|
|
this.smartGroupBox1.Controls.Add(this.labelDeviationUnder1);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLotEdit);
|
|
this.smartGroupBox1.Controls.Add(this.buttonNameEdit);
|
|
this.smartGroupBox1.Controls.Add(this.labelTareRange1);
|
|
this.smartGroupBox1.Controls.Add(this.labelUnderRange1);
|
|
this.smartGroupBox1.Controls.Add(this.labelPassRange1);
|
|
this.smartGroupBox1.Controls.Add(this.labelOverRange1);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxLotNo);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxProductName);
|
|
this.smartGroupBox1.Controls.Add(this.listBoxProductList);
|
|
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 = 126;
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelDeviationOver2
|
|
//
|
|
this.labelDeviationOver2.BackColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver2.BackPictureBox1 = null;
|
|
this.labelDeviationOver2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelDeviationOver2.BorderColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDeviationOver2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelDeviationOver2.ForeColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver2.InitVisible = true;
|
|
this.labelDeviationOver2.LineSpacing = 0F;
|
|
this.labelDeviationOver2.Location = new System.Drawing.Point(562, 304);
|
|
this.labelDeviationOver2.Name = "labelDeviationOver2";
|
|
this.labelDeviationOver2.Size = new System.Drawing.Size(125, 35);
|
|
this.labelDeviationOver2.TabIndex = 187;
|
|
this.labelDeviationOver2.Text = "100";
|
|
this.labelDeviationOver2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelDeviationOver2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDeviationOver2.Wordwrap = false;
|
|
this.labelDeviationOver2.Click += new System.EventHandler(this.labelDeviationOver2_Click);
|
|
//
|
|
// labelDeviationUnder2
|
|
//
|
|
this.labelDeviationUnder2.BackColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder2.BackPictureBox1 = null;
|
|
this.labelDeviationUnder2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelDeviationUnder2.BorderColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDeviationUnder2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelDeviationUnder2.ForeColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder2.InitVisible = true;
|
|
this.labelDeviationUnder2.LineSpacing = 0F;
|
|
this.labelDeviationUnder2.Location = new System.Drawing.Point(562, 344);
|
|
this.labelDeviationUnder2.Name = "labelDeviationUnder2";
|
|
this.labelDeviationUnder2.Size = new System.Drawing.Size(125, 35);
|
|
this.labelDeviationUnder2.TabIndex = 186;
|
|
this.labelDeviationUnder2.Text = "100";
|
|
this.labelDeviationUnder2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelDeviationUnder2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDeviationUnder2.Wordwrap = false;
|
|
this.labelDeviationUnder2.Click += new System.EventHandler(this.labelDeviationUnder2_Click);
|
|
//
|
|
// labelTareRange2
|
|
//
|
|
this.labelTareRange2.BackColor = System.Drawing.Color.White;
|
|
this.labelTareRange2.BackPictureBox1 = null;
|
|
this.labelTareRange2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelTareRange2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTareRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTareRange2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelTareRange2.ForeColor = System.Drawing.Color.White;
|
|
this.labelTareRange2.InitVisible = true;
|
|
this.labelTareRange2.LineSpacing = 0F;
|
|
this.labelTareRange2.Location = new System.Drawing.Point(432, 414);
|
|
this.labelTareRange2.Name = "labelTareRange2";
|
|
this.labelTareRange2.Size = new System.Drawing.Size(255, 35);
|
|
this.labelTareRange2.TabIndex = 185;
|
|
this.labelTareRange2.Text = "100";
|
|
this.labelTareRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelTareRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTareRange2.Wordwrap = false;
|
|
this.labelTareRange2.Click += new System.EventHandler(this.labelTareRange2_Click);
|
|
//
|
|
// labelUnderRange2
|
|
//
|
|
this.labelUnderRange2.BackColor = System.Drawing.Color.White;
|
|
this.labelUnderRange2.BackPictureBox1 = null;
|
|
this.labelUnderRange2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelUnderRange2.BorderColor = System.Drawing.Color.White;
|
|
this.labelUnderRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUnderRange2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelUnderRange2.ForeColor = System.Drawing.Color.White;
|
|
this.labelUnderRange2.InitVisible = true;
|
|
this.labelUnderRange2.LineSpacing = 0F;
|
|
this.labelUnderRange2.Location = new System.Drawing.Point(432, 365);
|
|
this.labelUnderRange2.Name = "labelUnderRange2";
|
|
this.labelUnderRange2.Size = new System.Drawing.Size(125, 35);
|
|
this.labelUnderRange2.TabIndex = 182;
|
|
this.labelUnderRange2.Text = "100";
|
|
this.labelUnderRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelUnderRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUnderRange2.Wordwrap = false;
|
|
this.labelUnderRange2.Click += new System.EventHandler(this.labelUnderRange2_Click);
|
|
//
|
|
// labelPassRange2
|
|
//
|
|
this.labelPassRange2.BackColor = System.Drawing.Color.White;
|
|
this.labelPassRange2.BackPictureBox1 = null;
|
|
this.labelPassRange2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelPassRange2.BorderColor = System.Drawing.Color.White;
|
|
this.labelPassRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelPassRange2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelPassRange2.ForeColor = System.Drawing.Color.White;
|
|
this.labelPassRange2.InitVisible = true;
|
|
this.labelPassRange2.LineSpacing = 0F;
|
|
this.labelPassRange2.Location = new System.Drawing.Point(432, 324);
|
|
this.labelPassRange2.Name = "labelPassRange2";
|
|
this.labelPassRange2.Size = new System.Drawing.Size(125, 35);
|
|
this.labelPassRange2.TabIndex = 183;
|
|
this.labelPassRange2.Text = "100";
|
|
this.labelPassRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelPassRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPassRange2.Wordwrap = false;
|
|
this.labelPassRange2.Click += new System.EventHandler(this.labelPassRange2_Click);
|
|
//
|
|
// labelOverRange2
|
|
//
|
|
this.labelOverRange2.BackColor = System.Drawing.Color.White;
|
|
this.labelOverRange2.BackPictureBox1 = null;
|
|
this.labelOverRange2.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelOverRange2.BorderColor = System.Drawing.Color.White;
|
|
this.labelOverRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOverRange2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelOverRange2.ForeColor = System.Drawing.Color.White;
|
|
this.labelOverRange2.InitVisible = true;
|
|
this.labelOverRange2.LineSpacing = 0F;
|
|
this.labelOverRange2.Location = new System.Drawing.Point(432, 283);
|
|
this.labelOverRange2.Name = "labelOverRange2";
|
|
this.labelOverRange2.Size = new System.Drawing.Size(125, 35);
|
|
this.labelOverRange2.TabIndex = 184;
|
|
this.labelOverRange2.Text = "100";
|
|
this.labelOverRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelOverRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOverRange2.Wordwrap = false;
|
|
this.labelOverRange2.Click += new System.EventHandler(this.labelOverRange2_Click);
|
|
//
|
|
// smartKeyboard
|
|
//
|
|
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
this.smartKeyboard.DesignMinimize = true;
|
|
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartKeyboard.HanYoungKeyDisable = false;
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
this.smartKeyboard.KeyPressImage1 = null;
|
|
this.smartKeyboard.KeyPressImage2 = null;
|
|
this.smartKeyboard.KeyPressImage3 = null;
|
|
this.smartKeyboard.KeyUpImage1 = null;
|
|
this.smartKeyboard.KeyUpImage2 = null;
|
|
this.smartKeyboard.KeyUpImage3 = null;
|
|
this.smartKeyboard.LeftMargin = 5;
|
|
this.smartKeyboard.Location = new System.Drawing.Point(9, 176);
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive;
|
|
this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green;
|
|
this.smartKeyboard.RoundedCorners = true;
|
|
this.smartKeyboard.SetBackimage = null;
|
|
this.smartKeyboard.Size = new System.Drawing.Size(16, 11);
|
|
this.smartKeyboard.TabIndex = 133;
|
|
this.smartKeyboard.TABKeyDisable = false;
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
|
|
this.smartKeyboard.TopMargin = 5;
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
//
|
|
// buttonProductNo
|
|
//
|
|
this.buttonProductNo.BackPictureBox = null;
|
|
this.buttonProductNo.BackPictureBox1 = null;
|
|
this.buttonProductNo.BackPictureBox2 = null;
|
|
this.buttonProductNo.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonProductNo.ButtonImageAutoSize = true;
|
|
this.buttonProductNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonProductNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DisableImage")));
|
|
this.buttonProductNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DownImage")));
|
|
this.buttonProductNo.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.buttonProductNo.GroupID = 0;
|
|
this.buttonProductNo.InitVisible = true;
|
|
this.buttonProductNo.Location = new System.Drawing.Point(20, 14);
|
|
this.buttonProductNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonProductNo.Name = "buttonProductNo";
|
|
this.buttonProductNo.NestedClickEventPrevent = false;
|
|
this.buttonProductNo.OutlinePixel = 1;
|
|
this.buttonProductNo.RepeatInterval = 200;
|
|
this.buttonProductNo.RepeatIntervalAccelerate = null;
|
|
this.buttonProductNo.SafeInterval = 200;
|
|
this.buttonProductNo.Size = new System.Drawing.Size(330, 50);
|
|
this.buttonProductNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonProductNo.TabIndex = 181;
|
|
this.buttonProductNo.Text = "100";
|
|
this.buttonProductNo.TextColor = System.Drawing.Color.White;
|
|
this.buttonProductNo.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonProductNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|
this.buttonProductNo.TextLocation = new System.Drawing.Point(-10, 0);
|
|
this.buttonProductNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonProductNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.UpImage")));
|
|
this.buttonProductNo.Click += new System.EventHandler(this.buttonProductNo_Click);
|
|
//
|
|
// labelDeviationOver1
|
|
//
|
|
this.labelDeviationOver1.BackColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver1.BackPictureBox1 = null;
|
|
this.labelDeviationOver1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelDeviationOver1.BorderColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDeviationOver1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelDeviationOver1.ForeColor = System.Drawing.Color.White;
|
|
this.labelDeviationOver1.InitVisible = true;
|
|
this.labelDeviationOver1.LineSpacing = 0F;
|
|
this.labelDeviationOver1.Location = new System.Drawing.Point(562, 79);
|
|
this.labelDeviationOver1.Name = "labelDeviationOver1";
|
|
this.labelDeviationOver1.Size = new System.Drawing.Size(125, 35);
|
|
this.labelDeviationOver1.TabIndex = 180;
|
|
this.labelDeviationOver1.Text = "100";
|
|
this.labelDeviationOver1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelDeviationOver1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDeviationOver1.Wordwrap = false;
|
|
this.labelDeviationOver1.Click += new System.EventHandler(this.labelDeviationOver1_Click);
|
|
//
|
|
// labelDeviationUnder1
|
|
//
|
|
this.labelDeviationUnder1.BackColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder1.BackPictureBox1 = null;
|
|
this.labelDeviationUnder1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelDeviationUnder1.BorderColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDeviationUnder1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelDeviationUnder1.ForeColor = System.Drawing.Color.White;
|
|
this.labelDeviationUnder1.InitVisible = true;
|
|
this.labelDeviationUnder1.LineSpacing = 0F;
|
|
this.labelDeviationUnder1.Location = new System.Drawing.Point(562, 119);
|
|
this.labelDeviationUnder1.Name = "labelDeviationUnder1";
|
|
this.labelDeviationUnder1.Size = new System.Drawing.Size(125, 35);
|
|
this.labelDeviationUnder1.TabIndex = 179;
|
|
this.labelDeviationUnder1.Text = "100";
|
|
this.labelDeviationUnder1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelDeviationUnder1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDeviationUnder1.Wordwrap = false;
|
|
this.labelDeviationUnder1.Click += new System.EventHandler(this.labelDeviationUnder1_Click);
|
|
//
|
|
// buttonLotEdit
|
|
//
|
|
this.buttonLotEdit.BackPictureBox = null;
|
|
this.buttonLotEdit.BackPictureBox1 = null;
|
|
this.buttonLotEdit.BackPictureBox2 = null;
|
|
this.buttonLotEdit.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonLotEdit.ButtonImageAutoSize = true;
|
|
this.buttonLotEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLotEdit.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.DisableImage")));
|
|
this.buttonLotEdit.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.DownImage")));
|
|
this.buttonLotEdit.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonLotEdit.GroupID = 0;
|
|
this.buttonLotEdit.InitVisible = true;
|
|
this.buttonLotEdit.Location = new System.Drawing.Point(310, 114);
|
|
this.buttonLotEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonLotEdit.Name = "buttonLotEdit";
|
|
this.buttonLotEdit.NestedClickEventPrevent = false;
|
|
this.buttonLotEdit.OutlinePixel = 1;
|
|
this.buttonLotEdit.RepeatInterval = 200;
|
|
this.buttonLotEdit.RepeatIntervalAccelerate = null;
|
|
this.buttonLotEdit.SafeInterval = 200;
|
|
this.buttonLotEdit.Size = new System.Drawing.Size(40, 40);
|
|
this.buttonLotEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLotEdit.TabIndex = 178;
|
|
this.buttonLotEdit.TextColor = System.Drawing.Color.White;
|
|
this.buttonLotEdit.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonLotEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLotEdit.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonLotEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLotEdit.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLotEdit.UpImage")));
|
|
this.buttonLotEdit.Click += new System.EventHandler(this.buttonLotEdit_Click);
|
|
//
|
|
// buttonNameEdit
|
|
//
|
|
this.buttonNameEdit.BackPictureBox = null;
|
|
this.buttonNameEdit.BackPictureBox1 = null;
|
|
this.buttonNameEdit.BackPictureBox2 = null;
|
|
this.buttonNameEdit.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonNameEdit.ButtonImageAutoSize = true;
|
|
this.buttonNameEdit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonNameEdit.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.DisableImage")));
|
|
this.buttonNameEdit.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.DownImage")));
|
|
this.buttonNameEdit.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonNameEdit.GroupID = 0;
|
|
this.buttonNameEdit.InitVisible = true;
|
|
this.buttonNameEdit.Location = new System.Drawing.Point(310, 75);
|
|
this.buttonNameEdit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonNameEdit.Name = "buttonNameEdit";
|
|
this.buttonNameEdit.NestedClickEventPrevent = false;
|
|
this.buttonNameEdit.OutlinePixel = 1;
|
|
this.buttonNameEdit.RepeatInterval = 200;
|
|
this.buttonNameEdit.RepeatIntervalAccelerate = null;
|
|
this.buttonNameEdit.SafeInterval = 200;
|
|
this.buttonNameEdit.Size = new System.Drawing.Size(40, 40);
|
|
this.buttonNameEdit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonNameEdit.TabIndex = 177;
|
|
this.buttonNameEdit.TextColor = System.Drawing.Color.White;
|
|
this.buttonNameEdit.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonNameEdit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonNameEdit.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonNameEdit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonNameEdit.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonNameEdit.UpImage")));
|
|
this.buttonNameEdit.Click += new System.EventHandler(this.buttonNameEdit_Click);
|
|
//
|
|
// labelTareRange1
|
|
//
|
|
this.labelTareRange1.BackColor = System.Drawing.Color.White;
|
|
this.labelTareRange1.BackPictureBox1 = null;
|
|
this.labelTareRange1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelTareRange1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTareRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTareRange1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelTareRange1.ForeColor = System.Drawing.Color.White;
|
|
this.labelTareRange1.InitVisible = true;
|
|
this.labelTareRange1.LineSpacing = 0F;
|
|
this.labelTareRange1.Location = new System.Drawing.Point(432, 189);
|
|
this.labelTareRange1.Name = "labelTareRange1";
|
|
this.labelTareRange1.Size = new System.Drawing.Size(255, 35);
|
|
this.labelTareRange1.TabIndex = 127;
|
|
this.labelTareRange1.Text = "100";
|
|
this.labelTareRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelTareRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTareRange1.Wordwrap = false;
|
|
this.labelTareRange1.Click += new System.EventHandler(this.labelTareRange1_Click);
|
|
//
|
|
// labelUnderRange1
|
|
//
|
|
this.labelUnderRange1.BackColor = System.Drawing.Color.White;
|
|
this.labelUnderRange1.BackPictureBox1 = null;
|
|
this.labelUnderRange1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelUnderRange1.BorderColor = System.Drawing.Color.White;
|
|
this.labelUnderRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUnderRange1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelUnderRange1.ForeColor = System.Drawing.Color.White;
|
|
this.labelUnderRange1.InitVisible = true;
|
|
this.labelUnderRange1.LineSpacing = 0F;
|
|
this.labelUnderRange1.Location = new System.Drawing.Point(432, 140);
|
|
this.labelUnderRange1.Name = "labelUnderRange1";
|
|
this.labelUnderRange1.Size = new System.Drawing.Size(125, 35);
|
|
this.labelUnderRange1.TabIndex = 127;
|
|
this.labelUnderRange1.Text = "100";
|
|
this.labelUnderRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelUnderRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUnderRange1.Wordwrap = false;
|
|
this.labelUnderRange1.Click += new System.EventHandler(this.labelUnderRange1_Click);
|
|
//
|
|
// labelPassRange1
|
|
//
|
|
this.labelPassRange1.BackColor = System.Drawing.Color.White;
|
|
this.labelPassRange1.BackPictureBox1 = null;
|
|
this.labelPassRange1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelPassRange1.BorderColor = System.Drawing.Color.White;
|
|
this.labelPassRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelPassRange1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelPassRange1.ForeColor = System.Drawing.Color.White;
|
|
this.labelPassRange1.InitVisible = true;
|
|
this.labelPassRange1.LineSpacing = 0F;
|
|
this.labelPassRange1.Location = new System.Drawing.Point(432, 99);
|
|
this.labelPassRange1.Name = "labelPassRange1";
|
|
this.labelPassRange1.Size = new System.Drawing.Size(125, 35);
|
|
this.labelPassRange1.TabIndex = 127;
|
|
this.labelPassRange1.Text = "100";
|
|
this.labelPassRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelPassRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPassRange1.Wordwrap = false;
|
|
this.labelPassRange1.Click += new System.EventHandler(this.labelPassRange1_Click);
|
|
//
|
|
// labelOverRange1
|
|
//
|
|
this.labelOverRange1.BackColor = System.Drawing.Color.White;
|
|
this.labelOverRange1.BackPictureBox1 = null;
|
|
this.labelOverRange1.BackPictureBox2 = this.smartGroupBox1;
|
|
this.labelOverRange1.BorderColor = System.Drawing.Color.White;
|
|
this.labelOverRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOverRange1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelOverRange1.ForeColor = System.Drawing.Color.White;
|
|
this.labelOverRange1.InitVisible = true;
|
|
this.labelOverRange1.LineSpacing = 0F;
|
|
this.labelOverRange1.Location = new System.Drawing.Point(432, 58);
|
|
this.labelOverRange1.Name = "labelOverRange1";
|
|
this.labelOverRange1.Size = new System.Drawing.Size(125, 35);
|
|
this.labelOverRange1.TabIndex = 127;
|
|
this.labelOverRange1.Text = "100";
|
|
this.labelOverRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelOverRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOverRange1.Wordwrap = false;
|
|
this.labelOverRange1.Click += new System.EventHandler(this.labelOverRange1_Click);
|
|
//
|
|
// textBoxProductName
|
|
//
|
|
this.textBoxProductName.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.textBoxProductName.Location = new System.Drawing.Point(96, 81);
|
|
this.textBoxProductName.MaxLength = 12;
|
|
this.textBoxProductName.Name = "textBoxProductName";
|
|
this.textBoxProductName.Size = new System.Drawing.Size(207, 28);
|
|
this.textBoxProductName.TabIndex = 117;
|
|
this.textBoxProductName.Text = "Welcome";
|
|
this.textBoxProductName.WordWrap = false;
|
|
this.textBoxProductName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxProductName_KeyPress);
|
|
//
|
|
// listBoxProductList
|
|
//
|
|
this.listBoxProductList.Font = new System.Drawing.Font("새굴림", 16F, System.Drawing.FontStyle.Bold);
|
|
this.listBoxProductList.Location = new System.Drawing.Point(31, 170);
|
|
this.listBoxProductList.Name = "listBoxProductList";
|
|
this.listBoxProductList.Size = new System.Drawing.Size(309, 290);
|
|
this.listBoxProductList.TabIndex = 116;
|
|
this.listBoxProductList.SelectedIndexChanged += new System.EventHandler(this.listBoxProductList_SelectedIndexChanged);
|
|
//
|
|
// ControlCenterBasicProduct
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlCenterBasicProduct";
|
|
this.Size = new System.Drawing.Size(710, 470);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBoxLotNo;
|
|
private System.Windows.Forms.TextBox textBoxProductName;
|
|
public System.Windows.Forms.ListBox listBoxProductList;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
public SmartX.SmartLabel labelOverRange1;
|
|
public SmartX.SmartLabel labelTareRange1;
|
|
public SmartX.SmartLabel labelUnderRange1;
|
|
public SmartX.SmartLabel labelPassRange1;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
private SmartX.SmartButton buttonNameEdit;
|
|
private SmartX.SmartButton buttonLotEdit;
|
|
public SmartX.SmartLabel labelDeviationOver1;
|
|
public SmartX.SmartLabel labelDeviationUnder1;
|
|
private SmartX.SmartButton buttonProductNo;
|
|
public SmartX.SmartLabel labelDeviationOver2;
|
|
public SmartX.SmartLabel labelDeviationUnder2;
|
|
public SmartX.SmartLabel labelTareRange2;
|
|
public SmartX.SmartLabel labelUnderRange2;
|
|
public SmartX.SmartLabel labelPassRange2;
|
|
public SmartX.SmartLabel labelOverRange2;
|
|
}
|
|
}
|