|
|
@@ -34,11 +34,6 @@
|
|
|
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();
|
|
|
@@ -46,10 +41,15 @@
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ 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.inputreson = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -117,56 +117,13 @@
|
|
|
this.md_prodcode,
|
|
|
this.pr_detail,
|
|
|
this.MD_DOWNMAN});
|
|
|
- this.LabelDataGridView.Location = new System.Drawing.Point(22, 193);
|
|
|
+ this.LabelDataGridView.Location = new System.Drawing.Point(23, 194);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
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;
|
|
|
@@ -231,6 +188,14 @@
|
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
//
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
+ //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -255,6 +220,49 @@
|
|
|
this.sn_code.TabIndex = 201;
|
|
|
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
//
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
// inputreson
|
|
|
//
|
|
|
this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -265,13 +273,6 @@
|
|
|
this.inputreson.TabIndex = 199;
|
|
|
this.inputreson.Text = "";
|
|
|
//
|
|
|
- // dataGridViewTextBoxColumn5
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn5.HeaderText = "";
|
|
|
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
- //
|
|
|
// Make_MakeDown
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -282,13 +283,13 @@
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.sn_code);
|
|
|
- this.Controls.Add(this.LabelDataGridView);
|
|
|
this.Controls.Add(this.inputreson);
|
|
|
this.Controls.Add(this.md_reson);
|
|
|
this.Controls.Add(this.make_count);
|
|
|
this.Controls.Add(this.count_label);
|
|
|
this.Controls.Add(this.mdcode);
|
|
|
this.Controls.Add(this.md_code_label);
|
|
|
+ this.Controls.Add(this.LabelDataGridView);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Name = "Make_MakeDown";
|
|
|
this.Tag = "Make!MakeDown";
|