|
|
@@ -0,0 +1,221 @@
|
|
|
+namespace UAS_MES.Query
|
|
|
+{
|
|
|
+ partial class Query_SpecialReport
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SpecialReport));
|
|
|
+ this.Export = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.CartonBegin = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.CartonEnd = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.PaletteEnd = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.PaletteBegin = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.InDate = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // Export
|
|
|
+ //
|
|
|
+ this.Export.AllPower = null;
|
|
|
+ this.Export.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ 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(181, 272);
|
|
|
+ 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(75, 28);
|
|
|
+ this.Export.TabIndex = 0;
|
|
|
+ this.Export.Text = "导出";
|
|
|
+ this.Export.UseVisualStyleBackColor = false;
|
|
|
+ this.Export.Click += new System.EventHandler(this.Export_Click);
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ 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(53, 80);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(52, 21);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "SERIE";
|
|
|
+ //
|
|
|
+ // 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(53, 116);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(77, 21);
|
|
|
+ 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(53, 194);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(81, 21);
|
|
|
+ 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(53, 153);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(75, 21);
|
|
|
+ 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(181, 80);
|
|
|
+ this.SerialNum.Name = "SerialNum";
|
|
|
+ this.SerialNum.Power = null;
|
|
|
+ this.SerialNum.Size = new System.Drawing.Size(196, 21);
|
|
|
+ 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(181, 120);
|
|
|
+ this.CartonBegin.Name = "CartonBegin";
|
|
|
+ this.CartonBegin.Power = null;
|
|
|
+ this.CartonBegin.Size = new System.Drawing.Size(196, 21);
|
|
|
+ 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(377, 120);
|
|
|
+ this.CartonEnd.Name = "CartonEnd";
|
|
|
+ this.CartonEnd.Power = null;
|
|
|
+ this.CartonEnd.Size = new System.Drawing.Size(196, 21);
|
|
|
+ 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(377, 157);
|
|
|
+ this.PaletteEnd.Name = "PaletteEnd";
|
|
|
+ this.PaletteEnd.Power = null;
|
|
|
+ this.PaletteEnd.Size = new System.Drawing.Size(196, 21);
|
|
|
+ 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(181, 157);
|
|
|
+ this.PaletteBegin.Name = "PaletteBegin";
|
|
|
+ this.PaletteBegin.Power = null;
|
|
|
+ this.PaletteBegin.Size = new System.Drawing.Size(196, 21);
|
|
|
+ this.PaletteBegin.Str = null;
|
|
|
+ this.PaletteBegin.Str1 = null;
|
|
|
+ this.PaletteBegin.Str2 = null;
|
|
|
+ this.PaletteBegin.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // InDate
|
|
|
+ //
|
|
|
+ this.InDate.Location = new System.Drawing.Point(181, 194);
|
|
|
+ this.InDate.Name = "InDate";
|
|
|
+ this.InDate.Size = new System.Drawing.Size(196, 21);
|
|
|
+ this.InDate.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // Query_SpecialReport
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(747, 538);
|
|
|
+ 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.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.Export);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Query_SpecialReport";
|
|
|
+ this.Tag = "Query!SpecialReport";
|
|
|
+ this.Text = "Query_SpecialReport";
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Export;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|