|
|
@@ -37,8 +37,9 @@
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
this.pr_name = new System.Windows.Forms.Label();
|
|
|
+ this.change = new System.Windows.Forms.RadioButton();
|
|
|
+ this.nochange = new System.Windows.Forms.RadioButton();
|
|
|
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();
|
|
|
@@ -60,9 +61,9 @@
|
|
|
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.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -111,7 +112,7 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(361, 66);
|
|
|
+ this.label3.Location = new System.Drawing.Point(315, 66);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label3.TabIndex = 179;
|
|
|
@@ -121,7 +122,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(361, 18);
|
|
|
+ this.label4.Location = new System.Drawing.Point(315, 18);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(58, 21);
|
|
|
this.label4.TabIndex = 180;
|
|
|
@@ -144,7 +145,6 @@
|
|
|
this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
- this.Choose2,
|
|
|
this.cm_id,
|
|
|
this.pr_detail,
|
|
|
this.mb_bgcode,
|
|
|
@@ -169,11 +169,33 @@
|
|
|
//
|
|
|
this.pr_name.AutoSize = true;
|
|
|
this.pr_name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_name.Location = new System.Drawing.Point(459, 66);
|
|
|
+ this.pr_name.Location = new System.Drawing.Point(413, 66);
|
|
|
this.pr_name.Name = "pr_name";
|
|
|
this.pr_name.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_name.TabIndex = 192;
|
|
|
//
|
|
|
+ // change
|
|
|
+ //
|
|
|
+ this.change.AutoSize = true;
|
|
|
+ this.change.Location = new System.Drawing.Point(731, 80);
|
|
|
+ this.change.Name = "change";
|
|
|
+ this.change.Size = new System.Drawing.Size(71, 16);
|
|
|
+ this.change.TabIndex = 193;
|
|
|
+ this.change.TabStop = true;
|
|
|
+ this.change.Text = "拆解更换";
|
|
|
+ this.change.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // nochange
|
|
|
+ //
|
|
|
+ this.nochange.AutoSize = true;
|
|
|
+ this.nochange.Location = new System.Drawing.Point(731, 57);
|
|
|
+ this.nochange.Name = "nochange";
|
|
|
+ this.nochange.Size = new System.Drawing.Size(47, 16);
|
|
|
+ this.nochange.TabIndex = 194;
|
|
|
+ this.nochange.TabStop = true;
|
|
|
+ this.nochange.Text = "拆解";
|
|
|
+ this.nochange.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// dataGridViewCheckBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -183,21 +205,15 @@
|
|
|
this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.dataGridViewCheckBoxColumn1.Width = 60;
|
|
|
//
|
|
|
- // dataGridViewCheckBoxColumn2
|
|
|
- //
|
|
|
- this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewCheckBoxColumn2.HeaderText = "拆解";
|
|
|
- this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
|
|
|
- this.dataGridViewCheckBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.dataGridViewCheckBoxColumn2.Width = 40;
|
|
|
- //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_id";
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "cm_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 40;
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
- this.dataGridViewTextBoxColumn1.Width = 5;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 40;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
//
|
|
|
@@ -256,6 +272,7 @@
|
|
|
this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
|
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn7.Width = 300;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn8
|
|
|
//
|
|
|
@@ -329,7 +346,7 @@
|
|
|
this.ms_makecode.AutoSize = true;
|
|
|
this.ms_makecode.CutLength = null;
|
|
|
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(459, 18);
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(413, 18);
|
|
|
this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
this.ms_makecode.Name = "ms_makecode";
|
|
|
this.ms_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
@@ -402,6 +419,14 @@
|
|
|
this.OperateResult.TabIndex = 172;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // dataGridViewCheckBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewCheckBoxColumn2.HeaderText = "拆解";
|
|
|
+ this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
|
|
|
+ this.dataGridViewCheckBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.dataGridViewCheckBoxColumn2.Width = 40;
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn11
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn11.DataPropertyName = "cm_sncode";
|
|
|
@@ -412,25 +437,20 @@
|
|
|
// Choose
|
|
|
//
|
|
|
this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.HeaderText = "拆解更换";
|
|
|
+ this.Choose.HeaderText = "勾选";
|
|
|
this.Choose.MinimumWidth = 80;
|
|
|
this.Choose.Name = "Choose";
|
|
|
this.Choose.Width = 80;
|
|
|
//
|
|
|
- // 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.cm_id.DataPropertyName = "cm_id";
|
|
|
this.cm_id.HeaderText = "cm_id";
|
|
|
+ this.cm_id.MinimumWidth = 40;
|
|
|
this.cm_id.Name = "cm_id";
|
|
|
this.cm_id.Visible = false;
|
|
|
- this.cm_id.Width = 5;
|
|
|
+ this.cm_id.Width = 40;
|
|
|
//
|
|
|
// pr_detail
|
|
|
//
|
|
|
@@ -517,6 +537,8 @@
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(928, 573);
|
|
|
+ this.Controls.Add(this.nochange);
|
|
|
+ this.Controls.Add(this.change);
|
|
|
this.Controls.Add(this.pr_name);
|
|
|
this.Controls.Add(this.ms_wccode);
|
|
|
this.Controls.Add(this.ms_craftname);
|
|
|
@@ -581,8 +603,9 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
|
private System.Windows.Forms.Label pr_name;
|
|
|
+ private System.Windows.Forms.RadioButton change;
|
|
|
+ private System.Windows.Forms.RadioButton nochange;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
|