|
|
@@ -57,16 +57,16 @@
|
|
|
this.RefreshConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -478,49 +478,6 @@
|
|
|
this.CheckTypeDGV.Size = new System.Drawing.Size(993, 398);
|
|
|
this.CheckTypeDGV.TabIndex = 167;
|
|
|
//
|
|
|
- // Choose
|
|
|
- //
|
|
|
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.DataPropertyName = "choose";
|
|
|
- this.Choose.HeaderText = "勾选";
|
|
|
- this.Choose.Name = "Choose";
|
|
|
- this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.Choose.Width = 60;
|
|
|
- //
|
|
|
- // oi_id
|
|
|
- //
|
|
|
- this.oi_id.DataPropertyName = "oi_id";
|
|
|
- this.oi_id.HeaderText = "oi_id";
|
|
|
- this.oi_id.Name = "oi_id";
|
|
|
- this.oi_id.Visible = false;
|
|
|
- //
|
|
|
- // ci_id
|
|
|
- //
|
|
|
- this.ci_id.DataPropertyName = "ci_id";
|
|
|
- this.ci_id.HeaderText = "ci_id";
|
|
|
- this.ci_id.Name = "ci_id";
|
|
|
- this.ci_id.ReadOnly = true;
|
|
|
- this.ci_id.Visible = false;
|
|
|
- //
|
|
|
- // ci_kind
|
|
|
- //
|
|
|
- this.ci_kind.DataPropertyName = "ci_kind";
|
|
|
- this.ci_kind.HeaderText = "检验类型";
|
|
|
- this.ci_kind.Name = "ci_kind";
|
|
|
- this.ci_kind.ReadOnly = true;
|
|
|
- this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.ci_kind.Width = 150;
|
|
|
- //
|
|
|
- // oi_sampleqty
|
|
|
- //
|
|
|
- this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
- this.oi_sampleqty.HeaderText = "样本数量";
|
|
|
- this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
- this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.oi_sampleqty.Width = 150;
|
|
|
- //
|
|
|
// ob_prodcode
|
|
|
//
|
|
|
this.ob_prodcode.AllPower = null;
|
|
|
@@ -607,6 +564,49 @@
|
|
|
this.ms_sncode.Tag = "NoAuto";
|
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
|
|
|
//
|
|
|
+ // Choose
|
|
|
+ //
|
|
|
+ this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose.DataPropertyName = "Choose";
|
|
|
+ this.Choose.HeaderText = "勾选";
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
+ this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.Choose.Width = 60;
|
|
|
+ //
|
|
|
+ // oi_id
|
|
|
+ //
|
|
|
+ this.oi_id.DataPropertyName = "oi_id";
|
|
|
+ this.oi_id.HeaderText = "oi_id";
|
|
|
+ this.oi_id.Name = "oi_id";
|
|
|
+ this.oi_id.Visible = false;
|
|
|
+ //
|
|
|
+ // ci_id
|
|
|
+ //
|
|
|
+ this.ci_id.DataPropertyName = "ci_id";
|
|
|
+ this.ci_id.HeaderText = "ci_id";
|
|
|
+ this.ci_id.Name = "ci_id";
|
|
|
+ this.ci_id.ReadOnly = true;
|
|
|
+ this.ci_id.Visible = false;
|
|
|
+ //
|
|
|
+ // ci_kind
|
|
|
+ //
|
|
|
+ this.ci_kind.DataPropertyName = "ci_kind";
|
|
|
+ this.ci_kind.HeaderText = "检验类型";
|
|
|
+ this.ci_kind.Name = "ci_kind";
|
|
|
+ this.ci_kind.ReadOnly = true;
|
|
|
+ this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.ci_kind.Width = 150;
|
|
|
+ //
|
|
|
+ // oi_sampleqty
|
|
|
+ //
|
|
|
+ this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
+ this.oi_sampleqty.HeaderText = "样本数量";
|
|
|
+ this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
+ this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.oi_sampleqty.Width = 150;
|
|
|
+ //
|
|
|
// OQC_PlanMaintain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -643,12 +643,12 @@
|
|
|
this.Text = "抽样计划维护";
|
|
|
this.Load += new System.EventHandler(this.抽样计划维护_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.ResumeLayout(true);
|
|
|
this.panel2.PerformLayout();
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.ResumeLayout(true);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -683,15 +683,15 @@
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_maxngacceptqty;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label ad_qty_label;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxNumOnly ad_qty;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
|
|
|
}
|
|
|
}
|