|
|
@@ -49,9 +49,9 @@
|
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -59,6 +59,10 @@
|
|
|
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_name = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
|
|
|
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();
|
|
|
@@ -70,9 +74,10 @@
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pr_name = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.cm_spid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_firstsn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_wccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_fsoncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -163,7 +168,9 @@
|
|
|
this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
+ this.cm_spid,
|
|
|
this.cm_firstsn,
|
|
|
+ this.cm_wccode,
|
|
|
this.cm_fsoncode,
|
|
|
this.cm_stepcode,
|
|
|
this.cm_stepname,
|
|
|
@@ -315,6 +322,7 @@
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn9
|
|
|
//
|
|
|
+ this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.dataGridViewTextBoxColumn9.DataPropertyName = "cm_maid";
|
|
|
this.dataGridViewTextBoxColumn9.HeaderText = "";
|
|
|
this.dataGridViewTextBoxColumn9.MinimumWidth = 300;
|
|
|
@@ -334,16 +342,6 @@
|
|
|
this.dataGridViewTextBoxColumn10.Visible = false;
|
|
|
this.dataGridViewTextBoxColumn10.Width = 80;
|
|
|
//
|
|
|
- // dataGridViewImageColumn1
|
|
|
- //
|
|
|
- this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- 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;
|
|
|
- //
|
|
|
// dataGridViewTextBoxColumn11
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn11.DataPropertyName = "cm_sncode";
|
|
|
@@ -366,12 +364,23 @@
|
|
|
this.dataGridViewTextBoxColumn12.Visible = false;
|
|
|
this.dataGridViewTextBoxColumn12.Width = 300;
|
|
|
//
|
|
|
+ // dataGridViewImageColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ 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;
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn13
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn13.DataPropertyName = "cm_makecode";
|
|
|
this.dataGridViewTextBoxColumn13.HeaderText = "";
|
|
|
this.dataGridViewTextBoxColumn13.MinimumWidth = 300;
|
|
|
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
|
|
+ this.dataGridViewTextBoxColumn13.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn13.Visible = false;
|
|
|
this.dataGridViewTextBoxColumn13.Width = 300;
|
|
|
@@ -380,22 +389,31 @@
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn14.DataPropertyName = "cm_makecode";
|
|
|
this.dataGridViewTextBoxColumn14.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn14.MinimumWidth = 300;
|
|
|
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
|
|
|
+ this.dataGridViewTextBoxColumn14.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn14.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn14.Width = 300;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn15
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn15.DataPropertyName = "cm_makecode";
|
|
|
this.dataGridViewTextBoxColumn15.HeaderText = "";
|
|
|
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
|
|
|
+ this.dataGridViewTextBoxColumn15.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn15.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn15.Visible = false;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn16
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn16.DataPropertyName = "cm_sncode";
|
|
|
this.dataGridViewTextBoxColumn16.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn16.MinimumWidth = 300;
|
|
|
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
|
|
|
+ this.dataGridViewTextBoxColumn16.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn16.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn16.Width = 300;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn17
|
|
|
//
|
|
|
@@ -418,6 +436,38 @@
|
|
|
this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
|
|
|
this.dataGridViewTextBoxColumn19.Visible = false;
|
|
|
//
|
|
|
+ // dataGridViewTextBoxColumn20
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn20.DataPropertyName = "cm_makecode";
|
|
|
+ this.dataGridViewTextBoxColumn20.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
|
|
|
+ this.dataGridViewTextBoxColumn20.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn21
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn21.DataPropertyName = "cm_sncode";
|
|
|
+ this.dataGridViewTextBoxColumn21.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
|
|
|
+ this.dataGridViewTextBoxColumn21.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn22
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn22.DataPropertyName = "cm_makecode";
|
|
|
+ this.dataGridViewTextBoxColumn22.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
|
|
|
+ this.dataGridViewTextBoxColumn22.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_name
|
|
|
+ //
|
|
|
+ this.pr_name.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
|
+ this.pr_name.Location = new System.Drawing.Point(400, 66);
|
|
|
+ this.pr_name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.pr_name.Name = "pr_name";
|
|
|
+ this.pr_name.Size = new System.Drawing.Size(161, 25);
|
|
|
+ this.pr_name.TabIndex = 195;
|
|
|
+ this.pr_name.TextAreaEnable = false;
|
|
|
+ this.pr_name.TextBoxEnable = false;
|
|
|
+ //
|
|
|
// ms_wccode
|
|
|
//
|
|
|
this.ms_wccode.AutoSize = true;
|
|
|
@@ -549,17 +599,6 @@
|
|
|
this.dataGridViewCheckBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.dataGridViewCheckBoxColumn2.Width = 40;
|
|
|
//
|
|
|
- // pr_name
|
|
|
- //
|
|
|
- this.pr_name.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
|
- this.pr_name.Location = new System.Drawing.Point(400, 66);
|
|
|
- this.pr_name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.pr_name.Name = "pr_name";
|
|
|
- this.pr_name.Size = new System.Drawing.Size(161, 25);
|
|
|
- this.pr_name.TabIndex = 195;
|
|
|
- this.pr_name.TextAreaEnable = false;
|
|
|
- this.pr_name.TextBoxEnable = false;
|
|
|
- //
|
|
|
// Choose
|
|
|
//
|
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -568,6 +607,13 @@
|
|
|
this.Choose.Name = "Choose";
|
|
|
this.Choose.Width = 80;
|
|
|
//
|
|
|
+ // cm_spid
|
|
|
+ //
|
|
|
+ this.cm_spid.DataPropertyName = "cm_spid";
|
|
|
+ this.cm_spid.HeaderText = "";
|
|
|
+ this.cm_spid.Name = "cm_spid";
|
|
|
+ this.cm_spid.Visible = false;
|
|
|
+ //
|
|
|
// cm_firstsn
|
|
|
//
|
|
|
this.cm_firstsn.DataPropertyName = "cm_firstsn";
|
|
|
@@ -575,6 +621,13 @@
|
|
|
this.cm_firstsn.Name = "cm_firstsn";
|
|
|
this.cm_firstsn.Visible = false;
|
|
|
//
|
|
|
+ // cm_wccode
|
|
|
+ //
|
|
|
+ this.cm_wccode.DataPropertyName = "cm_wccode";
|
|
|
+ this.cm_wccode.HeaderText = "";
|
|
|
+ this.cm_wccode.Name = "cm_wccode";
|
|
|
+ this.cm_wccode.Visible = false;
|
|
|
+ //
|
|
|
// cm_fsoncode
|
|
|
//
|
|
|
this.cm_fsoncode.DataPropertyName = "cm_fsoncode";
|
|
|
@@ -806,8 +859,13 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxWithTextArea pr_name;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_spid;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_firstsn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_wccode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_fsoncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_stepcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_stepname;
|