|
|
@@ -34,6 +34,11 @@
|
|
|
this.count_label = new System.Windows.Forms.Label();
|
|
|
this.md_reson = new System.Windows.Forms.Label();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pr_code = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode = new System.Windows.Forms.Label();
|
|
|
@@ -45,11 +50,6 @@
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.inputreson = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -124,6 +124,49 @@
|
|
|
this.LabelDataGridView.Size = new System.Drawing.Size(747, 192);
|
|
|
this.LabelDataGridView.TabIndex = 200;
|
|
|
//
|
|
|
+ // md_macode
|
|
|
+ //
|
|
|
+ this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_macode.DataPropertyName = "md_macode";
|
|
|
+ this.md_macode.HeaderText = "工单编号";
|
|
|
+ this.md_macode.Name = "md_macode";
|
|
|
+ this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // md_sncode
|
|
|
+ //
|
|
|
+ this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_sncode.DataPropertyName = "md_sncode";
|
|
|
+ this.md_sncode.HeaderText = "序列号";
|
|
|
+ this.md_sncode.Name = "md_sncode";
|
|
|
+ this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // md_prodcode
|
|
|
+ //
|
|
|
+ this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_prodcode.DataPropertyName = "md_prodcode";
|
|
|
+ this.md_prodcode.HeaderText = "产品代码";
|
|
|
+ this.md_prodcode.Name = "md_prodcode";
|
|
|
+ this.md_prodcode.ReadOnly = true;
|
|
|
+ this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "产品名称";
|
|
|
+ this.pr_detail.MinimumWidth = 80;
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.ReadOnly = true;
|
|
|
+ this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // MD_DOWNMAN
|
|
|
+ //
|
|
|
+ this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.MD_DOWNMAN.HeaderText = "";
|
|
|
+ this.MD_DOWNMAN.MinimumWidth = 2;
|
|
|
+ this.MD_DOWNMAN.Name = "MD_DOWNMAN";
|
|
|
+ this.MD_DOWNMAN.Width = 2;
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
@@ -190,7 +233,7 @@
|
|
|
//
|
|
|
// OperateResult
|
|
|
//
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OperateResult.Location = new System.Drawing.Point(377, 51);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
this.OperateResult.Size = new System.Drawing.Size(392, 124);
|
|
|
@@ -229,49 +272,6 @@
|
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
//
|
|
|
- // md_macode
|
|
|
- //
|
|
|
- this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_macode.DataPropertyName = "md_macode";
|
|
|
- this.md_macode.HeaderText = "工单编号";
|
|
|
- this.md_macode.Name = "md_macode";
|
|
|
- this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // md_sncode
|
|
|
- //
|
|
|
- this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_sncode.DataPropertyName = "md_sncode";
|
|
|
- this.md_sncode.HeaderText = "序列号";
|
|
|
- this.md_sncode.Name = "md_sncode";
|
|
|
- this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // md_prodcode
|
|
|
- //
|
|
|
- this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_prodcode.DataPropertyName = "md_prodcode";
|
|
|
- this.md_prodcode.HeaderText = "产品代码";
|
|
|
- this.md_prodcode.Name = "md_prodcode";
|
|
|
- this.md_prodcode.ReadOnly = true;
|
|
|
- this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "产品名称";
|
|
|
- this.pr_detail.MinimumWidth = 80;
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.ReadOnly = true;
|
|
|
- this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // MD_DOWNMAN
|
|
|
- //
|
|
|
- this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.MD_DOWNMAN.HeaderText = "";
|
|
|
- this.MD_DOWNMAN.MinimumWidth = 2;
|
|
|
- this.MD_DOWNMAN.Name = "MD_DOWNMAN";
|
|
|
- this.MD_DOWNMAN.Width = 2;
|
|
|
- //
|
|
|
// Make_MakeDown
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|