|
@@ -88,9 +88,9 @@
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
this.ma_softversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
this.ma_softversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_softversion_label = new System.Windows.Forms.Label();
|
|
this.ma_softversion_label = new System.Windows.Forms.Label();
|
|
|
- this.Filter = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
|
|
this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.NoteForChange = new System.Windows.Forms.CheckBox();
|
|
this.NoteForChange = new System.Windows.Forms.CheckBox();
|
|
|
|
|
+ this.Filter = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.panel2.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
@@ -793,23 +793,6 @@
|
|
|
this.ma_softversion_label.TabIndex = 72;
|
|
this.ma_softversion_label.TabIndex = 72;
|
|
|
this.ma_softversion_label.Text = "软件版本";
|
|
this.ma_softversion_label.Text = "软件版本";
|
|
|
//
|
|
//
|
|
|
- // Filter
|
|
|
|
|
- //
|
|
|
|
|
- this.Filter.AllPower = null;
|
|
|
|
|
- this.Filter.BackColor = System.Drawing.Color.White;
|
|
|
|
|
- this.Filter.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.Filter.ID = null;
|
|
|
|
|
- this.Filter.Location = new System.Drawing.Point(124, 355);
|
|
|
|
|
- this.Filter.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
- this.Filter.Name = "Filter";
|
|
|
|
|
- this.Filter.Power = null;
|
|
|
|
|
- this.Filter.Size = new System.Drawing.Size(233, 28);
|
|
|
|
|
- this.Filter.Str = null;
|
|
|
|
|
- this.Filter.Str1 = null;
|
|
|
|
|
- this.Filter.Str2 = null;
|
|
|
|
|
- this.Filter.TabIndex = 74;
|
|
|
|
|
- this.Filter.TextChanged += new System.EventHandler(this.Filter_TextChanged);
|
|
|
|
|
- //
|
|
|
|
|
// NoteForChange
|
|
// NoteForChange
|
|
|
//
|
|
//
|
|
|
this.NoteForChange.AutoSize = true;
|
|
this.NoteForChange.AutoSize = true;
|
|
@@ -824,14 +807,24 @@
|
|
|
this.NoteForChange.Text = "切换工单提示";
|
|
this.NoteForChange.Text = "切换工单提示";
|
|
|
this.NoteForChange.UseVisualStyleBackColor = true;
|
|
this.NoteForChange.UseVisualStyleBackColor = true;
|
|
|
//
|
|
//
|
|
|
|
|
+ // Filter
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
|
|
|
|
|
+ this.Filter.Location = new System.Drawing.Point(124, 357);
|
|
|
|
|
+ this.Filter.Name = "Filter";
|
|
|
|
|
+ this.Filter.PlaceHolder = "查询不良";
|
|
|
|
|
+ this.Filter.Size = new System.Drawing.Size(234, 28);
|
|
|
|
|
+ this.Filter.TabIndex = 76;
|
|
|
|
|
+ this.Filter.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
|
|
|
|
|
+ //
|
|
|
// Make_TestCollection
|
|
// Make_TestCollection
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(1149, 700);
|
|
this.ClientSize = new System.Drawing.Size(1149, 700);
|
|
|
- this.Controls.Add(this.NoteForChange);
|
|
|
|
|
this.Controls.Add(this.Filter);
|
|
this.Controls.Add(this.Filter);
|
|
|
|
|
+ this.Controls.Add(this.NoteForChange);
|
|
|
this.Controls.Add(this.ma_softversion);
|
|
this.Controls.Add(this.ma_softversion);
|
|
|
this.Controls.Add(this.ma_softversion_label);
|
|
this.Controls.Add(this.ma_softversion_label);
|
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel1);
|
|
@@ -945,8 +938,8 @@
|
|
|
private System.Windows.Forms.Label ma_softversion_label;
|
|
private System.Windows.Forms.Label ma_softversion_label;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader9;
|
|
private System.Windows.Forms.ColumnHeader columnHeader9;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox Filter;
|
|
|
|
|
private System.Windows.Forms.BindingSource BadInfSource;
|
|
private System.Windows.Forms.BindingSource BadInfSource;
|
|
|
private System.Windows.Forms.CheckBox NoteForChange;
|
|
private System.Windows.Forms.CheckBox NoteForChange;
|
|
|
|
|
+ private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|