Make_WirelessThroughput.Designer.cs 38 KB

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