123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_MacAddress
- {
- /// <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_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;
- }
- }
|