|
|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.ob_checkno_label = new System.Windows.Forms.Label();
|
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
|
@@ -59,9 +59,6 @@
|
|
|
this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
- this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
@@ -93,6 +90,9 @@
|
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
+ this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -209,9 +209,9 @@
|
|
|
this.label9.Location = new System.Drawing.Point(621, 218);
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label9.Size = new System.Drawing.Size(132, 27);
|
|
|
this.label9.TabIndex = 192;
|
|
|
- this.label9.Text = "待选不良";
|
|
|
+ this.label9.Text = "待选不良分组";
|
|
|
//
|
|
|
// sncode_label
|
|
|
//
|
|
|
@@ -484,29 +484,6 @@
|
|
|
this.WaitChooseDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellContentClick);
|
|
|
this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
|
|
|
//
|
|
|
- // ChooseAll
|
|
|
- //
|
|
|
- this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.ChooseAll.DataPropertyName = "ChooseAll";
|
|
|
- this.ChooseAll.HeaderText = "勾选";
|
|
|
- this.ChooseAll.Name = "ChooseAll";
|
|
|
- this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.ChooseAll.Width = 60;
|
|
|
- //
|
|
|
- // bc_code
|
|
|
- //
|
|
|
- this.bc_code.DataPropertyName = "bc_code";
|
|
|
- this.bc_code.HeaderText = "不良分组";
|
|
|
- this.bc_code.Name = "bc_code";
|
|
|
- this.bc_code.ReadOnly = true;
|
|
|
- //
|
|
|
- // bc_name
|
|
|
- //
|
|
|
- this.bc_name.DataPropertyName = "bc_name";
|
|
|
- this.bc_name.HeaderText = "分组名称";
|
|
|
- this.bc_name.Name = "bc_name";
|
|
|
- this.bc_name.ReadOnly = true;
|
|
|
- //
|
|
|
// ob_remark
|
|
|
//
|
|
|
this.ob_remark.AllPower = null;
|
|
|
@@ -585,8 +562,8 @@
|
|
|
//
|
|
|
this.oi_checkkind.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.oi_checkkind.DataPropertyName = "oi_checkkind";
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.oi_checkkind.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ this.oi_checkkind.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.oi_checkkind.HeaderText = "项目名称";
|
|
|
this.oi_checkkind.Name = "oi_checkkind";
|
|
|
this.oi_checkkind.Width = 96;
|
|
|
@@ -896,12 +873,35 @@
|
|
|
// BadGroupCode
|
|
|
//
|
|
|
this.BadGroupCode.FormattingEnabled = true;
|
|
|
- this.BadGroupCode.Location = new System.Drawing.Point(720, 222);
|
|
|
+ this.BadGroupCode.Location = new System.Drawing.Point(760, 221);
|
|
|
this.BadGroupCode.Name = "BadGroupCode";
|
|
|
this.BadGroupCode.Size = new System.Drawing.Size(173, 23);
|
|
|
this.BadGroupCode.TabIndex = 219;
|
|
|
this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
|
|
|
//
|
|
|
+ // ChooseAll
|
|
|
+ //
|
|
|
+ this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.ChooseAll.DataPropertyName = "ChooseAll";
|
|
|
+ this.ChooseAll.HeaderText = "勾选";
|
|
|
+ this.ChooseAll.Name = "ChooseAll";
|
|
|
+ this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.ChooseAll.Width = 60;
|
|
|
+ //
|
|
|
+ // bc_code
|
|
|
+ //
|
|
|
+ this.bc_code.DataPropertyName = "bc_code";
|
|
|
+ this.bc_code.HeaderText = "不良代码";
|
|
|
+ this.bc_code.Name = "bc_code";
|
|
|
+ this.bc_code.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // bc_name
|
|
|
+ //
|
|
|
+ this.bc_name.DataPropertyName = "bc_name";
|
|
|
+ this.bc_name.HeaderText = "不良名称";
|
|
|
+ this.bc_name.Name = "bc_name";
|
|
|
+ this.bc_name.ReadOnly = true;
|
|
|
+ //
|
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -1015,9 +1015,6 @@
|
|
|
private System.Windows.Forms.Label ob_maxngacceptqty_label;
|
|
|
private System.Windows.Forms.Label ob_projectcode_label;
|
|
|
private CustomControl.ComBoxWithFocus.ComBoxWithFocus BadGroupCode;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
@@ -1030,5 +1027,8 @@
|
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn oi_leveldefect;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|
|
|
}
|
|
|
}
|