Make_WirelessThroughput.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_WirelessThroughput
  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.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.productName = new System.Windows.Forms.Label();
  31. this.productCode = new System.Windows.Forms.Label();
  32. this.workOrder = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.serialNumber = new System.Windows.Forms.Label();
  38. this.ProtDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  39. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.ExePath = new System.Windows.Forms.TextBox();
  42. this.ProductList = new System.Windows.Forms.TextBox();
  43. this.IPList = new System.Windows.Forms.TextBox();
  44. this.label19 = new System.Windows.Forms.Label();
  45. this.label18 = new System.Windows.Forms.Label();
  46. this.Locat3 = new System.Windows.Forms.CheckBox();
  47. this.Locat2 = new System.Windows.Forms.CheckBox();
  48. this.Locat1 = new System.Windows.Forms.CheckBox();
  49. this.Radio2 = new System.Windows.Forms.CheckBox();
  50. this.Radio1 = new System.Windows.Forms.CheckBox();
  51. this.Account = new System.Windows.Forms.TextBox();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label10 = new System.Windows.Forms.Label();
  54. this.SN = new System.Windows.Forms.TextBox();
  55. this.TestTime = new System.Windows.Forms.TextBox();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.label9 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.Clear = new System.Windows.Forms.Button();
  60. this.label8 = new System.Windows.Forms.Label();
  61. this.Password = new System.Windows.Forms.TextBox();
  62. this.panel2 = new System.Windows.Forms.Panel();
  63. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  64. this.DownMax = new System.Windows.Forms.TextBox();
  65. this.DownMin = new System.Windows.Forms.TextBox();
  66. this.UpMax = new System.Windows.Forms.TextBox();
  67. this.ResMin = new System.Windows.Forms.Label();
  68. this.label17 = new System.Windows.Forms.Label();
  69. this.ResMax = new System.Windows.Forms.Label();
  70. this.label16 = new System.Windows.Forms.Label();
  71. this.label14 = new System.Windows.Forms.Label();
  72. this.label13 = new System.Windows.Forms.Label();
  73. this.label12 = new System.Windows.Forms.Label();
  74. this.UpMin = new System.Windows.Forms.TextBox();
  75. this.label15 = new System.Windows.Forms.Label();
  76. this.textBox1 = new System.Windows.Forms.TextBox();
  77. this.label11 = new System.Windows.Forms.Label();
  78. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  79. this.label20 = new System.Windows.Forms.Label();
  80. this.comboBox1 = new System.Windows.Forms.ComboBox();
  81. this.SNDetails.SuspendLayout();
  82. this.tableLayoutPanel1.SuspendLayout();
  83. this.ProtDetails.SuspendLayout();
  84. this.tableLayoutPanel2.SuspendLayout();
  85. this.panel1.SuspendLayout();
  86. this.panel2.SuspendLayout();
  87. this.tableLayoutPanel3.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // SNDetails
  91. //
  92. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  93. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  94. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  96. this.SNDetails.Location = new System.Drawing.Point(0, 0);
  97. this.SNDetails.Name = "SNDetails";
  98. this.SNDetails.Size = new System.Drawing.Size(1600, 123);
  99. this.SNDetails.TabIndex = 2;
  100. this.SNDetails.TabStop = false;
  101. this.SNDetails.Text = "产品序列信息";
  102. this.SNDetails.TextColor = System.Drawing.Color.Black;
  103. //
  104. // tableLayoutPanel1
  105. //
  106. this.tableLayoutPanel1.ColumnCount = 8;
  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, 12.09677F));
  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, 13.19F));
  113. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  114. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  115. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  116. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  117. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  118. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  119. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  120. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  121. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  122. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  123. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  124. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
  125. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  126. this.tableLayoutPanel1.RowCount = 1;
  127. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  128. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  129. this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83);
  130. this.tableLayoutPanel1.TabIndex = 0;
  131. //
  132. // productName
  133. //
  134. this.productName.AutoSize = true;
  135. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.productName.Location = new System.Drawing.Point(1005, 0);
  137. this.productName.Name = "productName";
  138. this.productName.Size = new System.Drawing.Size(586, 83);
  139. this.productName.TabIndex = 7;
  140. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  141. //
  142. // productCode
  143. //
  144. this.productCode.AutoSize = true;
  145. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.productCode.Location = new System.Drawing.Point(693, 0);
  147. this.productCode.Name = "productCode";
  148. this.productCode.Size = new System.Drawing.Size(204, 83);
  149. this.productCode.TabIndex = 6;
  150. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  151. //
  152. // workOrder
  153. //
  154. this.workOrder.AutoSize = true;
  155. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.workOrder.Location = new System.Drawing.Point(399, 0);
  157. this.workOrder.Name = "workOrder";
  158. this.workOrder.Size = new System.Drawing.Size(186, 83);
  159. this.workOrder.TabIndex = 5;
  160. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.label4.Location = new System.Drawing.Point(903, 0);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(96, 83);
  169. this.label4.TabIndex = 3;
  170. this.label4.Text = "产品名称: ";
  171. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  172. //
  173. // label1
  174. //
  175. this.label1.AutoSize = true;
  176. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.label1.Location = new System.Drawing.Point(3, 0);
  178. this.label1.Name = "label1";
  179. this.label1.Size = new System.Drawing.Size(96, 83);
  180. this.label1.TabIndex = 0;
  181. this.label1.Text = "序列号: ";
  182. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  183. //
  184. // label3
  185. //
  186. this.label3.AutoSize = true;
  187. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.label3.Location = new System.Drawing.Point(591, 0);
  189. this.label3.Name = "label3";
  190. this.label3.Size = new System.Drawing.Size(96, 83);
  191. this.label3.TabIndex = 2;
  192. this.label3.Text = "产品编号: ";
  193. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  194. //
  195. // label2
  196. //
  197. this.label2.AutoSize = true;
  198. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.label2.Location = new System.Drawing.Point(297, 0);
  200. this.label2.Name = "label2";
  201. this.label2.Size = new System.Drawing.Size(96, 83);
  202. this.label2.TabIndex = 1;
  203. this.label2.Text = "工单: ";
  204. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  205. //
  206. // serialNumber
  207. //
  208. this.serialNumber.AutoSize = true;
  209. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.serialNumber.Location = new System.Drawing.Point(105, 0);
  211. this.serialNumber.Name = "serialNumber";
  212. this.serialNumber.Size = new System.Drawing.Size(186, 83);
  213. this.serialNumber.TabIndex = 4;
  214. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  215. //
  216. // ProtDetails
  217. //
  218. this.ProtDetails.BorderColor = System.Drawing.Color.Black;
  219. this.ProtDetails.Controls.Add(this.tableLayoutPanel2);
  220. this.ProtDetails.Dock = System.Windows.Forms.DockStyle.Top;
  221. this.ProtDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  222. this.ProtDetails.Location = new System.Drawing.Point(0, 123);
  223. this.ProtDetails.Name = "ProtDetails";
  224. this.ProtDetails.Size = new System.Drawing.Size(1600, 333);
  225. this.ProtDetails.TabIndex = 3;
  226. this.ProtDetails.TabStop = false;
  227. this.ProtDetails.Text = "测试设置";
  228. this.ProtDetails.TextColor = System.Drawing.Color.Black;
  229. //
  230. // tableLayoutPanel2
  231. //
  232. this.tableLayoutPanel2.ColumnCount = 2;
  233. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.87955F));
  234. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.12045F));
  235. this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
  236. this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
  237. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 35);
  239. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  240. this.tableLayoutPanel2.RowCount = 1;
  241. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  242. this.tableLayoutPanel2.Size = new System.Drawing.Size(1594, 295);
  243. this.tableLayoutPanel2.TabIndex = 12;
  244. //
  245. // panel1
  246. //
  247. this.panel1.Controls.Add(this.comboBox1);
  248. this.panel1.Controls.Add(this.label20);
  249. this.panel1.Controls.Add(this.ExePath);
  250. this.panel1.Controls.Add(this.ProductList);
  251. this.panel1.Controls.Add(this.IPList);
  252. this.panel1.Controls.Add(this.label19);
  253. this.panel1.Controls.Add(this.label18);
  254. this.panel1.Controls.Add(this.Locat3);
  255. this.panel1.Controls.Add(this.Locat2);
  256. this.panel1.Controls.Add(this.Locat1);
  257. this.panel1.Controls.Add(this.Radio2);
  258. this.panel1.Controls.Add(this.Radio1);
  259. this.panel1.Controls.Add(this.Account);
  260. this.panel1.Controls.Add(this.label5);
  261. this.panel1.Controls.Add(this.label10);
  262. this.panel1.Controls.Add(this.SN);
  263. this.panel1.Controls.Add(this.TestTime);
  264. this.panel1.Controls.Add(this.label6);
  265. this.panel1.Controls.Add(this.label9);
  266. this.panel1.Controls.Add(this.label7);
  267. this.panel1.Controls.Add(this.Clear);
  268. this.panel1.Controls.Add(this.label8);
  269. this.panel1.Controls.Add(this.Password);
  270. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.panel1.Location = new System.Drawing.Point(3, 3);
  272. this.panel1.Name = "panel1";
  273. this.panel1.Size = new System.Drawing.Size(1076, 289);
  274. this.panel1.TabIndex = 12;
  275. //
  276. // ExePath
  277. //
  278. this.ExePath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.ExePath.Location = new System.Drawing.Point(681, 14);
  280. this.ExePath.Name = "ExePath";
  281. this.ExePath.Size = new System.Drawing.Size(608, 31);
  282. this.ExePath.TabIndex = 23;
  283. this.ExePath.Click += new System.EventHandler(this.ExePath_Click);
  284. //
  285. // ProductList
  286. //
  287. this.ProductList.Location = new System.Drawing.Point(151, 65);
  288. this.ProductList.Name = "ProductList";
  289. this.ProductList.Size = new System.Drawing.Size(293, 39);
  290. this.ProductList.TabIndex = 20;
  291. //
  292. // IPList
  293. //
  294. this.IPList.Location = new System.Drawing.Point(152, 14);
  295. this.IPList.Name = "IPList";
  296. this.IPList.Size = new System.Drawing.Size(293, 39);
  297. this.IPList.TabIndex = 19;
  298. //
  299. // label19
  300. //
  301. this.label19.AutoSize = true;
  302. this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.label19.Location = new System.Drawing.Point(534, 17);
  304. this.label19.Name = "label19";
  305. this.label19.Size = new System.Drawing.Size(153, 28);
  306. this.label19.TabIndex = 21;
  307. this.label19.Text = "iperf 启动路径:";
  308. //
  309. // label18
  310. //
  311. this.label18.AutoSize = true;
  312. this.label18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.label18.Location = new System.Drawing.Point(14, 71);
  314. this.label18.Name = "label18";
  315. this.label18.Size = new System.Drawing.Size(126, 28);
  316. this.label18.TabIndex = 17;
  317. this.label18.Text = "产品 IP地址:";
  318. //
  319. // Locat3
  320. //
  321. this.Locat3.AutoSize = true;
  322. this.Locat3.Cursor = System.Windows.Forms.Cursors.Hand;
  323. this.Locat3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.Locat3.Location = new System.Drawing.Point(839, 160);
  325. this.Locat3.Name = "Locat3";
  326. this.Locat3.Size = new System.Drawing.Size(187, 32);
  327. this.Locat3.TabIndex = 16;
  328. this.Locat3.Text = "安居云固件TF卡";
  329. this.Locat3.UseVisualStyleBackColor = true;
  330. this.Locat3.Click += new System.EventHandler(this.Locat3_Click);
  331. //
  332. // Locat2
  333. //
  334. this.Locat2.AutoSize = true;
  335. this.Locat2.Cursor = System.Windows.Forms.Cursors.Hand;
  336. this.Locat2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.Locat2.Location = new System.Drawing.Point(667, 160);
  338. this.Locat2.Name = "Locat2";
  339. this.Locat2.Size = new System.Drawing.Size(166, 32);
  340. this.Locat2.TabIndex = 15;
  341. this.Locat2.Text = "中心固件TF卡";
  342. this.Locat2.UseVisualStyleBackColor = true;
  343. this.Locat2.Click += new System.EventHandler(this.Locat2_Click);
  344. //
  345. // Locat1
  346. //
  347. this.Locat1.AutoSize = true;
  348. this.Locat1.Cursor = System.Windows.Forms.Cursors.Hand;
  349. this.Locat1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.Locat1.Location = new System.Drawing.Point(539, 160);
  351. this.Locat1.Name = "Locat1";
  352. this.Locat1.Size = new System.Drawing.Size(122, 32);
  353. this.Locat1.TabIndex = 14;
  354. this.Locat1.Text = "系统内置";
  355. this.Locat1.UseVisualStyleBackColor = true;
  356. this.Locat1.Click += new System.EventHandler(this.Locat1_Click);
  357. //
  358. // Radio2
  359. //
  360. this.Radio2.AutoSize = true;
  361. this.Radio2.Cursor = System.Windows.Forms.Cursors.Hand;
  362. this.Radio2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.Radio2.Location = new System.Drawing.Point(696, 198);
  364. this.Radio2.Name = "Radio2";
  365. this.Radio2.Size = new System.Drawing.Size(108, 32);
  366. this.Radio2.TabIndex = 13;
  367. this.Radio2.Text = "测试5G";
  368. this.Radio2.UseVisualStyleBackColor = true;
  369. this.Radio2.Click += new System.EventHandler(this.Radio2_Click);
  370. //
  371. // Radio1
  372. //
  373. this.Radio1.AutoSize = true;
  374. this.Radio1.Cursor = System.Windows.Forms.Cursors.Hand;
  375. this.Radio1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.Radio1.Location = new System.Drawing.Point(539, 198);
  377. this.Radio1.Name = "Radio1";
  378. this.Radio1.Size = new System.Drawing.Size(125, 32);
  379. this.Radio1.TabIndex = 12;
  380. this.Radio1.Text = "测试2.4G";
  381. this.Radio1.UseVisualStyleBackColor = true;
  382. this.Radio1.Click += new System.EventHandler(this.Radio1_Click);
  383. //
  384. // Account
  385. //
  386. this.Account.Location = new System.Drawing.Point(151, 117);
  387. this.Account.Name = "Account";
  388. this.Account.Size = new System.Drawing.Size(293, 39);
  389. this.Account.TabIndex = 5;
  390. this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown);
  391. //
  392. // label5
  393. //
  394. this.label5.AutoSize = true;
  395. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.label5.Location = new System.Drawing.Point(14, 236);
  397. this.label5.Name = "label5";
  398. this.label5.Size = new System.Drawing.Size(80, 28);
  399. this.label5.TabIndex = 0;
  400. this.label5.Text = "序列号:";
  401. //
  402. // label10
  403. //
  404. this.label10.AutoSize = true;
  405. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.label10.Location = new System.Drawing.Point(714, 66);
  407. this.label10.Name = "label10";
  408. this.label10.Size = new System.Drawing.Size(103, 28);
  409. this.label10.TabIndex = 10;
  410. this.label10.Text = "秒(<=30)";
  411. //
  412. // SN
  413. //
  414. this.SN.Location = new System.Drawing.Point(151, 236);
  415. this.SN.Name = "SN";
  416. this.SN.Size = new System.Drawing.Size(384, 39);
  417. this.SN.TabIndex = 1;
  418. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  419. //
  420. // TestTime
  421. //
  422. this.TestTime.Location = new System.Drawing.Point(645, 60);
  423. this.TestTime.Name = "TestTime";
  424. this.TestTime.Size = new System.Drawing.Size(63, 39);
  425. this.TestTime.TabIndex = 9;
  426. //
  427. // label6
  428. //
  429. this.label6.AutoSize = true;
  430. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.label6.Location = new System.Drawing.Point(14, 20);
  432. this.label6.Name = "label6";
  433. this.label6.Size = new System.Drawing.Size(153, 28);
  434. this.label6.TabIndex = 2;
  435. this.label6.Text = "iperf 服务地址:";
  436. //
  437. // label9
  438. //
  439. this.label9.AutoSize = true;
  440. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.label9.Location = new System.Drawing.Point(533, 66);
  442. this.label9.Name = "label9";
  443. this.label9.Size = new System.Drawing.Size(101, 28);
  444. this.label9.TabIndex = 8;
  445. this.label9.Text = "测试时长:";
  446. //
  447. // label7
  448. //
  449. this.label7.AutoSize = true;
  450. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.label7.Location = new System.Drawing.Point(14, 120);
  452. this.label7.Name = "label7";
  453. this.label7.Size = new System.Drawing.Size(101, 28);
  454. this.label7.TabIndex = 3;
  455. this.label7.Text = "登录账户:";
  456. //
  457. // Clear
  458. //
  459. this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
  460. this.Clear.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.Clear.Location = new System.Drawing.Point(603, 236);
  462. this.Clear.Name = "Clear";
  463. this.Clear.Size = new System.Drawing.Size(135, 39);
  464. this.Clear.TabIndex = 7;
  465. this.Clear.Text = "清除提示";
  466. this.Clear.UseVisualStyleBackColor = true;
  467. this.Clear.Click += new System.EventHandler(this.Clear_Click);
  468. //
  469. // label8
  470. //
  471. this.label8.AutoSize = true;
  472. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.label8.Location = new System.Drawing.Point(14, 174);
  474. this.label8.Name = "label8";
  475. this.label8.Size = new System.Drawing.Size(101, 28);
  476. this.label8.TabIndex = 4;
  477. this.label8.Text = "登录密码:";
  478. //
  479. // Password
  480. //
  481. this.Password.Location = new System.Drawing.Point(151, 171);
  482. this.Password.Name = "Password";
  483. this.Password.Size = new System.Drawing.Size(293, 39);
  484. this.Password.TabIndex = 6;
  485. this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
  486. //
  487. // panel2
  488. //
  489. this.panel2.Controls.Add(this.tableLayoutPanel3);
  490. this.panel2.Controls.Add(this.textBox1);
  491. this.panel2.Controls.Add(this.label11);
  492. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  493. this.panel2.Location = new System.Drawing.Point(1085, 3);
  494. this.panel2.Name = "panel2";
  495. this.panel2.Size = new System.Drawing.Size(506, 289);
  496. this.panel2.TabIndex = 13;
  497. //
  498. // tableLayoutPanel3
  499. //
  500. this.tableLayoutPanel3.ColumnCount = 4;
  501. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  502. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  503. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  504. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  505. this.tableLayoutPanel3.Controls.Add(this.DownMax, 2, 2);
  506. this.tableLayoutPanel3.Controls.Add(this.DownMin, 1, 2);
  507. this.tableLayoutPanel3.Controls.Add(this.UpMax, 2, 1);
  508. this.tableLayoutPanel3.Controls.Add(this.ResMin, 3, 2);
  509. this.tableLayoutPanel3.Controls.Add(this.label17, 0, 2);
  510. this.tableLayoutPanel3.Controls.Add(this.ResMax, 3, 1);
  511. this.tableLayoutPanel3.Controls.Add(this.label16, 0, 1);
  512. this.tableLayoutPanel3.Controls.Add(this.label14, 2, 0);
  513. this.tableLayoutPanel3.Controls.Add(this.label13, 1, 0);
  514. this.tableLayoutPanel3.Controls.Add(this.label12, 0, 0);
  515. this.tableLayoutPanel3.Controls.Add(this.UpMin, 1, 1);
  516. this.tableLayoutPanel3.Controls.Add(this.label15, 3, 0);
  517. this.tableLayoutPanel3.Location = new System.Drawing.Point(5, 60);
  518. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  519. this.tableLayoutPanel3.RowCount = 3;
  520. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  521. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  522. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  523. this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 159);
  524. this.tableLayoutPanel3.TabIndex = 15;
  525. //
  526. // DownMax
  527. //
  528. this.DownMax.Anchor = System.Windows.Forms.AnchorStyles.Left;
  529. this.DownMax.Location = new System.Drawing.Point(269, 113);
  530. this.DownMax.Name = "DownMax";
  531. this.DownMax.Size = new System.Drawing.Size(100, 39);
  532. this.DownMax.TabIndex = 15;
  533. //
  534. // DownMin
  535. //
  536. this.DownMin.Anchor = System.Windows.Forms.AnchorStyles.Left;
  537. this.DownMin.Location = new System.Drawing.Point(136, 113);
  538. this.DownMin.Name = "DownMin";
  539. this.DownMin.Size = new System.Drawing.Size(100, 39);
  540. this.DownMin.TabIndex = 14;
  541. //
  542. // UpMax
  543. //
  544. this.UpMax.Anchor = System.Windows.Forms.AnchorStyles.Left;
  545. this.UpMax.Location = new System.Drawing.Point(269, 60);
  546. this.UpMax.Name = "UpMax";
  547. this.UpMax.Size = new System.Drawing.Size(100, 39);
  548. this.UpMax.TabIndex = 13;
  549. //
  550. // ResMin
  551. //
  552. this.ResMin.Anchor = System.Windows.Forms.AnchorStyles.Left;
  553. this.ResMin.AutoSize = true;
  554. this.ResMin.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.ResMin.Location = new System.Drawing.Point(402, 118);
  556. this.ResMin.Name = "ResMin";
  557. this.ResMin.Size = new System.Drawing.Size(24, 28);
  558. this.ResMin.TabIndex = 11;
  559. this.ResMin.Text = "0";
  560. //
  561. // label17
  562. //
  563. this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
  564. this.label17.AutoSize = true;
  565. this.label17.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.label17.Location = new System.Drawing.Point(3, 118);
  567. this.label17.Name = "label17";
  568. this.label17.Size = new System.Drawing.Size(96, 28);
  569. this.label17.TabIndex = 8;
  570. this.label17.Text = "下行带宽";
  571. //
  572. // ResMax
  573. //
  574. this.ResMax.Anchor = System.Windows.Forms.AnchorStyles.Left;
  575. this.ResMax.AutoSize = true;
  576. this.ResMax.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.ResMax.Location = new System.Drawing.Point(402, 65);
  578. this.ResMax.Name = "ResMax";
  579. this.ResMax.Size = new System.Drawing.Size(24, 28);
  580. this.ResMax.TabIndex = 7;
  581. this.ResMax.Text = "0";
  582. //
  583. // label16
  584. //
  585. this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
  586. this.label16.AutoSize = true;
  587. this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.label16.Location = new System.Drawing.Point(3, 65);
  589. this.label16.Name = "label16";
  590. this.label16.Size = new System.Drawing.Size(96, 28);
  591. this.label16.TabIndex = 4;
  592. this.label16.Text = "上行带宽";
  593. //
  594. // label14
  595. //
  596. this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
  597. this.label14.AutoSize = true;
  598. this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.label14.Location = new System.Drawing.Point(269, 12);
  600. this.label14.Name = "label14";
  601. this.label14.Size = new System.Drawing.Size(54, 28);
  602. this.label14.TabIndex = 2;
  603. this.label14.Text = "上限";
  604. //
  605. // label13
  606. //
  607. this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
  608. this.label13.AutoSize = true;
  609. this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.label13.Location = new System.Drawing.Point(136, 12);
  611. this.label13.Name = "label13";
  612. this.label13.Size = new System.Drawing.Size(54, 28);
  613. this.label13.TabIndex = 1;
  614. this.label13.Text = "下限";
  615. //
  616. // label12
  617. //
  618. this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
  619. this.label12.AutoSize = true;
  620. this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.label12.Location = new System.Drawing.Point(3, 12);
  622. this.label12.Name = "label12";
  623. this.label12.Size = new System.Drawing.Size(69, 28);
  624. this.label12.TabIndex = 0;
  625. this.label12.Text = "Mbps";
  626. //
  627. // UpMin
  628. //
  629. this.UpMin.Anchor = System.Windows.Forms.AnchorStyles.Left;
  630. this.UpMin.Location = new System.Drawing.Point(136, 60);
  631. this.UpMin.Name = "UpMin";
  632. this.UpMin.Size = new System.Drawing.Size(100, 39);
  633. this.UpMin.TabIndex = 12;
  634. //
  635. // label15
  636. //
  637. this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
  638. this.label15.AutoSize = true;
  639. this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. this.label15.Location = new System.Drawing.Point(402, 12);
  641. this.label15.Name = "label15";
  642. this.label15.Size = new System.Drawing.Size(75, 28);
  643. this.label15.TabIndex = 3;
  644. this.label15.Text = "实际值";
  645. //
  646. // textBox1
  647. //
  648. this.textBox1.BackColor = System.Drawing.SystemColors.Control;
  649. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  650. this.textBox1.Location = new System.Drawing.Point(148, 17);
  651. this.textBox1.Name = "textBox1";
  652. this.textBox1.Size = new System.Drawing.Size(109, 32);
  653. this.textBox1.TabIndex = 14;
  654. //
  655. // label11
  656. //
  657. this.label11.AutoSize = true;
  658. this.label11.Location = new System.Drawing.Point(4, 17);
  659. this.label11.Name = "label11";
  660. this.label11.Size = new System.Drawing.Size(140, 31);
  661. this.label11.TabIndex = 13;
  662. this.label11.Text = "测试结果为:";
  663. //
  664. // OperatResult
  665. //
  666. this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
  667. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.OperatResult.Location = new System.Drawing.Point(0, 456);
  669. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  670. this.OperatResult.Name = "OperatResult";
  671. this.OperatResult.Size = new System.Drawing.Size(1600, 444);
  672. this.OperatResult.TabIndex = 89;
  673. this.OperatResult.Text = "";
  674. //
  675. // label20
  676. //
  677. this.label20.AutoSize = true;
  678. this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.label20.Location = new System.Drawing.Point(534, 115);
  680. this.label20.Name = "label20";
  681. this.label20.Size = new System.Drawing.Size(159, 28);
  682. this.label20.TabIndex = 24;
  683. this.label20.Text = "测试指令模式:";
  684. //
  685. // comboBox1
  686. //
  687. this.comboBox1.FormattingEnabled = true;
  688. this.comboBox1.Items.AddRange(new object[] {
  689. "指令一",
  690. "指令二"});
  691. this.comboBox1.Location = new System.Drawing.Point(678, 110);
  692. this.comboBox1.Name = "comboBox1";
  693. this.comboBox1.Size = new System.Drawing.Size(227, 39);
  694. this.comboBox1.TabIndex = 25;
  695. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  696. //
  697. // Make_WirelessThroughput
  698. //
  699. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  700. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  701. this.ClientSize = new System.Drawing.Size(1600, 900);
  702. this.Controls.Add(this.OperatResult);
  703. this.Controls.Add(this.ProtDetails);
  704. this.Controls.Add(this.SNDetails);
  705. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  706. this.Name = "Make_WirelessThroughput";
  707. this.Text = "Make_WirelessThroughput";
  708. this.Load += new System.EventHandler(this.Make_WirelessThroughput_Load);
  709. this.SNDetails.ResumeLayout(false);
  710. this.tableLayoutPanel1.ResumeLayout(false);
  711. this.tableLayoutPanel1.PerformLayout();
  712. this.ProtDetails.ResumeLayout(false);
  713. this.tableLayoutPanel2.ResumeLayout(false);
  714. this.panel1.ResumeLayout(false);
  715. this.panel1.PerformLayout();
  716. this.panel2.ResumeLayout(false);
  717. this.panel2.PerformLayout();
  718. this.tableLayoutPanel3.ResumeLayout(false);
  719. this.tableLayoutPanel3.PerformLayout();
  720. this.ResumeLayout(false);
  721. }
  722. #endregion
  723. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  724. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  725. private System.Windows.Forms.Label productName;
  726. private System.Windows.Forms.Label productCode;
  727. private System.Windows.Forms.Label workOrder;
  728. private System.Windows.Forms.Label label4;
  729. private System.Windows.Forms.Label label1;
  730. private System.Windows.Forms.Label label3;
  731. private System.Windows.Forms.Label label2;
  732. private System.Windows.Forms.Label serialNumber;
  733. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder ProtDetails;
  734. private System.Windows.Forms.Label label5;
  735. private System.Windows.Forms.TextBox SN;
  736. private System.Windows.Forms.Label label6;
  737. private System.Windows.Forms.Label label8;
  738. private System.Windows.Forms.Label label7;
  739. private System.Windows.Forms.TextBox Password;
  740. private System.Windows.Forms.TextBox Account;
  741. private System.Windows.Forms.Button Clear;
  742. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  743. private System.Windows.Forms.TextBox TestTime;
  744. private System.Windows.Forms.Label label9;
  745. private System.Windows.Forms.Label label10;
  746. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  747. private System.Windows.Forms.Panel panel1;
  748. private System.Windows.Forms.Label label11;
  749. private System.Windows.Forms.Panel panel2;
  750. private System.Windows.Forms.TextBox textBox1;
  751. private System.Windows.Forms.CheckBox Radio1;
  752. private System.Windows.Forms.CheckBox Radio2;
  753. private System.Windows.Forms.CheckBox Locat3;
  754. private System.Windows.Forms.CheckBox Locat2;
  755. private System.Windows.Forms.CheckBox Locat1;
  756. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  757. private System.Windows.Forms.Label label12;
  758. private System.Windows.Forms.Label label15;
  759. private System.Windows.Forms.Label label14;
  760. private System.Windows.Forms.Label label13;
  761. private System.Windows.Forms.Label ResMin;
  762. private System.Windows.Forms.Label label17;
  763. private System.Windows.Forms.Label ResMax;
  764. private System.Windows.Forms.Label label16;
  765. private System.Windows.Forms.TextBox UpMin;
  766. private System.Windows.Forms.TextBox DownMax;
  767. private System.Windows.Forms.TextBox DownMin;
  768. private System.Windows.Forms.TextBox UpMax;
  769. private System.Windows.Forms.Label label18;
  770. private System.Windows.Forms.TextBox IPList;
  771. private System.Windows.Forms.TextBox ProductList;
  772. private System.Windows.Forms.TextBox ExePath;
  773. private System.Windows.Forms.Label label19;
  774. private System.Windows.Forms.Label label20;
  775. private System.Windows.Forms.ComboBox comboBox1;
  776. }
  777. }