namespace UAS_MES_NEW.Query { partial class Query_SOP { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SOP)); 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.label5 = new System.Windows.Forms.Label(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components); this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox(); this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(285, 421); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 37); this.label1.TabIndex = 1; this.label1.Text = "工单号"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(313, 346); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 37); this.label2.TabIndex = 2; this.label2.Text = "箱号"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(229, 491); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(157, 37); this.label3.TabIndex = 6; this.label3.Text = "打印机列表"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(257, 569); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(129, 37); this.label5.TabIndex = 163; this.label5.Text = "打印标签"; // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(890, 254); this.OperateResult.Margin = new System.Windows.Forms.Padding(6); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(504, 570); this.OperateResult.TabIndex = 164; this.OperateResult.Text = ""; // // PrintLabel // this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F); this.PrintLabel.FormattingEnabled = true; this.PrintLabel.Location = new System.Drawing.Point(416, 571); this.PrintLabel.Margin = new System.Windows.Forms.Padding(4); this.PrintLabel.Name = "PrintLabel"; this.PrintLabel.Size = new System.Drawing.Size(378, 39); this.PrintLabel.TabIndex = 161; // // PrintList // this.PrintList.Location = new System.Drawing.Point(416, 491); this.PrintList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.PrintList.Name = "PrintList"; this.PrintList.Size = new System.Drawing.Size(378, 45); this.PrintList.TabIndex = 5; // // PrintBarcode // this.PrintBarcode.AllPower = null; this.PrintBarcode.BackColor = System.Drawing.Color.Transparent; this.PrintBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.DownImage"))); this.PrintBarcode.Image = null; this.PrintBarcode.IsShowBorder = true; this.PrintBarcode.Location = new System.Drawing.Point(464, 652); this.PrintBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.MoveImage"))); this.PrintBarcode.Name = "PrintBarcode"; this.PrintBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.NormalImage"))); this.PrintBarcode.Power = null; this.PrintBarcode.Size = new System.Drawing.Size(150, 50); this.PrintBarcode.TabIndex = 4; this.PrintBarcode.Text = "打印"; this.PrintBarcode.UseVisualStyleBackColor = false; this.PrintBarcode.Click += new System.EventHandler(this.Print_Click); // // pa_outboxcode // this.pa_outboxcode.AllPower = null; this.pa_outboxcode.ID = null; this.pa_outboxcode.Location = new System.Drawing.Point(416, 348); this.pa_outboxcode.Name = "pa_outboxcode"; this.pa_outboxcode.Power = null; this.pa_outboxcode.Size = new System.Drawing.Size(283, 35); this.pa_outboxcode.Str = null; this.pa_outboxcode.Str1 = null; this.pa_outboxcode.Str2 = null; this.pa_outboxcode.TabIndex = 3; // // ma_code // this.ma_code.AllPower = null; this.ma_code.ID = null; this.ma_code.Location = new System.Drawing.Point(416, 423); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.Size = new System.Drawing.Size(283, 35); this.ma_code.Str = null; this.ma_code.Str1 = null; this.ma_code.Str2 = null; this.ma_code.TabIndex = 0; this.ma_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown); // // Query_SOP // 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.OperateResult); this.Controls.Add(this.label5); this.Controls.Add(this.PrintLabel); this.Controls.Add(this.label3); this.Controls.Add(this.PrintList); this.Controls.Add(this.PrintBarcode); this.Controls.Add(this.pa_outboxcode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.ma_code); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6); this.Name = "Query_SOP"; this.Tag = "Query!SOP"; this.Text = "Query_SpecialReport"; this.Load += new System.EventHandler(this.Query_SpecialReport_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox ma_code; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox pa_outboxcode; private CustomControl.ButtonUtil.NormalButton PrintBarcode; private CustomControl.ComBoxWithFocus.PrinterCombox PrintList; private System.Windows.Forms.Label label3; private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel; private System.Windows.Forms.Label label5; private CustomControl.RichText.RichTextAutoBottom OperateResult; } }