namespace ITC81DB_0H.Controls { partial class ControlCenterLogInspection { /// /// 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(ControlCenterLogInspection)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.listBoxPass = new SmartX.SmartListBox(); this.smartLabel1 = new SmartX.SmartLabel(); this.labelTitleFind = new SmartX.SmartLabel(); this.labelFind = new SmartX.SmartLabel(); this.buttonFind = new SmartX.SmartButton(); this.buttonRead = new SmartX.SmartButton(); this.listBoxWeight = new SmartX.SmartListBox(); this.listBoxOver = new SmartX.SmartListBox(); this.listBoxUnder = new SmartX.SmartListBox(); this.listBoxGrade = new SmartX.SmartListBox(); this.listBoxTime = new SmartX.SmartListBox(); this.treeView = new System.Windows.Forms.TreeView(); this.labelTotalIndex = new SmartX.SmartLabel(); this.labelCurrentIndex = new SmartX.SmartLabel(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.smartLabel6 = new SmartX.SmartLabel(); this.smartLabel5 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel(); this.buttonDown = new SmartX.SmartButton(); this.buttonUp = new SmartX.SmartButton(); this.labelFileName = new SmartX.SmartLabel(); this.labelTitleFileName = new SmartX.SmartLabel(); this.labelTitleFileList = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1.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.listBoxPass); this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.labelTitleFind); this.smartGroupBox1.Controls.Add(this.labelFind); this.smartGroupBox1.Controls.Add(this.buttonFind); this.smartGroupBox1.Controls.Add(this.buttonRead); this.smartGroupBox1.Controls.Add(this.listBoxWeight); this.smartGroupBox1.Controls.Add(this.listBoxOver); this.smartGroupBox1.Controls.Add(this.listBoxUnder); this.smartGroupBox1.Controls.Add(this.listBoxGrade); this.smartGroupBox1.Controls.Add(this.listBoxTime); this.smartGroupBox1.Controls.Add(this.treeView); this.smartGroupBox1.Controls.Add(this.labelTotalIndex); this.smartGroupBox1.Controls.Add(this.labelCurrentIndex); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.smartLabel6); this.smartGroupBox1.Controls.Add(this.smartLabel5); this.smartGroupBox1.Controls.Add(this.smartLabel4); this.smartGroupBox1.Controls.Add(this.smartLabel3); this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.labelFileName); this.smartGroupBox1.Controls.Add(this.labelTitleFileName); this.smartGroupBox1.Controls.Add(this.labelTitleFileList); this.smartGroupBox1.Controls.Add(this.labelCount); this.smartGroupBox1.Controls.Add(this.buttonBackup); 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 = 0; 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 = 173; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // listBoxPass // this.listBoxPass.BackColor = System.Drawing.Color.White; this.listBoxPass.BackPictureBox = null; this.listBoxPass.BackPictureBox1 = null; this.listBoxPass.BackPictureBox2 = null; this.listBoxPass.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxPass.ColumnDelimiter = '\0'; this.listBoxPass.ColumnOffsets = null; this.listBoxPass.Enabled = false; this.listBoxPass.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxPass.FontColor = System.Drawing.Color.Black; this.listBoxPass.InitVisible = true; this.listBoxPass.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxPass.ItemOffsetGap = 8; this.listBoxPass.ItemOffsetX = 2; this.listBoxPass.ItemOffsetY = 0; this.listBoxPass.Location = new System.Drawing.Point(439, 141); this.listBoxPass.MouseMoveEventSpace = 3; this.listBoxPass.MouseMoveSpace = 10; this.listBoxPass.Name = "listBoxPass"; this.listBoxPass.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxPass.SelectColor = System.Drawing.Color.Blue; this.listBoxPass.SelectFilled = true; this.listBoxPass.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxPass.SelectItemIndex = -1; this.listBoxPass.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxPass.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxPass.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxPass.SeparationlineVisibleBottom = true; this.listBoxPass.SeparationlineVisibleTop = true; this.listBoxPass.Size = new System.Drawing.Size(62, 318); this.listBoxPass.TabIndex = 251; this.listBoxPass.Text = "smartListBox3"; // // smartLabel1 // this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartLabel1.BackPictureBox = null; this.smartLabel1.BackPictureBox1 = null; this.smartLabel1.BackPictureBox2 = null; this.smartLabel1.BorderColor = System.Drawing.Color.Black; this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 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(439, 118); this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Size = new System.Drawing.Size(62, 23); this.smartLabel1.TabIndex = 250; this.smartLabel1.Text = "Pass"; this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel1.Wordwrap = false; // // labelTitleFind // this.labelTitleFind.BackColor = System.Drawing.Color.Black; this.labelTitleFind.BackPictureBox1 = null; this.labelTitleFind.BackPictureBox2 = this.smartGroupBox1; this.labelTitleFind.BorderColor = System.Drawing.Color.Black; this.labelTitleFind.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleFind.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleFind.ForeColor = System.Drawing.Color.White; this.labelTitleFind.InitVisible = true; this.labelTitleFind.LineSpacing = 0F; this.labelTitleFind.Location = new System.Drawing.Point(240, 78); this.labelTitleFind.Name = "labelTitleFind"; this.labelTitleFind.Size = new System.Drawing.Size(173, 34); this.labelTitleFind.TabIndex = 249; this.labelTitleFind.Text = "데이터 찾기(Line)"; this.labelTitleFind.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleFind.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleFind.Wordwrap = false; // // labelFind // this.labelFind.BackColor = System.Drawing.Color.White; this.labelFind.BackPictureBox = null; this.labelFind.BackPictureBox1 = null; this.labelFind.BackPictureBox2 = null; this.labelFind.BorderColor = System.Drawing.Color.White; this.labelFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelFind.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold); this.labelFind.ForeColor = System.Drawing.Color.Black; this.labelFind.InitVisible = true; this.labelFind.LineSpacing = 0F; this.labelFind.Location = new System.Drawing.Point(419, 77); this.labelFind.Name = "labelFind"; this.labelFind.Size = new System.Drawing.Size(175, 35); this.labelFind.TabIndex = 248; this.labelFind.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelFind.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFind.Wordwrap = false; this.labelFind.Click += new System.EventHandler(this.labelFind_Click); // // buttonFind // this.buttonFind.BackPictureBox = null; this.buttonFind.BackPictureBox1 = null; this.buttonFind.BackPictureBox2 = null; this.buttonFind.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.buttonFind.ButtonImageAutoSize = true; this.buttonFind.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonFind.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.DisableImage"))); this.buttonFind.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.DownImage"))); this.buttonFind.GroupID = 0; this.buttonFind.InitVisible = true; this.buttonFind.Location = new System.Drawing.Point(600, 77); this.buttonFind.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonFind.Name = "buttonFind"; this.buttonFind.NestedClickEventPrevent = false; this.buttonFind.OutlinePixel = 1; this.buttonFind.RepeatInterval = 200; this.buttonFind.RepeatIntervalAccelerate = null; this.buttonFind.SafeInterval = 200; this.buttonFind.Size = new System.Drawing.Size(41, 35); this.buttonFind.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonFind.TabIndex = 247; this.buttonFind.TextColor = System.Drawing.Color.White; this.buttonFind.TextDownColor = System.Drawing.Color.White; this.buttonFind.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonFind.TextLocation = new System.Drawing.Point(0, 0); this.buttonFind.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonFind.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFind.UpImage"))); this.buttonFind.Click += new System.EventHandler(this.buttonFind_Click); // // buttonRead // this.buttonRead.BackPictureBox = null; this.buttonRead.BackPictureBox1 = null; this.buttonRead.BackPictureBox2 = null; this.buttonRead.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.buttonRead.ButtonImageAutoSize = true; this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRead.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DisableImage"))); this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage"))); this.buttonRead.GroupID = 0; this.buttonRead.InitVisible = true; this.buttonRead.Location = new System.Drawing.Point(600, 37); this.buttonRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonRead.Name = "buttonRead"; this.buttonRead.NestedClickEventPrevent = false; this.buttonRead.OutlinePixel = 1; this.buttonRead.RepeatInterval = 200; this.buttonRead.RepeatIntervalAccelerate = null; this.buttonRead.SafeInterval = 200; this.buttonRead.Size = new System.Drawing.Size(41, 35); this.buttonRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonRead.TabIndex = 246; this.buttonRead.TextColor = System.Drawing.Color.White; this.buttonRead.TextDownColor = System.Drawing.Color.White; this.buttonRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonRead.TextLocation = new System.Drawing.Point(0, 0); this.buttonRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.UpImage"))); this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click); // // listBoxWeight // this.listBoxWeight.BackColor = System.Drawing.Color.White; this.listBoxWeight.BackPictureBox = null; this.listBoxWeight.BackPictureBox1 = null; this.listBoxWeight.BackPictureBox2 = null; this.listBoxWeight.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxWeight.ColumnDelimiter = '\0'; this.listBoxWeight.ColumnOffsets = null; this.listBoxWeight.Enabled = false; this.listBoxWeight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxWeight.FontColor = System.Drawing.Color.Black; this.listBoxWeight.InitVisible = true; this.listBoxWeight.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxWeight.ItemOffsetGap = 8; this.listBoxWeight.ItemOffsetX = 2; this.listBoxWeight.ItemOffsetY = 0; this.listBoxWeight.Location = new System.Drawing.Point(565, 141); this.listBoxWeight.MouseMoveEventSpace = 3; this.listBoxWeight.MouseMoveSpace = 10; this.listBoxWeight.Name = "listBoxWeight"; this.listBoxWeight.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxWeight.SelectColor = System.Drawing.Color.Blue; this.listBoxWeight.SelectFilled = true; this.listBoxWeight.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxWeight.SelectItemIndex = -1; this.listBoxWeight.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxWeight.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxWeight.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxWeight.SeparationlineVisibleBottom = true; this.listBoxWeight.SeparationlineVisibleTop = true; this.listBoxWeight.Size = new System.Drawing.Size(76, 318); this.listBoxWeight.TabIndex = 245; this.listBoxWeight.Text = "smartListBox4"; // // listBoxOver // this.listBoxOver.BackColor = System.Drawing.Color.White; this.listBoxOver.BackPictureBox = null; this.listBoxOver.BackPictureBox1 = null; this.listBoxOver.BackPictureBox2 = null; this.listBoxOver.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxOver.ColumnDelimiter = '\0'; this.listBoxOver.ColumnOffsets = null; this.listBoxOver.Enabled = false; this.listBoxOver.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxOver.FontColor = System.Drawing.Color.Black; this.listBoxOver.InitVisible = true; this.listBoxOver.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxOver.ItemOffsetGap = 8; this.listBoxOver.ItemOffsetX = 2; this.listBoxOver.ItemOffsetY = 0; this.listBoxOver.Location = new System.Drawing.Point(502, 141); this.listBoxOver.MouseMoveEventSpace = 3; this.listBoxOver.MouseMoveSpace = 10; this.listBoxOver.Name = "listBoxOver"; this.listBoxOver.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxOver.SelectColor = System.Drawing.Color.Blue; this.listBoxOver.SelectFilled = true; this.listBoxOver.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxOver.SelectItemIndex = -1; this.listBoxOver.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxOver.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxOver.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxOver.SeparationlineVisibleBottom = true; this.listBoxOver.SeparationlineVisibleTop = true; this.listBoxOver.Size = new System.Drawing.Size(62, 318); this.listBoxOver.TabIndex = 244; this.listBoxOver.Text = "smartListBox3"; // // listBoxUnder // this.listBoxUnder.BackColor = System.Drawing.Color.White; this.listBoxUnder.BackPictureBox = null; this.listBoxUnder.BackPictureBox1 = null; this.listBoxUnder.BackPictureBox2 = null; this.listBoxUnder.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxUnder.ColumnDelimiter = '\0'; this.listBoxUnder.ColumnOffsets = null; this.listBoxUnder.Enabled = false; this.listBoxUnder.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxUnder.FontColor = System.Drawing.Color.Black; this.listBoxUnder.InitVisible = true; this.listBoxUnder.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxUnder.ItemOffsetGap = 8; this.listBoxUnder.ItemOffsetX = 2; this.listBoxUnder.ItemOffsetY = 0; this.listBoxUnder.Location = new System.Drawing.Point(376, 141); this.listBoxUnder.MouseMoveEventSpace = 3; this.listBoxUnder.MouseMoveSpace = 10; this.listBoxUnder.Name = "listBoxUnder"; this.listBoxUnder.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxUnder.SelectColor = System.Drawing.Color.Blue; this.listBoxUnder.SelectFilled = true; this.listBoxUnder.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxUnder.SelectItemIndex = -1; this.listBoxUnder.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxUnder.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxUnder.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxUnder.SeparationlineVisibleBottom = true; this.listBoxUnder.SeparationlineVisibleTop = true; this.listBoxUnder.Size = new System.Drawing.Size(62, 318); this.listBoxUnder.TabIndex = 243; this.listBoxUnder.Text = "smartListBox2"; // // listBoxGrade // this.listBoxGrade.BackColor = System.Drawing.Color.White; this.listBoxGrade.BackPictureBox = null; this.listBoxGrade.BackPictureBox1 = null; this.listBoxGrade.BackPictureBox2 = null; this.listBoxGrade.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxGrade.ColumnDelimiter = '\0'; this.listBoxGrade.ColumnOffsets = null; this.listBoxGrade.Enabled = false; this.listBoxGrade.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxGrade.FontColor = System.Drawing.Color.Black; this.listBoxGrade.InitVisible = true; this.listBoxGrade.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxGrade.ItemOffsetGap = 8; this.listBoxGrade.ItemOffsetX = 2; this.listBoxGrade.ItemOffsetY = 0; this.listBoxGrade.Location = new System.Drawing.Point(301, 141); this.listBoxGrade.MouseMoveEventSpace = 3; this.listBoxGrade.MouseMoveSpace = 10; this.listBoxGrade.Name = "listBoxGrade"; this.listBoxGrade.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxGrade.SelectColor = System.Drawing.Color.Blue; this.listBoxGrade.SelectFilled = true; this.listBoxGrade.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxGrade.SelectItemIndex = -1; this.listBoxGrade.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxGrade.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxGrade.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxGrade.SeparationlineVisibleBottom = true; this.listBoxGrade.SeparationlineVisibleTop = true; this.listBoxGrade.Size = new System.Drawing.Size(74, 318); this.listBoxGrade.TabIndex = 242; this.listBoxGrade.Text = "smartListBox1"; // // listBoxTime // this.listBoxTime.BackColor = System.Drawing.Color.White; this.listBoxTime.BackPictureBox = null; this.listBoxTime.BackPictureBox1 = null; this.listBoxTime.BackPictureBox2 = null; this.listBoxTime.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER; this.listBoxTime.ColumnDelimiter = '\0'; this.listBoxTime.ColumnOffsets = null; this.listBoxTime.Enabled = false; this.listBoxTime.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.listBoxTime.FontColor = System.Drawing.Color.Black; this.listBoxTime.InitVisible = true; this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; this.listBoxTime.ItemOffsetGap = 8; this.listBoxTime.ItemOffsetX = 2; this.listBoxTime.ItemOffsetY = 0; this.listBoxTime.Location = new System.Drawing.Point(240, 141); this.listBoxTime.MouseMoveEventSpace = 3; this.listBoxTime.MouseMoveSpace = 10; this.listBoxTime.Name = "listBoxTime"; this.listBoxTime.OutLineColor = System.Drawing.SystemColors.ControlText; this.listBoxTime.SelectColor = System.Drawing.Color.Blue; this.listBoxTime.SelectFilled = true; this.listBoxTime.SelectFontColor = System.Drawing.Color.DarkBlue; this.listBoxTime.SelectItemIndex = -1; this.listBoxTime.SeparationlineColor1 = System.Drawing.Color.Gray; this.listBoxTime.SeparationlineColor2 = System.Drawing.Color.LightGray; this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; this.listBoxTime.SeparationlineVisibleBottom = true; this.listBoxTime.SeparationlineVisibleTop = true; this.listBoxTime.Size = new System.Drawing.Size(60, 318); this.listBoxTime.TabIndex = 241; this.listBoxTime.Text = "smartListBox1"; // // treeView // this.treeView.CheckBoxes = true; this.treeView.Location = new System.Drawing.Point(8, 37); this.treeView.Name = "treeView"; this.treeView.Size = new System.Drawing.Size(226, 422); this.treeView.TabIndex = 240; this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect); // // labelTotalIndex // this.labelTotalIndex.BackColor = System.Drawing.Color.BlanchedAlmond; this.labelTotalIndex.BackPictureBox1 = null; this.labelTotalIndex.BackPictureBox2 = this.smartGroupBox1; this.labelTotalIndex.BorderColor = System.Drawing.Color.Black; this.labelTotalIndex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTotalIndex.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTotalIndex.ForeColor = System.Drawing.Color.White; this.labelTotalIndex.InitVisible = true; this.labelTotalIndex.LineSpacing = 0F; this.labelTotalIndex.Location = new System.Drawing.Point(646, 273); this.labelTotalIndex.Name = "labelTotalIndex"; this.labelTotalIndex.Size = new System.Drawing.Size(50, 21); this.labelTotalIndex.TabIndex = 239; this.labelTotalIndex.Text = "0"; this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTotalIndex.Wordwrap = false; // // labelCurrentIndex // this.labelCurrentIndex.BackColor = System.Drawing.Color.BlanchedAlmond; this.labelCurrentIndex.BackPictureBox1 = null; this.labelCurrentIndex.BackPictureBox2 = this.smartGroupBox1; this.labelCurrentIndex.BorderColor = System.Drawing.Color.Black; this.labelCurrentIndex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelCurrentIndex.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelCurrentIndex.ForeColor = System.Drawing.Color.White; this.labelCurrentIndex.InitVisible = true; this.labelCurrentIndex.LineSpacing = 0F; this.labelCurrentIndex.Location = new System.Drawing.Point(646, 238); this.labelCurrentIndex.Name = "labelCurrentIndex"; this.labelCurrentIndex.Size = new System.Drawing.Size(50, 21); this.labelCurrentIndex.TabIndex = 238; this.labelCurrentIndex.Text = "0"; this.labelCurrentIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelCurrentIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCurrentIndex.Wordwrap = false; // // 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(646, 265); this.smartSeparatorLine1.Name = "smartSeparatorLine1"; this.smartSeparatorLine1.Size = new System.Drawing.Size(50, 2); this.smartSeparatorLine1.TabIndex = 237; this.smartSeparatorLine1.Text = "smartSeparatorLine1"; // // smartLabel6 // this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); 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.FixedSingle; this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, 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(565, 118); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.Size = new System.Drawing.Size(76, 23); this.smartLabel6.TabIndex = 236; this.smartLabel6.Text = "Weight"; this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.Wordwrap = false; // // smartLabel5 // this.smartLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartLabel5.BackPictureBox = null; this.smartLabel5.BackPictureBox1 = null; this.smartLabel5.BackPictureBox2 = null; this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel5.ForeColor = System.Drawing.Color.White; this.smartLabel5.InitVisible = true; this.smartLabel5.LineSpacing = 0F; this.smartLabel5.Location = new System.Drawing.Point(502, 118); this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.Size = new System.Drawing.Size(62, 23); this.smartLabel5.TabIndex = 233; this.smartLabel5.Text = "Over"; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel5.Wordwrap = false; // // smartLabel4 // this.smartLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); 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.FixedSingle; this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, 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(376, 118); this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.Size = new System.Drawing.Size(62, 23); this.smartLabel4.TabIndex = 231; this.smartLabel4.Text = "Under"; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel4.Wordwrap = false; // // smartLabel3 // this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartLabel3.BackPictureBox = null; this.smartLabel3.BackPictureBox1 = null; this.smartLabel3.BackPictureBox2 = null; this.smartLabel3.BorderColor = System.Drawing.Color.Black; this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel3.ForeColor = System.Drawing.Color.White; this.smartLabel3.InitVisible = true; this.smartLabel3.LineSpacing = 0F; this.smartLabel3.Location = new System.Drawing.Point(301, 118); this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.Size = new System.Drawing.Size(74, 23); this.smartLabel3.TabIndex = 228; this.smartLabel3.Text = "Grade"; this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // // smartLabel2 // this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartLabel2.BackPictureBox = null; this.smartLabel2.BackPictureBox1 = null; this.smartLabel2.BackPictureBox2 = null; this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel2.ForeColor = System.Drawing.Color.White; this.smartLabel2.InitVisible = true; this.smartLabel2.LineSpacing = 0F; this.smartLabel2.Location = new System.Drawing.Point(240, 118); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Size = new System.Drawing.Size(60, 23); this.smartLabel2.TabIndex = 227; this.smartLabel2.Text = "Time"; this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel2.Wordwrap = false; // // buttonDown // this.buttonDown.BackPictureBox = null; this.buttonDown.BackPictureBox1 = null; this.buttonDown.BackPictureBox2 = null; this.buttonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.buttonDown.ButtonImageAutoSize = true; this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonDown.DisableImage = null; this.buttonDown.DownImage = null; this.buttonDown.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular); this.buttonDown.GroupID = 0; this.buttonDown.InitVisible = true; this.buttonDown.Location = new System.Drawing.Point(646, 310); this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonDown.Name = "buttonDown"; this.buttonDown.NestedClickEventPrevent = false; this.buttonDown.OutlinePixel = 1; this.buttonDown.RepeatInterval = 200; this.buttonDown.RepeatIntervalAccelerate = null; this.buttonDown.SafeInterval = 200; this.buttonDown.Size = new System.Drawing.Size(50, 149); this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonDown.TabIndex = 226; this.buttonDown.Text = "▼"; this.buttonDown.TextColor = System.Drawing.Color.White; this.buttonDown.TextDownColor = System.Drawing.Color.White; this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonDown.TextLocation = new System.Drawing.Point(0, 0); this.buttonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDown.UpImage = null; this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click); // // buttonUp // this.buttonUp.BackPictureBox = null; this.buttonUp.BackPictureBox1 = null; this.buttonUp.BackPictureBox2 = null; this.buttonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.buttonUp.ButtonImageAutoSize = true; this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonUp.DisableImage = null; this.buttonUp.DownImage = null; this.buttonUp.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular); this.buttonUp.GroupID = 0; this.buttonUp.InitVisible = true; this.buttonUp.Location = new System.Drawing.Point(646, 73); this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonUp.Name = "buttonUp"; this.buttonUp.NestedClickEventPrevent = false; this.buttonUp.OutlinePixel = 1; this.buttonUp.RepeatInterval = 200; this.buttonUp.RepeatIntervalAccelerate = null; this.buttonUp.SafeInterval = 200; this.buttonUp.Size = new System.Drawing.Size(50, 149); this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonUp.TabIndex = 225; this.buttonUp.Text = "▲"; this.buttonUp.TextColor = System.Drawing.Color.White; this.buttonUp.TextDownColor = System.Drawing.Color.White; this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonUp.TextLocation = new System.Drawing.Point(0, 0); this.buttonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonUp.UpImage = null; this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click); // // labelFileName // this.labelFileName.BackColor = System.Drawing.Color.Black; this.labelFileName.BackPictureBox = null; this.labelFileName.BackPictureBox1 = null; this.labelFileName.BackPictureBox2 = null; this.labelFileName.BorderColor = System.Drawing.Color.White; this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelFileName.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold); this.labelFileName.ForeColor = System.Drawing.Color.White; this.labelFileName.InitVisible = true; this.labelFileName.LineSpacing = 0F; this.labelFileName.Location = new System.Drawing.Point(240, 37); this.labelFileName.Name = "labelFileName"; this.labelFileName.Size = new System.Drawing.Size(354, 35); this.labelFileName.TabIndex = 224; this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFileName.Wordwrap = false; // // labelTitleFileName // this.labelTitleFileName.BackColor = System.Drawing.Color.Black; this.labelTitleFileName.BackPictureBox1 = null; this.labelTitleFileName.BackPictureBox2 = this.smartGroupBox1; this.labelTitleFileName.BorderColor = System.Drawing.Color.Black; this.labelTitleFileName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleFileName.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleFileName.ForeColor = System.Drawing.Color.White; this.labelTitleFileName.InitVisible = true; this.labelTitleFileName.LineSpacing = 0F; this.labelTitleFileName.Location = new System.Drawing.Point(240, 12); this.labelTitleFileName.Name = "labelTitleFileName"; this.labelTitleFileName.Size = new System.Drawing.Size(396, 21); this.labelTitleFileName.TabIndex = 223; this.labelTitleFileName.Text = "파일 이름"; this.labelTitleFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleFileName.Wordwrap = false; // // labelTitleFileList // this.labelTitleFileList.BackColor = System.Drawing.Color.Black; this.labelTitleFileList.BackPictureBox1 = null; this.labelTitleFileList.BackPictureBox2 = this.smartGroupBox1; this.labelTitleFileList.BorderColor = System.Drawing.Color.Black; this.labelTitleFileList.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleFileList.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleFileList.ForeColor = System.Drawing.Color.White; this.labelTitleFileList.InitVisible = true; this.labelTitleFileList.LineSpacing = 0F; this.labelTitleFileList.Location = new System.Drawing.Point(8, 12); this.labelTitleFileList.Name = "labelTitleFileList"; this.labelTitleFileList.Size = new System.Drawing.Size(134, 21); this.labelTitleFileList.TabIndex = 222; this.labelTitleFileList.Text = "파일 목록"; this.labelTitleFileList.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleFileList.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleFileList.Wordwrap = false; // // labelCount // this.labelCount.BackColor = System.Drawing.Color.BlanchedAlmond; this.labelCount.BackPictureBox1 = null; this.labelCount.BackPictureBox2 = this.smartGroupBox1; this.labelCount.BorderColor = System.Drawing.Color.Black; this.labelCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelCount.ForeColor = System.Drawing.Color.White; this.labelCount.InitVisible = true; this.labelCount.LineSpacing = 0F; this.labelCount.Location = new System.Drawing.Point(148, 12); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(86, 21); this.labelCount.TabIndex = 219; this.labelCount.Text = "0"; this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.Wordwrap = false; // // buttonBackup // this.buttonBackup.BackPictureBox = null; this.buttonBackup.BackPictureBox1 = null; this.buttonBackup.BackPictureBox2 = null; this.buttonBackup.ButtonColor = System.Drawing.Color.Gray; this.buttonBackup.ButtonImageAutoSize = true; this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage"))); this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage"))); this.buttonBackup.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); this.buttonBackup.GroupID = 0; this.buttonBackup.InitVisible = true; this.buttonBackup.Location = new System.Drawing.Point(646, 12); this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonBackup.Name = "buttonBackup"; this.buttonBackup.NestedClickEventPrevent = false; this.buttonBackup.OutlinePixel = 1; this.buttonBackup.RepeatInterval = 200; this.buttonBackup.RepeatIntervalAccelerate = null; this.buttonBackup.SafeInterval = 200; this.buttonBackup.Size = new System.Drawing.Size(50, 50); this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBackup.TabIndex = 182; this.buttonBackup.TextColor = System.Drawing.Color.White; this.buttonBackup.TextDownColor = System.Drawing.Color.White; this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBackup.TextLocation = new System.Drawing.Point(0, 0); this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.UpImage"))); this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click); // // smartFile1 // this.smartFile1.FilePathName = null; // // ControlCenterLogInspection // 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 = "ControlCenterLogInspection"; this.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartButton buttonBackup; private SmartX.SmartLabel labelCount; private SmartX.SmartLabel labelTitleFileList; private SmartX.SmartFile smartFile1; private SmartX.SmartLabel labelFileName; private SmartX.SmartLabel labelTitleFileName; private SmartX.SmartButton buttonDown; private SmartX.SmartButton buttonUp; private SmartX.SmartLabel smartLabel2; private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel labelTotalIndex; private SmartX.SmartLabel labelCurrentIndex; private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel smartLabel5; private SmartX.SmartLabel smartLabel4; private System.Windows.Forms.TreeView treeView; private SmartX.SmartListBox listBoxWeight; private SmartX.SmartListBox listBoxOver; private SmartX.SmartListBox listBoxUnder; private SmartX.SmartListBox listBoxGrade; private SmartX.SmartListBox listBoxTime; private SmartX.SmartButton buttonRead; private SmartX.SmartButton buttonFind; private SmartX.SmartLabel labelTitleFind; private SmartX.SmartLabel labelFind; private SmartX.SmartListBox listBoxPass; private SmartX.SmartLabel smartLabel1; } }