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.FileBox = new System.Windows.Forms.GroupBox();
this.Clear = new System.Windows.Forms.Button();
this.Delete = new System.Windows.Forms.Button();
this.Generate = new System.Windows.Forms.Button();
this.SN6 = new System.Windows.Forms.TextBox();
this.SN5 = new System.Windows.Forms.TextBox();
this.SN4 = new System.Windows.Forms.TextBox();
this.SN3 = new System.Windows.Forms.TextBox();
this.SN2 = new System.Windows.Forms.TextBox();
this.SN1 = new System.Windows.Forms.TextBox();
this.onWatch = new System.Windows.Forms.Button();
this.claerBtn = new System.Windows.Forms.Button();
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.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
this.panel1.SuspendLayout();
this.FileBox.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设备",
"X-ray设备",
"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.FileBox);
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(1600, 296);
this.panel1.TabIndex = 7;
//
// FileBox
//
this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.FileBox.Controls.Add(this.Clear);
this.FileBox.Controls.Add(this.Delete);
this.FileBox.Controls.Add(this.Generate);
this.FileBox.Controls.Add(this.SN6);
this.FileBox.Controls.Add(this.SN5);
this.FileBox.Controls.Add(this.SN4);
this.FileBox.Controls.Add(this.SN3);
this.FileBox.Controls.Add(this.SN2);
this.FileBox.Controls.Add(this.SN1);
this.FileBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FileBox.ForeColor = System.Drawing.SystemColors.ControlText;
this.FileBox.Location = new System.Drawing.Point(801, 25);
this.FileBox.Name = "FileBox";
this.FileBox.Size = new System.Drawing.Size(759, 244);
this.FileBox.TabIndex = 10;
this.FileBox.TabStop = false;
this.FileBox.Text = "Xray序列号文件名生成";
this.FileBox.Visible = false;
//
// Clear
//
this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
this.Clear.Location = new System.Drawing.Point(329, 193);
this.Clear.Name = "Clear";
this.Clear.Size = new System.Drawing.Size(117, 36);
this.Clear.TabIndex = 8;
this.Clear.Text = "一键清理";
this.Clear.UseVisualStyleBackColor = true;
this.Clear.Click += new System.EventHandler(this.Clear_Click);
//
// Delete
//
this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
this.Delete.Location = new System.Drawing.Point(489, 193);
this.Delete.Name = "Delete";
this.Delete.Size = new System.Drawing.Size(117, 36);
this.Delete.TabIndex = 7;
this.Delete.Text = "一键删除";
this.Delete.UseVisualStyleBackColor = true;
this.Delete.Click += new System.EventHandler(this.Delete_Click);
//
// Generate
//
this.Generate.Cursor = System.Windows.Forms.Cursors.Hand;
this.Generate.Location = new System.Drawing.Point(174, 193);
this.Generate.Name = "Generate";
this.Generate.Size = new System.Drawing.Size(117, 36);
this.Generate.TabIndex = 6;
this.Generate.Text = "一键生成";
this.Generate.UseVisualStyleBackColor = true;
this.Generate.Click += new System.EventHandler(this.Generate_Click);
//
// SN6
//
this.SN6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN6.Location = new System.Drawing.Point(522, 128);
this.SN6.Name = "SN6";
this.SN6.Size = new System.Drawing.Size(222, 31);
this.SN6.TabIndex = 5;
this.SN6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN6_KeyDown);
//
// SN5
//
this.SN5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN5.Location = new System.Drawing.Point(271, 128);
this.SN5.Name = "SN5";
this.SN5.Size = new System.Drawing.Size(222, 31);
this.SN5.TabIndex = 4;
this.SN5.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN5_KeyDown);
//
// SN4
//
this.SN4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN4.Location = new System.Drawing.Point(20, 128);
this.SN4.Name = "SN4";
this.SN4.Size = new System.Drawing.Size(222, 31);
this.SN4.TabIndex = 3;
this.SN4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN4_KeyDown);
//
// SN3
//
this.SN3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN3.Location = new System.Drawing.Point(522, 55);
this.SN3.Name = "SN3";
this.SN3.Size = new System.Drawing.Size(222, 31);
this.SN3.TabIndex = 2;
this.SN3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN3_KeyDown);
//
// SN2
//
this.SN2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN2.Location = new System.Drawing.Point(271, 55);
this.SN2.Name = "SN2";
this.SN2.Size = new System.Drawing.Size(222, 31);
this.SN2.TabIndex = 1;
this.SN2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN2_KeyDown);
//
// SN1
//
this.SN1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SN1.Location = new System.Drawing.Point(20, 55);
this.SN1.Name = "SN1";
this.SN1.Size = new System.Drawing.Size(222, 31);
this.SN1.TabIndex = 0;
this.SN1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN1_KeyDown);
//
// 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);
//
// 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.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lstOk.FormattingEnabled = true;
this.lstOk.ItemHeight = 28;
this.lstOk.Location = new System.Drawing.Point(3, 3);
this.lstOk.Name = "lstOk";
this.lstOk.Size = new System.Drawing.Size(1594, 296);
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, 305);
this.lstFiles.Name = "lstFiles";
this.lstFiles.Size = new System.Drawing.Size(1594, 296);
this.lstFiles.TabIndex = 0;
this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem);
//
// openFileDialog2
//
this.openFileDialog2.FileName = "openFileDialog2";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 296);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1600, 604);
this.tableLayoutPanel1.TabIndex = 8;
//
// 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;
//
// 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(1600, 900);
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(true);
this.panel1.PerformLayout();
this.FileBox.ResumeLayout(true);
this.FileBox.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(true);
this.ResumeLayout(true);
}
#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.GroupBox FileBox;
private System.Windows.Forms.TextBox SN1;
private System.Windows.Forms.TextBox SN6;
private System.Windows.Forms.TextBox SN5;
private System.Windows.Forms.TextBox SN4;
private System.Windows.Forms.TextBox SN3;
private System.Windows.Forms.TextBox SN2;
private System.Windows.Forms.Button Generate;
private System.Windows.Forms.Button Delete;
private System.Windows.Forms.Button Clear;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}