Form1.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. namespace UAS_DLLTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBoxwithborder3 = new UAS_DLLTest.GroupBoxwithborder();
  29. this.operateResult = new System.Windows.Forms.RichTextBox();
  30. this.groupBoxwithborder2 = new UAS_DLLTest.GroupBoxwithborder();
  31. this.textBox9 = new System.Windows.Forms.TextBox();
  32. this.textBox8 = new System.Windows.Forms.TextBox();
  33. this.textBox7 = new System.Windows.Forms.TextBox();
  34. this.textBox6 = new System.Windows.Forms.TextBox();
  35. this.textBox5 = new System.Windows.Forms.TextBox();
  36. this.textBox4 = new System.Windows.Forms.TextBox();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. this.textBox2 = new System.Windows.Forms.TextBox();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.clearResult = new System.Windows.Forms.CheckBox();
  50. this.clearPara = new System.Windows.Forms.CheckBox();
  51. this.clear = new System.Windows.Forms.Button();
  52. this.confirm = new System.Windows.Forms.Button();
  53. this.groupBoxwithborder1 = new UAS_DLLTest.GroupBoxwithborder();
  54. this.SetPcbaData = new System.Windows.Forms.RadioButton();
  55. this.GetMobileAllInfo = new System.Windows.Forms.RadioButton();
  56. this.SetTestDetail = new System.Windows.Forms.RadioButton();
  57. this.GetRcardMOInfo = new System.Windows.Forms.RadioButton();
  58. this.SetMobileData = new System.Windows.Forms.RadioButton();
  59. this.SetIMEIInfo = new System.Windows.Forms.RadioButton();
  60. this.SetAddressInfo = new System.Windows.Forms.RadioButton();
  61. this.CheckRoutePassed = new System.Windows.Forms.RadioButton();
  62. this.GoMo = new System.Windows.Forms.RadioButton();
  63. this.GetMEIOrNetCodeRange = new System.Windows.Forms.RadioButton();
  64. this.GetAddressRangeByMO = new System.Windows.Forms.RadioButton();
  65. this.CheckUserAndResourcePassed = new System.Windows.Forms.RadioButton();
  66. this.groupBoxwithborder3.SuspendLayout();
  67. this.groupBoxwithborder2.SuspendLayout();
  68. this.groupBoxwithborder1.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // groupBoxwithborder3
  72. //
  73. this.groupBoxwithborder3.BorderColor = System.Drawing.Color.Black;
  74. this.groupBoxwithborder3.Controls.Add(this.operateResult);
  75. this.groupBoxwithborder3.Location = new System.Drawing.Point(34, 495);
  76. this.groupBoxwithborder3.Name = "groupBoxwithborder3";
  77. this.groupBoxwithborder3.Size = new System.Drawing.Size(1219, 176);
  78. this.groupBoxwithborder3.TabIndex = 2;
  79. this.groupBoxwithborder3.TabStop = false;
  80. this.groupBoxwithborder3.Text = "Result";
  81. this.groupBoxwithborder3.TextColor = System.Drawing.Color.Black;
  82. //
  83. // operateResult
  84. //
  85. this.operateResult.Location = new System.Drawing.Point(17, 27);
  86. this.operateResult.Name = "operateResult";
  87. this.operateResult.Size = new System.Drawing.Size(1185, 143);
  88. this.operateResult.TabIndex = 0;
  89. this.operateResult.Text = "";
  90. //
  91. // groupBoxwithborder2
  92. //
  93. this.groupBoxwithborder2.BorderColor = System.Drawing.Color.Black;
  94. this.groupBoxwithborder2.Controls.Add(this.textBox9);
  95. this.groupBoxwithborder2.Controls.Add(this.textBox8);
  96. this.groupBoxwithborder2.Controls.Add(this.textBox7);
  97. this.groupBoxwithborder2.Controls.Add(this.textBox6);
  98. this.groupBoxwithborder2.Controls.Add(this.textBox5);
  99. this.groupBoxwithborder2.Controls.Add(this.textBox4);
  100. this.groupBoxwithborder2.Controls.Add(this.textBox3);
  101. this.groupBoxwithborder2.Controls.Add(this.textBox2);
  102. this.groupBoxwithborder2.Controls.Add(this.textBox1);
  103. this.groupBoxwithborder2.Controls.Add(this.label9);
  104. this.groupBoxwithborder2.Controls.Add(this.label8);
  105. this.groupBoxwithborder2.Controls.Add(this.label7);
  106. this.groupBoxwithborder2.Controls.Add(this.label6);
  107. this.groupBoxwithborder2.Controls.Add(this.label5);
  108. this.groupBoxwithborder2.Controls.Add(this.label4);
  109. this.groupBoxwithborder2.Controls.Add(this.label3);
  110. this.groupBoxwithborder2.Controls.Add(this.label2);
  111. this.groupBoxwithborder2.Controls.Add(this.label1);
  112. this.groupBoxwithborder2.Controls.Add(this.clearResult);
  113. this.groupBoxwithborder2.Controls.Add(this.clearPara);
  114. this.groupBoxwithborder2.Controls.Add(this.clear);
  115. this.groupBoxwithborder2.Controls.Add(this.confirm);
  116. this.groupBoxwithborder2.Location = new System.Drawing.Point(34, 201);
  117. this.groupBoxwithborder2.Name = "groupBoxwithborder2";
  118. this.groupBoxwithborder2.Size = new System.Drawing.Size(1219, 275);
  119. this.groupBoxwithborder2.TabIndex = 1;
  120. this.groupBoxwithborder2.TabStop = false;
  121. this.groupBoxwithborder2.Text = "Parameter";
  122. this.groupBoxwithborder2.TextColor = System.Drawing.Color.Black;
  123. //
  124. // textBox9
  125. //
  126. this.textBox9.Location = new System.Drawing.Point(908, 124);
  127. this.textBox9.Name = "textBox9";
  128. this.textBox9.Size = new System.Drawing.Size(181, 28);
  129. this.textBox9.TabIndex = 21;
  130. //
  131. // textBox8
  132. //
  133. this.textBox8.Location = new System.Drawing.Point(543, 121);
  134. this.textBox8.Name = "textBox8";
  135. this.textBox8.Size = new System.Drawing.Size(177, 28);
  136. this.textBox8.TabIndex = 20;
  137. //
  138. // textBox7
  139. //
  140. this.textBox7.Location = new System.Drawing.Point(125, 121);
  141. this.textBox7.Name = "textBox7";
  142. this.textBox7.Size = new System.Drawing.Size(191, 28);
  143. this.textBox7.TabIndex = 19;
  144. //
  145. // textBox6
  146. //
  147. this.textBox6.Location = new System.Drawing.Point(908, 76);
  148. this.textBox6.Name = "textBox6";
  149. this.textBox6.Size = new System.Drawing.Size(181, 28);
  150. this.textBox6.TabIndex = 18;
  151. //
  152. // textBox5
  153. //
  154. this.textBox5.Location = new System.Drawing.Point(543, 76);
  155. this.textBox5.Name = "textBox5";
  156. this.textBox5.Size = new System.Drawing.Size(177, 28);
  157. this.textBox5.TabIndex = 17;
  158. //
  159. // textBox4
  160. //
  161. this.textBox4.Location = new System.Drawing.Point(125, 76);
  162. this.textBox4.Name = "textBox4";
  163. this.textBox4.Size = new System.Drawing.Size(191, 28);
  164. this.textBox4.TabIndex = 16;
  165. //
  166. // textBox3
  167. //
  168. this.textBox3.Location = new System.Drawing.Point(908, 32);
  169. this.textBox3.Name = "textBox3";
  170. this.textBox3.Size = new System.Drawing.Size(181, 28);
  171. this.textBox3.TabIndex = 15;
  172. //
  173. // textBox2
  174. //
  175. this.textBox2.Location = new System.Drawing.Point(543, 33);
  176. this.textBox2.Name = "textBox2";
  177. this.textBox2.Size = new System.Drawing.Size(177, 28);
  178. this.textBox2.TabIndex = 14;
  179. //
  180. // textBox1
  181. //
  182. this.textBox1.Location = new System.Drawing.Point(125, 33);
  183. this.textBox1.Name = "textBox1";
  184. this.textBox1.Size = new System.Drawing.Size(191, 28);
  185. this.textBox1.TabIndex = 13;
  186. //
  187. // label9
  188. //
  189. this.label9.AutoSize = true;
  190. this.label9.Location = new System.Drawing.Point(815, 131);
  191. this.label9.Name = "label9";
  192. this.label9.Size = new System.Drawing.Size(62, 18);
  193. this.label9.TabIndex = 12;
  194. this.label9.Text = "label9";
  195. //
  196. // label8
  197. //
  198. this.label8.AutoSize = true;
  199. this.label8.Location = new System.Drawing.Point(450, 124);
  200. this.label8.Name = "label8";
  201. this.label8.Size = new System.Drawing.Size(62, 18);
  202. this.label8.TabIndex = 11;
  203. this.label8.Text = "label8";
  204. //
  205. // label7
  206. //
  207. this.label7.AutoSize = true;
  208. this.label7.Location = new System.Drawing.Point(40, 127);
  209. this.label7.Name = "label7";
  210. this.label7.Size = new System.Drawing.Size(62, 18);
  211. this.label7.TabIndex = 10;
  212. this.label7.Text = "label7";
  213. //
  214. // label6
  215. //
  216. this.label6.AutoSize = true;
  217. this.label6.Location = new System.Drawing.Point(815, 86);
  218. this.label6.Name = "label6";
  219. this.label6.Size = new System.Drawing.Size(62, 18);
  220. this.label6.TabIndex = 9;
  221. this.label6.Text = "label6";
  222. //
  223. // label5
  224. //
  225. this.label5.AutoSize = true;
  226. this.label5.Location = new System.Drawing.Point(450, 79);
  227. this.label5.Name = "label5";
  228. this.label5.Size = new System.Drawing.Size(62, 18);
  229. this.label5.TabIndex = 8;
  230. this.label5.Text = "label5";
  231. //
  232. // label4
  233. //
  234. this.label4.AutoSize = true;
  235. this.label4.Location = new System.Drawing.Point(40, 81);
  236. this.label4.Name = "label4";
  237. this.label4.Size = new System.Drawing.Size(62, 18);
  238. this.label4.TabIndex = 7;
  239. this.label4.Text = "label4";
  240. //
  241. // label3
  242. //
  243. this.label3.AutoSize = true;
  244. this.label3.Location = new System.Drawing.Point(815, 42);
  245. this.label3.Name = "label3";
  246. this.label3.Size = new System.Drawing.Size(62, 18);
  247. this.label3.TabIndex = 6;
  248. this.label3.Text = "label3";
  249. //
  250. // label2
  251. //
  252. this.label2.AutoSize = true;
  253. this.label2.Location = new System.Drawing.Point(450, 43);
  254. this.label2.Name = "label2";
  255. this.label2.Size = new System.Drawing.Size(62, 18);
  256. this.label2.TabIndex = 5;
  257. this.label2.Text = "label2";
  258. //
  259. // label1
  260. //
  261. this.label1.AutoSize = true;
  262. this.label1.Location = new System.Drawing.Point(40, 43);
  263. this.label1.Name = "label1";
  264. this.label1.Size = new System.Drawing.Size(62, 18);
  265. this.label1.TabIndex = 4;
  266. this.label1.Text = "label1";
  267. //
  268. // clearResult
  269. //
  270. this.clearResult.AutoSize = true;
  271. this.clearResult.Location = new System.Drawing.Point(927, 226);
  272. this.clearResult.Name = "clearResult";
  273. this.clearResult.Size = new System.Drawing.Size(133, 22);
  274. this.clearResult.TabIndex = 3;
  275. this.clearResult.Text = "clearResult";
  276. this.clearResult.UseVisualStyleBackColor = true;
  277. //
  278. // clearPara
  279. //
  280. this.clearPara.AutoSize = true;
  281. this.clearPara.Location = new System.Drawing.Point(799, 226);
  282. this.clearPara.Name = "clearPara";
  283. this.clearPara.Size = new System.Drawing.Size(115, 22);
  284. this.clearPara.TabIndex = 2;
  285. this.clearPara.Text = "clearPara";
  286. this.clearPara.UseVisualStyleBackColor = true;
  287. //
  288. // clear
  289. //
  290. this.clear.Location = new System.Drawing.Point(593, 218);
  291. this.clear.Name = "clear";
  292. this.clear.Size = new System.Drawing.Size(92, 36);
  293. this.clear.TabIndex = 1;
  294. this.clear.Text = "clear";
  295. this.clear.UseVisualStyleBackColor = true;
  296. this.clear.Click += new System.EventHandler(this.clear_Click);
  297. //
  298. // confirm
  299. //
  300. this.confirm.Location = new System.Drawing.Point(453, 218);
  301. this.confirm.Name = "confirm";
  302. this.confirm.Size = new System.Drawing.Size(94, 36);
  303. this.confirm.TabIndex = 0;
  304. this.confirm.Text = "confirm";
  305. this.confirm.UseVisualStyleBackColor = true;
  306. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  307. //
  308. // groupBoxwithborder1
  309. //
  310. this.groupBoxwithborder1.BorderColor = System.Drawing.Color.Black;
  311. this.groupBoxwithborder1.Controls.Add(this.SetPcbaData);
  312. this.groupBoxwithborder1.Controls.Add(this.GetMobileAllInfo);
  313. this.groupBoxwithborder1.Controls.Add(this.SetTestDetail);
  314. this.groupBoxwithborder1.Controls.Add(this.GetRcardMOInfo);
  315. this.groupBoxwithborder1.Controls.Add(this.SetMobileData);
  316. this.groupBoxwithborder1.Controls.Add(this.SetIMEIInfo);
  317. this.groupBoxwithborder1.Controls.Add(this.SetAddressInfo);
  318. this.groupBoxwithborder1.Controls.Add(this.CheckRoutePassed);
  319. this.groupBoxwithborder1.Controls.Add(this.GoMo);
  320. this.groupBoxwithborder1.Controls.Add(this.GetMEIOrNetCodeRange);
  321. this.groupBoxwithborder1.Controls.Add(this.GetAddressRangeByMO);
  322. this.groupBoxwithborder1.Controls.Add(this.CheckUserAndResourcePassed);
  323. this.groupBoxwithborder1.Location = new System.Drawing.Point(34, 24);
  324. this.groupBoxwithborder1.Name = "groupBoxwithborder1";
  325. this.groupBoxwithborder1.Size = new System.Drawing.Size(1219, 151);
  326. this.groupBoxwithborder1.TabIndex = 0;
  327. this.groupBoxwithborder1.TabStop = false;
  328. this.groupBoxwithborder1.Text = "Method";
  329. this.groupBoxwithborder1.TextColor = System.Drawing.Color.Black;
  330. //
  331. // SetPcbaData
  332. //
  333. this.SetPcbaData.AutoSize = true;
  334. this.SetPcbaData.Location = new System.Drawing.Point(440, 111);
  335. this.SetPcbaData.Name = "SetPcbaData";
  336. this.SetPcbaData.Size = new System.Drawing.Size(258, 22);
  337. this.SetPcbaData.TabIndex = 13;
  338. this.SetPcbaData.TabStop = true;
  339. this.SetPcbaData.Text = "SetPcbaData(PCBA校准测试)";
  340. this.SetPcbaData.UseVisualStyleBackColor = true;
  341. //
  342. // GetMobileAllInfo
  343. //
  344. this.GetMobileAllInfo.AutoSize = true;
  345. this.GetMobileAllInfo.Location = new System.Drawing.Point(790, 83);
  346. this.GetMobileAllInfo.Name = "GetMobileAllInfo";
  347. this.GetMobileAllInfo.Size = new System.Drawing.Size(303, 22);
  348. this.GetMobileAllInfo.TabIndex = 12;
  349. this.GetMobileAllInfo.TabStop = true;
  350. this.GetMobileAllInfo.Text = "GetMobileAllInfo(获取手机信息)";
  351. this.GetMobileAllInfo.UseVisualStyleBackColor = true;
  352. //
  353. // SetTestDetail
  354. //
  355. this.SetTestDetail.AutoSize = true;
  356. this.SetTestDetail.Location = new System.Drawing.Point(790, 55);
  357. this.SetTestDetail.Name = "SetTestDetail";
  358. this.SetTestDetail.Size = new System.Drawing.Size(276, 22);
  359. this.SetTestDetail.TabIndex = 11;
  360. this.SetTestDetail.TabStop = true;
  361. this.SetTestDetail.Text = "SetTestDetail(记录测试结果)";
  362. this.SetTestDetail.UseVisualStyleBackColor = true;
  363. //
  364. // GetRcardMOInfo
  365. //
  366. this.GetRcardMOInfo.AutoSize = true;
  367. this.GetRcardMOInfo.Location = new System.Drawing.Point(790, 28);
  368. this.GetRcardMOInfo.Name = "GetRcardMOInfo";
  369. this.GetRcardMOInfo.Size = new System.Drawing.Size(285, 22);
  370. this.GetRcardMOInfo.TabIndex = 10;
  371. this.GetRcardMOInfo.TabStop = true;
  372. this.GetRcardMOInfo.Text = "GetRcardMOInfo(获取工单信息)";
  373. this.GetRcardMOInfo.UseVisualStyleBackColor = true;
  374. //
  375. // SetMobileData
  376. //
  377. this.SetMobileData.AutoSize = true;
  378. this.SetMobileData.Location = new System.Drawing.Point(33, 111);
  379. this.SetMobileData.Name = "SetMobileData";
  380. this.SetMobileData.Size = new System.Drawing.Size(321, 22);
  381. this.SetMobileData.TabIndex = 9;
  382. this.SetMobileData.TabStop = true;
  383. this.SetMobileData.Text = "SetMobileData(接收生产数据,转号)";
  384. this.SetMobileData.UseVisualStyleBackColor = true;
  385. //
  386. // SetIMEIInfo
  387. //
  388. this.SetIMEIInfo.AutoSize = true;
  389. this.SetIMEIInfo.Location = new System.Drawing.Point(440, 83);
  390. this.SetIMEIInfo.Name = "SetIMEIInfo";
  391. this.SetIMEIInfo.Size = new System.Drawing.Size(258, 22);
  392. this.SetIMEIInfo.TabIndex = 8;
  393. this.SetIMEIInfo.TabStop = true;
  394. this.SetIMEIInfo.Text = "SetIMEIInfo(记录IMEI使用)";
  395. this.SetIMEIInfo.UseVisualStyleBackColor = true;
  396. //
  397. // SetAddressInfo
  398. //
  399. this.SetAddressInfo.AutoSize = true;
  400. this.SetAddressInfo.Location = new System.Drawing.Point(440, 55);
  401. this.SetAddressInfo.Name = "SetAddressInfo";
  402. this.SetAddressInfo.Size = new System.Drawing.Size(294, 22);
  403. this.SetAddressInfo.TabIndex = 7;
  404. this.SetAddressInfo.TabStop = true;
  405. this.SetAddressInfo.Text = "SetAddressInfo(记录MACBT使用)";
  406. this.SetAddressInfo.UseVisualStyleBackColor = true;
  407. //
  408. // CheckRoutePassed
  409. //
  410. this.CheckRoutePassed.AutoSize = true;
  411. this.CheckRoutePassed.Location = new System.Drawing.Point(440, 27);
  412. this.CheckRoutePassed.Name = "CheckRoutePassed";
  413. this.CheckRoutePassed.Size = new System.Drawing.Size(267, 22);
  414. this.CheckRoutePassed.TabIndex = 6;
  415. this.CheckRoutePassed.TabStop = true;
  416. this.CheckRoutePassed.Text = "CheckRoutePassed(检查途程)";
  417. this.CheckRoutePassed.UseVisualStyleBackColor = true;
  418. //
  419. // GoMo
  420. //
  421. this.GoMo.AutoSize = true;
  422. this.GoMo.Location = new System.Drawing.Point(790, 111);
  423. this.GoMo.Name = "GoMo";
  424. this.GoMo.Size = new System.Drawing.Size(159, 22);
  425. this.GoMo.TabIndex = 5;
  426. this.GoMo.TabStop = true;
  427. this.GoMo.Text = "GoMo(归属工单)";
  428. this.GoMo.UseVisualStyleBackColor = true;
  429. //
  430. // GetMEIOrNetCodeRange
  431. //
  432. this.GetMEIOrNetCodeRange.AutoSize = true;
  433. this.GetMEIOrNetCodeRange.Location = new System.Drawing.Point(33, 83);
  434. this.GetMEIOrNetCodeRange.Name = "GetMEIOrNetCodeRange";
  435. this.GetMEIOrNetCodeRange.Size = new System.Drawing.Size(303, 22);
  436. this.GetMEIOrNetCodeRange.TabIndex = 3;
  437. this.GetMEIOrNetCodeRange.TabStop = true;
  438. this.GetMEIOrNetCodeRange.Text = "GetMEIOrNetCodeRange(分配IMEI)";
  439. this.GetMEIOrNetCodeRange.UseVisualStyleBackColor = true;
  440. //
  441. // GetAddressRangeByMO
  442. //
  443. this.GetAddressRangeByMO.AutoSize = true;
  444. this.GetAddressRangeByMO.Location = new System.Drawing.Point(33, 55);
  445. this.GetAddressRangeByMO.Name = "GetAddressRangeByMO";
  446. this.GetAddressRangeByMO.Size = new System.Drawing.Size(303, 22);
  447. this.GetAddressRangeByMO.TabIndex = 2;
  448. this.GetAddressRangeByMO.TabStop = true;
  449. this.GetAddressRangeByMO.Text = "GetAddressRangeByMO(分配MACBT)";
  450. this.GetAddressRangeByMO.UseVisualStyleBackColor = true;
  451. //
  452. // CheckUserAndResourcePassed
  453. //
  454. this.CheckUserAndResourcePassed.AutoSize = true;
  455. this.CheckUserAndResourcePassed.Location = new System.Drawing.Point(33, 27);
  456. this.CheckUserAndResourcePassed.Name = "CheckUserAndResourcePassed";
  457. this.CheckUserAndResourcePassed.Size = new System.Drawing.Size(357, 22);
  458. this.CheckUserAndResourcePassed.TabIndex = 1;
  459. this.CheckUserAndResourcePassed.TabStop = true;
  460. this.CheckUserAndResourcePassed.Text = "CheckUserAndResourcePassed(登录检查)";
  461. this.CheckUserAndResourcePassed.UseVisualStyleBackColor = true;
  462. //
  463. // Form1
  464. //
  465. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  466. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  467. this.ClientSize = new System.Drawing.Size(1285, 686);
  468. this.Controls.Add(this.groupBoxwithborder3);
  469. this.Controls.Add(this.groupBoxwithborder2);
  470. this.Controls.Add(this.groupBoxwithborder1);
  471. this.Name = "Form1";
  472. this.Text = "Form1";
  473. this.Load += new System.EventHandler(this.Form1_Load);
  474. this.groupBoxwithborder3.ResumeLayout(false);
  475. this.groupBoxwithborder2.ResumeLayout(false);
  476. this.groupBoxwithborder2.PerformLayout();
  477. this.groupBoxwithborder1.ResumeLayout(false);
  478. this.groupBoxwithborder1.PerformLayout();
  479. this.ResumeLayout(false);
  480. }
  481. #endregion
  482. private GroupBoxwithborder groupBoxwithborder1;
  483. private System.Windows.Forms.RadioButton SetPcbaData;
  484. private System.Windows.Forms.RadioButton GetMobileAllInfo;
  485. private System.Windows.Forms.RadioButton SetTestDetail;
  486. private System.Windows.Forms.RadioButton GetRcardMOInfo;
  487. private System.Windows.Forms.RadioButton SetMobileData;
  488. private System.Windows.Forms.RadioButton SetIMEIInfo;
  489. private System.Windows.Forms.RadioButton SetAddressInfo;
  490. private System.Windows.Forms.RadioButton CheckRoutePassed;
  491. private System.Windows.Forms.RadioButton GoMo;
  492. private System.Windows.Forms.RadioButton GetMEIOrNetCodeRange;
  493. private System.Windows.Forms.RadioButton GetAddressRangeByMO;
  494. private System.Windows.Forms.RadioButton CheckUserAndResourcePassed;
  495. private GroupBoxwithborder groupBoxwithborder2;
  496. private GroupBoxwithborder groupBoxwithborder3;
  497. private System.Windows.Forms.CheckBox clearResult;
  498. private System.Windows.Forms.CheckBox clearPara;
  499. private System.Windows.Forms.Button clear;
  500. private System.Windows.Forms.Button confirm;
  501. private System.Windows.Forms.TextBox textBox9;
  502. private System.Windows.Forms.TextBox textBox8;
  503. private System.Windows.Forms.TextBox textBox7;
  504. private System.Windows.Forms.TextBox textBox6;
  505. private System.Windows.Forms.TextBox textBox5;
  506. private System.Windows.Forms.TextBox textBox4;
  507. private System.Windows.Forms.TextBox textBox3;
  508. private System.Windows.Forms.TextBox textBox2;
  509. private System.Windows.Forms.TextBox textBox1;
  510. private System.Windows.Forms.Label label9;
  511. private System.Windows.Forms.Label label8;
  512. private System.Windows.Forms.Label label7;
  513. private System.Windows.Forms.Label label6;
  514. private System.Windows.Forms.Label label5;
  515. private System.Windows.Forms.Label label4;
  516. private System.Windows.Forms.Label label3;
  517. private System.Windows.Forms.Label label2;
  518. private System.Windows.Forms.Label label1;
  519. private System.Windows.Forms.RichTextBox operateResult;
  520. }
  521. }