Make_WirelessThroughput.Designer.cs 38 KB

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