Make_ThruputLog.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ThruputLog
  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.ExePath = new System.Windows.Forms.TextBox();
  29. this.label19 = new System.Windows.Forms.Label();
  30. this.Parse = new System.Windows.Forms.Button();
  31. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  32. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.productName = new System.Windows.Forms.Label();
  35. this.productCode = new System.Windows.Forms.Label();
  36. this.workOrder = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.serialNumber = new System.Windows.Forms.Label();
  42. this.Clear = new System.Windows.Forms.Button();
  43. this.SNDetails.SuspendLayout();
  44. this.tableLayoutPanel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // ExePath
  48. //
  49. this.ExePath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.ExePath.Location = new System.Drawing.Point(212, 179);
  51. this.ExePath.Name = "ExePath";
  52. this.ExePath.Size = new System.Drawing.Size(608, 31);
  53. this.ExePath.TabIndex = 25;
  54. this.ExePath.Click += new System.EventHandler(this.ExePath_Click);
  55. //
  56. // label19
  57. //
  58. this.label19.AutoSize = true;
  59. this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.label19.Location = new System.Drawing.Point(29, 179);
  61. this.label19.Name = "label19";
  62. this.label19.Size = new System.Drawing.Size(153, 28);
  63. this.label19.TabIndex = 24;
  64. this.label19.Text = "iperf 启动路径:";
  65. //
  66. // Parse
  67. //
  68. this.Parse.Cursor = System.Windows.Forms.Cursors.Hand;
  69. this.Parse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.Parse.Location = new System.Drawing.Point(212, 255);
  71. this.Parse.Name = "Parse";
  72. this.Parse.Size = new System.Drawing.Size(135, 39);
  73. this.Parse.TabIndex = 91;
  74. this.Parse.Text = "提取解析";
  75. this.Parse.UseVisualStyleBackColor = true;
  76. this.Parse.Click += new System.EventHandler(this.Parse_Click);
  77. //
  78. // OperatResult
  79. //
  80. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.OperatResult.Location = new System.Drawing.Point(0, 316);
  82. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  83. this.OperatResult.Name = "OperatResult";
  84. this.OperatResult.Size = new System.Drawing.Size(1600, 588);
  85. this.OperatResult.TabIndex = 90;
  86. this.OperatResult.Text = "";
  87. //
  88. // SNDetails
  89. //
  90. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  91. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  92. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  94. this.SNDetails.Location = new System.Drawing.Point(0, 0);
  95. this.SNDetails.Name = "SNDetails";
  96. this.SNDetails.Size = new System.Drawing.Size(1600, 123);
  97. this.SNDetails.TabIndex = 26;
  98. this.SNDetails.TabStop = false;
  99. this.SNDetails.Text = "产品序列信息";
  100. this.SNDetails.TextColor = System.Drawing.Color.Black;
  101. //
  102. // tableLayoutPanel1
  103. //
  104. this.tableLayoutPanel1.ColumnCount = 8;
  105. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  106. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  107. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  108. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  109. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  110. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
  111. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  112. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  113. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  114. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  115. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  116. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  117. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  118. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  119. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  120. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  121. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  122. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
  123. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  124. this.tableLayoutPanel1.RowCount = 1;
  125. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  126. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  127. this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83);
  128. this.tableLayoutPanel1.TabIndex = 0;
  129. //
  130. // productName
  131. //
  132. this.productName.AutoSize = true;
  133. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.productName.Location = new System.Drawing.Point(1005, 0);
  135. this.productName.Name = "productName";
  136. this.productName.Size = new System.Drawing.Size(586, 83);
  137. this.productName.TabIndex = 7;
  138. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  139. //
  140. // productCode
  141. //
  142. this.productCode.AutoSize = true;
  143. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.productCode.Location = new System.Drawing.Point(693, 0);
  145. this.productCode.Name = "productCode";
  146. this.productCode.Size = new System.Drawing.Size(204, 83);
  147. this.productCode.TabIndex = 6;
  148. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  149. //
  150. // workOrder
  151. //
  152. this.workOrder.AutoSize = true;
  153. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.workOrder.Location = new System.Drawing.Point(399, 0);
  155. this.workOrder.Name = "workOrder";
  156. this.workOrder.Size = new System.Drawing.Size(186, 83);
  157. this.workOrder.TabIndex = 5;
  158. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.label4.Location = new System.Drawing.Point(903, 0);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(96, 83);
  167. this.label4.TabIndex = 3;
  168. this.label4.Text = "产品名称: ";
  169. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  170. //
  171. // label1
  172. //
  173. this.label1.AutoSize = true;
  174. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.label1.Location = new System.Drawing.Point(3, 0);
  176. this.label1.Name = "label1";
  177. this.label1.Size = new System.Drawing.Size(96, 83);
  178. this.label1.TabIndex = 0;
  179. this.label1.Text = "序列号: ";
  180. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  181. //
  182. // label3
  183. //
  184. this.label3.AutoSize = true;
  185. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.label3.Location = new System.Drawing.Point(591, 0);
  187. this.label3.Name = "label3";
  188. this.label3.Size = new System.Drawing.Size(96, 83);
  189. this.label3.TabIndex = 2;
  190. this.label3.Text = "产品编号: ";
  191. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  192. //
  193. // label2
  194. //
  195. this.label2.AutoSize = true;
  196. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.label2.Location = new System.Drawing.Point(297, 0);
  198. this.label2.Name = "label2";
  199. this.label2.Size = new System.Drawing.Size(96, 83);
  200. this.label2.TabIndex = 1;
  201. this.label2.Text = "工单: ";
  202. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  203. //
  204. // serialNumber
  205. //
  206. this.serialNumber.AutoSize = true;
  207. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.serialNumber.Location = new System.Drawing.Point(105, 0);
  209. this.serialNumber.Name = "serialNumber";
  210. this.serialNumber.Size = new System.Drawing.Size(186, 83);
  211. this.serialNumber.TabIndex = 4;
  212. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  213. //
  214. // Clear
  215. //
  216. this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
  217. this.Clear.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.Clear.Location = new System.Drawing.Point(399, 255);
  219. this.Clear.Name = "Clear";
  220. this.Clear.Size = new System.Drawing.Size(135, 39);
  221. this.Clear.TabIndex = 92;
  222. this.Clear.Text = "清除提示";
  223. this.Clear.UseVisualStyleBackColor = true;
  224. this.Clear.Click += new System.EventHandler(this.Clear_Click);
  225. //
  226. // Make_ThruputLog
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.ClientSize = new System.Drawing.Size(1600, 900);
  231. this.Controls.Add(this.Clear);
  232. this.Controls.Add(this.Parse);
  233. this.Controls.Add(this.OperatResult);
  234. this.Controls.Add(this.SNDetails);
  235. this.Controls.Add(this.ExePath);
  236. this.Controls.Add(this.label19);
  237. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  239. this.Margin = new System.Windows.Forms.Padding(4);
  240. this.Name = "Make_ThruputLog";
  241. this.Text = "Make_ThruputLog";
  242. this.Load += new System.EventHandler(this.Make_ThruputLog_Load);
  243. this.SNDetails.ResumeLayout(true);
  244. this.tableLayoutPanel1.ResumeLayout(true);
  245. this.tableLayoutPanel1.PerformLayout();
  246. this.ResumeLayout(true);
  247. this.PerformLayout();
  248. }
  249. #endregion
  250. private System.Windows.Forms.TextBox ExePath;
  251. private System.Windows.Forms.Label label19;
  252. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  253. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  254. private System.Windows.Forms.Label productName;
  255. private System.Windows.Forms.Label productCode;
  256. private System.Windows.Forms.Label workOrder;
  257. private System.Windows.Forms.Label label4;
  258. private System.Windows.Forms.Label label1;
  259. private System.Windows.Forms.Label label3;
  260. private System.Windows.Forms.Label label2;
  261. private System.Windows.Forms.Label serialNumber;
  262. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  263. private System.Windows.Forms.Button Parse;
  264. private System.Windows.Forms.Button Clear;
  265. }
  266. }