|
|
@@ -54,6 +54,7 @@
|
|
|
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.label2 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -113,7 +114,7 @@
|
|
|
this.pr_detail,
|
|
|
this.MD_DOWNMAN});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(46, 388);
|
|
|
- this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
this.LabelDataGridView.RowHeadersWidth = 82;
|
|
|
@@ -155,7 +156,7 @@
|
|
|
// mdcode
|
|
|
//
|
|
|
this.mdcode.Location = new System.Drawing.Point(192, 20);
|
|
|
- this.mdcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.mdcode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.mdcode.Name = "mdcode";
|
|
|
this.mdcode.ReadOnly = true;
|
|
|
this.mdcode.Size = new System.Drawing.Size(196, 35);
|
|
|
@@ -239,6 +240,7 @@
|
|
|
this.cd_stepcode.Caller = null;
|
|
|
this.cd_stepcode.Condition = null;
|
|
|
this.cd_stepcode.DBTitle = "回流工序";
|
|
|
+ this.cd_stepcode.Enabled = false;
|
|
|
this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.cd_stepcode.FormName = null;
|
|
|
this.cd_stepcode.Location = new System.Drawing.Point(688, 86);
|
|
|
@@ -360,11 +362,24 @@
|
|
|
this.MD_DOWNMAN.Name = "MD_DOWNMAN";
|
|
|
this.MD_DOWNMAN.Width = 2;
|
|
|
//
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label2.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.label2.Location = new System.Drawing.Point(1013, 86);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(466, 41);
|
|
|
+ this.label2.TabIndex = 212;
|
|
|
+ this.label2.Text = "先输入序列号,再选择拦截工序";
|
|
|
+ //
|
|
|
// Make_MakeDown
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1624, 912);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.cd_stepcode);
|
|
|
this.Controls.Add(this.st_rstepcode_label);
|
|
|
this.Controls.Add(this.ma_craftcode_label);
|
|
|
@@ -382,14 +397,14 @@
|
|
|
this.Controls.Add(this.md_code_label);
|
|
|
this.Controls.Add(this.LabelDataGridView);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Name = "Make_MakeDown";
|
|
|
this.Tag = "Make!MakeDown";
|
|
|
this.Text = "Make_MakeDown";
|
|
|
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(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -421,5 +436,6 @@
|
|
|
private System.Windows.Forms.Label st_rstepcode_label;
|
|
|
private System.Windows.Forms.Label ma_craftcode_label;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
}
|
|
|
}
|