namespace ITC81DB.Controls { partial class ControlMainSpotCheck { /// /// 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(ControlMainSpotCheck)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.smartLabel1 = new SmartX.SmartLabel(); this.labelSpotCheckMax = new SmartX.SmartLabel(); this.labelSpotCheckAverage = new SmartX.SmartLabel(); this.labelSpotCheckMin = new SmartX.SmartLabel(); this.buttonSpotCheckStart = new SmartX.SmartButton(); this.labelTotalCount = new SmartX.SmartLabel(); this.buttonClear = new SmartX.SmartButton(); this.listBoxWeightList = new SmartX.SmartListBox(); this.buttonListRapidDown = new SmartX.SmartButton(); this.buttonListDown = new SmartX.SmartButton(); this.buttonListUp = new SmartX.SmartButton(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(710, 220); // // smartLabel1 // this.smartLabel1.BackPictureBox = this.pictureBox1; this.smartLabel1.BackPictureBox1 = null; this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel1.ForeColor = System.Drawing.Color.White; this.smartLabel1.InitVisible = true; this.smartLabel1.LineSpacing = 0F; this.smartLabel1.Location = new System.Drawing.Point(29, 14); this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Size = new System.Drawing.Size(652, 20); this.smartLabel1.TabIndex = 702; this.smartLabel1.Text = "Spot Check"; this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel1.Wordwrap = false; // // labelSpotCheckMax // this.labelSpotCheckMax.BackColor = System.Drawing.Color.Black; this.labelSpotCheckMax.BackPictureBox = null; this.labelSpotCheckMax.BackPictureBox1 = null; this.labelSpotCheckMax.BackPictureBox2 = null; this.labelSpotCheckMax.BorderColor = System.Drawing.Color.Black; this.labelSpotCheckMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelSpotCheckMax.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelSpotCheckMax.ForeColor = System.Drawing.Color.White; this.labelSpotCheckMax.InitVisible = true; this.labelSpotCheckMax.LineSpacing = 0F; this.labelSpotCheckMax.Location = new System.Drawing.Point(566, 134); this.labelSpotCheckMax.Name = "labelSpotCheckMax"; this.labelSpotCheckMax.Size = new System.Drawing.Size(110, 30); this.labelSpotCheckMax.TabIndex = 704; this.labelSpotCheckMax.Text = "1000"; this.labelSpotCheckMax.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelSpotCheckMax.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelSpotCheckMax.Wordwrap = false; this.labelSpotCheckMax.Click += new System.EventHandler(this.labelSpotCheckMax_Click); // // labelSpotCheckAverage // this.labelSpotCheckAverage.BackColor = System.Drawing.Color.Black; this.labelSpotCheckAverage.BackPictureBox = null; this.labelSpotCheckAverage.BackPictureBox1 = null; this.labelSpotCheckAverage.BackPictureBox2 = null; this.labelSpotCheckAverage.BorderColor = System.Drawing.Color.Black; this.labelSpotCheckAverage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelSpotCheckAverage.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelSpotCheckAverage.ForeColor = System.Drawing.Color.White; this.labelSpotCheckAverage.InitVisible = true; this.labelSpotCheckAverage.LineSpacing = 0F; this.labelSpotCheckAverage.Location = new System.Drawing.Point(566, 174); this.labelSpotCheckAverage.Name = "labelSpotCheckAverage"; this.labelSpotCheckAverage.Size = new System.Drawing.Size(110, 30); this.labelSpotCheckAverage.TabIndex = 703; this.labelSpotCheckAverage.Text = "1000"; this.labelSpotCheckAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelSpotCheckAverage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelSpotCheckAverage.Wordwrap = false; this.labelSpotCheckAverage.Click += new System.EventHandler(this.labelSpotCheckAverage_Click); // // labelSpotCheckMin // this.labelSpotCheckMin.BackColor = System.Drawing.Color.Black; this.labelSpotCheckMin.BackPictureBox = null; this.labelSpotCheckMin.BackPictureBox1 = null; this.labelSpotCheckMin.BackPictureBox2 = null; this.labelSpotCheckMin.BorderColor = System.Drawing.Color.Black; this.labelSpotCheckMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelSpotCheckMin.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelSpotCheckMin.ForeColor = System.Drawing.Color.White; this.labelSpotCheckMin.InitVisible = true; this.labelSpotCheckMin.LineSpacing = 0F; this.labelSpotCheckMin.Location = new System.Drawing.Point(566, 94); this.labelSpotCheckMin.Name = "labelSpotCheckMin"; this.labelSpotCheckMin.Size = new System.Drawing.Size(110, 30); this.labelSpotCheckMin.TabIndex = 705; this.labelSpotCheckMin.Text = "1000"; this.labelSpotCheckMin.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelSpotCheckMin.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelSpotCheckMin.Wordwrap = false; this.labelSpotCheckMin.Click += new System.EventHandler(this.labelSpotCheckMin_Click); // // buttonSpotCheckStart // this.buttonSpotCheckStart.BackPictureBox = null; this.buttonSpotCheckStart.BackPictureBox1 = null; this.buttonSpotCheckStart.BackPictureBox2 = null; this.buttonSpotCheckStart.ButtonColor = System.Drawing.Color.Gray; this.buttonSpotCheckStart.ButtonImageAutoSize = true; this.buttonSpotCheckStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonSpotCheckStart.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSpotCheckStart.DisableImage"))); this.buttonSpotCheckStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSpotCheckStart.DownImage"))); this.buttonSpotCheckStart.GroupID = 0; this.buttonSpotCheckStart.InitVisible = true; this.buttonSpotCheckStart.Location = new System.Drawing.Point(29, 46); this.buttonSpotCheckStart.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonSpotCheckStart.Name = "buttonSpotCheckStart"; this.buttonSpotCheckStart.NestedClickEventPrevent = false; this.buttonSpotCheckStart.OutlinePixel = 1; this.buttonSpotCheckStart.RepeatInterval = 200; this.buttonSpotCheckStart.RepeatIntervalAccelerate = null; this.buttonSpotCheckStart.SafeInterval = 200; this.buttonSpotCheckStart.Size = new System.Drawing.Size(70, 78); this.buttonSpotCheckStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonSpotCheckStart.TabIndex = 706; this.buttonSpotCheckStart.TextColor = System.Drawing.Color.Black; this.buttonSpotCheckStart.TextDownColor = System.Drawing.Color.White; this.buttonSpotCheckStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonSpotCheckStart.TextLocation = new System.Drawing.Point(0, 0); this.buttonSpotCheckStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonSpotCheckStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSpotCheckStart.UpImage"))); this.buttonSpotCheckStart.Click += new System.EventHandler(this.buttonSpotCheckStart_Click); // // labelTotalCount // this.labelTotalCount.BackColor = System.Drawing.Color.Black; this.labelTotalCount.BackPictureBox = null; this.labelTotalCount.BackPictureBox1 = null; this.labelTotalCount.BackPictureBox2 = null; this.labelTotalCount.BorderColor = System.Drawing.Color.Black; this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTotalCount.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelTotalCount.ForeColor = System.Drawing.Color.White; this.labelTotalCount.InitVisible = true; this.labelTotalCount.LineSpacing = 0F; this.labelTotalCount.Location = new System.Drawing.Point(566, 49); this.labelTotalCount.Name = "labelTotalCount"; this.labelTotalCount.Size = new System.Drawing.Size(110, 30); this.labelTotalCount.TabIndex = 708; this.labelTotalCount.Text = "1000"; this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTotalCount.Wordwrap = false; // // buttonClear // this.buttonClear.BackPictureBox = null; this.buttonClear.BackPictureBox1 = null; this.buttonClear.BackPictureBox2 = null; this.buttonClear.ButtonColor = System.Drawing.Color.Gray; this.buttonClear.ButtonImageAutoSize = true; this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonClear.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DisableImage"))); this.buttonClear.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DownImage"))); this.buttonClear.GroupID = 0; this.buttonClear.InitVisible = true; this.buttonClear.Location = new System.Drawing.Point(29, 131); this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonClear.Name = "buttonClear"; this.buttonClear.NestedClickEventPrevent = false; this.buttonClear.OutlinePixel = 1; this.buttonClear.RepeatInterval = 200; this.buttonClear.RepeatIntervalAccelerate = null; this.buttonClear.SafeInterval = 200; this.buttonClear.Size = new System.Drawing.Size(70, 78); this.buttonClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonClear.TabIndex = 711; this.buttonClear.TextColor = System.Drawing.Color.Black; this.buttonClear.TextDownColor = System.Drawing.Color.White; this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonClear.TextLocation = new System.Drawing.Point(0, 0); this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonClear.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.UpImage"))); this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); // // listBoxWeightList // this.listBoxWeightList.BackPictureBox = this.pictureBox1; this.listBoxWeightList.BackPictureBox1 = null; this.listBoxWeightList.BackPictureBox2 = null; this.listBoxWeightList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxWeightList.ColumnDelimiter = '\0'; this.listBoxWeightList.ColumnOffsets = null; this.listBoxWeightList.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.listBoxWeightList.FontColor = System.Drawing.Color.White; this.listBoxWeightList.InitVisible = true; this.listBoxWeightList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxWeightList.ItemOffsetGap = 11; this.listBoxWeightList.ItemOffsetX = 0; this.listBoxWeightList.ItemOffsetY = 0; this.listBoxWeightList.Location = new System.Drawing.Point(116, 57); this.listBoxWeightList.MouseMoveEventSpace = 3; this.listBoxWeightList.MouseMoveSpace = 10; this.listBoxWeightList.Name = "listBoxWeightList"; this.listBoxWeightList.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxWeightList.SelectColor = System.Drawing.Color.LightSkyBlue; this.listBoxWeightList.SelectFilled = true; this.listBoxWeightList.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxWeightList.SelectItemIndex = -1; this.listBoxWeightList.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxWeightList.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxWeightList.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxWeightList.SeparationlineVisibleBottom = true; this.listBoxWeightList.SeparationlineVisibleTop = true; this.listBoxWeightList.Size = new System.Drawing.Size(277, 140); this.listBoxWeightList.TabIndex = 712; this.listBoxWeightList.Text = "smartListBox1"; // // buttonListRapidDown // this.buttonListRapidDown.BackPictureBox = null; this.buttonListRapidDown.BackPictureBox1 = null; this.buttonListRapidDown.BackPictureBox2 = null; this.buttonListRapidDown.ButtonColor = System.Drawing.Color.Gray; this.buttonListRapidDown.ButtonImageAutoSize = true; this.buttonListRapidDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonListRapidDown.DisableImage = null; this.buttonListRapidDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonListRapidDown.DownImage"))); this.buttonListRapidDown.GroupID = 0; this.buttonListRapidDown.InitVisible = true; this.buttonListRapidDown.Location = new System.Drawing.Point(400, 158); this.buttonListRapidDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonListRapidDown.Name = "buttonListRapidDown"; this.buttonListRapidDown.NestedClickEventPrevent = false; this.buttonListRapidDown.OutlinePixel = 1; this.buttonListRapidDown.RepeatInterval = 200; this.buttonListRapidDown.RepeatIntervalAccelerate = null; this.buttonListRapidDown.SafeInterval = 200; this.buttonListRapidDown.Size = new System.Drawing.Size(70, 51); this.buttonListRapidDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonListRapidDown.TabIndex = 715; this.buttonListRapidDown.TextColor = System.Drawing.Color.Black; this.buttonListRapidDown.TextDownColor = System.Drawing.Color.White; this.buttonListRapidDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonListRapidDown.TextLocation = new System.Drawing.Point(0, 0); this.buttonListRapidDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonListRapidDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonListRapidDown.UpImage"))); this.buttonListRapidDown.Click += new System.EventHandler(this.buttonListRapidDown_Click); // // buttonListDown // this.buttonListDown.BackPictureBox = null; this.buttonListDown.BackPictureBox1 = null; this.buttonListDown.BackPictureBox2 = null; this.buttonListDown.ButtonColor = System.Drawing.Color.Gray; this.buttonListDown.ButtonImageAutoSize = true; this.buttonListDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonListDown.DisableImage = null; this.buttonListDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonListDown.DownImage"))); this.buttonListDown.GroupID = 0; this.buttonListDown.InitVisible = true; this.buttonListDown.Location = new System.Drawing.Point(400, 102); this.buttonListDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonListDown.Name = "buttonListDown"; this.buttonListDown.NestedClickEventPrevent = false; this.buttonListDown.OutlinePixel = 1; this.buttonListDown.RepeatInterval = 200; this.buttonListDown.RepeatIntervalAccelerate = null; this.buttonListDown.SafeInterval = 200; this.buttonListDown.Size = new System.Drawing.Size(70, 51); this.buttonListDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonListDown.TabIndex = 714; this.buttonListDown.TextColor = System.Drawing.Color.Black; this.buttonListDown.TextDownColor = System.Drawing.Color.White; this.buttonListDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonListDown.TextLocation = new System.Drawing.Point(0, 0); this.buttonListDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonListDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonListDown.UpImage"))); this.buttonListDown.Click += new System.EventHandler(this.buttonListDown_Click); // // buttonListUp // this.buttonListUp.BackPictureBox = null; this.buttonListUp.BackPictureBox1 = null; this.buttonListUp.BackPictureBox2 = null; this.buttonListUp.ButtonColor = System.Drawing.Color.Gray; this.buttonListUp.ButtonImageAutoSize = true; this.buttonListUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonListUp.DisableImage = null; this.buttonListUp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonListUp.DownImage"))); this.buttonListUp.GroupID = 0; this.buttonListUp.InitVisible = true; this.buttonListUp.Location = new System.Drawing.Point(400, 46); this.buttonListUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonListUp.Name = "buttonListUp"; this.buttonListUp.NestedClickEventPrevent = false; this.buttonListUp.OutlinePixel = 1; this.buttonListUp.RepeatInterval = 200; this.buttonListUp.RepeatIntervalAccelerate = null; this.buttonListUp.SafeInterval = 200; this.buttonListUp.Size = new System.Drawing.Size(70, 51); this.buttonListUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonListUp.TabIndex = 713; this.buttonListUp.TextColor = System.Drawing.Color.Black; this.buttonListUp.TextDownColor = System.Drawing.Color.White; this.buttonListUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonListUp.TextLocation = new System.Drawing.Point(0, 0); this.buttonListUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonListUp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonListUp.UpImage"))); this.buttonListUp.Click += new System.EventHandler(this.buttonListUp_Click); // // ControlMainDisplaySpotCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.buttonListRapidDown); this.Controls.Add(this.buttonListDown); this.Controls.Add(this.buttonListUp); this.Controls.Add(this.listBoxWeightList); this.Controls.Add(this.buttonClear); this.Controls.Add(this.labelTotalCount); this.Controls.Add(this.buttonSpotCheckStart); this.Controls.Add(this.labelSpotCheckMin); this.Controls.Add(this.labelSpotCheckMax); this.Controls.Add(this.labelSpotCheckAverage); this.Controls.Add(this.smartLabel1); this.Controls.Add(this.pictureBox1); this.Name = "ControlMainDisplaySpotCheck"; this.Size = new System.Drawing.Size(710, 220); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private SmartX.SmartLabel smartLabel1; public SmartX.SmartLabel labelSpotCheckMax; public SmartX.SmartLabel labelSpotCheckAverage; public SmartX.SmartLabel labelSpotCheckMin; private SmartX.SmartButton buttonSpotCheckStart; public SmartX.SmartLabel labelTotalCount; private SmartX.SmartButton buttonClear; public SmartX.SmartListBox listBoxWeightList; private SmartX.SmartButton buttonListRapidDown; private SmartX.SmartButton buttonListDown; private SmartX.SmartButton buttonListUp; } }