namespace UAS_MES_NEW.Query { partial class Query_MacAddress { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_MacAddress)); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.label4 = new System.Windows.Forms.Label(); this.Mac = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.de_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(318, 318); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(142, 37); this.label4.TabIndex = 171; this.label4.Text = "MAC地址"; // // Mac // this.Mac.FormattingEnabled = true; this.Mac.Location = new System.Drawing.Point(477, 324); this.Mac.Name = "Mac"; this.Mac.Size = new System.Drawing.Size(283, 32); this.Mac.TabIndex = 170; // // 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(331, 393); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(129, 37); this.label2.TabIndex = 167; this.label2.Text = "设备名称"; // // 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(531, 613); 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 = 169; this.PrintBarcode.Text = "上传"; this.PrintBarcode.UseVisualStyleBackColor = false; this.PrintBarcode.Click += new System.EventHandler(this.PrintBarcode_Click); // // de_name // this.de_name.AllPower = null; this.de_name.ID = null; this.de_name.Location = new System.Drawing.Point(477, 395); this.de_name.Name = "de_name"; this.de_name.Power = null; this.de_name.Size = new System.Drawing.Size(283, 35); this.de_name.Str = null; this.de_name.Str1 = null; this.de_name.Str2 = null; this.de_name.TabIndex = 168; // // 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 = ""; // // Query_MacAddress // 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.Mac); this.Controls.Add(this.PrintBarcode); this.Controls.Add(this.de_name); this.Controls.Add(this.label2); this.Controls.Add(this.OperateResult); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6); this.Name = "Query_MacAddress"; this.Tag = "Query!SOP"; this.Text = "Query_SpecialReport"; this.Load += new System.EventHandler(this.Query_SpecialReport_Load); this.ResumeLayout(true); this.PerformLayout(); } #endregion private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox Mac; private CustomControl.ButtonUtil.NormalButton PrintBarcode; private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox de_name; private System.Windows.Forms.Label label2; } }