|
|
@@ -30,24 +30,37 @@
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_BurnInspection));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.DateTimeCheck = new System.Windows.Forms.CheckBox();
|
|
|
+ this.DateTime = new System.Windows.Forms.Label();
|
|
|
+ this.EndDateTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.StartDateTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.CurrQtyVal = new System.Windows.Forms.TextBox();
|
|
|
this.ma_qty = new System.Windows.Forms.TextBox();
|
|
|
+ this.CurrQtyLab = new System.Windows.Forms.Label();
|
|
|
this.TargetQtyLab = new System.Windows.Forms.Label();
|
|
|
this.pr_spec = new System.Windows.Forms.TextBox();
|
|
|
this.EmployeeVal = new System.Windows.Forms.TextBox();
|
|
|
this.EmployeeLab = new System.Windows.Forms.Label();
|
|
|
this.PrdetailLab = new System.Windows.Forms.Label();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.ClearMsg = new System.Windows.Forms.Button();
|
|
|
+ this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.DataBox = new System.Windows.Forms.DataGridView();
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
+ this.InspectNumVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.InspectNumLab = new System.Windows.Forms.Label();
|
|
|
this.OkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.TestLab = new System.Windows.Forms.Label();
|
|
|
this.NgBox = new System.Windows.Forms.CheckBox();
|
|
|
this.BurnLotnoVal = new System.Windows.Forms.TextBox();
|
|
|
this.BurnLotnoLab = new System.Windows.Forms.Label();
|
|
|
+ this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -58,21 +71,19 @@
|
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BURN_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.burn_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.inspect_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ic_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.inspect_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.inspect_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
@@ -83,7 +94,13 @@
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
+ this.panel1.Controls.Add(this.DateTimeCheck);
|
|
|
+ this.panel1.Controls.Add(this.DateTime);
|
|
|
+ this.panel1.Controls.Add(this.EndDateTime);
|
|
|
+ this.panel1.Controls.Add(this.StartDateTime);
|
|
|
+ this.panel1.Controls.Add(this.CurrQtyVal);
|
|
|
this.panel1.Controls.Add(this.ma_qty);
|
|
|
+ this.panel1.Controls.Add(this.CurrQtyLab);
|
|
|
this.panel1.Controls.Add(this.TargetQtyLab);
|
|
|
this.panel1.Controls.Add(this.pr_spec);
|
|
|
this.panel1.Controls.Add(this.EmployeeVal);
|
|
|
@@ -99,19 +116,76 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(1280, 112);
|
|
|
this.panel1.TabIndex = 132;
|
|
|
//
|
|
|
+ // DateTimeCheck
|
|
|
+ //
|
|
|
+ this.DateTimeCheck.AutoSize = true;
|
|
|
+ this.DateTimeCheck.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.DateTimeCheck.Location = new System.Drawing.Point(831, 25);
|
|
|
+ this.DateTimeCheck.Name = "DateTimeCheck";
|
|
|
+ this.DateTimeCheck.Size = new System.Drawing.Size(22, 21);
|
|
|
+ this.DateTimeCheck.TabIndex = 188;
|
|
|
+ this.DateTimeCheck.UseVisualStyleBackColor = true;
|
|
|
+ this.DateTimeCheck.Click += new System.EventHandler(this.DateTimeCheck_Click);
|
|
|
+ //
|
|
|
+ // DateTime
|
|
|
+ //
|
|
|
+ this.DateTime.AutoSize = true;
|
|
|
+ this.DateTime.Location = new System.Drawing.Point(597, 24);
|
|
|
+ this.DateTime.Name = "DateTime";
|
|
|
+ this.DateTime.Size = new System.Drawing.Size(18, 24);
|
|
|
+ this.DateTime.TabIndex = 187;
|
|
|
+ this.DateTime.Text = "-";
|
|
|
+ //
|
|
|
+ // EndDateTime
|
|
|
+ //
|
|
|
+ this.EndDateTime.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.EndDateTime.Location = new System.Drawing.Point(618, 21);
|
|
|
+ this.EndDateTime.Name = "EndDateTime";
|
|
|
+ this.EndDateTime.Size = new System.Drawing.Size(200, 31);
|
|
|
+ this.EndDateTime.TabIndex = 186;
|
|
|
+ this.EndDateTime.ValueChanged += new System.EventHandler(this.EndDateTime_ValueChanged);
|
|
|
+ //
|
|
|
+ // StartDateTime
|
|
|
+ //
|
|
|
+ this.StartDateTime.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.StartDateTime.Location = new System.Drawing.Point(391, 21);
|
|
|
+ this.StartDateTime.Name = "StartDateTime";
|
|
|
+ this.StartDateTime.Size = new System.Drawing.Size(200, 31);
|
|
|
+ this.StartDateTime.TabIndex = 185;
|
|
|
+ this.StartDateTime.ValueChanged += new System.EventHandler(this.StartDateTime_ValueChanged);
|
|
|
+ //
|
|
|
+ // CurrQtyVal
|
|
|
+ //
|
|
|
+ this.CurrQtyVal.Enabled = false;
|
|
|
+ this.CurrQtyVal.Location = new System.Drawing.Point(1017, 65);
|
|
|
+ this.CurrQtyVal.Name = "CurrQtyVal";
|
|
|
+ this.CurrQtyVal.Size = new System.Drawing.Size(61, 31);
|
|
|
+ this.CurrQtyVal.TabIndex = 184;
|
|
|
+ //
|
|
|
// ma_qty
|
|
|
//
|
|
|
this.ma_qty.Enabled = false;
|
|
|
- this.ma_qty.Location = new System.Drawing.Point(444, 21);
|
|
|
+ this.ma_qty.Location = new System.Drawing.Point(317, 65);
|
|
|
this.ma_qty.Name = "ma_qty";
|
|
|
this.ma_qty.Size = new System.Drawing.Size(61, 31);
|
|
|
this.ma_qty.TabIndex = 164;
|
|
|
//
|
|
|
+ // CurrQtyLab
|
|
|
+ //
|
|
|
+ this.CurrQtyLab.AutoSize = true;
|
|
|
+ this.CurrQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.CurrQtyLab.Location = new System.Drawing.Point(947, 66);
|
|
|
+ this.CurrQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.CurrQtyLab.Name = "CurrQtyLab";
|
|
|
+ this.CurrQtyLab.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.CurrQtyLab.TabIndex = 183;
|
|
|
+ this.CurrQtyLab.Text = "累计数量";
|
|
|
+ //
|
|
|
// TargetQtyLab
|
|
|
//
|
|
|
this.TargetQtyLab.AutoSize = true;
|
|
|
this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.TargetQtyLab.Location = new System.Drawing.Point(376, 21);
|
|
|
+ this.TargetQtyLab.Location = new System.Drawing.Point(238, 66);
|
|
|
this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.TargetQtyLab.Name = "TargetQtyLab";
|
|
|
this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
|
|
|
@@ -121,14 +195,14 @@
|
|
|
// pr_spec
|
|
|
//
|
|
|
this.pr_spec.Enabled = false;
|
|
|
- this.pr_spec.Location = new System.Drawing.Point(590, 21);
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(465, 65);
|
|
|
this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.Size = new System.Drawing.Size(429, 31);
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(475, 31);
|
|
|
this.pr_spec.TabIndex = 162;
|
|
|
//
|
|
|
// EmployeeVal
|
|
|
//
|
|
|
- this.EmployeeVal.Location = new System.Drawing.Point(87, 59);
|
|
|
+ this.EmployeeVal.Location = new System.Drawing.Point(87, 65);
|
|
|
this.EmployeeVal.Name = "EmployeeVal";
|
|
|
this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
|
|
|
this.EmployeeVal.TabIndex = 182;
|
|
|
@@ -137,7 +211,7 @@
|
|
|
//
|
|
|
this.EmployeeLab.AutoSize = true;
|
|
|
this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.EmployeeLab.Location = new System.Drawing.Point(36, 62);
|
|
|
+ this.EmployeeLab.Location = new System.Drawing.Point(36, 66);
|
|
|
this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.EmployeeLab.Name = "EmployeeLab";
|
|
|
this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
|
|
|
@@ -148,13 +222,25 @@
|
|
|
//
|
|
|
this.PrdetailLab.AutoSize = true;
|
|
|
this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrdetailLab.Location = new System.Drawing.Point(522, 21);
|
|
|
+ this.PrdetailLab.Location = new System.Drawing.Point(397, 66);
|
|
|
this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.PrdetailLab.Name = "PrdetailLab";
|
|
|
this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
|
|
|
this.PrdetailLab.TabIndex = 161;
|
|
|
this.PrdetailLab.Text = "机型信息 ";
|
|
|
//
|
|
|
+ // 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(298, 23);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.LockMakeCode.TabIndex = 160;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// ms_makecode_label
|
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
@@ -166,6 +252,25 @@
|
|
|
this.ms_makecode_label.TabIndex = 156;
|
|
|
this.ms_makecode_label.Text = "归属工单";
|
|
|
//
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ 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(87, 21);
|
|
|
+ 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(205, 32);
|
|
|
+ this.ma_code.TabIndex = 157;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "ma_code";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
@@ -204,6 +309,19 @@
|
|
|
this.ClearMsg.UseVisualStyleBackColor = true;
|
|
|
this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
|
|
|
//
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.AcceptsTab = true;
|
|
|
+ this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(378, 492);
|
|
|
+ this.OperatResult.TabIndex = 133;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ //
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Controls.Add(this.DataBox);
|
|
|
@@ -224,11 +342,13 @@
|
|
|
this.BURN_ID,
|
|
|
this.work_order,
|
|
|
this.burn_lotno,
|
|
|
+ this.burn_qty,
|
|
|
this.line,
|
|
|
this.burn_software,
|
|
|
this.inspect_res,
|
|
|
this.check_code,
|
|
|
this.dot_detail,
|
|
|
+ this.ic_detail,
|
|
|
this.inspect_time,
|
|
|
this.inspect_name});
|
|
|
this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -243,6 +363,8 @@
|
|
|
//
|
|
|
// panel4
|
|
|
//
|
|
|
+ this.panel4.Controls.Add(this.InspectNumVal);
|
|
|
+ this.panel4.Controls.Add(this.InspectNumLab);
|
|
|
this.panel4.Controls.Add(this.OkBox);
|
|
|
this.panel4.Controls.Add(this.TestLab);
|
|
|
this.panel4.Controls.Add(this.NgBox);
|
|
|
@@ -256,6 +378,24 @@
|
|
|
this.panel4.Size = new System.Drawing.Size(890, 140);
|
|
|
this.panel4.TabIndex = 156;
|
|
|
//
|
|
|
+ // InspectNumVal
|
|
|
+ //
|
|
|
+ this.InspectNumVal.Location = new System.Drawing.Point(402, 64);
|
|
|
+ this.InspectNumVal.Name = "InspectNumVal";
|
|
|
+ this.InspectNumVal.Size = new System.Drawing.Size(113, 31);
|
|
|
+ this.InspectNumVal.TabIndex = 187;
|
|
|
+ //
|
|
|
+ // InspectNumLab
|
|
|
+ //
|
|
|
+ this.InspectNumLab.AutoSize = true;
|
|
|
+ this.InspectNumLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.InspectNumLab.Location = new System.Drawing.Point(351, 65);
|
|
|
+ this.InspectNumLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.InspectNumLab.Name = "InspectNumLab";
|
|
|
+ this.InspectNumLab.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.InspectNumLab.TabIndex = 186;
|
|
|
+ this.InspectNumLab.Text = "抽检数";
|
|
|
+ //
|
|
|
// OkBox
|
|
|
//
|
|
|
this.OkBox.AutoSize = true;
|
|
|
@@ -312,6 +452,56 @@
|
|
|
this.BurnLotnoLab.TabIndex = 161;
|
|
|
this.BurnLotnoLab.Text = "烧录批次";
|
|
|
//
|
|
|
+ // OK
|
|
|
+ //
|
|
|
+ this.OK.AllPower = null;
|
|
|
+ this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.OK.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
|
|
|
+ this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OK.ForeColor = System.Drawing.Color.Green;
|
|
|
+ this.OK.Image = null;
|
|
|
+ this.OK.IsShowBorder = true;
|
|
|
+ this.OK.Location = new System.Drawing.Point(524, 52);
|
|
|
+ this.OK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
|
|
|
+ this.OK.Name = "OK";
|
|
|
+ this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
|
|
|
+ this.OK.Power = null;
|
|
|
+ this.OK.Size = new System.Drawing.Size(147, 54);
|
|
|
+ this.OK.TabIndex = 134;
|
|
|
+ this.OK.Tag = "IfRead";
|
|
|
+ this.OK.Text = "OK";
|
|
|
+ this.OK.UseVisualStyleBackColor = false;
|
|
|
+ this.OK.Visible = false;
|
|
|
+ this.OK.Click += new System.EventHandler(this.OK_Click);
|
|
|
+ //
|
|
|
+ // NG
|
|
|
+ //
|
|
|
+ this.NG.AllPower = null;
|
|
|
+ this.NG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.NG.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
|
|
|
+ this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.NG.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.NG.Image = null;
|
|
|
+ this.NG.IsShowBorder = true;
|
|
|
+ this.NG.Location = new System.Drawing.Point(681, 52);
|
|
|
+ this.NG.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
|
|
|
+ this.NG.Name = "NG";
|
|
|
+ this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
|
|
|
+ this.NG.Power = null;
|
|
|
+ this.NG.Size = new System.Drawing.Size(147, 54);
|
|
|
+ this.NG.TabIndex = 136;
|
|
|
+ this.NG.Tag = "IfRead";
|
|
|
+ this.NG.Text = "NG";
|
|
|
+ this.NG.UseVisualStyleBackColor = true;
|
|
|
+ this.NG.Visible = false;
|
|
|
+ this.NG.Click += new System.EventHandler(this.NG_Click);
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
@@ -331,7 +521,7 @@
|
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn2.Width = 120;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 150;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
//
|
|
|
@@ -351,7 +541,7 @@
|
|
|
this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
|
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn4.Width = 70;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 150;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn5
|
|
|
//
|
|
|
@@ -407,18 +597,14 @@
|
|
|
this.dataGridViewTextBoxColumn10.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn10.Width = 80;
|
|
|
//
|
|
|
- // OperatResult
|
|
|
+ // dataGridViewTextBoxColumn11
|
|
|
//
|
|
|
- this.OperatResult.AcceptsTab = true;
|
|
|
- this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperatResult.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.OperatResult.Name = "OperatResult";
|
|
|
- this.OperatResult.Size = new System.Drawing.Size(378, 492);
|
|
|
- this.OperatResult.TabIndex = 133;
|
|
|
- this.OperatResult.Text = "";
|
|
|
+ this.dataGridViewTextBoxColumn11.DataPropertyName = "inspect_name";
|
|
|
+ this.dataGridViewTextBoxColumn11.HeaderText = "抽检人员";
|
|
|
+ this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
|
+ this.dataGridViewTextBoxColumn11.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn11.Width = 80;
|
|
|
//
|
|
|
// BURN_ID
|
|
|
//
|
|
|
@@ -448,6 +634,15 @@
|
|
|
this.burn_lotno.ReadOnly = true;
|
|
|
this.burn_lotno.Width = 150;
|
|
|
//
|
|
|
+ // burn_qty
|
|
|
+ //
|
|
|
+ this.burn_qty.DataPropertyName = "burn_qty";
|
|
|
+ this.burn_qty.HeaderText = "烧录数量";
|
|
|
+ this.burn_qty.MinimumWidth = 8;
|
|
|
+ this.burn_qty.Name = "burn_qty";
|
|
|
+ this.burn_qty.ReadOnly = true;
|
|
|
+ this.burn_qty.Width = 80;
|
|
|
+ //
|
|
|
// line
|
|
|
//
|
|
|
this.line.DataPropertyName = "line";
|
|
|
@@ -455,6 +650,7 @@
|
|
|
this.line.MinimumWidth = 8;
|
|
|
this.line.Name = "line";
|
|
|
this.line.ReadOnly = true;
|
|
|
+ this.line.Visible = false;
|
|
|
this.line.Width = 70;
|
|
|
//
|
|
|
// burn_software
|
|
|
@@ -493,6 +689,15 @@
|
|
|
this.dot_detail.ReadOnly = true;
|
|
|
this.dot_detail.Width = 150;
|
|
|
//
|
|
|
+ // ic_detail
|
|
|
+ //
|
|
|
+ this.ic_detail.DataPropertyName = "ic_detail";
|
|
|
+ this.ic_detail.HeaderText = "芯片信息";
|
|
|
+ this.ic_detail.MinimumWidth = 8;
|
|
|
+ this.ic_detail.Name = "ic_detail";
|
|
|
+ this.ic_detail.ReadOnly = true;
|
|
|
+ this.ic_detail.Width = 150;
|
|
|
+ //
|
|
|
// inspect_time
|
|
|
//
|
|
|
this.inspect_time.DataPropertyName = "inspect_time";
|
|
|
@@ -511,87 +716,6 @@
|
|
|
this.inspect_name.ReadOnly = true;
|
|
|
this.inspect_name.Width = 80;
|
|
|
//
|
|
|
- // OK
|
|
|
- //
|
|
|
- this.OK.AllPower = null;
|
|
|
- this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.OK.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
|
|
|
- this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OK.ForeColor = System.Drawing.Color.Green;
|
|
|
- this.OK.Image = null;
|
|
|
- this.OK.IsShowBorder = true;
|
|
|
- this.OK.Location = new System.Drawing.Point(524, 52);
|
|
|
- this.OK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
- this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
|
|
|
- this.OK.Name = "OK";
|
|
|
- this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
|
|
|
- this.OK.Power = null;
|
|
|
- this.OK.Size = new System.Drawing.Size(147, 54);
|
|
|
- this.OK.TabIndex = 134;
|
|
|
- this.OK.Tag = "IfRead";
|
|
|
- this.OK.Text = "OK";
|
|
|
- this.OK.UseVisualStyleBackColor = false;
|
|
|
- this.OK.Visible = false;
|
|
|
- this.OK.Click += new System.EventHandler(this.OK_Click);
|
|
|
- //
|
|
|
- // NG
|
|
|
- //
|
|
|
- this.NG.AllPower = null;
|
|
|
- this.NG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.NG.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
|
|
|
- this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.NG.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.NG.Image = null;
|
|
|
- this.NG.IsShowBorder = true;
|
|
|
- this.NG.Location = new System.Drawing.Point(681, 52);
|
|
|
- this.NG.Margin = new System.Windows.Forms.Padding(5);
|
|
|
- this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
|
|
|
- this.NG.Name = "NG";
|
|
|
- this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
|
|
|
- this.NG.Power = null;
|
|
|
- this.NG.Size = new System.Drawing.Size(147, 54);
|
|
|
- this.NG.TabIndex = 136;
|
|
|
- this.NG.Tag = "IfRead";
|
|
|
- this.NG.Text = "NG";
|
|
|
- this.NG.UseVisualStyleBackColor = true;
|
|
|
- this.NG.Visible = false;
|
|
|
- this.NG.Click += new System.EventHandler(this.NG_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(306, 23);
|
|
|
- this.LockMakeCode.Name = "LockMakeCode";
|
|
|
- this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
- this.LockMakeCode.TabIndex = 160;
|
|
|
- this.LockMakeCode.Text = "锁定";
|
|
|
- this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AllPower = null;
|
|
|
- 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(87, 21);
|
|
|
- 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(205, 32);
|
|
|
- this.ma_code.TabIndex = 157;
|
|
|
- this.ma_code.TableName = null;
|
|
|
- this.ma_code.Tag = "ma_code";
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
- //
|
|
|
// Make_BurnInspection
|
|
|
//
|
|
|
this.AllowDrop = true;
|
|
|
@@ -639,16 +763,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
private System.Windows.Forms.DataGridView DataBox;
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BURN_ID;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn line;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn inspect_time;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn inspect_name;
|
|
|
private System.Windows.Forms.TextBox ma_qty;
|
|
|
private System.Windows.Forms.Label TargetQtyLab;
|
|
|
private System.Windows.Forms.TextBox pr_spec;
|
|
|
@@ -663,5 +777,26 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
|
+ private System.Windows.Forms.TextBox CurrQtyVal;
|
|
|
+ private System.Windows.Forms.Label CurrQtyLab;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
|
+ private System.Windows.Forms.DateTimePicker EndDateTime;
|
|
|
+ private System.Windows.Forms.Label DateTime;
|
|
|
+ private System.Windows.Forms.CheckBox DateTimeCheck;
|
|
|
+ private System.Windows.Forms.DateTimePicker StartDateTime;
|
|
|
+ private System.Windows.Forms.TextBox InspectNumVal;
|
|
|
+ private System.Windows.Forms.Label InspectNumLab;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BURN_ID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn burn_qty;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn line;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ic_detail;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn inspect_time;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn inspect_name;
|
|
|
}
|
|
|
}
|