|
|
@@ -33,15 +33,9 @@
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.SerialNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.CartonBegin = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.CartonEnd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.PaletteEnd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.PaletteBegin = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.InDate = new System.Windows.Forms.DateTimePicker();
|
|
|
- this.inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.BeginMac = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -52,13 +46,13 @@
|
|
|
this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
|
|
|
this.Export.Image = null;
|
|
|
this.Export.IsShowBorder = true;
|
|
|
- this.Export.Location = new System.Drawing.Point(241, 340);
|
|
|
- this.Export.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Export.Location = new System.Drawing.Point(305, 371);
|
|
|
+ this.Export.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
|
|
|
this.Export.Name = "Export";
|
|
|
this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
|
|
|
this.Export.Power = null;
|
|
|
- this.Export.Size = new System.Drawing.Size(100, 35);
|
|
|
+ this.Export.Size = new System.Drawing.Size(150, 56);
|
|
|
this.Export.TabIndex = 0;
|
|
|
this.Export.Text = "导出";
|
|
|
this.Export.UseVisualStyleBackColor = false;
|
|
|
@@ -68,177 +62,97 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(71, 100);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(106, 160);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(65, 27);
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "SERIE";
|
|
|
+ this.label1.Text = "数量";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(71, 145);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(106, 240);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(95, 27);
|
|
|
+ this.label2.Size = new System.Drawing.Size(157, 41);
|
|
|
this.label2.TabIndex = 2;
|
|
|
- this.label2.Text = "CARTON";
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(71, 242);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(100, 27);
|
|
|
- this.label3.TabIndex = 3;
|
|
|
- this.label3.Text = "DATECRE";
|
|
|
- //
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(71, 191);
|
|
|
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.label4.TabIndex = 4;
|
|
|
- this.label4.Text = "PALETTE";
|
|
|
- //
|
|
|
- // SerialNum
|
|
|
- //
|
|
|
- this.SerialNum.AllPower = null;
|
|
|
- this.SerialNum.BackColor = System.Drawing.Color.White;
|
|
|
- this.SerialNum.ID = null;
|
|
|
- this.SerialNum.Location = new System.Drawing.Point(241, 100);
|
|
|
- this.SerialNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.SerialNum.Name = "SerialNum";
|
|
|
- this.SerialNum.Power = null;
|
|
|
- this.SerialNum.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.SerialNum.Str = null;
|
|
|
- this.SerialNum.Str1 = null;
|
|
|
- this.SerialNum.Str2 = null;
|
|
|
- this.SerialNum.TabIndex = 5;
|
|
|
- //
|
|
|
- // CartonBegin
|
|
|
- //
|
|
|
- this.CartonBegin.AllPower = null;
|
|
|
- this.CartonBegin.BackColor = System.Drawing.Color.White;
|
|
|
- this.CartonBegin.ID = null;
|
|
|
- this.CartonBegin.Location = new System.Drawing.Point(241, 150);
|
|
|
- this.CartonBegin.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.CartonBegin.Name = "CartonBegin";
|
|
|
- this.CartonBegin.Power = null;
|
|
|
- this.CartonBegin.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.CartonBegin.Str = null;
|
|
|
- this.CartonBegin.Str1 = null;
|
|
|
- this.CartonBegin.Str2 = null;
|
|
|
- this.CartonBegin.TabIndex = 6;
|
|
|
- //
|
|
|
- // CartonEnd
|
|
|
- //
|
|
|
- this.CartonEnd.AllPower = null;
|
|
|
- this.CartonEnd.BackColor = System.Drawing.Color.White;
|
|
|
- this.CartonEnd.ID = null;
|
|
|
- this.CartonEnd.Location = new System.Drawing.Point(503, 150);
|
|
|
- this.CartonEnd.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.CartonEnd.Name = "CartonEnd";
|
|
|
- this.CartonEnd.Power = null;
|
|
|
- this.CartonEnd.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.CartonEnd.Str = null;
|
|
|
- this.CartonEnd.Str1 = null;
|
|
|
- this.CartonEnd.Str2 = null;
|
|
|
- this.CartonEnd.TabIndex = 7;
|
|
|
- //
|
|
|
- // PaletteEnd
|
|
|
- //
|
|
|
- this.PaletteEnd.AllPower = null;
|
|
|
- this.PaletteEnd.BackColor = System.Drawing.Color.White;
|
|
|
- this.PaletteEnd.ID = null;
|
|
|
- this.PaletteEnd.Location = new System.Drawing.Point(503, 196);
|
|
|
- this.PaletteEnd.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.PaletteEnd.Name = "PaletteEnd";
|
|
|
- this.PaletteEnd.Power = null;
|
|
|
- this.PaletteEnd.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.PaletteEnd.Str = null;
|
|
|
- this.PaletteEnd.Str1 = null;
|
|
|
- this.PaletteEnd.Str2 = null;
|
|
|
- this.PaletteEnd.TabIndex = 9;
|
|
|
- //
|
|
|
- // PaletteBegin
|
|
|
- //
|
|
|
- this.PaletteBegin.AllPower = null;
|
|
|
- this.PaletteBegin.BackColor = System.Drawing.Color.White;
|
|
|
- this.PaletteBegin.ID = null;
|
|
|
- this.PaletteBegin.Location = new System.Drawing.Point(241, 196);
|
|
|
- this.PaletteBegin.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.PaletteBegin.Name = "PaletteBegin";
|
|
|
- this.PaletteBegin.Power = null;
|
|
|
- this.PaletteBegin.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.PaletteBegin.Str = null;
|
|
|
- this.PaletteBegin.Str1 = null;
|
|
|
- this.PaletteBegin.Str2 = null;
|
|
|
- this.PaletteBegin.TabIndex = 8;
|
|
|
- //
|
|
|
- // InDate
|
|
|
- //
|
|
|
- this.InDate.Checked = false;
|
|
|
- this.InDate.Location = new System.Drawing.Point(241, 242);
|
|
|
- this.InDate.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.InDate.Name = "InDate";
|
|
|
- this.InDate.ShowCheckBox = true;
|
|
|
- this.InDate.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.InDate.TabIndex = 10;
|
|
|
- //
|
|
|
- // inoutno
|
|
|
- //
|
|
|
- this.inoutno.AllPower = null;
|
|
|
- this.inoutno.BackColor = System.Drawing.Color.White;
|
|
|
- this.inoutno.ID = null;
|
|
|
- this.inoutno.Location = new System.Drawing.Point(241, 53);
|
|
|
- this.inoutno.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.inoutno.Name = "inoutno";
|
|
|
- this.inoutno.Power = null;
|
|
|
- this.inoutno.Size = new System.Drawing.Size(260, 25);
|
|
|
- this.inoutno.Str = null;
|
|
|
- this.inoutno.Str1 = null;
|
|
|
- this.inoutno.Str2 = null;
|
|
|
- this.inoutno.TabIndex = 12;
|
|
|
+ this.label2.Text = "起始MAC";
|
|
|
+ //
|
|
|
+ // Num
|
|
|
+ //
|
|
|
+ this.Num.AllPower = null;
|
|
|
+ this.Num.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Num.ID = null;
|
|
|
+ this.Num.Location = new System.Drawing.Point(305, 161);
|
|
|
+ this.Num.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Num.Name = "Num";
|
|
|
+ this.Num.Power = null;
|
|
|
+ this.Num.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.Num.Str = null;
|
|
|
+ this.Num.Str1 = null;
|
|
|
+ this.Num.Str2 = null;
|
|
|
+ this.Num.TabIndex = 5;
|
|
|
+ this.Num.Text = "10";
|
|
|
+ //
|
|
|
+ // BeginMac
|
|
|
+ //
|
|
|
+ this.BeginMac.AllPower = null;
|
|
|
+ this.BeginMac.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BeginMac.ID = null;
|
|
|
+ this.BeginMac.Location = new System.Drawing.Point(305, 242);
|
|
|
+ this.BeginMac.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.BeginMac.Name = "BeginMac";
|
|
|
+ this.BeginMac.Power = null;
|
|
|
+ this.BeginMac.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.BeginMac.Str = null;
|
|
|
+ this.BeginMac.Str1 = null;
|
|
|
+ this.BeginMac.Str2 = null;
|
|
|
+ this.BeginMac.TabIndex = 6;
|
|
|
+ this.BeginMac.Text = "D46075F8C89E";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ma_code.ID = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(305, 88);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.ma_code.Str = null;
|
|
|
+ this.ma_code.Str1 = null;
|
|
|
+ this.ma_code.Str2 = null;
|
|
|
+ this.ma_code.TabIndex = 12;
|
|
|
+ this.ma_code.Text = "1111111";
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(71, 53);
|
|
|
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label5.Location = new System.Drawing.Point(106, 85);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label5.Size = new System.Drawing.Size(114, 41);
|
|
|
this.label5.TabIndex = 11;
|
|
|
- this.label5.Text = "出货单号";
|
|
|
+ this.label5.Text = "工单号";
|
|
|
//
|
|
|
// Query_SpecialReport
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(996, 672);
|
|
|
- this.Controls.Add(this.inoutno);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1494, 1075);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.label5);
|
|
|
- this.Controls.Add(this.InDate);
|
|
|
- this.Controls.Add(this.PaletteEnd);
|
|
|
- this.Controls.Add(this.PaletteBegin);
|
|
|
- this.Controls.Add(this.CartonEnd);
|
|
|
- this.Controls.Add(this.CartonBegin);
|
|
|
- this.Controls.Add(this.SerialNum);
|
|
|
- this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.BeginMac);
|
|
|
+ this.Controls.Add(this.Num);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.Export);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.Name = "Query_SpecialReport";
|
|
|
this.Tag = "Query!SpecialReport";
|
|
|
this.Text = "Query_SpecialReport";
|
|
|
@@ -254,15 +168,9 @@
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.Label label4;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox SerialNum;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox CartonBegin;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox CartonEnd;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox PaletteEnd;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox PaletteBegin;
|
|
|
- private System.Windows.Forms.DateTimePicker InDate;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox inoutno;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Num;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox BeginMac;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
}
|
|
|
}
|