|
|
@@ -39,15 +39,15 @@
|
|
|
this.time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.fileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.claerBtn = new System.Windows.Forms.Button();
|
|
|
this.allParse = new System.Windows.Forms.Button();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
- this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.lstFiles = new System.Windows.Forms.ListBox();
|
|
|
- this.claerBtn = new System.Windows.Forms.Button();
|
|
|
+ this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
@@ -61,7 +61,8 @@
|
|
|
this.Device.Items.AddRange(new object[] {
|
|
|
"SPI设备",
|
|
|
"AOI设备",
|
|
|
- "印刷机"});
|
|
|
+ "印刷机",
|
|
|
+ "贴片机"});
|
|
|
this.Device.Location = new System.Drawing.Point(193, 88);
|
|
|
this.Device.Name = "Device";
|
|
|
this.Device.Size = new System.Drawing.Size(328, 32);
|
|
|
@@ -164,38 +165,17 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(1304, 334);
|
|
|
this.panel1.TabIndex = 7;
|
|
|
//
|
|
|
- // 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(520, 25);
|
|
|
- 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
|
|
|
+ // claerBtn
|
|
|
//
|
|
|
- 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.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(224, 32);
|
|
|
- this.ma_code.TabIndex = 0;
|
|
|
- this.ma_code.TableName = null;
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
+ 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(978, 151);
|
|
|
+ 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
|
|
|
//
|
|
|
@@ -238,10 +218,6 @@
|
|
|
this.panel3.Size = new System.Drawing.Size(958, 492);
|
|
|
this.panel3.TabIndex = 7;
|
|
|
//
|
|
|
- // openFileDialog2
|
|
|
- //
|
|
|
- this.openFileDialog2.FileName = "openFileDialog2";
|
|
|
- //
|
|
|
// lstFiles
|
|
|
//
|
|
|
this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -252,17 +228,42 @@
|
|
|
this.lstFiles.Size = new System.Drawing.Size(958, 492);
|
|
|
this.lstFiles.TabIndex = 0;
|
|
|
//
|
|
|
- // claerBtn
|
|
|
+ // openFileDialog2
|
|
|
//
|
|
|
- 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(978, 151);
|
|
|
- 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);
|
|
|
+ this.openFileDialog2.FileName = "openFileDialog2";
|
|
|
+ //
|
|
|
+ // 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(520, 25);
|
|
|
+ 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.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(224, 32);
|
|
|
+ this.ma_code.TabIndex = 0;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
//
|
|
|
// Make_ParseLog
|
|
|
//
|