|
|
@@ -28,7 +28,6 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.mcd_okqty_label = new System.Windows.Forms.Label();
|
|
|
@@ -38,7 +37,7 @@
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.PrintLabel = new UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.PrintLabel = new UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip();
|
|
|
this.ms_sncode = new System.Windows.Forms.Label();
|
|
|
this.load = new System.Windows.Forms.RadioButton();
|
|
|
this.unload = new System.Windows.Forms.RadioButton();
|
|
|
@@ -49,11 +48,11 @@
|
|
|
this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.Lock = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
- this.ma_bomversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_bomversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
- this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
- this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel();
|
|
|
+ this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel();
|
|
|
this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
@@ -112,7 +111,7 @@
|
|
|
//
|
|
|
// ms_sncode_label
|
|
|
//
|
|
|
- this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.ms_sncode_label.AutoSize = true;
|
|
|
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -291,17 +290,17 @@
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.TextBoxEnable = true;
|
|
|
//
|
|
|
- // ma_bomversion
|
|
|
+ // ms_bomversion
|
|
|
//
|
|
|
- this.ma_bomversion.AutoSize = true;
|
|
|
- this.ma_bomversion.CutLength = null;
|
|
|
- this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_bomversion.Location = new System.Drawing.Point(772, 187);
|
|
|
- this.ma_bomversion.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.ma_bomversion.Name = "ma_bomversion";
|
|
|
- this.ma_bomversion.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ma_bomversion.TabIndex = 169;
|
|
|
- this.ma_bomversion.Visible = false;
|
|
|
+ this.ms_bomversion.AutoSize = true;
|
|
|
+ this.ms_bomversion.CutLength = null;
|
|
|
+ this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_bomversion.Location = new System.Drawing.Point(772, 187);
|
|
|
+ this.ms_bomversion.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.ms_bomversion.Name = "ms_bomversion";
|
|
|
+ this.ms_bomversion.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ms_bomversion.TabIndex = 169;
|
|
|
+ this.ms_bomversion.Visible = false;
|
|
|
//
|
|
|
// code
|
|
|
//
|
|
|
@@ -390,7 +389,7 @@
|
|
|
this.Controls.Add(this.Lock);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.ms_craftcode);
|
|
|
- this.Controls.Add(this.ma_bomversion);
|
|
|
+ this.Controls.Add(this.ms_bomversion);
|
|
|
this.Controls.Add(this.code_label);
|
|
|
this.Controls.Add(this.code);
|
|
|
this.Controls.Add(this.unload);
|
|
|
@@ -447,7 +446,7 @@
|
|
|
private System.Windows.Forms.RadioButton unload;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox code;
|
|
|
private System.Windows.Forms.Label code_label;
|
|
|
- private CustomControl.ValueLabel.ValueLabel ma_bomversion;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_bomversion;
|
|
|
private System.Windows.Forms.Label ms_craftcode;
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox Lock;
|