Query_MacAddress.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_MacAddress
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_MacAddress));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.Mac = new System.Windows.Forms.ComboBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.de_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.SuspendLayout();
  37. //
  38. // label4
  39. //
  40. this.label4.AutoSize = true;
  41. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.label4.Location = new System.Drawing.Point(318, 318);
  43. this.label4.Name = "label4";
  44. this.label4.Size = new System.Drawing.Size(142, 37);
  45. this.label4.TabIndex = 171;
  46. this.label4.Text = "MAC地址";
  47. //
  48. // Mac
  49. //
  50. this.Mac.FormattingEnabled = true;
  51. this.Mac.Location = new System.Drawing.Point(477, 324);
  52. this.Mac.Name = "Mac";
  53. this.Mac.Size = new System.Drawing.Size(283, 32);
  54. this.Mac.TabIndex = 170;
  55. //
  56. // label2
  57. //
  58. this.label2.AutoSize = true;
  59. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.label2.Location = new System.Drawing.Point(331, 393);
  61. this.label2.Name = "label2";
  62. this.label2.Size = new System.Drawing.Size(129, 37);
  63. this.label2.TabIndex = 167;
  64. this.label2.Text = "设备名称";
  65. //
  66. // PrintBarcode
  67. //
  68. this.PrintBarcode.AllPower = null;
  69. this.PrintBarcode.BackColor = System.Drawing.Color.Transparent;
  70. this.PrintBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.DownImage")));
  71. this.PrintBarcode.Image = null;
  72. this.PrintBarcode.IsShowBorder = true;
  73. this.PrintBarcode.Location = new System.Drawing.Point(531, 613);
  74. this.PrintBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.MoveImage")));
  75. this.PrintBarcode.Name = "PrintBarcode";
  76. this.PrintBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.NormalImage")));
  77. this.PrintBarcode.Power = null;
  78. this.PrintBarcode.Size = new System.Drawing.Size(150, 50);
  79. this.PrintBarcode.TabIndex = 169;
  80. this.PrintBarcode.Text = "上传";
  81. this.PrintBarcode.UseVisualStyleBackColor = false;
  82. this.PrintBarcode.Click += new System.EventHandler(this.PrintBarcode_Click);
  83. //
  84. // de_name
  85. //
  86. this.de_name.AllPower = null;
  87. this.de_name.ID = null;
  88. this.de_name.Location = new System.Drawing.Point(477, 395);
  89. this.de_name.Name = "de_name";
  90. this.de_name.Power = null;
  91. this.de_name.Size = new System.Drawing.Size(283, 35);
  92. this.de_name.Str = null;
  93. this.de_name.Str1 = null;
  94. this.de_name.Str2 = null;
  95. this.de_name.TabIndex = 168;
  96. //
  97. // OperateResult
  98. //
  99. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.OperateResult.Location = new System.Drawing.Point(890, 254);
  101. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  102. this.OperateResult.Name = "OperateResult";
  103. this.OperateResult.Size = new System.Drawing.Size(504, 570);
  104. this.OperateResult.TabIndex = 164;
  105. this.OperateResult.Text = "";
  106. //
  107. // Query_MacAddress
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(1494, 1075);
  112. this.Controls.Add(this.label4);
  113. this.Controls.Add(this.Mac);
  114. this.Controls.Add(this.PrintBarcode);
  115. this.Controls.Add(this.de_name);
  116. this.Controls.Add(this.label2);
  117. this.Controls.Add(this.OperateResult);
  118. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  119. this.Margin = new System.Windows.Forms.Padding(6);
  120. this.Name = "Query_MacAddress";
  121. this.Tag = "Query!SOP";
  122. this.Text = "Query_SpecialReport";
  123. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  124. this.ResumeLayout(true);
  125. this.PerformLayout();
  126. }
  127. #endregion
  128. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  129. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  130. private System.Windows.Forms.Label label4;
  131. private System.Windows.Forms.ComboBox Mac;
  132. private CustomControl.ButtonUtil.NormalButton PrintBarcode;
  133. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox de_name;
  134. private System.Windows.Forms.Label label2;
  135. }
  136. }