|
|
@@ -35,7 +35,33 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
+ this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ms_wccode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_craftname = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -47,15 +73,9 @@
|
|
|
this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.qqqqq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -135,7 +155,10 @@
|
|
|
this.cm_soncode,
|
|
|
this.cm_barcode,
|
|
|
this.New_BarCode,
|
|
|
- this.qqqqq});
|
|
|
+ this.qqqqq,
|
|
|
+ this.cm_maid,
|
|
|
+ this.cm_materialtype,
|
|
|
+ this.cm_sncode});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(12, 105);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
@@ -144,80 +167,132 @@
|
|
|
this.LabelDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellClick);
|
|
|
this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
|
|
|
//
|
|
|
- // Choose
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
//
|
|
|
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.HeaderText = "拆解更料";
|
|
|
- this.Choose.Name = "Choose";
|
|
|
- this.Choose.Width = 60;
|
|
|
+ this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "拆解更料";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 60;
|
|
|
//
|
|
|
- // Choose2
|
|
|
+ // dataGridViewCheckBoxColumn2
|
|
|
//
|
|
|
- this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose2.HeaderText = "拆解";
|
|
|
- this.Choose2.Name = "Choose2";
|
|
|
- this.Choose2.Width = 40;
|
|
|
+ this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewCheckBoxColumn2.HeaderText = "拆解";
|
|
|
+ this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
|
|
|
+ this.dataGridViewCheckBoxColumn2.Width = 40;
|
|
|
//
|
|
|
- // cm_id
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
- this.cm_id.DataPropertyName = "cm_id";
|
|
|
- this.cm_id.HeaderText = "cm_id";
|
|
|
- this.cm_id.Name = "cm_id";
|
|
|
- this.cm_id.Visible = false;
|
|
|
- this.cm_id.Width = 5;
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "cm_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 5;
|
|
|
//
|
|
|
- // pr_detail
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
//
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "pr_detail";
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Visible = false;
|
|
|
- this.pr_detail.Width = 80;
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "pr_detail";
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 80;
|
|
|
//
|
|
|
- // mb_bgcode
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
//
|
|
|
- this.mb_bgcode.HeaderText = "不良代码组编号";
|
|
|
- this.mb_bgcode.Name = "mb_bgcode";
|
|
|
- this.mb_bgcode.Visible = false;
|
|
|
- this.mb_bgcode.Width = 80;
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "不良代码组编号";
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 80;
|
|
|
//
|
|
|
- // mb_badcode
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
//
|
|
|
- this.mb_badcode.HeaderText = "不良代码编号";
|
|
|
- this.mb_badcode.Name = "mb_badcode";
|
|
|
- this.mb_badcode.Width = 80;
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "不良代码";
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 80;
|
|
|
//
|
|
|
- // AddBad
|
|
|
+ // dataGridViewImageColumn1
|
|
|
//
|
|
|
- this.AddBad.HeaderText = "";
|
|
|
- this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
|
|
|
- this.AddBad.Name = "AddBad";
|
|
|
- this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.AddBad.Width = 20;
|
|
|
+ this.dataGridViewImageColumn1.HeaderText = "";
|
|
|
+ this.dataGridViewImageColumn1.Image = global::UAS_MES.Properties.Resources.plus;
|
|
|
+ this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
|
+ this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.dataGridViewImageColumn1.Width = 20;
|
|
|
//
|
|
|
- // cm_soncode
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
//
|
|
|
- this.cm_soncode.DataPropertyName = "cm_soncode";
|
|
|
- this.cm_soncode.HeaderText = "子件编号";
|
|
|
- this.cm_soncode.Name = "cm_soncode";
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "cm_soncode";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "子件编号";
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
//
|
|
|
- // cm_barcode
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
//
|
|
|
- this.cm_barcode.DataPropertyName = "cm_barcode";
|
|
|
- this.cm_barcode.HeaderText = "物料批号";
|
|
|
- this.cm_barcode.Name = "cm_barcode";
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "cm_barcode";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "物料批号";
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
//
|
|
|
- // New_BarCode
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
//
|
|
|
- this.New_BarCode.HeaderText = "新批号";
|
|
|
- this.New_BarCode.Name = "New_BarCode";
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "新批号";
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
//
|
|
|
- // qqqqq
|
|
|
+ // dataGridViewTextBoxColumn8
|
|
|
//
|
|
|
- this.qqqqq.HeaderText = "";
|
|
|
- this.qqqqq.Name = "qqqqq";
|
|
|
- this.qqqqq.Width = 5;
|
|
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
|
+ this.dataGridViewTextBoxColumn8.Width = 5;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn9
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn9.DataPropertyName = "cm_maid";
|
|
|
+ this.dataGridViewTextBoxColumn9.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
|
+ this.dataGridViewTextBoxColumn9.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn10
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn10.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
|
|
+ this.dataGridViewTextBoxColumn10.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn11
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn11.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
|
+ this.dataGridViewTextBoxColumn11.Visible = false;
|
|
|
+ //
|
|
|
+ // ms_wccode
|
|
|
+ //
|
|
|
+ this.ms_wccode.AutoSize = true;
|
|
|
+ this.ms_wccode.CutLength = null;
|
|
|
+ this.ms_wccode.Location = new System.Drawing.Point(931, 86);
|
|
|
+ this.ms_wccode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_wccode.Name = "ms_wccode";
|
|
|
+ this.ms_wccode.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.ms_wccode.TabIndex = 191;
|
|
|
+ this.ms_wccode.Visible = false;
|
|
|
+ //
|
|
|
+ // ms_craftname
|
|
|
+ //
|
|
|
+ this.ms_craftname.AutoSize = true;
|
|
|
+ this.ms_craftname.CutLength = null;
|
|
|
+ this.ms_craftname.Location = new System.Drawing.Point(856, 87);
|
|
|
+ this.ms_craftname.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_craftname.Name = "ms_craftname";
|
|
|
+ this.ms_craftname.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.ms_craftname.TabIndex = 190;
|
|
|
+ this.ms_craftname.Visible = false;
|
|
|
+ //
|
|
|
+ // ms_craftcode
|
|
|
+ //
|
|
|
+ this.ms_craftcode.AutoSize = true;
|
|
|
+ this.ms_craftcode.CutLength = null;
|
|
|
+ this.ms_craftcode.Location = new System.Drawing.Point(720, 87);
|
|
|
+ this.ms_craftcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_craftcode.Name = "ms_craftcode";
|
|
|
+ this.ms_craftcode.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.ms_craftcode.TabIndex = 189;
|
|
|
+ this.ms_craftcode.Visible = false;
|
|
|
//
|
|
|
// deccount
|
|
|
//
|
|
|
@@ -312,6 +387,7 @@
|
|
|
this.Decompose.TabIndex = 175;
|
|
|
this.Decompose.Text = "确定拆解";
|
|
|
this.Decompose.UseVisualStyleBackColor = true;
|
|
|
+ this.Decompose.Click += new System.EventHandler(this.Decompose_Click);
|
|
|
//
|
|
|
// sn_code
|
|
|
//
|
|
|
@@ -337,11 +413,109 @@
|
|
|
this.OperateResult.TabIndex = 172;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // Choose
|
|
|
+ //
|
|
|
+ this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose.HeaderText = "拆解更料";
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
+ this.Choose.Width = 60;
|
|
|
+ //
|
|
|
+ // Choose2
|
|
|
+ //
|
|
|
+ this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose2.HeaderText = "拆解";
|
|
|
+ this.Choose2.Name = "Choose2";
|
|
|
+ this.Choose2.Width = 40;
|
|
|
+ //
|
|
|
+ // cm_id
|
|
|
+ //
|
|
|
+ this.cm_id.DataPropertyName = "cm_id";
|
|
|
+ this.cm_id.HeaderText = "cm_id";
|
|
|
+ this.cm_id.Name = "cm_id";
|
|
|
+ this.cm_id.Width = 5;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "pr_detail";
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Visible = false;
|
|
|
+ this.pr_detail.Width = 80;
|
|
|
+ //
|
|
|
+ // mb_bgcode
|
|
|
+ //
|
|
|
+ this.mb_bgcode.HeaderText = "不良代码组编号";
|
|
|
+ this.mb_bgcode.Name = "mb_bgcode";
|
|
|
+ this.mb_bgcode.Visible = false;
|
|
|
+ this.mb_bgcode.Width = 80;
|
|
|
+ //
|
|
|
+ // mb_badcode
|
|
|
+ //
|
|
|
+ this.mb_badcode.HeaderText = "不良代码";
|
|
|
+ this.mb_badcode.Name = "mb_badcode";
|
|
|
+ this.mb_badcode.Width = 80;
|
|
|
+ //
|
|
|
+ // AddBad
|
|
|
+ //
|
|
|
+ this.AddBad.HeaderText = "";
|
|
|
+ this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
|
|
|
+ this.AddBad.Name = "AddBad";
|
|
|
+ this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.AddBad.Width = 20;
|
|
|
+ //
|
|
|
+ // cm_soncode
|
|
|
+ //
|
|
|
+ this.cm_soncode.DataPropertyName = "cm_soncode";
|
|
|
+ this.cm_soncode.HeaderText = "子件编号";
|
|
|
+ this.cm_soncode.Name = "cm_soncode";
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.DataPropertyName = "cm_barcode";
|
|
|
+ this.cm_barcode.HeaderText = "物料批号";
|
|
|
+ this.cm_barcode.Name = "cm_barcode";
|
|
|
+ //
|
|
|
+ // New_BarCode
|
|
|
+ //
|
|
|
+ this.New_BarCode.HeaderText = "新批号";
|
|
|
+ this.New_BarCode.Name = "New_BarCode";
|
|
|
+ //
|
|
|
+ // qqqqq
|
|
|
+ //
|
|
|
+ this.qqqqq.HeaderText = "";
|
|
|
+ this.qqqqq.Name = "qqqqq";
|
|
|
+ this.qqqqq.Width = 5;
|
|
|
+ //
|
|
|
+ // cm_maid
|
|
|
+ //
|
|
|
+ this.cm_maid.DataPropertyName = "cm_maid";
|
|
|
+ this.cm_maid.HeaderText = "";
|
|
|
+ this.cm_maid.Name = "cm_maid";
|
|
|
+ this.cm_maid.Visible = false;
|
|
|
+ //
|
|
|
+ // cm_materialtype
|
|
|
+ //
|
|
|
+ this.cm_materialtype.DataPropertyName = "cm_materialtype";
|
|
|
+ this.cm_materialtype.HeaderText = "";
|
|
|
+ this.cm_materialtype.Name = "cm_materialtype";
|
|
|
+ this.cm_materialtype.Visible = false;
|
|
|
+ //
|
|
|
+ // cm_sncode
|
|
|
+ //
|
|
|
+ this.cm_sncode.DataPropertyName = "cm_sncode";
|
|
|
+ this.cm_sncode.HeaderText = "";
|
|
|
+ this.cm_sncode.Name = "cm_sncode";
|
|
|
+ this.cm_sncode.Visible = false;
|
|
|
+ //
|
|
|
// Make_Decompose
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1120, 625);
|
|
|
+ this.Controls.Add(this.ms_wccode);
|
|
|
+ this.Controls.Add(this.ms_craftname);
|
|
|
+ this.Controls.Add(this.ms_craftcode);
|
|
|
this.Controls.Add(this.LabelDataGridView);
|
|
|
this.Controls.Add(this.deccount);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
@@ -387,7 +561,23 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_name;
|
|
|
private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
private CustomControl.ValueLabel.ValueLabel deccount;
|
|
|
- private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView;
|
|
|
+ private System.Windows.Forms.DataGridView LabelDataGridView;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_craftcode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_craftname;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_wccode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
|
|
|
@@ -399,5 +589,9 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn qqqqq;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_maid;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_materialtype;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_sncode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
|
}
|
|
|
}
|