namespace UAS_MES_NEW.Make { partial class Make_ParseLog { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.Device = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.Choose = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.panel1 = new System.Windows.Forms.Panel(); this.onWatch = new System.Windows.Forms.Button(); this.claerBtn = new System.Windows.Forms.Button(); this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox(); this.allParse = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.lstOk = new System.Windows.Forms.ListBox(); this.lstFiles = new System.Windows.Forms.ListBox(); this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // Device // this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Device.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Device.FormattingEnabled = true; this.Device.Items.AddRange(new object[] { "AOI设备", "CCD相机"}); this.Device.Location = new System.Drawing.Point(193, 88); this.Device.Name = "Device"; this.Device.Size = new System.Drawing.Size(387, 39); this.Device.TabIndex = 2; this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(61, 92); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 30); this.label1.TabIndex = 0; this.label1.Text = "设备类型"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(61, 154); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 30); this.label2.TabIndex = 4; this.label2.Text = "文件夹路径"; // // txtPath // this.txtPath.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPath.Location = new System.Drawing.Point(193, 154); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(387, 35); this.txtPath.TabIndex = 3; // // Choose // this.Choose.Cursor = System.Windows.Forms.Cursors.Hand; this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Choose.Location = new System.Drawing.Point(601, 155); this.Choose.Name = "Choose"; this.Choose.Size = new System.Drawing.Size(122, 38); this.Choose.TabIndex = 4; this.Choose.Text = "选择"; this.Choose.UseVisualStyleBackColor = true; this.Choose.Click += new System.EventHandler(this.Choose_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.RestoreDirectory = true; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.onWatch); this.panel1.Controls.Add(this.claerBtn); this.panel1.Controls.Add(this.LockMakeCode); this.panel1.Controls.Add(this.ma_code); this.panel1.Controls.Add(this.allParse); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.Device); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.Choose); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtPath); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1304, 296); this.panel1.TabIndex = 7; // // onWatch // this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand; this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.onWatch.Location = new System.Drawing.Point(66, 232); this.onWatch.Name = "onWatch"; this.onWatch.Size = new System.Drawing.Size(122, 38); this.onWatch.TabIndex = 8; this.onWatch.Text = "开启解析"; this.onWatch.UseVisualStyleBackColor = true; this.onWatch.Click += new System.EventHandler(this.onWatch_Click); // // claerBtn // this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand; this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.claerBtn.Location = new System.Drawing.Point(391, 231); this.claerBtn.Name = "claerBtn"; this.claerBtn.Size = new System.Drawing.Size(122, 38); this.claerBtn.TabIndex = 7; this.claerBtn.Text = "清除"; this.claerBtn.UseVisualStyleBackColor = true; this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click); // // LockMakeCode // this.LockMakeCode.AutoSize = true; this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LockMakeCode.LeaveEvent = false; this.LockMakeCode.Location = new System.Drawing.Point(523, 30); this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4); this.LockMakeCode.Name = "LockMakeCode"; this.LockMakeCode.Size = new System.Drawing.Size(72, 28); this.LockMakeCode.TabIndex = 1; this.LockMakeCode.Text = "锁定"; this.LockMakeCode.UseVisualStyleBackColor = true; // // ma_code // this.ma_code.AllPower = null; this.ma_code.BackColor = System.Drawing.SystemColors.Control; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = null; this.ma_code.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(193, 25); this.ma_code.Margin = new System.Windows.Forms.Padding(4); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(320, 42); this.ma_code.TabIndex = 0; this.ma_code.TableName = null; this.ma_code.TextBoxEnable = true; // // allParse // this.allParse.Cursor = System.Windows.Forms.Cursors.Hand; this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.allParse.Location = new System.Drawing.Point(230, 232); this.allParse.Name = "allParse"; this.allParse.Size = new System.Drawing.Size(122, 38); this.allParse.TabIndex = 5; this.allParse.Text = "批量解析"; this.allParse.UseVisualStyleBackColor = true; this.allParse.Click += new System.EventHandler(this.allParse_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(61, 26); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(101, 30); this.label3.TabIndex = 6; this.label3.Text = "归属工单"; // // lstOk // this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill; this.lstOk.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstOk.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lstOk.FormattingEnabled = true; this.lstOk.ItemHeight = 22; this.lstOk.Location = new System.Drawing.Point(655, 3); this.lstOk.Name = "lstOk"; this.lstOk.Size = new System.Drawing.Size(646, 524); this.lstOk.TabIndex = 1; // // lstFiles // this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lstFiles.FormattingEnabled = true; this.lstFiles.ItemHeight = 22; this.lstFiles.Location = new System.Drawing.Point(3, 3); this.lstFiles.Name = "lstFiles"; this.lstFiles.Size = new System.Drawing.Size(646, 524); this.lstFiles.TabIndex = 0; this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem); // // openFileDialog2 // this.openFileDialog2.FileName = "openFileDialog2"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.lstOk, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 296); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1304, 530); this.tableLayoutPanel1.TabIndex = 8; // // Make_ParseLog // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(1304, 826); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_ParseLog"; this.Text = "Make_ParseLog"; this.Load += new System.EventHandler(this.Make_ParseLog_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox Device; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button Choose; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button allParse; private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code; private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode; private System.Windows.Forms.OpenFileDialog openFileDialog2; private System.Windows.Forms.ListBox lstFiles; private System.Windows.Forms.Button claerBtn; private System.Windows.Forms.Button onWatch; private System.Windows.Forms.ListBox lstOk; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }