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.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.Sn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Sn // this.Sn.AllPower = null; this.Sn.ID = null; this.Sn.Location = new System.Drawing.Point(213, 357); this.Sn.Name = "Sn"; this.Sn.Power = null; this.Sn.Size = new System.Drawing.Size(283, 35); this.Sn.Str = null; this.Sn.Str1 = null; this.Sn.Str2 = null; this.Sn.TabIndex = 0; this.Sn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown); // // 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(100, 355); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 37); this.label1.TabIndex = 1; this.label1.Text = "SN"; // // 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.label1); this.Controls.Add(this.Sn); 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 Sn; private System.Windows.Forms.Label label1; } }