ReaderExit_UI.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. namespace Web
  2. {
  3. partial class ReaderExit_UI
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReaderExit_UI));
  29. this.cboReaderType = new System.Windows.Forms.ComboBox();
  30. this.dtTimeIn = new System.Windows.Forms.DateTimePicker();
  31. this.dtTimeOut = new System.Windows.Forms.DateTimePicker();
  32. this.label15 = new System.Windows.Forms.Label();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.label17 = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.txtReaderName = new System.Windows.Forms.TextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.txtReaderId = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.cboClass = new System.Windows.Forms.ComboBox();
  42. this.cboDepartment = new System.Windows.Forms.ComboBox();
  43. this.label13 = new System.Windows.Forms.Label();
  44. this.txtAddress = new System.Windows.Forms.TextBox();
  45. this.label12 = new System.Windows.Forms.Label();
  46. this.button2 = new System.Windows.Forms.Button();
  47. this.btnUpdate = new System.Windows.Forms.Button();
  48. this.txtRemark = new System.Windows.Forms.TextBox();
  49. this.txtIdentityCard = new System.Windows.Forms.TextBox();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.button5 = new System.Windows.Forms.Button();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.label11 = new System.Windows.Forms.Label();
  55. this.txtPhone = new System.Windows.Forms.TextBox();
  56. this.label10 = new System.Windows.Forms.Label();
  57. this.txtGender = new System.Windows.Forms.TextBox();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.txtEmail = new System.Windows.Forms.TextBox();
  60. this.label7 = new System.Windows.Forms.Label();
  61. this.txtSpecial = new System.Windows.Forms.TextBox();
  62. this.label6 = new System.Windows.Forms.Label();
  63. this.label4 = new System.Windows.Forms.Label();
  64. this.groupBox1.SuspendLayout();
  65. this.groupBox2.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // cboReaderType
  69. //
  70. this.cboReaderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  71. this.cboReaderType.FormattingEnabled = true;
  72. this.cboReaderType.Location = new System.Drawing.Point(81, 102);
  73. this.cboReaderType.Name = "cboReaderType";
  74. this.cboReaderType.Size = new System.Drawing.Size(152, 20);
  75. this.cboReaderType.TabIndex = 8;
  76. //
  77. // dtTimeIn
  78. //
  79. this.dtTimeIn.Location = new System.Drawing.Point(81, 64);
  80. this.dtTimeIn.Name = "dtTimeIn";
  81. this.dtTimeIn.Size = new System.Drawing.Size(152, 21);
  82. this.dtTimeIn.TabIndex = 6;
  83. //
  84. // dtTimeOut
  85. //
  86. this.dtTimeOut.Location = new System.Drawing.Point(416, 64);
  87. this.dtTimeOut.Name = "dtTimeOut";
  88. this.dtTimeOut.Size = new System.Drawing.Size(152, 21);
  89. this.dtTimeOut.TabIndex = 6;
  90. //
  91. // label15
  92. //
  93. this.label15.AutoSize = true;
  94. this.label15.ForeColor = System.Drawing.Color.Blue;
  95. this.label15.Location = new System.Drawing.Point(357, 70);
  96. this.label15.Name = "label15";
  97. this.label15.Size = new System.Drawing.Size(53, 12);
  98. this.label15.TabIndex = 1;
  99. this.label15.Text = "有效期至";
  100. //
  101. // groupBox1
  102. //
  103. this.groupBox1.Controls.Add(this.cboReaderType);
  104. this.groupBox1.Controls.Add(this.button4);
  105. this.groupBox1.Controls.Add(this.dtTimeIn);
  106. this.groupBox1.Controls.Add(this.dtTimeOut);
  107. this.groupBox1.Controls.Add(this.label15);
  108. this.groupBox1.Controls.Add(this.label17);
  109. this.groupBox1.Controls.Add(this.label9);
  110. this.groupBox1.Controls.Add(this.txtReaderName);
  111. this.groupBox1.Controls.Add(this.label2);
  112. this.groupBox1.Controls.Add(this.txtReaderId);
  113. this.groupBox1.Controls.Add(this.label1);
  114. this.groupBox1.Location = new System.Drawing.Point(14, 12);
  115. this.groupBox1.Name = "groupBox1";
  116. this.groupBox1.Size = new System.Drawing.Size(621, 141);
  117. this.groupBox1.TabIndex = 10;
  118. this.groupBox1.TabStop = false;
  119. this.groupBox1.Text = "读者基本信息(必填)";
  120. //
  121. // button4
  122. //
  123. this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
  124. this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  125. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.button4.ForeColor = System.Drawing.SystemColors.Control;
  127. this.button4.Location = new System.Drawing.Point(239, 100);
  128. this.button4.Name = "button4";
  129. this.button4.Size = new System.Drawing.Size(36, 23);
  130. this.button4.TabIndex = 7;
  131. this.button4.UseVisualStyleBackColor = true;
  132. this.button4.Click += new System.EventHandler(this.button4_Click);
  133. //
  134. // label17
  135. //
  136. this.label17.AutoSize = true;
  137. this.label17.ForeColor = System.Drawing.Color.Blue;
  138. this.label17.Location = new System.Drawing.Point(22, 103);
  139. this.label17.Name = "label17";
  140. this.label17.Size = new System.Drawing.Size(53, 12);
  141. this.label17.TabIndex = 1;
  142. this.label17.Text = "读者类型";
  143. //
  144. // label9
  145. //
  146. this.label9.AutoSize = true;
  147. this.label9.ForeColor = System.Drawing.Color.Blue;
  148. this.label9.Location = new System.Drawing.Point(22, 70);
  149. this.label9.Name = "label9";
  150. this.label9.Size = new System.Drawing.Size(53, 12);
  151. this.label9.TabIndex = 1;
  152. this.label9.Text = "登记时间";
  153. //
  154. // txtReaderName
  155. //
  156. this.txtReaderName.Location = new System.Drawing.Point(416, 32);
  157. this.txtReaderName.Name = "txtReaderName";
  158. this.txtReaderName.Size = new System.Drawing.Size(152, 21);
  159. this.txtReaderName.TabIndex = 2;
  160. //
  161. // label2
  162. //
  163. this.label2.AutoSize = true;
  164. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.label2.ForeColor = System.Drawing.Color.Blue;
  166. this.label2.Location = new System.Drawing.Point(357, 35);
  167. this.label2.Name = "label2";
  168. this.label2.Size = new System.Drawing.Size(53, 12);
  169. this.label2.TabIndex = 1;
  170. this.label2.Text = "读者姓名";
  171. //
  172. // txtReaderId
  173. //
  174. this.txtReaderId.Location = new System.Drawing.Point(81, 32);
  175. this.txtReaderId.Name = "txtReaderId";
  176. this.txtReaderId.ReadOnly = true;
  177. this.txtReaderId.Size = new System.Drawing.Size(152, 21);
  178. this.txtReaderId.TabIndex = 2;
  179. //
  180. // label1
  181. //
  182. this.label1.AutoSize = true;
  183. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.label1.ForeColor = System.Drawing.Color.Blue;
  185. this.label1.Location = new System.Drawing.Point(22, 35);
  186. this.label1.Name = "label1";
  187. this.label1.Size = new System.Drawing.Size(53, 12);
  188. this.label1.TabIndex = 1;
  189. this.label1.Text = "读者编号";
  190. //
  191. // cboClass
  192. //
  193. this.cboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  194. this.cboClass.FormattingEnabled = true;
  195. this.cboClass.Location = new System.Drawing.Point(422, 29);
  196. this.cboClass.Name = "cboClass";
  197. this.cboClass.Size = new System.Drawing.Size(152, 20);
  198. this.cboClass.TabIndex = 29;
  199. //
  200. // cboDepartment
  201. //
  202. this.cboDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cboDepartment.FormattingEnabled = true;
  204. this.cboDepartment.Location = new System.Drawing.Point(84, 29);
  205. this.cboDepartment.Name = "cboDepartment";
  206. this.cboDepartment.Size = new System.Drawing.Size(152, 20);
  207. this.cboDepartment.TabIndex = 29;
  208. //
  209. // label13
  210. //
  211. this.label13.AutoSize = true;
  212. this.label13.Location = new System.Drawing.Point(360, 150);
  213. this.label13.Name = "label13";
  214. this.label13.Size = new System.Drawing.Size(53, 12);
  215. this.label13.TabIndex = 17;
  216. this.label13.Text = "通讯地址";
  217. //
  218. // txtAddress
  219. //
  220. this.txtAddress.Location = new System.Drawing.Point(419, 147);
  221. this.txtAddress.Name = "txtAddress";
  222. this.txtAddress.Size = new System.Drawing.Size(152, 21);
  223. this.txtAddress.TabIndex = 23;
  224. //
  225. // label12
  226. //
  227. this.label12.AutoSize = true;
  228. this.label12.Location = new System.Drawing.Point(25, 185);
  229. this.label12.Name = "label12";
  230. this.label12.Size = new System.Drawing.Size(53, 12);
  231. this.label12.TabIndex = 14;
  232. this.label12.Text = "备 注";
  233. //
  234. // button2
  235. //
  236. this.button2.Location = new System.Drawing.Point(560, 499);
  237. this.button2.Name = "button2";
  238. this.button2.Size = new System.Drawing.Size(75, 23);
  239. this.button2.TabIndex = 12;
  240. this.button2.Text = "退出";
  241. this.button2.UseVisualStyleBackColor = true;
  242. this.button2.Click += new System.EventHandler(this.button2_Click);
  243. //
  244. // btnUpdate
  245. //
  246. this.btnUpdate.Location = new System.Drawing.Point(450, 499);
  247. this.btnUpdate.Name = "btnUpdate";
  248. this.btnUpdate.Size = new System.Drawing.Size(75, 23);
  249. this.btnUpdate.TabIndex = 11;
  250. this.btnUpdate.Text = "修改";
  251. this.btnUpdate.UseVisualStyleBackColor = true;
  252. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  253. //
  254. // txtRemark
  255. //
  256. this.txtRemark.Location = new System.Drawing.Point(84, 185);
  257. this.txtRemark.Multiline = true;
  258. this.txtRemark.Name = "txtRemark";
  259. this.txtRemark.Size = new System.Drawing.Size(490, 106);
  260. this.txtRemark.TabIndex = 28;
  261. //
  262. // txtIdentityCard
  263. //
  264. this.txtIdentityCard.Location = new System.Drawing.Point(84, 67);
  265. this.txtIdentityCard.Name = "txtIdentityCard";
  266. this.txtIdentityCard.Size = new System.Drawing.Size(152, 21);
  267. this.txtIdentityCard.TabIndex = 26;
  268. //
  269. // label5
  270. //
  271. this.label5.AutoSize = true;
  272. this.label5.Location = new System.Drawing.Point(25, 32);
  273. this.label5.Name = "label5";
  274. this.label5.Size = new System.Drawing.Size(53, 12);
  275. this.label5.TabIndex = 12;
  276. this.label5.Text = "院 系";
  277. //
  278. // groupBox2
  279. //
  280. this.groupBox2.Controls.Add(this.cboClass);
  281. this.groupBox2.Controls.Add(this.cboDepartment);
  282. this.groupBox2.Controls.Add(this.button5);
  283. this.groupBox2.Controls.Add(this.button3);
  284. this.groupBox2.Controls.Add(this.label13);
  285. this.groupBox2.Controls.Add(this.txtAddress);
  286. this.groupBox2.Controls.Add(this.label12);
  287. this.groupBox2.Controls.Add(this.txtRemark);
  288. this.groupBox2.Controls.Add(this.label11);
  289. this.groupBox2.Controls.Add(this.txtPhone);
  290. this.groupBox2.Controls.Add(this.label10);
  291. this.groupBox2.Controls.Add(this.txtGender);
  292. this.groupBox2.Controls.Add(this.label8);
  293. this.groupBox2.Controls.Add(this.txtEmail);
  294. this.groupBox2.Controls.Add(this.label7);
  295. this.groupBox2.Controls.Add(this.txtSpecial);
  296. this.groupBox2.Controls.Add(this.label6);
  297. this.groupBox2.Controls.Add(this.txtIdentityCard);
  298. this.groupBox2.Controls.Add(this.label5);
  299. this.groupBox2.Controls.Add(this.label4);
  300. this.groupBox2.Location = new System.Drawing.Point(11, 167);
  301. this.groupBox2.Name = "groupBox2";
  302. this.groupBox2.Size = new System.Drawing.Size(624, 313);
  303. this.groupBox2.TabIndex = 13;
  304. this.groupBox2.TabStop = false;
  305. this.groupBox2.Text = "读者详细信息(可选)";
  306. //
  307. // button5
  308. //
  309. this.button5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage")));
  310. this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  311. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  312. this.button5.ForeColor = System.Drawing.SystemColors.Control;
  313. this.button5.Location = new System.Drawing.Point(577, 27);
  314. this.button5.Name = "button5";
  315. this.button5.Size = new System.Drawing.Size(36, 23);
  316. this.button5.TabIndex = 7;
  317. this.button5.UseVisualStyleBackColor = true;
  318. this.button5.Click += new System.EventHandler(this.button5_Click);
  319. //
  320. // button3
  321. //
  322. this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
  323. this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  324. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  325. this.button3.ForeColor = System.Drawing.SystemColors.Control;
  326. this.button3.Location = new System.Drawing.Point(242, 27);
  327. this.button3.Name = "button3";
  328. this.button3.Size = new System.Drawing.Size(36, 23);
  329. this.button3.TabIndex = 7;
  330. this.button3.UseVisualStyleBackColor = true;
  331. this.button3.Click += new System.EventHandler(this.button3_Click);
  332. //
  333. // label11
  334. //
  335. this.label11.AutoSize = true;
  336. this.label11.Location = new System.Drawing.Point(360, 111);
  337. this.label11.Name = "label11";
  338. this.label11.Size = new System.Drawing.Size(53, 12);
  339. this.label11.TabIndex = 13;
  340. this.label11.Text = "手 机";
  341. //
  342. // txtPhone
  343. //
  344. this.txtPhone.Location = new System.Drawing.Point(419, 108);
  345. this.txtPhone.Name = "txtPhone";
  346. this.txtPhone.Size = new System.Drawing.Size(152, 21);
  347. this.txtPhone.TabIndex = 19;
  348. //
  349. // label10
  350. //
  351. this.label10.AutoSize = true;
  352. this.label10.Location = new System.Drawing.Point(360, 70);
  353. this.label10.Name = "label10";
  354. this.label10.Size = new System.Drawing.Size(53, 12);
  355. this.label10.TabIndex = 8;
  356. this.label10.Text = "性 别";
  357. //
  358. // txtGender
  359. //
  360. this.txtGender.Location = new System.Drawing.Point(419, 67);
  361. this.txtGender.Name = "txtGender";
  362. this.txtGender.Size = new System.Drawing.Size(152, 21);
  363. this.txtGender.TabIndex = 25;
  364. //
  365. // label8
  366. //
  367. this.label8.AutoSize = true;
  368. this.label8.Location = new System.Drawing.Point(25, 150);
  369. this.label8.Name = "label8";
  370. this.label8.Size = new System.Drawing.Size(41, 12);
  371. this.label8.TabIndex = 7;
  372. this.label8.Text = " Email";
  373. //
  374. // txtEmail
  375. //
  376. this.txtEmail.Location = new System.Drawing.Point(84, 147);
  377. this.txtEmail.Name = "txtEmail";
  378. this.txtEmail.Size = new System.Drawing.Size(152, 21);
  379. this.txtEmail.TabIndex = 24;
  380. //
  381. // label7
  382. //
  383. this.label7.AutoSize = true;
  384. this.label7.Location = new System.Drawing.Point(25, 111);
  385. this.label7.Name = "label7";
  386. this.label7.Size = new System.Drawing.Size(53, 12);
  387. this.label7.TabIndex = 6;
  388. this.label7.Text = "电 话";
  389. //
  390. // txtSpecial
  391. //
  392. this.txtSpecial.Location = new System.Drawing.Point(84, 108);
  393. this.txtSpecial.Name = "txtSpecial";
  394. this.txtSpecial.Size = new System.Drawing.Size(152, 21);
  395. this.txtSpecial.TabIndex = 27;
  396. //
  397. // label6
  398. //
  399. this.label6.AutoSize = true;
  400. this.label6.Location = new System.Drawing.Point(25, 70);
  401. this.label6.Name = "label6";
  402. this.label6.Size = new System.Drawing.Size(53, 12);
  403. this.label6.TabIndex = 9;
  404. this.label6.Text = "生份证号";
  405. //
  406. // label4
  407. //
  408. this.label4.AutoSize = true;
  409. this.label4.Location = new System.Drawing.Point(360, 32);
  410. this.label4.Name = "label4";
  411. this.label4.Size = new System.Drawing.Size(53, 12);
  412. this.label4.TabIndex = 11;
  413. this.label4.Text = "班 级";
  414. //
  415. // ReaderExit_UI
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.ClientSize = new System.Drawing.Size(645, 532);
  420. this.Controls.Add(this.groupBox1);
  421. this.Controls.Add(this.button2);
  422. this.Controls.Add(this.btnUpdate);
  423. this.Controls.Add(this.groupBox2);
  424. this.Name = "ReaderExit_UI";
  425. this.Text = "修改读者信息";
  426. this.Load += new System.EventHandler(this.ReaderExit_UI_Load);
  427. this.groupBox1.ResumeLayout(false);
  428. this.groupBox1.PerformLayout();
  429. this.groupBox2.ResumeLayout(false);
  430. this.groupBox2.PerformLayout();
  431. this.ResumeLayout(false);
  432. }
  433. #endregion
  434. private System.Windows.Forms.ComboBox cboReaderType;
  435. private System.Windows.Forms.DateTimePicker dtTimeIn;
  436. private System.Windows.Forms.DateTimePicker dtTimeOut;
  437. private System.Windows.Forms.Label label15;
  438. private System.Windows.Forms.GroupBox groupBox1;
  439. private System.Windows.Forms.Button button4;
  440. private System.Windows.Forms.Label label17;
  441. private System.Windows.Forms.Label label9;
  442. private System.Windows.Forms.TextBox txtReaderName;
  443. private System.Windows.Forms.Label label2;
  444. private System.Windows.Forms.TextBox txtReaderId;
  445. private System.Windows.Forms.Label label1;
  446. private System.Windows.Forms.ComboBox cboClass;
  447. private System.Windows.Forms.ComboBox cboDepartment;
  448. private System.Windows.Forms.Button button5;
  449. private System.Windows.Forms.Button button3;
  450. private System.Windows.Forms.Label label13;
  451. private System.Windows.Forms.TextBox txtAddress;
  452. private System.Windows.Forms.Label label12;
  453. private System.Windows.Forms.Button button2;
  454. private System.Windows.Forms.Button btnUpdate;
  455. private System.Windows.Forms.TextBox txtRemark;
  456. private System.Windows.Forms.TextBox txtIdentityCard;
  457. private System.Windows.Forms.Label label5;
  458. private System.Windows.Forms.GroupBox groupBox2;
  459. private System.Windows.Forms.Label label11;
  460. private System.Windows.Forms.TextBox txtPhone;
  461. private System.Windows.Forms.Label label10;
  462. private System.Windows.Forms.TextBox txtGender;
  463. private System.Windows.Forms.Label label8;
  464. private System.Windows.Forms.TextBox txtEmail;
  465. private System.Windows.Forms.Label label7;
  466. private System.Windows.Forms.TextBox txtSpecial;
  467. private System.Windows.Forms.Label label6;
  468. private System.Windows.Forms.Label label4;
  469. }
  470. }