Form1.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. namespace WindowsFormsApplication1
  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.components = new System.ComponentModel.Container();
  29. this.buttonConnect = new System.Windows.Forms.Button();
  30. this.listBox1 = new System.Windows.Forms.ListBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.buttonExit = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.groupBox3 = new System.Windows.Forms.GroupBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.comboBoxBright = new System.Windows.Forms.ComboBox();
  38. this.comboBoxType = new System.Windows.Forms.ComboBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.textBoxComperData = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.radioButtonReader = new System.Windows.Forms.RadioButton();
  43. this.radioButtonComputer = new System.Windows.Forms.RadioButton();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.comboBoxBaud = new System.Windows.Forms.ComboBox();
  47. this.comboBoxPort = new System.Windows.Forms.ComboBox();
  48. this.groupBox2 = new System.Windows.Forms.GroupBox();
  49. this.textBoxWData = new System.Windows.Forms.TextBox();
  50. this.comboBoxBlock = new System.Windows.Forms.ComboBox();
  51. this.comboBoxSec = new System.Windows.Forms.ComboBox();
  52. this.comboBoxCardMode = new System.Windows.Forms.ComboBox();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.label7 = new System.Windows.Forms.Label();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.button7 = new System.Windows.Forms.Button();
  58. this.button4 = new System.Windows.Forms.Button();
  59. this.button2 = new System.Windows.Forms.Button();
  60. this.button6 = new System.Windows.Forms.Button();
  61. this.timer1 = new System.Windows.Forms.Timer(this.components);
  62. this.groupBox4 = new System.Windows.Forms.GroupBox();
  63. this.textBoxCmd = new System.Windows.Forms.TextBox();
  64. this.button8 = new System.Windows.Forms.Button();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.groupBox1.SuspendLayout();
  67. this.groupBox3.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.groupBox4.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // buttonConnect
  73. //
  74. this.buttonConnect.Location = new System.Drawing.Point(422, 30);
  75. this.buttonConnect.Name = "buttonConnect";
  76. this.buttonConnect.Size = new System.Drawing.Size(102, 34);
  77. this.buttonConnect.TabIndex = 0;
  78. this.buttonConnect.Text = "读写器连接";
  79. this.buttonConnect.UseVisualStyleBackColor = true;
  80. this.buttonConnect.Click += new System.EventHandler(this.button1_Click);
  81. //
  82. // listBox1
  83. //
  84. this.listBox1.FormattingEnabled = true;
  85. this.listBox1.ItemHeight = 14;
  86. this.listBox1.Location = new System.Drawing.Point(731, 32);
  87. this.listBox1.Name = "listBox1";
  88. this.listBox1.Size = new System.Drawing.Size(353, 564);
  89. this.listBox1.TabIndex = 1;
  90. //
  91. // button1
  92. //
  93. this.button1.Location = new System.Drawing.Point(22, 37);
  94. this.button1.Name = "button1";
  95. this.button1.Size = new System.Drawing.Size(102, 34);
  96. this.button1.TabIndex = 2;
  97. this.button1.Text = "寻卡";
  98. this.button1.UseVisualStyleBackColor = true;
  99. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  100. //
  101. // buttonExit
  102. //
  103. this.buttonExit.Location = new System.Drawing.Point(556, 30);
  104. this.buttonExit.Name = "buttonExit";
  105. this.buttonExit.Size = new System.Drawing.Size(102, 34);
  106. this.buttonExit.TabIndex = 3;
  107. this.buttonExit.Text = "断开连接";
  108. this.buttonExit.UseVisualStyleBackColor = true;
  109. this.buttonExit.Click += new System.EventHandler(this.button2_Click);
  110. //
  111. // button5
  112. //
  113. this.button5.Location = new System.Drawing.Point(381, 140);
  114. this.button5.Name = "button5";
  115. this.button5.Size = new System.Drawing.Size(102, 34);
  116. this.button5.TabIndex = 6;
  117. this.button5.Text = "刷新显示";
  118. this.button5.UseVisualStyleBackColor = true;
  119. this.button5.Click += new System.EventHandler(this.button5_Click);
  120. //
  121. // groupBox1
  122. //
  123. this.groupBox1.Controls.Add(this.groupBox3);
  124. this.groupBox1.Controls.Add(this.label2);
  125. this.groupBox1.Controls.Add(this.label1);
  126. this.groupBox1.Controls.Add(this.comboBoxBaud);
  127. this.groupBox1.Controls.Add(this.comboBoxPort);
  128. this.groupBox1.Controls.Add(this.buttonConnect);
  129. this.groupBox1.Controls.Add(this.buttonExit);
  130. this.groupBox1.Location = new System.Drawing.Point(14, 31);
  131. this.groupBox1.Name = "groupBox1";
  132. this.groupBox1.Size = new System.Drawing.Size(697, 318);
  133. this.groupBox1.TabIndex = 7;
  134. this.groupBox1.TabStop = false;
  135. this.groupBox1.Text = "设备操作";
  136. //
  137. // groupBox3
  138. //
  139. this.groupBox3.Controls.Add(this.label5);
  140. this.groupBox3.Controls.Add(this.comboBoxBright);
  141. this.groupBox3.Controls.Add(this.button5);
  142. this.groupBox3.Controls.Add(this.comboBoxType);
  143. this.groupBox3.Controls.Add(this.label4);
  144. this.groupBox3.Controls.Add(this.textBoxComperData);
  145. this.groupBox3.Controls.Add(this.label3);
  146. this.groupBox3.Controls.Add(this.radioButtonReader);
  147. this.groupBox3.Controls.Add(this.radioButtonComputer);
  148. this.groupBox3.Location = new System.Drawing.Point(50, 83);
  149. this.groupBox3.Name = "groupBox3";
  150. this.groupBox3.Size = new System.Drawing.Size(608, 204);
  151. this.groupBox3.TabIndex = 9;
  152. this.groupBox3.TabStop = false;
  153. this.groupBox3.Text = "LED";
  154. //
  155. // label5
  156. //
  157. this.label5.AutoSize = true;
  158. this.label5.Location = new System.Drawing.Point(98, 150);
  159. this.label5.Name = "label5";
  160. this.label5.Size = new System.Drawing.Size(35, 14);
  161. this.label5.TabIndex = 8;
  162. this.label5.Text = "亮度";
  163. //
  164. // comboBoxBright
  165. //
  166. this.comboBoxBright.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  167. this.comboBoxBright.FormattingEnabled = true;
  168. this.comboBoxBright.Items.AddRange(new object[] {
  169. "1",
  170. "2",
  171. "3",
  172. "4",
  173. "5",
  174. "6",
  175. "7",
  176. "8",
  177. "9",
  178. "10",
  179. "11",
  180. "12",
  181. "13",
  182. "14",
  183. "15"});
  184. this.comboBoxBright.Location = new System.Drawing.Point(141, 147);
  185. this.comboBoxBright.Name = "comboBoxBright";
  186. this.comboBoxBright.Size = new System.Drawing.Size(70, 22);
  187. this.comboBoxBright.TabIndex = 7;
  188. //
  189. // comboBoxType
  190. //
  191. this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  192. this.comboBoxType.FormattingEnabled = true;
  193. this.comboBoxType.Items.AddRange(new object[] {
  194. "日期",
  195. "时间"});
  196. this.comboBoxType.Location = new System.Drawing.Point(268, 83);
  197. this.comboBoxType.Name = "comboBoxType";
  198. this.comboBoxType.Size = new System.Drawing.Size(102, 22);
  199. this.comboBoxType.TabIndex = 4;
  200. //
  201. // label4
  202. //
  203. this.label4.AutoSize = true;
  204. this.label4.Location = new System.Drawing.Point(199, 87);
  205. this.label4.Name = "label4";
  206. this.label4.Size = new System.Drawing.Size(63, 14);
  207. this.label4.TabIndex = 3;
  208. this.label4.Text = "显示类型";
  209. //
  210. // textBoxComperData
  211. //
  212. this.textBoxComperData.Enabled = false;
  213. this.textBoxComperData.Location = new System.Drawing.Point(268, 34);
  214. this.textBoxComperData.Name = "textBoxComperData";
  215. this.textBoxComperData.Size = new System.Drawing.Size(315, 23);
  216. this.textBoxComperData.TabIndex = 2;
  217. //
  218. // label3
  219. //
  220. this.label3.AutoSize = true;
  221. this.label3.Location = new System.Drawing.Point(199, 37);
  222. this.label3.Name = "label3";
  223. this.label3.Size = new System.Drawing.Size(63, 14);
  224. this.label3.TabIndex = 1;
  225. this.label3.Text = "显示内容";
  226. //
  227. // radioButtonReader
  228. //
  229. this.radioButtonReader.AutoSize = true;
  230. this.radioButtonReader.Checked = true;
  231. this.radioButtonReader.Location = new System.Drawing.Point(38, 87);
  232. this.radioButtonReader.Name = "radioButtonReader";
  233. this.radioButtonReader.Size = new System.Drawing.Size(95, 18);
  234. this.radioButtonReader.TabIndex = 0;
  235. this.radioButtonReader.TabStop = true;
  236. this.radioButtonReader.Text = "读写器控制";
  237. this.radioButtonReader.UseVisualStyleBackColor = true;
  238. this.radioButtonReader.CheckedChanged += new System.EventHandler(this.radioButtonComputer_CheckedChanged);
  239. //
  240. // radioButtonComputer
  241. //
  242. this.radioButtonComputer.AutoSize = true;
  243. this.radioButtonComputer.Location = new System.Drawing.Point(38, 35);
  244. this.radioButtonComputer.Name = "radioButtonComputer";
  245. this.radioButtonComputer.Size = new System.Drawing.Size(95, 18);
  246. this.radioButtonComputer.TabIndex = 0;
  247. this.radioButtonComputer.Text = "计算机控制";
  248. this.radioButtonComputer.UseVisualStyleBackColor = true;
  249. this.radioButtonComputer.CheckedChanged += new System.EventHandler(this.radioButtonComputer_CheckedChanged);
  250. //
  251. // label2
  252. //
  253. this.label2.AutoSize = true;
  254. this.label2.Location = new System.Drawing.Point(212, 40);
  255. this.label2.Name = "label2";
  256. this.label2.Size = new System.Drawing.Size(49, 14);
  257. this.label2.TabIndex = 8;
  258. this.label2.Text = "波特率";
  259. //
  260. // label1
  261. //
  262. this.label1.AutoSize = true;
  263. this.label1.Location = new System.Drawing.Point(47, 40);
  264. this.label1.Name = "label1";
  265. this.label1.Size = new System.Drawing.Size(35, 14);
  266. this.label1.TabIndex = 8;
  267. this.label1.Text = "端口";
  268. //
  269. // comboBoxBaud
  270. //
  271. this.comboBoxBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  272. this.comboBoxBaud.FormattingEnabled = true;
  273. this.comboBoxBaud.Items.AddRange(new object[] {
  274. "9600",
  275. "19200",
  276. "38400",
  277. "57600",
  278. "115200"});
  279. this.comboBoxBaud.Location = new System.Drawing.Point(267, 37);
  280. this.comboBoxBaud.Name = "comboBoxBaud";
  281. this.comboBoxBaud.Size = new System.Drawing.Size(100, 22);
  282. this.comboBoxBaud.TabIndex = 7;
  283. this.comboBoxBaud.SelectedIndexChanged += new System.EventHandler(this.comboBoxBaud_SelectedIndexChanged);
  284. //
  285. // comboBoxPort
  286. //
  287. this.comboBoxPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  288. this.comboBoxPort.FormattingEnabled = true;
  289. this.comboBoxPort.Items.AddRange(new object[] {
  290. "COM1",
  291. "COM2",
  292. "COM3",
  293. "COM4"});
  294. this.comboBoxPort.Location = new System.Drawing.Point(90, 37);
  295. this.comboBoxPort.Name = "comboBoxPort";
  296. this.comboBoxPort.Size = new System.Drawing.Size(76, 22);
  297. this.comboBoxPort.TabIndex = 7;
  298. this.comboBoxPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxPort_SelectedIndexChanged);
  299. //
  300. // groupBox2
  301. //
  302. this.groupBox2.Controls.Add(this.textBoxWData);
  303. this.groupBox2.Controls.Add(this.comboBoxBlock);
  304. this.groupBox2.Controls.Add(this.comboBoxSec);
  305. this.groupBox2.Controls.Add(this.comboBoxCardMode);
  306. this.groupBox2.Controls.Add(this.label9);
  307. this.groupBox2.Controls.Add(this.label8);
  308. this.groupBox2.Controls.Add(this.label7);
  309. this.groupBox2.Controls.Add(this.label6);
  310. this.groupBox2.Controls.Add(this.button7);
  311. this.groupBox2.Controls.Add(this.button4);
  312. this.groupBox2.Controls.Add(this.button2);
  313. this.groupBox2.Controls.Add(this.button1);
  314. this.groupBox2.Location = new System.Drawing.Point(14, 365);
  315. this.groupBox2.Name = "groupBox2";
  316. this.groupBox2.Size = new System.Drawing.Size(697, 229);
  317. this.groupBox2.TabIndex = 8;
  318. this.groupBox2.TabStop = false;
  319. this.groupBox2.Text = "M1卡操作";
  320. //
  321. // textBoxWData
  322. //
  323. this.textBoxWData.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
  324. this.textBoxWData.Location = new System.Drawing.Point(254, 183);
  325. this.textBoxWData.MaxLength = 32;
  326. this.textBoxWData.Name = "textBoxWData";
  327. this.textBoxWData.Size = new System.Drawing.Size(321, 23);
  328. this.textBoxWData.TabIndex = 7;
  329. //
  330. // comboBoxBlock
  331. //
  332. this.comboBoxBlock.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  333. this.comboBoxBlock.FormattingEnabled = true;
  334. this.comboBoxBlock.Location = new System.Drawing.Point(252, 138);
  335. this.comboBoxBlock.Name = "comboBoxBlock";
  336. this.comboBoxBlock.Size = new System.Drawing.Size(107, 22);
  337. this.comboBoxBlock.TabIndex = 6;
  338. //
  339. // comboBoxSec
  340. //
  341. this.comboBoxSec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  342. this.comboBoxSec.FormattingEnabled = true;
  343. this.comboBoxSec.Items.AddRange(new object[] {
  344. "0",
  345. "1",
  346. "2",
  347. "3",
  348. "4",
  349. "5",
  350. "6",
  351. "7",
  352. "8",
  353. "9",
  354. "10",
  355. "11",
  356. "12",
  357. "13",
  358. "14",
  359. "15"});
  360. this.comboBoxSec.Location = new System.Drawing.Point(252, 91);
  361. this.comboBoxSec.Name = "comboBoxSec";
  362. this.comboBoxSec.Size = new System.Drawing.Size(107, 22);
  363. this.comboBoxSec.TabIndex = 6;
  364. this.comboBoxSec.SelectedIndexChanged += new System.EventHandler(this.comboBoxSec_SelectedIndexChanged);
  365. //
  366. // comboBoxCardMode
  367. //
  368. this.comboBoxCardMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  369. this.comboBoxCardMode.FormattingEnabled = true;
  370. this.comboBoxCardMode.Items.AddRange(new object[] {
  371. "0",
  372. "1"});
  373. this.comboBoxCardMode.Location = new System.Drawing.Point(252, 44);
  374. this.comboBoxCardMode.Name = "comboBoxCardMode";
  375. this.comboBoxCardMode.Size = new System.Drawing.Size(107, 22);
  376. this.comboBoxCardMode.TabIndex = 6;
  377. //
  378. // label9
  379. //
  380. this.label9.AutoSize = true;
  381. this.label9.Location = new System.Drawing.Point(175, 188);
  382. this.label9.Name = "label9";
  383. this.label9.Size = new System.Drawing.Size(35, 14);
  384. this.label9.TabIndex = 5;
  385. this.label9.Text = "数据";
  386. //
  387. // label8
  388. //
  389. this.label8.AutoSize = true;
  390. this.label8.Location = new System.Drawing.Point(175, 141);
  391. this.label8.Name = "label8";
  392. this.label8.Size = new System.Drawing.Size(35, 14);
  393. this.label8.TabIndex = 5;
  394. this.label8.Text = "块号";
  395. //
  396. // label7
  397. //
  398. this.label7.AutoSize = true;
  399. this.label7.Location = new System.Drawing.Point(175, 94);
  400. this.label7.Name = "label7";
  401. this.label7.Size = new System.Drawing.Size(49, 14);
  402. this.label7.TabIndex = 5;
  403. this.label7.Text = "扇区号";
  404. //
  405. // label6
  406. //
  407. this.label6.AutoSize = true;
  408. this.label6.Location = new System.Drawing.Point(175, 47);
  409. this.label6.Name = "label6";
  410. this.label6.Size = new System.Drawing.Size(63, 14);
  411. this.label6.TabIndex = 5;
  412. this.label6.Text = "寻卡模式";
  413. //
  414. // button7
  415. //
  416. this.button7.Location = new System.Drawing.Point(22, 178);
  417. this.button7.Name = "button7";
  418. this.button7.Size = new System.Drawing.Size(102, 34);
  419. this.button7.TabIndex = 4;
  420. this.button7.Text = "写数据";
  421. this.button7.UseVisualStyleBackColor = true;
  422. this.button7.Click += new System.EventHandler(this.button7_Click);
  423. //
  424. // button4
  425. //
  426. this.button4.Location = new System.Drawing.Point(23, 131);
  427. this.button4.Name = "button4";
  428. this.button4.Size = new System.Drawing.Size(102, 34);
  429. this.button4.TabIndex = 4;
  430. this.button4.Text = "读数据";
  431. this.button4.UseVisualStyleBackColor = true;
  432. this.button4.Click += new System.EventHandler(this.button4_Click);
  433. //
  434. // button2
  435. //
  436. this.button2.Location = new System.Drawing.Point(22, 84);
  437. this.button2.Name = "button2";
  438. this.button2.Size = new System.Drawing.Size(102, 34);
  439. this.button2.TabIndex = 3;
  440. this.button2.Text = "验证密码";
  441. this.button2.UseVisualStyleBackColor = true;
  442. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  443. //
  444. // button6
  445. //
  446. this.button6.Location = new System.Drawing.Point(22, 35);
  447. this.button6.Name = "button6";
  448. this.button6.Size = new System.Drawing.Size(102, 34);
  449. this.button6.TabIndex = 3;
  450. this.button6.Text = "非接CPU";
  451. this.button6.UseVisualStyleBackColor = true;
  452. this.button6.Click += new System.EventHandler(this.button6_Click);
  453. //
  454. // timer1
  455. //
  456. this.timer1.Enabled = true;
  457. this.timer1.Interval = 1000;
  458. //
  459. // groupBox4
  460. //
  461. this.groupBox4.Controls.Add(this.textBoxCmd);
  462. this.groupBox4.Controls.Add(this.button8);
  463. this.groupBox4.Controls.Add(this.button3);
  464. this.groupBox4.Controls.Add(this.button6);
  465. this.groupBox4.Location = new System.Drawing.Point(14, 615);
  466. this.groupBox4.Name = "groupBox4";
  467. this.groupBox4.Size = new System.Drawing.Size(1070, 92);
  468. this.groupBox4.TabIndex = 9;
  469. this.groupBox4.TabStop = false;
  470. this.groupBox4.Text = "CPU卡操作";
  471. //
  472. // textBoxCmd
  473. //
  474. this.textBoxCmd.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
  475. this.textBoxCmd.Location = new System.Drawing.Point(418, 39);
  476. this.textBoxCmd.Name = "textBoxCmd";
  477. this.textBoxCmd.Size = new System.Drawing.Size(618, 23);
  478. this.textBoxCmd.TabIndex = 6;
  479. //
  480. // button8
  481. //
  482. this.button8.Location = new System.Drawing.Point(284, 35);
  483. this.button8.Name = "button8";
  484. this.button8.Size = new System.Drawing.Size(102, 34);
  485. this.button8.TabIndex = 5;
  486. this.button8.Text = "发送命令";
  487. this.button8.UseVisualStyleBackColor = true;
  488. this.button8.Click += new System.EventHandler(this.button8_Click);
  489. //
  490. // button3
  491. //
  492. this.button3.Location = new System.Drawing.Point(153, 35);
  493. this.button3.Name = "button3";
  494. this.button3.Size = new System.Drawing.Size(102, 34);
  495. this.button3.TabIndex = 4;
  496. this.button3.Text = "复位";
  497. this.button3.UseVisualStyleBackColor = true;
  498. this.button3.Click += new System.EventHandler(this.button3_Click);
  499. //
  500. // Form1
  501. //
  502. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  503. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  504. this.ClientSize = new System.Drawing.Size(1113, 738);
  505. this.Controls.Add(this.groupBox4);
  506. this.Controls.Add(this.groupBox2);
  507. this.Controls.Add(this.groupBox1);
  508. this.Controls.Add(this.listBox1);
  509. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.Name = "Form1";
  511. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  512. this.Text = "RFDemo";
  513. this.groupBox1.ResumeLayout(false);
  514. this.groupBox1.PerformLayout();
  515. this.groupBox3.ResumeLayout(false);
  516. this.groupBox3.PerformLayout();
  517. this.groupBox2.ResumeLayout(false);
  518. this.groupBox2.PerformLayout();
  519. this.groupBox4.ResumeLayout(false);
  520. this.groupBox4.PerformLayout();
  521. this.ResumeLayout(false);
  522. }
  523. #endregion
  524. private System.Windows.Forms.Button buttonConnect;
  525. private System.Windows.Forms.ListBox listBox1;
  526. private System.Windows.Forms.Button button1;
  527. private System.Windows.Forms.Button buttonExit;
  528. private System.Windows.Forms.Button button5;
  529. private System.Windows.Forms.GroupBox groupBox1;
  530. private System.Windows.Forms.GroupBox groupBox2;
  531. private System.Windows.Forms.Button button6;
  532. private System.Windows.Forms.Label label2;
  533. private System.Windows.Forms.Label label1;
  534. private System.Windows.Forms.ComboBox comboBoxBaud;
  535. private System.Windows.Forms.ComboBox comboBoxPort;
  536. private System.Windows.Forms.GroupBox groupBox3;
  537. private System.Windows.Forms.TextBox textBoxComperData;
  538. private System.Windows.Forms.Label label3;
  539. private System.Windows.Forms.RadioButton radioButtonReader;
  540. private System.Windows.Forms.RadioButton radioButtonComputer;
  541. private System.Windows.Forms.ComboBox comboBoxType;
  542. private System.Windows.Forms.Label label4;
  543. private System.Windows.Forms.Timer timer1;
  544. private System.Windows.Forms.Label label5;
  545. private System.Windows.Forms.ComboBox comboBoxBright;
  546. private System.Windows.Forms.Button button2;
  547. private System.Windows.Forms.Button button7;
  548. private System.Windows.Forms.Button button4;
  549. private System.Windows.Forms.GroupBox groupBox4;
  550. private System.Windows.Forms.TextBox textBoxWData;
  551. private System.Windows.Forms.ComboBox comboBoxBlock;
  552. private System.Windows.Forms.ComboBox comboBoxSec;
  553. private System.Windows.Forms.ComboBox comboBoxCardMode;
  554. private System.Windows.Forms.Label label9;
  555. private System.Windows.Forms.Label label8;
  556. private System.Windows.Forms.Label label7;
  557. private System.Windows.Forms.Label label6;
  558. private System.Windows.Forms.Button button8;
  559. private System.Windows.Forms.Button button3;
  560. private System.Windows.Forms.TextBox textBoxCmd;
  561. }
  562. }