SystemInfoFrm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. namespace MachineFrm
  2. {
  3. partial class SystemInfoFrm
  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. this.txtSystem = new System.Windows.Forms.TextBox();
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.btnExit = new System.Windows.Forms.Button();
  31. this.btnGet = new System.Windows.Forms.Button();
  32. this.txtBoard = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txtCpu = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.txtMac = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.btnExport = new System.Windows.Forms.Button();
  39. this.SuspendLayout();
  40. //
  41. // txtSystem
  42. //
  43. this.txtSystem.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.txtSystem.Location = new System.Drawing.Point(163, 45);
  45. this.txtSystem.Multiline = true;
  46. this.txtSystem.Name = "txtSystem";
  47. this.txtSystem.ReadOnly = true;
  48. this.txtSystem.Size = new System.Drawing.Size(625, 40);
  49. this.txtSystem.TabIndex = 19;
  50. //
  51. // label4
  52. //
  53. this.label4.AutoSize = true;
  54. this.label4.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.label4.Location = new System.Drawing.Point(23, 50);
  56. this.label4.Name = "label4";
  57. this.label4.Size = new System.Drawing.Size(134, 27);
  58. this.label4.TabIndex = 18;
  59. this.label4.Text = "操作系统:";
  60. //
  61. // btnExit
  62. //
  63. this.btnExit.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.btnExit.Location = new System.Drawing.Point(638, 352);
  65. this.btnExit.Name = "btnExit";
  66. this.btnExit.Size = new System.Drawing.Size(150, 50);
  67. this.btnExit.TabIndex = 17;
  68. this.btnExit.Text = "退出";
  69. this.btnExit.UseVisualStyleBackColor = true;
  70. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  71. //
  72. // btnGet
  73. //
  74. this.btnGet.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btnGet.Location = new System.Drawing.Point(40, 352);
  76. this.btnGet.Name = "btnGet";
  77. this.btnGet.Size = new System.Drawing.Size(150, 50);
  78. this.btnGet.TabIndex = 16;
  79. this.btnGet.Text = "重新获取";
  80. this.btnGet.UseVisualStyleBackColor = true;
  81. this.btnGet.Click += new System.EventHandler(this.btnGet_Click);
  82. //
  83. // txtBoard
  84. //
  85. this.txtBoard.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.txtBoard.Location = new System.Drawing.Point(163, 247);
  87. this.txtBoard.Multiline = true;
  88. this.txtBoard.Name = "txtBoard";
  89. this.txtBoard.ReadOnly = true;
  90. this.txtBoard.Size = new System.Drawing.Size(625, 40);
  91. this.txtBoard.TabIndex = 15;
  92. //
  93. // label3
  94. //
  95. this.label3.AutoSize = true;
  96. this.label3.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.label3.Location = new System.Drawing.Point(23, 252);
  98. this.label3.Name = "label3";
  99. this.label3.Size = new System.Drawing.Size(134, 27);
  100. this.label3.TabIndex = 14;
  101. this.label3.Text = "主板序号:";
  102. //
  103. // txtCpu
  104. //
  105. this.txtCpu.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.txtCpu.Location = new System.Drawing.Point(163, 181);
  107. this.txtCpu.Multiline = true;
  108. this.txtCpu.Name = "txtCpu";
  109. this.txtCpu.ReadOnly = true;
  110. this.txtCpu.Size = new System.Drawing.Size(625, 40);
  111. this.txtCpu.TabIndex = 13;
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label2.Location = new System.Drawing.Point(35, 186);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(122, 27);
  120. this.label2.TabIndex = 12;
  121. this.label2.Text = "CPU序号:";
  122. //
  123. // txtMac
  124. //
  125. this.txtMac.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.txtMac.Location = new System.Drawing.Point(163, 115);
  127. this.txtMac.Multiline = true;
  128. this.txtMac.Name = "txtMac";
  129. this.txtMac.ReadOnly = true;
  130. this.txtMac.Size = new System.Drawing.Size(625, 40);
  131. this.txtMac.TabIndex = 11;
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.label1.Location = new System.Drawing.Point(35, 120);
  138. this.label1.Name = "label1";
  139. this.label1.Size = new System.Drawing.Size(122, 27);
  140. this.label1.TabIndex = 10;
  141. this.label1.Text = "Mac地址:";
  142. //
  143. // btnExport
  144. //
  145. this.btnExport.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnExport.Location = new System.Drawing.Point(229, 352);
  147. this.btnExport.Name = "btnExport";
  148. this.btnExport.Size = new System.Drawing.Size(150, 50);
  149. this.btnExport.TabIndex = 20;
  150. this.btnExport.Text = "导出txt文件";
  151. this.btnExport.UseVisualStyleBackColor = true;
  152. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  153. //
  154. // SystemInfoFrm
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(800, 450);
  159. this.Controls.Add(this.btnExport);
  160. this.Controls.Add(this.txtSystem);
  161. this.Controls.Add(this.label4);
  162. this.Controls.Add(this.btnExit);
  163. this.Controls.Add(this.btnGet);
  164. this.Controls.Add(this.txtBoard);
  165. this.Controls.Add(this.label3);
  166. this.Controls.Add(this.txtCpu);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.txtMac);
  169. this.Controls.Add(this.label1);
  170. this.Name = "SystemInfoFrm";
  171. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  172. this.Text = "SystemInfoFrm";
  173. this.Load += new System.EventHandler(this.SystemInfoFrm_Load);
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private System.Windows.Forms.TextBox txtSystem;
  179. private System.Windows.Forms.Label label4;
  180. private System.Windows.Forms.Button btnExit;
  181. private System.Windows.Forms.Button btnGet;
  182. private System.Windows.Forms.TextBox txtBoard;
  183. private System.Windows.Forms.Label label3;
  184. private System.Windows.Forms.TextBox txtCpu;
  185. private System.Windows.Forms.Label label2;
  186. private System.Windows.Forms.TextBox txtMac;
  187. private System.Windows.Forms.Label label1;
  188. private System.Windows.Forms.Button btnExport;
  189. }
  190. }