MainForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. 
  2. namespace CollectInformation
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.labID = new System.Windows.Forms.Label();
  31. this.labAddress = new System.Windows.Forms.Label();
  32. this.labBirthday = new System.Windows.Forms.Label();
  33. this.labNation = new System.Windows.Forms.Label();
  34. this.labSex = new System.Windows.Forms.Label();
  35. this.labName = new System.Windows.Forms.Label();
  36. this.labSigning = new System.Windows.Forms.Label();
  37. this.labValidity = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.labLinkStatus = new System.Windows.Forms.Label();
  48. this.btnLinkEquipment = new System.Windows.Forms.Button();
  49. this.btnReadID = new System.Windows.Forms.Button();
  50. this.btnOK = new System.Windows.Forms.Button();
  51. this.btnClear = new System.Windows.Forms.Button();
  52. this.groupBox2 = new System.Windows.Forms.GroupBox();
  53. this.labCompany = new System.Windows.Forms.Label();
  54. this.label16 = new System.Windows.Forms.Label();
  55. this.labBeforeName = new System.Windows.Forms.Label();
  56. this.label14 = new System.Windows.Forms.Label();
  57. this.labLevel = new System.Windows.Forms.Label();
  58. this.label11 = new System.Windows.Forms.Label();
  59. this.labUserFingerprint = new System.Windows.Forms.Label();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.labID2 = new System.Windows.Forms.Label();
  62. this.labBirthday2 = new System.Windows.Forms.Label();
  63. this.labNation2 = new System.Windows.Forms.Label();
  64. this.labSex2 = new System.Windows.Forms.Label();
  65. this.labName2 = new System.Windows.Forms.Label();
  66. this.label17 = new System.Windows.Forms.Label();
  67. this.label19 = new System.Windows.Forms.Label();
  68. this.label20 = new System.Windows.Forms.Label();
  69. this.label21 = new System.Windows.Forms.Label();
  70. this.label22 = new System.Windows.Forms.Label();
  71. this.picUser = new System.Windows.Forms.PictureBox();
  72. this.btnGetFingerprint = new System.Windows.Forms.Button();
  73. this.btnGetImage = new System.Windows.Forms.Button();
  74. this.btnReplaceUser = new System.Windows.Forms.Button();
  75. this.picID = new System.Windows.Forms.PictureBox();
  76. this.groupBox1.SuspendLayout();
  77. this.groupBox2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.picUser)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.picID)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // groupBox1
  83. //
  84. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.groupBox1.Controls.Add(this.picID);
  87. this.groupBox1.Controls.Add(this.labID);
  88. this.groupBox1.Controls.Add(this.labAddress);
  89. this.groupBox1.Controls.Add(this.labBirthday);
  90. this.groupBox1.Controls.Add(this.labNation);
  91. this.groupBox1.Controls.Add(this.labSex);
  92. this.groupBox1.Controls.Add(this.labName);
  93. this.groupBox1.Controls.Add(this.labSigning);
  94. this.groupBox1.Controls.Add(this.labValidity);
  95. this.groupBox1.Controls.Add(this.label8);
  96. this.groupBox1.Controls.Add(this.label7);
  97. this.groupBox1.Controls.Add(this.label5);
  98. this.groupBox1.Controls.Add(this.label6);
  99. this.groupBox1.Controls.Add(this.label4);
  100. this.groupBox1.Controls.Add(this.label3);
  101. this.groupBox1.Controls.Add(this.label2);
  102. this.groupBox1.Controls.Add(this.label1);
  103. this.groupBox1.Location = new System.Drawing.Point(12, 96);
  104. this.groupBox1.Name = "groupBox1";
  105. this.groupBox1.Size = new System.Drawing.Size(653, 160);
  106. this.groupBox1.TabIndex = 1;
  107. this.groupBox1.TabStop = false;
  108. this.groupBox1.Text = "身份证信息";
  109. //
  110. // labID
  111. //
  112. this.labID.AutoSize = true;
  113. this.labID.Location = new System.Drawing.Point(104, 101);
  114. this.labID.Name = "labID";
  115. this.labID.Size = new System.Drawing.Size(113, 12);
  116. this.labID.TabIndex = 3;
  117. this.labID.Text = "220101190001010011";
  118. //
  119. // labAddress
  120. //
  121. this.labAddress.AutoSize = true;
  122. this.labAddress.Location = new System.Drawing.Point(49, 68);
  123. this.labAddress.Name = "labAddress";
  124. this.labAddress.Size = new System.Drawing.Size(41, 12);
  125. this.labAddress.TabIndex = 3;
  126. this.labAddress.Text = "未获取";
  127. //
  128. // labBirthday
  129. //
  130. this.labBirthday.AutoSize = true;
  131. this.labBirthday.Location = new System.Drawing.Point(395, 35);
  132. this.labBirthday.Name = "labBirthday";
  133. this.labBirthday.Size = new System.Drawing.Size(41, 12);
  134. this.labBirthday.TabIndex = 3;
  135. this.labBirthday.Text = "未获取";
  136. //
  137. // labNation
  138. //
  139. this.labNation.AutoSize = true;
  140. this.labNation.Location = new System.Drawing.Point(272, 35);
  141. this.labNation.Name = "labNation";
  142. this.labNation.Size = new System.Drawing.Size(41, 12);
  143. this.labNation.TabIndex = 3;
  144. this.labNation.Text = "未获取";
  145. //
  146. // labSex
  147. //
  148. this.labSex.AutoSize = true;
  149. this.labSex.Location = new System.Drawing.Point(167, 35);
  150. this.labSex.Name = "labSex";
  151. this.labSex.Size = new System.Drawing.Size(41, 12);
  152. this.labSex.TabIndex = 3;
  153. this.labSex.Text = "未获取";
  154. //
  155. // labName
  156. //
  157. this.labName.AutoSize = true;
  158. this.labName.Location = new System.Drawing.Point(49, 35);
  159. this.labName.Name = "labName";
  160. this.labName.Size = new System.Drawing.Size(41, 12);
  161. this.labName.TabIndex = 3;
  162. this.labName.Text = "未获取";
  163. //
  164. // labSigning
  165. //
  166. this.labSigning.AutoSize = true;
  167. this.labSigning.Location = new System.Drawing.Point(291, 101);
  168. this.labSigning.Name = "labSigning";
  169. this.labSigning.Size = new System.Drawing.Size(41, 12);
  170. this.labSigning.TabIndex = 2;
  171. this.labSigning.Text = "未获取";
  172. //
  173. // labValidity
  174. //
  175. this.labValidity.AutoSize = true;
  176. this.labValidity.Location = new System.Drawing.Point(62, 134);
  177. this.labValidity.Name = "labValidity";
  178. this.labValidity.Size = new System.Drawing.Size(41, 12);
  179. this.labValidity.TabIndex = 2;
  180. this.labValidity.Text = "未获取";
  181. //
  182. // label8
  183. //
  184. this.label8.AutoSize = true;
  185. this.label8.Location = new System.Drawing.Point(9, 134);
  186. this.label8.Name = "label8";
  187. this.label8.Size = new System.Drawing.Size(53, 12);
  188. this.label8.TabIndex = 2;
  189. this.label8.Text = "有效期:";
  190. //
  191. // label7
  192. //
  193. this.label7.AutoSize = true;
  194. this.label7.Location = new System.Drawing.Point(232, 101);
  195. this.label7.Name = "label7";
  196. this.label7.Size = new System.Drawing.Size(65, 12);
  197. this.label7.TabIndex = 2;
  198. this.label7.Text = "签发机关:";
  199. //
  200. // label6
  201. //
  202. this.label6.AutoSize = true;
  203. this.label6.Location = new System.Drawing.Point(9, 101);
  204. this.label6.Name = "label6";
  205. this.label6.Size = new System.Drawing.Size(101, 12);
  206. this.label6.TabIndex = 2;
  207. this.label6.Text = "公民身份证号码:";
  208. //
  209. // label5
  210. //
  211. this.label5.AutoSize = true;
  212. this.label5.Location = new System.Drawing.Point(9, 68);
  213. this.label5.Name = "label5";
  214. this.label5.Size = new System.Drawing.Size(41, 12);
  215. this.label5.TabIndex = 2;
  216. this.label5.Text = "住址:";
  217. //
  218. // label4
  219. //
  220. this.label4.AutoSize = true;
  221. this.label4.Location = new System.Drawing.Point(335, 35);
  222. this.label4.Name = "label4";
  223. this.label4.Size = new System.Drawing.Size(65, 12);
  224. this.label4.TabIndex = 2;
  225. this.label4.Text = "出生日期:";
  226. //
  227. // label3
  228. //
  229. this.label3.AutoSize = true;
  230. this.label3.Location = new System.Drawing.Point(232, 35);
  231. this.label3.Name = "label3";
  232. this.label3.Size = new System.Drawing.Size(41, 12);
  233. this.label3.TabIndex = 2;
  234. this.label3.Text = "民族:";
  235. //
  236. // label2
  237. //
  238. this.label2.AutoSize = true;
  239. this.label2.Location = new System.Drawing.Point(127, 35);
  240. this.label2.Name = "label2";
  241. this.label2.Size = new System.Drawing.Size(41, 12);
  242. this.label2.TabIndex = 2;
  243. this.label2.Text = "性别:";
  244. //
  245. // label1
  246. //
  247. this.label1.AutoSize = true;
  248. this.label1.Location = new System.Drawing.Point(9, 35);
  249. this.label1.Name = "label1";
  250. this.label1.Size = new System.Drawing.Size(41, 12);
  251. this.label1.TabIndex = 1;
  252. this.label1.Text = "姓名:";
  253. //
  254. // label10
  255. //
  256. this.label10.AutoSize = true;
  257. this.label10.Location = new System.Drawing.Point(13, 13);
  258. this.label10.Name = "label10";
  259. this.label10.Size = new System.Drawing.Size(65, 12);
  260. this.label10.TabIndex = 2;
  261. this.label10.Text = "当前设备:";
  262. //
  263. // labLinkStatus
  264. //
  265. this.labLinkStatus.AutoSize = true;
  266. this.labLinkStatus.Location = new System.Drawing.Point(86, 13);
  267. this.labLinkStatus.Name = "labLinkStatus";
  268. this.labLinkStatus.Size = new System.Drawing.Size(41, 12);
  269. this.labLinkStatus.TabIndex = 2;
  270. this.labLinkStatus.Text = "未连接";
  271. //
  272. // btnLinkEquipment
  273. //
  274. this.btnLinkEquipment.Location = new System.Drawing.Point(15, 39);
  275. this.btnLinkEquipment.Name = "btnLinkEquipment";
  276. this.btnLinkEquipment.Size = new System.Drawing.Size(75, 23);
  277. this.btnLinkEquipment.TabIndex = 3;
  278. this.btnLinkEquipment.Text = "链接设备";
  279. this.btnLinkEquipment.UseVisualStyleBackColor = true;
  280. this.btnLinkEquipment.Click += new System.EventHandler(this.btnLinkEquipment_Click);
  281. //
  282. // btnReadID
  283. //
  284. this.btnReadID.Location = new System.Drawing.Point(96, 39);
  285. this.btnReadID.Name = "btnReadID";
  286. this.btnReadID.Size = new System.Drawing.Size(75, 23);
  287. this.btnReadID.TabIndex = 4;
  288. this.btnReadID.Text = "读取身份证";
  289. this.btnReadID.UseVisualStyleBackColor = true;
  290. this.btnReadID.Click += new System.EventHandler(this.btnReadID_Click);
  291. //
  292. // btnOK
  293. //
  294. this.btnOK.Location = new System.Drawing.Point(177, 39);
  295. this.btnOK.Name = "btnOK";
  296. this.btnOK.Size = new System.Drawing.Size(75, 23);
  297. this.btnOK.TabIndex = 5;
  298. this.btnOK.Text = "提交";
  299. this.btnOK.UseVisualStyleBackColor = true;
  300. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  301. //
  302. // btnClear
  303. //
  304. this.btnClear.Location = new System.Drawing.Point(258, 39);
  305. this.btnClear.Name = "btnClear";
  306. this.btnClear.Size = new System.Drawing.Size(75, 23);
  307. this.btnClear.TabIndex = 6;
  308. this.btnClear.Text = "清空";
  309. this.btnClear.UseVisualStyleBackColor = true;
  310. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  311. //
  312. // groupBox2
  313. //
  314. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  315. | System.Windows.Forms.AnchorStyles.Left)
  316. | System.Windows.Forms.AnchorStyles.Right)));
  317. this.groupBox2.Controls.Add(this.labCompany);
  318. this.groupBox2.Controls.Add(this.label16);
  319. this.groupBox2.Controls.Add(this.labBeforeName);
  320. this.groupBox2.Controls.Add(this.label14);
  321. this.groupBox2.Controls.Add(this.labLevel);
  322. this.groupBox2.Controls.Add(this.label11);
  323. this.groupBox2.Controls.Add(this.labUserFingerprint);
  324. this.groupBox2.Controls.Add(this.label12);
  325. this.groupBox2.Controls.Add(this.labID2);
  326. this.groupBox2.Controls.Add(this.labBirthday2);
  327. this.groupBox2.Controls.Add(this.labNation2);
  328. this.groupBox2.Controls.Add(this.labSex2);
  329. this.groupBox2.Controls.Add(this.labName2);
  330. this.groupBox2.Controls.Add(this.label17);
  331. this.groupBox2.Controls.Add(this.label19);
  332. this.groupBox2.Controls.Add(this.label20);
  333. this.groupBox2.Controls.Add(this.label21);
  334. this.groupBox2.Controls.Add(this.label22);
  335. this.groupBox2.Controls.Add(this.picUser);
  336. this.groupBox2.Location = new System.Drawing.Point(12, 262);
  337. this.groupBox2.Name = "groupBox2";
  338. this.groupBox2.Size = new System.Drawing.Size(653, 335);
  339. this.groupBox2.TabIndex = 7;
  340. this.groupBox2.TabStop = false;
  341. this.groupBox2.Text = "报考人员信息";
  342. //
  343. // labCompany
  344. //
  345. this.labCompany.AutoSize = true;
  346. this.labCompany.Location = new System.Drawing.Point(73, 212);
  347. this.labCompany.Name = "labCompany";
  348. this.labCompany.Size = new System.Drawing.Size(41, 12);
  349. this.labCompany.TabIndex = 18;
  350. this.labCompany.Text = "未获取";
  351. //
  352. // label16
  353. //
  354. this.label16.AutoSize = true;
  355. this.label16.Location = new System.Drawing.Point(14, 212);
  356. this.label16.Name = "label16";
  357. this.label16.Size = new System.Drawing.Size(53, 12);
  358. this.label16.TabIndex = 19;
  359. this.label16.Text = "报考企业";
  360. //
  361. // labBeforeName
  362. //
  363. this.labBeforeName.AutoSize = true;
  364. this.labBeforeName.Location = new System.Drawing.Point(61, 71);
  365. this.labBeforeName.Name = "labBeforeName";
  366. this.labBeforeName.Size = new System.Drawing.Size(41, 12);
  367. this.labBeforeName.TabIndex = 18;
  368. this.labBeforeName.Text = "未获取";
  369. //
  370. // label14
  371. //
  372. this.label14.AutoSize = true;
  373. this.label14.Location = new System.Drawing.Point(14, 71);
  374. this.label14.Name = "label14";
  375. this.label14.Size = new System.Drawing.Size(41, 12);
  376. this.label14.TabIndex = 19;
  377. this.label14.Text = "曾用名";
  378. //
  379. // labLevel
  380. //
  381. this.labLevel.AutoSize = true;
  382. this.labLevel.Location = new System.Drawing.Point(73, 179);
  383. this.labLevel.Name = "labLevel";
  384. this.labLevel.Size = new System.Drawing.Size(41, 12);
  385. this.labLevel.TabIndex = 18;
  386. this.labLevel.Text = "未获取";
  387. //
  388. // label11
  389. //
  390. this.label11.AutoSize = true;
  391. this.label11.Location = new System.Drawing.Point(14, 179);
  392. this.label11.Name = "label11";
  393. this.label11.Size = new System.Drawing.Size(53, 12);
  394. this.label11.TabIndex = 19;
  395. this.label11.Text = "报考等级";
  396. //
  397. // labUserFingerprint
  398. //
  399. this.labUserFingerprint.AutoSize = true;
  400. this.labUserFingerprint.Location = new System.Drawing.Point(85, 274);
  401. this.labUserFingerprint.Name = "labUserFingerprint";
  402. this.labUserFingerprint.Size = new System.Drawing.Size(41, 12);
  403. this.labUserFingerprint.TabIndex = 18;
  404. this.labUserFingerprint.Text = "未获取";
  405. //
  406. // label12
  407. //
  408. this.label12.AutoSize = true;
  409. this.label12.Location = new System.Drawing.Point(14, 274);
  410. this.label12.Name = "label12";
  411. this.label12.Size = new System.Drawing.Size(65, 12);
  412. this.label12.TabIndex = 19;
  413. this.label12.Text = "指纹特征值";
  414. //
  415. // labID2
  416. //
  417. this.labID2.AutoSize = true;
  418. this.labID2.Location = new System.Drawing.Point(109, 244);
  419. this.labID2.Name = "labID2";
  420. this.labID2.Size = new System.Drawing.Size(41, 12);
  421. this.labID2.TabIndex = 11;
  422. this.labID2.Text = "未获取";
  423. //
  424. // labBirthday2
  425. //
  426. this.labBirthday2.AutoSize = true;
  427. this.labBirthday2.Location = new System.Drawing.Point(54, 143);
  428. this.labBirthday2.Name = "labBirthday2";
  429. this.labBirthday2.Size = new System.Drawing.Size(41, 12);
  430. this.labBirthday2.TabIndex = 13;
  431. this.labBirthday2.Text = "未获取";
  432. //
  433. // labNation2
  434. //
  435. this.labNation2.AutoSize = true;
  436. this.labNation2.Location = new System.Drawing.Point(146, 107);
  437. this.labNation2.Name = "labNation2";
  438. this.labNation2.Size = new System.Drawing.Size(41, 12);
  439. this.labNation2.TabIndex = 14;
  440. this.labNation2.Text = "未获取";
  441. //
  442. // labSex2
  443. //
  444. this.labSex2.AutoSize = true;
  445. this.labSex2.Location = new System.Drawing.Point(54, 107);
  446. this.labSex2.Name = "labSex2";
  447. this.labSex2.Size = new System.Drawing.Size(41, 12);
  448. this.labSex2.TabIndex = 15;
  449. this.labSex2.Text = "未获取";
  450. //
  451. // labName2
  452. //
  453. this.labName2.AutoSize = true;
  454. this.labName2.Location = new System.Drawing.Point(54, 35);
  455. this.labName2.Name = "labName2";
  456. this.labName2.Size = new System.Drawing.Size(41, 12);
  457. this.labName2.TabIndex = 16;
  458. this.labName2.Text = "未获取";
  459. //
  460. // label17
  461. //
  462. this.label17.AutoSize = true;
  463. this.label17.Location = new System.Drawing.Point(14, 244);
  464. this.label17.Name = "label17";
  465. this.label17.Size = new System.Drawing.Size(89, 12);
  466. this.label17.TabIndex = 6;
  467. this.label17.Text = "公民身份证号码";
  468. //
  469. // label19
  470. //
  471. this.label19.AutoSize = true;
  472. this.label19.Location = new System.Drawing.Point(14, 143);
  473. this.label19.Name = "label19";
  474. this.label19.Size = new System.Drawing.Size(29, 12);
  475. this.label19.TabIndex = 8;
  476. this.label19.Text = "出生";
  477. //
  478. // label20
  479. //
  480. this.label20.AutoSize = true;
  481. this.label20.Location = new System.Drawing.Point(106, 107);
  482. this.label20.Name = "label20";
  483. this.label20.Size = new System.Drawing.Size(29, 12);
  484. this.label20.TabIndex = 9;
  485. this.label20.Text = "民族";
  486. //
  487. // label21
  488. //
  489. this.label21.AutoSize = true;
  490. this.label21.Location = new System.Drawing.Point(14, 107);
  491. this.label21.Name = "label21";
  492. this.label21.Size = new System.Drawing.Size(29, 12);
  493. this.label21.TabIndex = 10;
  494. this.label21.Text = "性别";
  495. //
  496. // label22
  497. //
  498. this.label22.AutoSize = true;
  499. this.label22.Location = new System.Drawing.Point(14, 35);
  500. this.label22.Name = "label22";
  501. this.label22.Size = new System.Drawing.Size(29, 12);
  502. this.label22.TabIndex = 5;
  503. this.label22.Text = "姓名";
  504. //
  505. // picUser
  506. //
  507. this.picUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  508. this.picUser.BackgroundImage = global::CollectInformation.Properties.Resources.d_head;
  509. this.picUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  510. this.picUser.ImageLocation = "";
  511. this.picUser.Location = new System.Drawing.Point(487, 25);
  512. this.picUser.Name = "picUser";
  513. this.picUser.Size = new System.Drawing.Size(153, 214);
  514. this.picUser.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  515. this.picUser.TabIndex = 4;
  516. this.picUser.TabStop = false;
  517. //
  518. // btnGetFingerprint
  519. //
  520. this.btnGetFingerprint.Location = new System.Drawing.Point(562, 39);
  521. this.btnGetFingerprint.Name = "btnGetFingerprint";
  522. this.btnGetFingerprint.Size = new System.Drawing.Size(102, 23);
  523. this.btnGetFingerprint.TabIndex = 17;
  524. this.btnGetFingerprint.Text = "采集指纹";
  525. this.btnGetFingerprint.UseVisualStyleBackColor = true;
  526. this.btnGetFingerprint.Click += new System.EventHandler(this.btnGetFingerprint_Click);
  527. //
  528. // btnGetImage
  529. //
  530. this.btnGetImage.Location = new System.Drawing.Point(454, 39);
  531. this.btnGetImage.Name = "btnGetImage";
  532. this.btnGetImage.Size = new System.Drawing.Size(102, 23);
  533. this.btnGetImage.TabIndex = 17;
  534. this.btnGetImage.Text = "采集人像";
  535. this.btnGetImage.UseVisualStyleBackColor = true;
  536. this.btnGetImage.Click += new System.EventHandler(this.btnGetImage_Click);
  537. //
  538. // btnReplaceUser
  539. //
  540. this.btnReplaceUser.Location = new System.Drawing.Point(339, 39);
  541. this.btnReplaceUser.Name = "btnReplaceUser";
  542. this.btnReplaceUser.Size = new System.Drawing.Size(109, 23);
  543. this.btnReplaceUser.TabIndex = 8;
  544. this.btnReplaceUser.Text = "使用身份证信息";
  545. this.btnReplaceUser.UseVisualStyleBackColor = true;
  546. this.btnReplaceUser.Click += new System.EventHandler(this.btnReplaceUser_Click);
  547. //
  548. // picID
  549. //
  550. this.picID.BackgroundImage = global::CollectInformation.Properties.Resources.d_head;
  551. this.picID.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  552. this.picID.Location = new System.Drawing.Point(540, 26);
  553. this.picID.Name = "picID";
  554. this.picID.Size = new System.Drawing.Size(100, 115);
  555. this.picID.TabIndex = 4;
  556. this.picID.TabStop = false;
  557. //
  558. // MainForm
  559. //
  560. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  561. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  562. this.ClientSize = new System.Drawing.Size(677, 609);
  563. this.Controls.Add(this.btnReplaceUser);
  564. this.Controls.Add(this.groupBox2);
  565. this.Controls.Add(this.btnClear);
  566. this.Controls.Add(this.btnOK);
  567. this.Controls.Add(this.btnReadID);
  568. this.Controls.Add(this.btnLinkEquipment);
  569. this.Controls.Add(this.labLinkStatus);
  570. this.Controls.Add(this.label10);
  571. this.Controls.Add(this.btnGetFingerprint);
  572. this.Controls.Add(this.btnGetImage);
  573. this.Controls.Add(this.groupBox1);
  574. this.MaximizeBox = false;
  575. this.MinimizeBox = false;
  576. this.Name = "MainForm";
  577. this.ShowIcon = false;
  578. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  579. this.Text = "长春市保安监管系统采集终端";
  580. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  581. this.Load += new System.EventHandler(this.MainForm_Load);
  582. this.groupBox1.ResumeLayout(false);
  583. this.groupBox1.PerformLayout();
  584. this.groupBox2.ResumeLayout(false);
  585. this.groupBox2.PerformLayout();
  586. ((System.ComponentModel.ISupportInitialize)(this.picUser)).EndInit();
  587. ((System.ComponentModel.ISupportInitialize)(this.picID)).EndInit();
  588. this.ResumeLayout(false);
  589. this.PerformLayout();
  590. }
  591. #endregion
  592. private System.Windows.Forms.GroupBox groupBox1;
  593. private System.Windows.Forms.Label labID;
  594. private System.Windows.Forms.Label labAddress;
  595. private System.Windows.Forms.Label labBirthday;
  596. private System.Windows.Forms.Label labNation;
  597. private System.Windows.Forms.Label labSex;
  598. private System.Windows.Forms.Label labName;
  599. private System.Windows.Forms.Label label6;
  600. private System.Windows.Forms.Label label5;
  601. private System.Windows.Forms.Label label4;
  602. private System.Windows.Forms.Label label3;
  603. private System.Windows.Forms.Label label2;
  604. private System.Windows.Forms.Label label1;
  605. private System.Windows.Forms.Label labSigning;
  606. private System.Windows.Forms.Label labValidity;
  607. private System.Windows.Forms.Label label8;
  608. private System.Windows.Forms.Label label7;
  609. private System.Windows.Forms.Label label10;
  610. private System.Windows.Forms.Label labLinkStatus;
  611. private System.Windows.Forms.Button btnLinkEquipment;
  612. private System.Windows.Forms.Button btnReadID;
  613. private System.Windows.Forms.Button btnOK;
  614. private System.Windows.Forms.Button btnClear;
  615. private System.Windows.Forms.GroupBox groupBox2;
  616. private System.Windows.Forms.Button btnGetImage;
  617. private System.Windows.Forms.Label labID2;
  618. private System.Windows.Forms.Label labBirthday2;
  619. private System.Windows.Forms.Label labNation2;
  620. private System.Windows.Forms.Label labSex2;
  621. private System.Windows.Forms.Label labName2;
  622. private System.Windows.Forms.Label label17;
  623. private System.Windows.Forms.Label label19;
  624. private System.Windows.Forms.Label label20;
  625. private System.Windows.Forms.Label label21;
  626. private System.Windows.Forms.Label label22;
  627. private System.Windows.Forms.PictureBox picUser;
  628. private System.Windows.Forms.Button btnReplaceUser;
  629. private System.Windows.Forms.Label labUserFingerprint;
  630. private System.Windows.Forms.Label label12;
  631. private System.Windows.Forms.Button btnGetFingerprint;
  632. private System.Windows.Forms.Label labCompany;
  633. private System.Windows.Forms.Label label16;
  634. private System.Windows.Forms.Label labBeforeName;
  635. private System.Windows.Forms.Label label14;
  636. private System.Windows.Forms.Label labLevel;
  637. private System.Windows.Forms.Label label11;
  638. private System.Windows.Forms.PictureBox picID;
  639. }
  640. }