|
|
@@ -34,6 +34,8 @@
|
|
|
this.EndDate = new System.Windows.Forms.DateTimePicker();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// BeginDate
|
|
|
@@ -81,11 +83,45 @@
|
|
|
this.Export.UseVisualStyleBackColor = false;
|
|
|
this.Export.Click += new System.EventHandler(this.Export_Click);
|
|
|
//
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AllPower = "IFALL";
|
|
|
+ this.pr_code.Caller = null;
|
|
|
+ this.pr_code.Condition = null;
|
|
|
+ this.pr_code.DBTitle = "";
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.pr_code.FormName = null;
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(325, 91);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Power = "";
|
|
|
+ this.pr_code.ReturnData = null;
|
|
|
+ this.pr_code.SelectField = null;
|
|
|
+ this.pr_code.SetValueField = null;
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(282, 46);
|
|
|
+ this.pr_code.TabIndex = 213;
|
|
|
+ this.pr_code.TableName = null;
|
|
|
+ this.pr_code.Tag = "makecode";
|
|
|
+ this.pr_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(140, 91);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 212;
|
|
|
+ this.ms_makecode_label.Text = "产品编号";
|
|
|
+ //
|
|
|
// Query_DateRate
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1494, 1075);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.EndDate);
|
|
|
this.Controls.Add(this.BeginDate);
|
|
|
@@ -108,5 +144,7 @@
|
|
|
private System.Windows.Forms.DateTimePicker BeginDate;
|
|
|
private System.Windows.Forms.DateTimePicker EndDate;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
}
|
|
|
}
|