|
|
@@ -28,12 +28,16 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.mdcode = new System.Windows.Forms.Label();
|
|
|
this.md_code_label = new System.Windows.Forms.Label();
|
|
|
this.make_count = new System.Windows.Forms.Label();
|
|
|
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();
|
|
|
@@ -44,25 +48,11 @@
|
|
|
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.mdcode = new System.Windows.Forms.TextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // mdcode
|
|
|
- //
|
|
|
- this.mdcode.AutoSize = true;
|
|
|
- this.mdcode.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.mdcode.Location = new System.Drawing.Point(95, 10);
|
|
|
- this.mdcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.mdcode.Name = "mdcode";
|
|
|
- this.mdcode.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.mdcode.TabIndex = 195;
|
|
|
- //
|
|
|
// md_code_label
|
|
|
//
|
|
|
this.md_code_label.AutoSize = true;
|
|
|
@@ -124,6 +114,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;
|
|
|
@@ -220,49 +253,6 @@
|
|
|
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)));
|
|
|
@@ -273,11 +263,20 @@
|
|
|
this.inputreson.TabIndex = 199;
|
|
|
this.inputreson.Text = "";
|
|
|
//
|
|
|
+ // mdcode
|
|
|
+ //
|
|
|
+ this.mdcode.Location = new System.Drawing.Point(87, 10);
|
|
|
+ this.mdcode.Name = "mdcode";
|
|
|
+ this.mdcode.ReadOnly = true;
|
|
|
+ this.mdcode.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.mdcode.TabIndex = 207;
|
|
|
+ //
|
|
|
// Make_MakeDown
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(812, 456);
|
|
|
+ this.Controls.Add(this.mdcode);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -287,7 +286,6 @@
|
|
|
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;
|
|
|
@@ -297,14 +295,12 @@
|
|
|
this.Load += new System.EventHandler(this.Make_MakeDown_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_MakeDown_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
- private System.Windows.Forms.Label mdcode;
|
|
|
private System.Windows.Forms.Label md_code_label;
|
|
|
private System.Windows.Forms.Label make_count;
|
|
|
private System.Windows.Forms.Label count_label;
|
|
|
@@ -326,5 +322,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MD_DOWNMAN;
|
|
|
+ private System.Windows.Forms.TextBox mdcode;
|
|
|
}
|
|
|
}
|