|
|
@@ -0,0 +1,223 @@
|
|
|
+namespace UAS_MES_NEW.Query
|
|
|
+{
|
|
|
+ partial class Query_RFIDPrint
|
|
|
+ {
|
|
|
+ /// <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_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
+ this.Prefix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.Date = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.Rn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ 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(362, 506);
|
|
|
+ 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(150, 56);
|
|
|
+ this.Export.TabIndex = 0;
|
|
|
+ this.Export.Text = "打印";
|
|
|
+ this.Export.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // Prefix
|
|
|
+ //
|
|
|
+ this.Prefix.AllPower = null;
|
|
|
+ this.Prefix.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Prefix.ID = null;
|
|
|
+ this.Prefix.Location = new System.Drawing.Point(362, 85);
|
|
|
+ this.Prefix.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Prefix.Name = "Prefix";
|
|
|
+ this.Prefix.Power = null;
|
|
|
+ this.Prefix.Size = new System.Drawing.Size(278, 35);
|
|
|
+ this.Prefix.Str = null;
|
|
|
+ this.Prefix.Str1 = null;
|
|
|
+ this.Prefix.Str2 = null;
|
|
|
+ this.Prefix.TabIndex = 12;
|
|
|
+ this.Prefix.TextChanged += new System.EventHandler(this.inoutno_TextChanged);
|
|
|
+ //
|
|
|
+ // 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(217, 79);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 11;
|
|
|
+ this.label5.Text = "前缀";
|
|
|
+ //
|
|
|
+ // Date
|
|
|
+ //
|
|
|
+ this.Date.Location = new System.Drawing.Point(362, 190);
|
|
|
+ this.Date.Name = "Date";
|
|
|
+ this.Date.Size = new System.Drawing.Size(278, 35);
|
|
|
+ this.Date.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // Num
|
|
|
+ //
|
|
|
+ this.Num.AllPower = null;
|
|
|
+ this.Num.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Num.ID = null;
|
|
|
+ this.Num.Location = new System.Drawing.Point(362, 310);
|
|
|
+ this.Num.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Num.Name = "Num";
|
|
|
+ this.Num.Power = null;
|
|
|
+ this.Num.Size = new System.Drawing.Size(278, 35);
|
|
|
+ this.Num.Str = null;
|
|
|
+ this.Num.Str1 = null;
|
|
|
+ this.Num.Str2 = null;
|
|
|
+ this.Num.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // 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(217, 304);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label1.TabIndex = 15;
|
|
|
+ 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(217, 190);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label2.TabIndex = 16;
|
|
|
+ this.label2.Text = "日期";
|
|
|
+ //
|
|
|
+ // 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(217, 411);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label3.TabIndex = 18;
|
|
|
+ this.label3.Text = "流水";
|
|
|
+ //
|
|
|
+ // Rn
|
|
|
+ //
|
|
|
+ this.Rn.AllPower = null;
|
|
|
+ this.Rn.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Rn.ID = null;
|
|
|
+ this.Rn.Location = new System.Drawing.Point(362, 417);
|
|
|
+ this.Rn.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Rn.Name = "Rn";
|
|
|
+ this.Rn.Power = null;
|
|
|
+ this.Rn.Size = new System.Drawing.Size(278, 35);
|
|
|
+ this.Rn.Str = null;
|
|
|
+ this.Rn.Str1 = null;
|
|
|
+ this.Rn.Str2 = null;
|
|
|
+ this.Rn.TabIndex = 17;
|
|
|
+ this.Rn.Text = "1";
|
|
|
+ //
|
|
|
+ // 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(801, 85);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label4.TabIndex = 186;
|
|
|
+ this.label4.Text = "打印机";
|
|
|
+ //
|
|
|
+ // Printer
|
|
|
+ //
|
|
|
+ this.Printer.Location = new System.Drawing.Point(960, 85);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8);
|
|
|
+ this.Printer.Name = "Printer";
|
|
|
+ this.Printer.Size = new System.Drawing.Size(291, 50);
|
|
|
+ this.Printer.TabIndex = 185;
|
|
|
+ //
|
|
|
+ // Query_SpecialReport
|
|
|
+ //
|
|
|
+ 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.label4);
|
|
|
+ this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.Rn);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.Num);
|
|
|
+ this.Controls.Add(this.Date);
|
|
|
+ this.Controls.Add(this.Prefix);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.Export);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Name = "Query_SpecialReport";
|
|
|
+ this.Tag = "Query!SpecialReport";
|
|
|
+ this.Text = "Query_SpecialReport";
|
|
|
+ this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
|
|
|
+ this.ResumeLayout(true);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Export;
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Prefix;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.DateTimePicker Date;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Num;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ }
|
|
|
+}
|