|
|
@@ -46,7 +46,7 @@
|
|
|
this.ob_sampleqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.ob_sampleqty_label = new System.Windows.Forms.Label();
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.al_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
@@ -213,7 +213,7 @@
|
|
|
this.panel1.Controls.Add(this.ob_sampleqty_label);
|
|
|
this.panel1.Controls.Add(this.ob_remark);
|
|
|
this.panel1.Controls.Add(this.ob_remark_label);
|
|
|
- this.panel1.Controls.Add(this.ob_aqlcode);
|
|
|
+ this.panel1.Controls.Add(this.al_code);
|
|
|
this.panel1.Controls.Add(this.ob_aqlcode_label);
|
|
|
this.panel1.Controls.Add(this.ob_maxacceptqty_label);
|
|
|
this.panel1.Location = new System.Drawing.Point(33, 158);
|
|
|
@@ -275,25 +275,25 @@
|
|
|
this.ob_remark.TabIndex = 173;
|
|
|
this.ob_remark.Tag = "NoAuto";
|
|
|
//
|
|
|
- // ob_aqlcode
|
|
|
- //
|
|
|
- this.ob_aqlcode.AllPower = null;
|
|
|
- this.ob_aqlcode.Caller = null;
|
|
|
- this.ob_aqlcode.Condition = null;
|
|
|
- this.ob_aqlcode.DBTitle = null;
|
|
|
- this.ob_aqlcode.FormName = null;
|
|
|
- this.ob_aqlcode.Location = new System.Drawing.Point(101, 25);
|
|
|
- this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.ob_aqlcode.Name = "ob_aqlcode";
|
|
|
- this.ob_aqlcode.Power = null;
|
|
|
- this.ob_aqlcode.SelectField = null;
|
|
|
- this.ob_aqlcode.SetValueField = null;
|
|
|
- this.ob_aqlcode.Size = new System.Drawing.Size(226, 26);
|
|
|
- this.ob_aqlcode.TabIndex = 191;
|
|
|
- this.ob_aqlcode.TableName = null;
|
|
|
- this.ob_aqlcode.Tag = "AL_CODE";
|
|
|
- this.ob_aqlcode.TextBoxEnable = false;
|
|
|
- this.ob_aqlcode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_aqlcode_UserControlTextChanged);
|
|
|
+ // al_code
|
|
|
+ //
|
|
|
+ this.al_code.AllPower = null;
|
|
|
+ this.al_code.Caller = null;
|
|
|
+ this.al_code.Condition = null;
|
|
|
+ this.al_code.DBTitle = null;
|
|
|
+ this.al_code.FormName = null;
|
|
|
+ this.al_code.Location = new System.Drawing.Point(101, 25);
|
|
|
+ this.al_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.al_code.Name = "al_code";
|
|
|
+ this.al_code.Power = null;
|
|
|
+ this.al_code.SelectField = null;
|
|
|
+ this.al_code.SetValueField = null;
|
|
|
+ this.al_code.Size = new System.Drawing.Size(226, 26);
|
|
|
+ this.al_code.TabIndex = 191;
|
|
|
+ this.al_code.TableName = null;
|
|
|
+ this.al_code.Tag = "ob_aqlcode";
|
|
|
+ this.al_code.TextBoxEnable = false;
|
|
|
+ this.al_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_aqlcode_UserControlTextChanged);
|
|
|
//
|
|
|
// pr_detail
|
|
|
//
|
|
|
@@ -652,7 +652,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ob_projectcode;
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
|
|
|
- private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox al_code;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label ob_sampleqty_label;
|